commit 9f157e48ac6e0351835130d0e4b1a46125cdbabb Author: sHa Date: Mon Jul 20 16:37:35 2026 +0300 initial project diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..0e076ed --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +m5y.p9o.uk diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c55808 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# 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 +- An animated glowing star (pure SVG + CSS) +- "Mykolay Ponomarenko" centered on the page +- A footer pinned to the bottom, 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. diff --git a/index.html b/index.html new file mode 100644 index 0000000..a30bdc1 --- /dev/null +++ b/index.html @@ -0,0 +1,148 @@ + + + + + +Mykolay Ponomarenko + + + +
+
+
+ + + + + + + + + + +
+
+ Mykolay + Ponomarenko +
+
+ + + diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..46a1412 Binary files /dev/null and b/screenshot.png differ