An HTML5 web app project presentation template.
presentl is an HTML5 template to be used as a presentation app for your projects. The idea is to divide the presentation/project into cards. The cards, when clicked, redirect to individual pages inside the app.
This project uses Tailwind.css as a frontend base.
Clone the repository in your machine or simple download the files.
Use you default web browser to launch index.html.
This template is designed for easy customization.
-
Edit the Main Page (
index.html):- Open
index.html. - Find the
<div class="card-container">section. - Each
<div class="card">is a card. - Change the
hrefin<a href="page.html">to point to your card redirection's page. - Change the card's title and description.
- Open
-
Create Your Project Pages:
- Copy one of the example project pages (e.g.,
roadmap.html) or create a new HTML file. - This new page is where you'll put all the details, images, and links for your specific project.
- Copy one of the example project pages (e.g.,
-
Edit Styles (Optional):
- In this setup, each page has it's own
.css. - Feel free to edit and change as you need.
- In this setup, each page has it's own