Create Instant Presentations with HTML Slideshow
        Productivity Sauce
Slidifier is a neat webapp for creating browser-based presentations, but it's not the only fish in the sea. Take HTML Slideshow, for example. This small tool can come in handy for creating no-frills presentations using HTML and CSS. Creating slides with HTML Slideshow is as easy as it gets. Each slide sits inside the <section> element:
<section>
  <hgroup>
    <h1>Lorem Ipsum</h1>
    <h2>Lorem ipsum dolor sit amet</h2>
  </hgroup>
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</section>You can add as many slides as you want, and you can spice them up with lists and images. If you know your way around JavaScript, you can bind JavaScript scripts to specific slides using the newSlide event. The source code distribution in the project's GitHub repository contains an example presentation which provides a few useful pointers for creating sleek presentations. HTML Slideshow uses fonts in the EOT and WOFF formats. If you don't have EOT and WOFF fonts handy, you can use Font Squirrel's Fontface Generator to convert TrueType fonts into these formats.
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
    Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
	
News
- 
		    					    		    
Linux Now Runs Most Windows Games
The latest data shows that nearly 90 percent of Windows games can be played on Linux.
 - 
		    					    		    
Fedora 43 Has Finally Landed
The Fedora Linux developers have announced their latest release, Fedora 43.
 - 
		    					    		    
KDE Unleashes Plasma 6.5
The Plasma 6.5 desktop environment is now available with new features, improvements, and the usual bug fixes.
 - 
		    					    		    
Xubuntu Site Possibly Hacked
It appears that the Xubuntu site was hacked and briefly served up a malicious ZIP file from its download page.
 - 
		    					    		    
LMDE 7 Now Available
Linux Mint Debian Edition, version 7, has been officially released and is based on upstream Debian.
 - 
		    					    		    
Linux Kernel 6.16 Reaches EOL
Linux kernel 6.16 has reached its end of life, which means you'll need to upgrade to the next stable release, Linux kernel 6.17.
 - 
		    					    		    
Amazon Ditches Android for a Linux-Based OS
Amazon has migrated from Android to the Linux-based Vega OS for its Fire TV.
 - 
		    					    		    
Cairo Dock 3.6 Now Available for More Compositors
If you're a fan of third-party desktop docks, then the latest release of Cairo Dock with Wayland support is for you.
 - 
		    					    		    
System76 Unleashes Pop!_OS 24.04 Beta
System76's first beta of Pop!_OS 24.04 is an impressive feat.
 - 
		    					    		    
Linux Kernel 6.17 is Available
Linus Torvalds has announced that the latest kernel has been released with plenty of core improvements and even more hardware support.
 
