Files
2026-07-25 16:51:21 +03:00

28 lines
1.0 KiB
Markdown

# m5y.p9o.uk
A minimal, single-page personal startpage.
Live at [m5y.p9o.uk](https://m5y.p9o.uk).
![screenshot](screenshot.png)
## What it is
- A single `index.html`, no build step, no dependencies
- Two full-height screens with scroll-snap between them:
1. **Home** — an animated glowing star (pure SVG + CSS) and "Mykolay Ponomarenko" centered on the page, with a "scroll for apps" cue at the bottom
2. **Apps & Games** — cards linking to [worder](https://worder.shadoll.com), [wordweave](https://wordweave.shadoll.com), and [coshin](https://coshin.shadoll.com), each using that game's own icon (in `icons/`, copied from its source repo) and accent color
- A footer at the bottom of the second screen, linking to [shadoll.dev](https://shadoll.dev)
## Running locally
```sh
python3 -m http.server 8787
```
Then open [http://localhost:8787](http://localhost:8787).
## Deployment
Served via GitHub Pages. The custom domain is configured through the `CNAME` file, and `.nojekyll` disables Jekyll processing since this is a plain static site.