https://github.com/andria-dev/inspire
A highly functional homepage with random high quality backgrounds, Todo checklist, current weather, location, a random quote, and the current time. Also built with extremely customizable settings.
https://github.com/andria-dev/inspire
Last synced: 9 months ago
JSON representation
A highly functional homepage with random high quality backgrounds, Todo checklist, current weather, location, a random quote, and the current time. Also built with extremely customizable settings.
- Host: GitHub
- URL: https://github.com/andria-dev/inspire
- Owner: andria-dev
- Created: 2018-08-16T19:12:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T05:51:34.000Z (over 7 years ago)
- Last Synced: 2025-03-23T04:26:04.963Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://chrisbrownie55.github.io/inspire
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Inspire
Inspiration can be difficult to achieve. Keep track of your many important tasks and the weather with the suttle help of a random daily quote and beatiful scenery.
### Note: uses two Chrome only features (does not break app)
This website uses `summary::-webkit-detail-marker` used by Chrome (the drop down arrow on a `` element). This allows the cog I've placed next to the word _"Settings"_ to be placed in line with the following word and it also allows it to rotate when opening or closing the `` element.
This website also uses an **HTML Import** this is only supported by Chrome as it is a feature that was abandoned in the spec. I used this HTML import to import a _Web Component_, specifically a slider, however, I do plan to migrate this away from an HTML import into a javascript module.