STARTPAGES
METRO STARTPAGE
This is a simple static browser startpage made using HTML5, CSS, and very basic, messy Javascript. It was my first time using the latter, so it's probably not very good, but it runs quick locally at least.
Features include:
- As many 'paginated' groups of bookmarks as you want via the buttons at the bottom (2 buttons included, but making a third should be very easy with any vector software)
- CSS variables for easy color customization, at the start of the CSS file
- Setup for both solid-color and image/gif banner backgrounds (or both, as in the demo)
- Link hover color-change
- A basic DuckDuckGo searchbar
- Super-cool, modern, neon-drenched design (this is not subjective)
Download Here!
(Through Mega, because I don't know how Git works and am too afraid to ask.)
To customize:
- Open the 'script.js' file and fill each 'Box' variable with your preferred bookmarks and h2 header. Ensure that a br is stuck between the header, the first link, and each link afterwards. Be careful of quotation marks in links, because Javascript is a bitch about them for some reason.
- Open the .css file and change the color variables and background .gif variable around.
- Other tips: You can use more variables in the script file to change the banner gif or colors 'per-page' by button. You can also add more buttons by tweaking the code in the script and HTML files--ensure that all the IDs are set up correctly. You can use a background image for the searchbar if you want an icon.
More startpages coming soon... someday... maybe!