This is a simple homepage with categorized links.
Just open the HTML file in a web browser.
index.html
: The main HTML file.style.css
: Stylesheet for the homepage.script.js
: JavaScript file to populate the menu dynamically.favicon.ico
: Favicon for the webpage.
<div class="image">
<img alt="fem" src="images/01.jpg">
</div>
- Simple Categories to display
Each category contains links with corresponding icons.
The configuration data for the menu is embedded directly within the HTML using a script tag with type application/json
. This approach eliminates the need for a web server to serve dynamic data, making it simpler to deploy and share the homepage without any server-side processing.
Like
file:///home/chris/web/index.html
- Font Awesome: Used for icons.
- External CSS and JavaScript libraries.