Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sctech-tr/website

my personal website
https://github.com/sctech-tr/website

github github-actions github-pages netlify personal-site personal-website website

Last synced: 14 days ago
JSON representation

my personal website

Awesome Lists containing this project

README

        

[![Netlify Status](https://api.netlify.com/api/v1/badges/fc1bc6e4-be4c-4a3b-8ac5-5b55c52e409e/deploy-status)](https://app.netlify.com/sites/sctech/deploys)
# welcome to my website!
you will find things here.
## about "today's overview" api
it's a json file that you can use to get today's quick info, like calendars. sample json:
```json
{
"date": "2024-11-04",
"name": "Avila",
"meal": "McSinghs Scotch pie",
"day": "Monday",
"quote": "My imagination can picture no fairer happiness than to continue living for art."
}
```
you can access it via `https://sctech.netlify.app/todays-overview.json`
## seasonal buttons!
detect the season and display buttons with the appropriate colors!
here are the colors for each season:
- spring: `lightgreen`
- summer: `yellow`
- autumn: `orange`
- winter: `white`
### attributes
- `text`: the text to display on the button
- `onclick`: works like normal js onclick
### example
```html

```
you can access it via `https://sctech.netlify.app/pkg/seasonal-buttons.js`