This repository contains a simple static website that works without a server. You can easily download the files, customize the links and logos you want to display, and open the index.html file in your web browser to see the changes.
See https://vanbassum.github.io/HomePage for a live example hosted on GitHub Pages.
- Displays custom links with corresponding logos or favicons.
- Automatically attempts to fetch the best possible favicon when the provided logo is not available.
- Fully static and works without a server.
-
Download Files: Clone or download the repository to your local machine.
-
Customize Links and Logos:
- Open the
links.jsfile. - Add or remove links and corresponding logos according to your preferences.
- Open the
-
Open
index.html: Once you have customized the links and logos, simply open theindex.htmlfile in your preferred web browser.
If the main icon fails, fallback URLs are tried in order:
-
SimpleIcons CDN:
https://cdn.simpleicons.org/[service-name] -
Root Favicon:
[protocol]://[host]/favicon.ico
If all fail, the icon is hidden to keep the UI clean.
- This static website is designed to be simple and easy to use.
- You can customize the HTML, CSS, and JavaScript files further to suit your specific needs.
- If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.