What you get
- .zip archive containing all source files (HTML, CSS, images)
This template is provided exactly as is in the image at the top. You can customize it to your liking by modifying the source files.
How to set up
1. Download and extract the zip file (we'll call this the project folder)
2. Ensure you have NPM installed
3. Run
npm install in the project folder4. Build the CSS using
tailwindcss -i input.css -o output.css* For any additional information on any of the steps, please see the links in the Dependencies tab!
How to customize
Text:
in
index.html, change any of the text, like this:Images:
In the
images folder, you can replace any of the currently existing images:To add your own, don't forget to add them to the HTML in
index.htmlTheme:
In
tailwind.config.js, change the color values under "themes"* Don't forget to rebuild your CSS using this command:
tailwindcss -i input.css -o output.cssFor more information about daisyUI themes, visit: https://daisyui.com/docs/themes/
How to deploy
Once your website is customized and ready to go, you can host it for the world to see.
If you don't know where to start, choose a hosting provider, such as Github Pages, then follow their tutorial to get your site up and running!
For any additional inquiries, don't hesitate to ask! We'll answer your question and potentially add it to this page to help others.
