Skip to content
Snippets Groups Projects
Commit 60631be0 authored by Rakuschek, Julian's avatar Rakuschek, Julian
Browse files

Readme Update

parent 362a667a
No related branches found
No related tags found
No related merge requests found
<table align="center"><tr><td align="center" width="9999">
<img src="./media/images/template/ivc_logo.png" align="center" width="50" alt="Institute Logo">
<img src="./media/images/template/ivc_logo.png" align="center" width="100" alt="Institute Logo">
# IVC Reveal JS Template
......@@ -7,7 +7,11 @@
</td></tr></table>
This repository contains a template for presentations at the IVC institute using the [Reveal JS](https://revealjs.com/) framework. A live demo can be accessed [here](https://presentations.rakuschek.at/template/).
This repository contains a template for presentations at the IVC institute using the [Reveal JS](https://revealjs.com/) framework, which is a web-based alternative to presentation slides.
The benefit of having a web-based presentation is the cross plattform compatibility.
While this is already possible with a simple PDF, Reveal JS can easily handle videos and it is more elegant to host the presentation on a domain and thus simply share a link instead of a 100 MB presentation file.
A live demo can be accessed [here](https://presentations.rakuschek.at/template/).
**Attention** Basic HTML and CSS knowledge is required to work with this template and framework.
......@@ -23,3 +27,10 @@ Important: This template uses [Tailwind CSS](https://tailwindcss.com/) as a CSS
The benefit of Tailwind is that it alleviates one of the hardest things in programming: Naming things.
More concisely, Tailwind provides each CSS attribute as a class of its own, such that no more classes have to be named and defined.
Tailwind is a matter of taste, so use whatever CSS framework best fits your needs.
### Exporting to PDF
Reveal JS presentations can be saved as a PDF file by using the browsers PDF printing feature.
Simply append `?print-pdf` to the end of the URL and reload the page.
This creates a view that can be directly saved to a PDF file.
Unfortunately Firefox does not work well for this task, therefore it is advisable to use Chrome or Opera for saving the PDF.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment