aboutsummaryrefslogtreecommitdiff
path: root/index.html
Commit message (Collapse)AuthorAge
...
* remove theme config option #1061Hakim El Hattab2014-12-18
|
* add white theme, reverse of default theme #1018Hakim El Hattab2014-12-18
|
* default content update; remove image slide, add two new slidesHakim El Hattab2014-12-12
|
* include background video example in default presentationHakim El Hattab2014-12-10
|
* rename previous default theme to leagueHakim El Hattab2014-12-10
|
* first revision of new default theme #1018Hakim El Hattab2014-12-10
|
* update order of default slidesHakim El Hattab2014-11-05
|
* update background color/image example slidesHakim El Hattab2014-11-05
|
* typoHakim El Hattab2014-11-05
|
* theme updates, normalized spacing between block-level elementsHakim El Hattab2014-11-05
|
* simplify default initialization optionsHakim El Hattab2014-11-05
|
* minor copy tweakHakim El Hattab2014-09-28
|
* remove classList condition from unrelated dependenciesHakim El Hattab2014-09-28
|
* multiple updates to default presentation contentHakim El Hattab2014-09-28
|
* remove css 3d warningHakim El Hattab2014-09-28
|
* only load highlight.js if there's a 'pre code' block on pageHakim El Hattab2014-07-22
|
* update link to SlidesHakim El Hattab2014-06-09
|
* add minimal-ui to viewport for ios fullscreenHakim El Hattab2014-05-15
|
* fix non-pdf printing (closes #881)Hakim El Hattab2014-04-26
|
* images with data-src attribute are now lazy-loaded #793Hakim El Hattab2014-04-22
|
* always indent html using tabsHakim El Hattab2014-04-20
|
* correction to javascript code sampleHakim El Hattab2014-04-20
|
* better transition names, fix background images in vertical slidesHakim El Hattab2014-04-06
|
* stop tracking minified files #783Hakim El Hattab2014-04-06
|
* merge upgrade of highlight.js, add base styles to pre code, dont limit ↵Hakim El Hattab2014-03-25
| | | | language detection in index.html #809
* Merge branch 'master' of https://github.com/jdfitzgerald/reveal.js into devHakim El Hattab2014-03-25
|\
| * updated presentation to specify used languages used for highlight.jsJ.D. Fitz.Gerald2014-02-28
| |
* | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2014-02-28
|\|
| * fix pdf print bug in chrome 33 #808Hakim El Hattab2014-02-28
| |
| * The index.html page had the simple theme listed twice. The duplicate was ↵Alex Juarez2013-12-15
| | | | | | | | | | | | removed. For the Moon and Solarized themes they had .css appended to them which was causing them to not come up.
* | remove all use of :not(.image)Hakim El Hattab2014-02-17
| |
* | merge table styles #761, tweak table paddingHakim El Hattab2013-12-20
|\ \
| * | Table StyleWachiwi2013-12-17
| | |
* | | The index.html page had the simple theme listed twice. The duplicate was ↵Alex Juarez2013-12-04
| |/ |/| | | | | | | | | removed. For the Moon and Solarized themes they had .css appended to them which was causing them to not come up.
* | use fragment name in exampleHakim El Hattab2013-11-26
| |
* | Added some styles using the current-fragment classGuillaume Turri2013-11-26
| | | | | | | | | | | | according to README, I don't include reveal.min.js. Hence I believe it makes sense to not include reveal.min.css either. Hence, examples added in index.html can give the feeling that they don't work yet.
* | use named link for fragments #621Hakim El Hattab2013-10-11
| |
* | use 'url()'-free path when specifying parallax image, refactor so that ↵Hakim El Hattab2013-09-15
| | | | | | | | parallax is applied to background class, remove unused attributes #595
* | update code style to match rest of reveal.js, disable parallax by default #595Hakim El Hattab2013-09-15
| |
* | merge parallax into dev, remove default image #595Hakim El Hattab2013-09-15
|\ \ | |/ |/|
| * Added parallax scrolling backgroundMichał Smoliński2013-09-10
|/
* reorder themes #584Hakim El Hattab2013-09-04
|
* Merge branch 'list-themes' of https://github.com/tlevine/reveal.js into devHakim El Hattab2013-09-04
|\
| * list more themesThomas Levine2013-09-02
| |
* | syntax fix in code examplehakimel2013-08-28
|/
* remove commented out dependencies from indexHakim El Hattab2013-08-18
|
* Update index.htmlRory Hardy2013-08-07
| | | Commented out leap plugin inclusion.
* Various updatesRory Hardy2013-08-07
| | | | | | | | | | | Enhanced the pointer. Cleaned up the code. Added additional optional parameters. Updated documentation. modified: README.md modified: index.html modified: plugin/leap/leap.js
* Docs and updatesRory Hardy2013-08-06
| | | | | | | | | | Updated README.md to mention the leap plugin. Removed leap settings from index.html. Better variable naming in leap.js modified: README.md modified: index.html modified: plugin/leap/leap.js
* Minor updatesRory Hardy2013-08-04
| | | | | | | | Changed invert to naturalSwipe Removed invert rule from index.html Ensured that left/right swipes only work with 1 hand present modified: index.html modified: plugin/leap/leap.js