Commit Graph

2427 Commits

Author SHA1 Message Date
Hakim El Hattab fd005ea461 Merge pull request #110 from OwenVersteeg/patch-8
made page validate
2012-08-13 21:53:18 -07:00
Dan Dascalescu 41796f3371 Ensure images are bound within the section 2012-08-13 18:55:57 -07:00
Dan Dascalescu bca37c2eda Increase line-height for links to allow for descenders
Previously, descenders from characters like 'g' or 'y' were truncated (overflow: hidden)
2012-08-13 18:50:44 -07:00
Owen Versteeg 5170fe026c made page validate
woohoo! reveal.js is now HTML5 compliant! 

this is validated using the http://validator.w3.org/ and the http://html5.validator.nu/ services.

this was accomplished using a tad of JavaScript to get around a fullscreen bug.

This also (slightly unintentionally but helpfully) solves a tiny bug with fullscreening in old Opera 11.52 (I think, could be 11.51 or other)
2012-08-12 22:46:06 -03:00
Hakim El Hattab 6fa17971b5 Merge pull request #106 from OwenVersteeg/patch-7
added appropriate selection color
2012-08-12 14:30:19 -07:00
Hakim El Hattab 95898dc9e3 document dependency loading 2012-08-11 21:52:56 -03:00
Hakim El Hattab 49e8e0d205 rewrote initialization code for clarity and brevity (#105) 2012-08-11 20:25:55 -04:00
Hakim El Hattab 1ba1ca1cf3 Merge pull request #109 from dandv/patch-3
typo fix in index.html
2012-08-09 20:30:58 -07:00
Hakim El Hattab 1279cb4286 1.5 > 2.0 (#105) 2012-08-09 00:49:57 -04:00
Dan Dascalescu 2bc8a587e5 Update index.html
Typo fix: let's -> lets
2012-08-08 20:00:40 -07:00
Hakim El Hattab 614c7b1340 Merge pull request #108 from dandv/patch-2
Cosmetic change in css/main.css
2012-08-08 19:01:03 -07:00
Hakim El Hattab ceae637b36 Merge pull request #107 from dandv/patch-1
clarification of vertical/horizontal slide relation
2012-08-08 19:00:53 -07:00
Dan Dascalescu cb0416aac5 Update css/main.css
rm extrenous whitespace
2012-08-08 18:55:32 -07:00
Dan Dascalescu ff5680a794 Update README.md
Clarified a bit how horizontal and vertical slides relate.
2012-08-08 14:38:56 -07:00
Owen Versteeg 704893b38f added simple theme
reveal.js was lacking a nice, simple, minimal theme. now it has one.
bam.
2012-08-08 12:06:04 -04:00
Owen Versteeg 49b3394596 added appropriate selection color
the old one was pink. while I don't have anything against pink, I just thought it might be good to make the highlight color dark brown instead.
2012-08-08 13:03:43 -03:00
Hakim El Hattab ac33c51eca remove theme from init options example 2012-08-08 03:12:47 -03:00
Hakim El Hattab 25ad8adc68 themes are now available as separate css files under css/theme/, old theme option in config is no longer supported (closes #104) 2012-08-08 01:14:12 -04:00
Hakim El Hattab 1efca069cb readme typo 2012-08-07 23:01:56 -03:00
Hakim El Hattab 8e6018d896 fix broken link 2012-08-07 22:55:08 -03:00
Hakim El Hattab 669c86e16b big rewrite of readme 2012-08-07 22:44:40 -03:00
Hakim El Hattab 0337193790 remove duplicate fonts, tidy up font names (#103) 2012-08-07 01:38:06 -04:00
Hakim El Hattab 6325efe615 Merge branch 'patch-6' of https://github.com/StereotypicalApps/reveal.js 2012-08-07 01:34:46 -04:00
Hakim El Hattab 82b4658faf use minified version of js 2012-08-07 01:27:22 -04:00
Owen Versteeg c7d4998483 added the actual files
now: eot, svg, ttf, woff
2012-08-06 21:53:49 -04:00
Owen Versteeg 3ccf9a39e0 added more font-face support
this way, more browsers are supported, like older Opera/Chrome/FF
2012-08-06 17:04:25 -03:00
Hakim El Hattab aca177cdf8 fix order of options extend and listener binding (closes #102) 2012-08-06 15:15:41 -03:00
Hakim El Hattab 2ad720b581 Update README.md 2012-08-06 12:20:59 -03:00
Hakim El Hattab 5ac03701b1 Merge pull request #101 from StereotypicalApps/patch-5
improved accessibility
2012-08-06 06:59:51 -07:00
Hakim El Hattab b4ca38795c Merge pull request #100 from StereotypicalApps/patch-4
added small fallback for non-font-face browsers
2012-08-06 06:59:00 -07:00
David Banham 7cf17ac063 Removed unused code 2012-08-06 14:40:32 +10:00
Owen Versteeg 9f2d9691a1 improved accessibility
I gave all the <img>s alt attributes, which makes reveal.js a lot more accessible
2012-08-05 23:52:36 -03:00
Owen Versteeg 9d7d8fec99 added small fallback for non-font-face browsers
this way things are in Impact; Impact fits much more with the visual style than does the default Arial or Calibri.
2012-08-05 23:46:33 -03:00
David Banham a2e021ccdb Don't suppress the whole event, just add context metadata 2012-08-06 11:20:08 +10:00
David Banham ee12450458 Tweaked heading 2012-08-05 23:52:04 +10:00
David Banham 976536d15e Added multiplexing server 2012-08-05 23:48:55 +10:00
Hakim El Hattab 51a15b840a fix error in slide markup 2012-08-04 18:19:50 -04:00
Hakim El Hattab c448789016 fix overview slide positioning bug (closes #89) 2012-08-04 18:16:41 -04:00
Hakim El Hattab de86c4eb7c instructions for pdf export (#92) 2012-08-04 17:38:59 -03:00
Hakim El Hattab e0e558ac90 more pdf-export tweaks, added slide describing the feature (#92) 2012-08-04 16:16:27 -04:00
Hakim El Hattab eb002bd2a2 slight tweak to pdf export css (#92) 2012-08-04 15:53:52 -04:00
Hakim El Hattab f350c6a5cd support for PDF export in chrome (closes #92) 2012-08-04 15:45:13 -04:00
Hakim El Hattab 7101c2408d less horizontal padding for slides 2012-08-04 14:13:41 -04:00
Hakim El Hattab f837343f9f remove hard line breaks now that slide width is relative 2012-08-04 14:09:06 -04:00
Hakim El Hattab 2d7d5be216 fix overflow glitch on vertical slides in mobile safari 2012-08-04 14:04:36 -04:00
Hakim El Hattab 4821c7b814 use mq to reduce font size for low resultions, max limit on width for slides set to 900px (closes #49) 2012-08-04 13:54:17 -04:00
Hakim El Hattab 6e91411054 Merge branch 'master' of github.com:hakimel/reveal.js 2012-08-04 11:06:13 -04:00
Hakim El Hattab ec4330700d Merge pull request #93 from StereotypicalApps/patch-1
Made the slideshow responsive
2012-08-04 08:05:52 -07:00
Hakim El Hattab 20b77b5419 Merge branch 'master' of github.com:hakimel/reveal.js 2012-08-04 10:52:34 -04:00
Hakim El Hattab c858ad069f Merge pull request #97 from davidbanham/master
Include speaker notes plugin after reveal.js
2012-08-04 07:52:02 -07:00