Skip to content

A simple, semantic start page built with HTML, CSS, with a rat-sized piece of JavaScript.

Notifications You must be signed in to change notification settings

d-solis/StartpageV7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StartpageV7

markup is valid and aims to adhere to HTML semantics. Traditional Japanese, WCAG 2.0 compliant colors make up the color palette. The monospace font is ol' Fira Code loaded via Google Fonts. Icons are bogstandard pngs (look look ill update this later ok), DuckDuckGo's API delivers the favicons, and OpenWeather's API provides the weather forecast and icons. Vanilla JavaScript and CSS handle all interactivity.

Brave is the default search engine because privacy is important 'round here.

⚠️ You will need to generate your own OpenWeather API key!

  1. Register for an OpenWeather account (OpenWeather will generate a default API key)
  2. Sign in and navigate to Username > API keys and copy the key
  3. Paste the key into line 1 of main.js
  4. Don't forget to allow location access to get your weather!

Things changed/revamped for my needs

  1. Revamped main.js for better use when traveling, instead of having to manually put the city id of your city all you have to do is allow access to your location.
  2. cleaned up some of the code
  3. Adjusted dock and bookmarks
  4. I also changed the search engine from duckduckgo to brave
  5. changed one color lmfaoooo

darkmode

Im too lazy to take a pic of light mode lmfaooo

image

Thanks for stopping by!

About

A simple, semantic start page built with HTML, CSS, with a rat-sized piece of JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.1%
  • HTML 40.7%
  • JavaScript 11.2%