https://github.com/salsan/salsan.github.io
https://github.com/salsan/salsan.github.io
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/salsan/salsan.github.io
- Owner: salsan
- Created: 2020-08-16T18:39:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T11:42:11.000Z (about 3 years ago)
- Last Synced: 2025-01-03T04:49:06.080Z (12 months ago)
- Language: CSS
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# salsan.github.io
This is source code of my [personal homepage](https://salsan.dev/), in my free time implement new features.
## Features
- Translate question in your browser language - Detect language with property [**Navigator.language**](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language) from Web API and translated with [**Google Translate API**](https://en.wikipedia.org/wiki/Google_Translate#API)
- Change question based on CSS [**prefers-color-scheme**](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) (dark/light)
## Screenshot
 Old Browser don't support CSS **prefers-color-scheme**
 Browser support **prefers-color-scheme** and translate text based on WebAPI **Navigator.language**
# License
[MIT license](https://opensource.org/licenses/MIT) - Copyright 2022 Salvatore Santagati ()