├── .gitignore ├── CNAME ├── favicon.ico ├── animated_favicon1.gif ├── img ├── instagram-icon.png ├── glyphicons-halflings.png └── glyphicons-halflings-white.png ├── fonts ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.svg ├── css ├── transitions.css ├── jumbotron-narrow.css ├── bootstrap-responsive.min.css └── bootstrap-responsive.css ├── oauth └── index.html ├── js ├── jquery.fullscreen-min.js ├── cookie.min.js ├── bootstrap.min.js └── knockout-3.0.0.js ├── index.html~ ├── about └── index.html ├── index.html ├── contact └── index.html ├── slide └── index.html └── LICENSE /.gitignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | slidify.net 2 | slidetagram.com 3 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/achvaicer/slidify/HEAD/favicon.ico -------------------------------------------------------------------------------- /animated_favicon1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/achvaicer/slidify/HEAD/animated_favicon1.gif -------------------------------------------------------------------------------- /img/instagram-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/achvaicer/slidify/HEAD/img/instagram-icon.png -------------------------------------------------------------------------------- /img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/achvaicer/slidify/HEAD/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/achvaicer/slidify/HEAD/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/achvaicer/slidify/HEAD/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/achvaicer/slidify/HEAD/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/achvaicer/slidify/HEAD/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /css/transitions.css: -------------------------------------------------------------------------------- 1 | .media { 2 | -webkit-transition-property: -webkit-transform, opacity; 3 | -webkit-transition-duration: 1s; 4 | -webkit-transition-timing-function: ease-in-out; 5 | -webkit-backface-visibility: hidden; 6 | text-align: center; 7 | } 8 | 9 | .media.outgoing { 10 | -webkit-transform: rotateY(0deg); 11 | opacity: 1; 12 | } 13 | 14 | .media.incoming { 15 | -webkit-transform: rotateY(180deg); 16 | opacity: 0.2; 17 | } 18 | -------------------------------------------------------------------------------- /oauth/index.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /js/jquery.fullscreen-min.js: -------------------------------------------------------------------------------- 1 | /* 2 | jquery.fullscreen 1.1.4 3 | https://github.com/kayahr/jquery-fullscreen-plugin 4 | Copyright (C) 2012 Klaus ReimerCreate a live slideshow from Instagram photos based in #hashtags.
38 |In just a few seconds!
39 |
40 |
41 |
Sign up with Instagram account
42 |
43 |
Slidify was created by a developer that just wanted his guests to interact with their pictures during his wedding.
29 |The real time slideshow was so cool, that he created and open-sourced the Slidetagram Slidify.
Now anyone could create their own real time slideshow based in Instagram #hashtags for their event.
31 |Create a live slideshow from Instagram photos based in #hashtags.
65 |In just a few seconds!
66 |
67 |
68 |
Sign up with Instagram account
69 |
70 |
113 |
114 |
115 |
116 |
--------------------------------------------------------------------------------
/contact/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Now you can create your custom live slide show!
39 |Choose your and
40 |