From 5d0f19142bb58cc364176cceaba1597a48aedb72 Mon Sep 17 00:00:00 2001 From: mifi Date: Wed, 23 Jul 2025 20:48:46 -0300 Subject: [PATCH] first commit --- .vscode/settings.json | 1 + README.md | 0 src/css/style.css | 59 +++++++++++++++++++++++++++++++++++++++++++ src/index.html | 20 +++++++++++++++ 4 files changed, 80 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 README.md create mode 100644 src/css/style.css create mode 100644 src/index.html diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/src/css/style.css b/src/css/style.css new file mode 100644 index 0000000..93e991b --- /dev/null +++ b/src/css/style.css @@ -0,0 +1,59 @@ +html,body { + height: 100%; + margin: 0; + padding: 0; + background: #121212; + color: #f4f4f4; + font-family: 'Inter', Arial, sans-serif; +} +body { + display: flex; + align-items: center; + justify-content: center; + min-height: 100vh; +} +.container { + text-align: center; + background: rgba(34, 39, 44, 0.92); + padding: 3rem 2rem; + border-radius: 1.5rem; + box-shadow: 0 2px 24px 0 rgba(0,0,0,0.13); + max-width: 400px; + margin: 1rem; +} +.emoji { + font-size: 2.8rem; + margin-bottom: 1rem; +} +h1 { + font-size: 2rem; + font-weight: 800; + margin-bottom: 0.5rem; + letter-spacing: -1px; +} +p { + color: #babed8; + margin-bottom: 1.7rem; + font-size: 1.14rem; + line-height: 1.55; +} +.scram { + display: inline-block; + padding: 0.7rem 1.4rem; + background: #70ffd7; + color: #1b1e22; + border-radius: 999px; + font-weight: 700; + font-size: 1.1rem; + text-decoration: none; + transition: background 0.2s; + margin-top: 0.5rem; + box-shadow: 0 1px 4px 0 rgba(112,255,215,0.10); +} +.scram:hover { + background: #50bf9c; + color: #fff; +} +@media (max-width: 430px) { + .container { padding: 2rem 0.6rem; } +} diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..029ec5d --- /dev/null +++ b/src/index.html @@ -0,0 +1,20 @@ + + + + + + mifi.holdings + + + +
+
🛸
+

Nothing to See Here

+

+ You’ve stumbled onto mifi.holdings — the legendary vault of digital oddities, curios, and coffee-fueled experiments belonging to a possibly-human, definitely-mysterious entity named mifi.

+ There’s nothing here for you.
+ Go on. Shoo. Scram. Or just keep wondering. +

+
+ +