Yes, but why make html presentations at all? Are there any tangible benefits except for fancy animations?
WebSlides – Making HTML presentations easy
21–30 of 67 posts
Re: WebSlides – Making HTML presentations easy
#22https://github.com/hakimel/reveal.js/ is my framework of choice when making slides.
reveal.js + pandoc + some customization is what I'm sitting at right now . While I like it a lot, I could imagine that reveal.js's default layout isn't suitable for presentations with lots of details. Also haven't figured out how to jump to a particular slide.
e.g. http://lab.hakim.se/reveal-js/#/2
(Hi from a fellow enthusiast)
Re: WebSlides – Making HTML presentations easy
#23Re: WebSlides – Making HTML presentations easy
#24Please make the website more usable. It has a really nice design but poor UX. At least I should be able to scroll to... scroll. And hiding elements until you hover over an invisible part of the screen is totally against a good UX (discoverability). This could be okay in games or in purely artistic webpages, but if you intend your visitors to use the page and read the content it is counterproductive. Edit: being this…
Browsing the web is pretty mouse/trackpad driven. Especially for landing sites like this. It just felt un-intuitive.
Re: WebSlides – Making HTML presentations easy
#25Yes, but why make html presentations at all? Are there any tangible benefits except for fancy animations?
Re: WebSlides – Making HTML presentations easy
#26I created CLI for creating simplistic presentations for my first lightning talk. It turned out pretty great so I open sourced it. It has some neat features such as live-reloading server, anonymous deployment, mirrored highlighting and cursor and speaker mode. https://reimertz.github.io/lagom Would be awesome to get some more contributors.. hrmf, I mean, users. :)
Re: WebSlides – Making HTML presentations easy
#27Yes, but why make html presentations at all? Are there any tangible benefits except for fancy animations?
Re: WebSlides – Making HTML presentations easy
#28Yes, but why make html presentations at all? Are there any tangible benefits except for fancy animations?
Re: WebSlides – Making HTML presentations easy
#29Yes, but why make html presentations at all? Are there any tangible benefits except for fancy animations?
Portability. If you have to send a presentation around, embedding fonts in PowerPoint only works if the viewer is on a Windows machine, and keynote is not an option if your viewer is on a PC.
Re: WebSlides – Making HTML presentations easy
#30I created CLI for creating simplistic presentations for my first lightning talk. It turned out pretty great so I open sourced it. It has some neat features such as live-reloading server, anonymous deployment, mirrored highlighting and cursor and speaker mode. https://reimertz.github.io/lagom Would be awesome to get some more contributors.. hrmf, I mean, users. :)
Have you tried it on Safari? I see mostly empty pages.
Sorry about that.