Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sctech-tr/website
- Owner: sctech-tr
- License: mit
- Created: 2024-08-22T16:15:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-19T01:25:07.000Z (19 days ago)
- Last Synced: 2025-01-19T02:24:39.280Z (19 days ago)
- Topics: github, github-actions, github-pages, netlify, personal-site, personal-website, website
- Language: HTML
- Homepage: https://sctech.localplayer.dev
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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`