https://github.com/shazeus/shazeus.github.io
Static GitHub Pages portfolio for shazeus. The site fetches profile and repository data from the public GitHub API at runtime.
https://github.com/shazeus/shazeus.github.io
api static web website
Last synced: 3 days ago
JSON representation
Static GitHub Pages portfolio for shazeus. The site fetches profile and repository data from the public GitHub API at runtime.
- Host: GitHub
- URL: https://github.com/shazeus/shazeus.github.io
- Owner: shazeus
- Created: 2026-05-05T10:50:09.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-10T12:53:28.000Z (18 days ago)
- Last Synced: 2026-06-10T14:20:43.258Z (18 days ago)
- Topics: api, static, web, website
- Language: CSS
- Homepage: https://shazeus.github.io/
- Size: 19.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shazeus GitHub Portfolio
Static GitHub Pages portfolio for `shazeus`.
The site fetches profile and repository data from the public GitHub API at runtime. No build step, backend, or package install is required.
## Files
```txt
index.html
styles.css
script.js
```
## Local Preview
```bash
python3 -m http.server 4173
```
Open:
```txt
http://127.0.0.1:4173
```
The page loads the live GitHub profile and repository list directly in the browser, so local preview should show the same portfolio data as the deployed site.
## Deploy
Push to `main`. GitHub Pages serves the site from the repository root.