An open API service indexing awesome lists of open source software.

https://github.com/salsan/salsan.github.io


https://github.com/salsan/salsan.github.io

Last synced: 10 months ago
JSON representation

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
![image](https://user-images.githubusercontent.com/111319/206689003-6aea55d4-eb52-44a6-8248-1cd3d2593045.png) Old Browser don't support CSS **prefers-color-scheme**
![image](https://user-images.githubusercontent.com/111319/206693076-92b866d6-1a0f-40b3-85cf-6d1dbb1c4105.png) 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 ()