From 626f07c8cb8839c93f4f740c8b2fe9e23cd5751b Mon Sep 17 00:00:00 2001 From: 9mmilly <9mmilly@protonmail.com> Date: Sat, 12 Apr 2025 18:21:08 +0200 Subject: added current homepage --- README.md | 3 ++ files/9mmilly.asc | 13 ++++++ files/message | 1 + fonts/CommitMono-400-Italic.ttf | Bin 0 -> 390060 bytes fonts/CommitMono-400-Regular.ttf | Bin 0 -> 377980 bytes fonts/CommitMono-700-Italic.ttf | Bin 0 -> 398620 bytes fonts/CommitMono-700-Regular.ttf | Bin 0 -> 384828 bytes img/bg.gif | Bin 0 -> 7623 bytes img/buttons/corruobserver.gif | Bin 0 -> 123640 bytes img/buttons/debian-lesbian.png | Bin 0 -> 5384 bytes img/buttons/disillusion.gif | Bin 0 -> 13001 bytes img/buttons/glados_girl.gif | Bin 0 -> 7305 bytes img/buttons/lain.gif | Bin 0 -> 26825 bytes img/buttons/thevoid.gif | Bin 0 -> 1609 bytes img/buttons/yumenikki.gif | Bin 0 -> 8195 bytes img/eye.png | Bin 0 -> 8439 bytes img/eyecon.png | Bin 0 -> 5430 bytes img/navi.jpg | Bin 0 -> 42319 bytes img/space_bg.gif | Bin 0 -> 2448 bytes index.html | 58 +++++++++++++++++++++++++ style.css | 91 +++++++++++++++++++++++++++++++++++++++ 21 files changed, 166 insertions(+) create mode 100644 README.md create mode 100644 files/9mmilly.asc create mode 100644 files/message create mode 100644 fonts/CommitMono-400-Italic.ttf create mode 100644 fonts/CommitMono-400-Regular.ttf create mode 100644 fonts/CommitMono-700-Italic.ttf create mode 100644 fonts/CommitMono-700-Regular.ttf create mode 100644 img/bg.gif create mode 100644 img/buttons/corruobserver.gif create mode 100644 img/buttons/debian-lesbian.png create mode 100644 img/buttons/disillusion.gif create mode 100644 img/buttons/glados_girl.gif create mode 100644 img/buttons/lain.gif create mode 100644 img/buttons/thevoid.gif create mode 100644 img/buttons/yumenikki.gif create mode 100644 img/eye.png create mode 100644 img/eyecon.png create mode 100644 img/navi.jpg create mode 100644 img/space_bg.gif create mode 100644 index.html create mode 100644 style.css diff --git a/README.md b/README.md new file mode 100644 index 0000000..86ed647 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +## my mediocre website + +ill make it less ugly one day istg diff --git a/files/9mmilly.asc b/files/9mmilly.asc new file mode 100644 index 0000000..c4a1851 --- /dev/null +++ b/files/9mmilly.asc @@ -0,0 +1,13 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEZ9KyWxYJKwYBBAHaRw8BAQdAI13bBQ6klc2R4IYvZA+c6ofEyNiJfNn2tDcD +j9XL3K+0IDltbWlsbHkgPDltbWlsbHlAcHJvdG9ubWFpbC5jb20+iJkEExYKAEEW +IQRBM+vqvoIiFoJhiadJoqZ83tMowwUCZ9KyWwIbAwUJAeEzgAULCQgHAgIiAgYV +CgkICwIEFgIDAQIeBwIXgAAKCRBJoqZ83tMow08lAP4nTZecynr2asfIfuygN5NI +vNUzdMmn1+0Lvy5v8nQSFQEAp+oLxu9M9uFa8KwhAqXmO2cgyHs74ezse1bR5tHs +VQ+4OARn0rJbEgorBgEEAZdVAQUBAQdAPOvm2xf4RjxgZt1oFjCCHgFu2WMaAATG +VIIsefPQKggDAQgHiH4EGBYKACYWIQRBM+vqvoIiFoJhiadJoqZ83tMowwUCZ9Ky +WwIbDAUJAeEzgAAKCRBJoqZ83tMow2RNAQDuYdg2AJP8+L4LZh8wb2i9KtHnRQhI +dNJGWAXAHYHeNAD/aN0DTyoqtRpyc5Sg+b+shdFjqs6Eeyg0uIzURFpRaw8= +=Kp75 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/files/message b/files/message new file mode 100644 index 0000000..b032927 --- /dev/null +++ b/files/message @@ -0,0 +1 @@ +more things to come... diff --git a/fonts/CommitMono-400-Italic.ttf b/fonts/CommitMono-400-Italic.ttf new file mode 100644 index 0000000..49da580 Binary files /dev/null and b/fonts/CommitMono-400-Italic.ttf differ diff --git a/fonts/CommitMono-400-Regular.ttf b/fonts/CommitMono-400-Regular.ttf new file mode 100644 index 0000000..a5c2ce9 Binary files /dev/null and b/fonts/CommitMono-400-Regular.ttf differ diff --git a/fonts/CommitMono-700-Italic.ttf b/fonts/CommitMono-700-Italic.ttf new file mode 100644 index 0000000..010cae8 Binary files /dev/null and b/fonts/CommitMono-700-Italic.ttf differ diff --git a/fonts/CommitMono-700-Regular.ttf b/fonts/CommitMono-700-Regular.ttf new file mode 100644 index 0000000..dec4163 Binary files /dev/null and b/fonts/CommitMono-700-Regular.ttf differ diff --git a/img/bg.gif b/img/bg.gif new file mode 100644 index 0000000..3734c75 Binary files /dev/null and b/img/bg.gif differ diff --git a/img/buttons/corruobserver.gif b/img/buttons/corruobserver.gif new file mode 100644 index 0000000..d94e76d Binary files /dev/null and b/img/buttons/corruobserver.gif differ diff --git a/img/buttons/debian-lesbian.png b/img/buttons/debian-lesbian.png new file mode 100644 index 0000000..bc5ab3f Binary files /dev/null and b/img/buttons/debian-lesbian.png differ diff --git a/img/buttons/disillusion.gif b/img/buttons/disillusion.gif new file mode 100644 index 0000000..0d920f9 Binary files /dev/null and b/img/buttons/disillusion.gif differ diff --git a/img/buttons/glados_girl.gif b/img/buttons/glados_girl.gif new file mode 100644 index 0000000..509f6f7 Binary files /dev/null and b/img/buttons/glados_girl.gif differ diff --git a/img/buttons/lain.gif b/img/buttons/lain.gif new file mode 100644 index 0000000..b9cab1d Binary files /dev/null and b/img/buttons/lain.gif differ diff --git a/img/buttons/thevoid.gif b/img/buttons/thevoid.gif new file mode 100644 index 0000000..1099de4 Binary files /dev/null and b/img/buttons/thevoid.gif differ diff --git a/img/buttons/yumenikki.gif b/img/buttons/yumenikki.gif new file mode 100644 index 0000000..28454a2 Binary files /dev/null and b/img/buttons/yumenikki.gif differ diff --git a/img/eye.png b/img/eye.png new file mode 100644 index 0000000..5624db9 Binary files /dev/null and b/img/eye.png differ diff --git a/img/eyecon.png b/img/eyecon.png new file mode 100644 index 0000000..5a05445 Binary files /dev/null and b/img/eyecon.png differ diff --git a/img/navi.jpg b/img/navi.jpg new file mode 100644 index 0000000..958961e Binary files /dev/null and b/img/navi.jpg differ diff --git a/img/space_bg.gif b/img/space_bg.gif new file mode 100644 index 0000000..abb69f1 Binary files /dev/null and b/img/space_bg.gif differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..47c35e3 --- /dev/null +++ b/index.html @@ -0,0 +1,58 @@ +<!DOCTYPE html> +<html> +<head> + <title>9mmilly.net</title> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="icon" type="image/x-icon" href="img/eye.png"> + <link rel="stylesheet" type="text/css" href="style.css"> +</head> +<body> +<div id="container"> + + <div id="info"> + <ul> + <li><a href="mailto:9mmilly@protonmail.com">email</a></li> + <li><a href="files/9mmilly.asc">gpg key</a></li> + <li><a href="https://git.9mmilly.net">git</a></li> + <li><a href="https://soundcloud.com/9mmillyy">soundcloud</a></li> + </ul> + </div> + +<div id="main"> + + <a href="files/message"> + <img src="img/navi.jpg" alt="navi"> + </a> + <h1>9 m m i l l y . n e t</h1> + <p>hello, hope you find what you are looking for.</p> + <div class="buttons"> + <a href="https://www3.nns.ne.jp/~tk-mto/kikiyamaHP.html"> + <img src="img/buttons/yumenikki.gif" alt="yume nikki" width="88" height="31"> + </a> + + <a href="https://www.debian.org/"> + <img src="img/buttons/debian-lesbian.png" alt="hosting this very site" width="88" height="31"> + </a> + + <a href="https://store.steampowered.com/app/1490060/Disillusion/"> + <img src="img/buttons/disillusion.gif" alt="disillusion" width="88" height="31"> + </a> + + <a href="https://archive.org/details/09-sel-protocol/"> + <img src="img/buttons/lain.gif" alt="disillusion" width="88" height="31"> + </a> + + <a href="https://corru.observer/"> + <img src="img/buttons/corruobserver.gif" alt="corru" width="88" height="31"> + </a> + </div> + +</div> +<footer> + <p>6C 6F 6C 20 6D 61 64 65 20 75 20 6C 6F 6F 6B</p> +</footer> + +</body> +</html> + diff --git a/style.css b/style.css new file mode 100644 index 0000000..28697c8 --- /dev/null +++ b/style.css @@ -0,0 +1,91 @@ +@font-face { + font-family: commitmono; + src: url('./fonts/CommitMono-400-Regular.ttf'); +} + +body { + background-image: url('img/bg.gif'); + margin: 0; + height: 100vh; +} + +* { + box-sizing: border-box; +} + +p { + font-family: commitmono; + text-align: center; + color: white; +} + +h1 { + font-family: commitmono; + color:#3d356a; + text-align: center; +} + +img { + display: block; + margin: 0 auto; +} + +#container { + max-width: 40%; + height: 100%; + margin: auto; +} + +#main { + background-color: black; + height: 90%; + padding: 40px; +} + +.buttons { + display:flex; + justify-content:center; +} + + +/* navigation section!! */ +#info { + height: 40px; + background-color: #3d356a; + /* navbar color */ + width: 100%; +} + +#info ul { + display: flex; + padding: 0; + margin: 0; + list-style-type: none; + justify-content: space-evenly; +} + +#info li { + padding-top: 10px; +} + +/* navigation links*/ +#info li a { + color: #FFFFFF; + /* navbar text color */ + font-family: commitmono; + font-weight: 800; + text-decoration: none; + /* this removes the underline */ +} + + +footer { + background-color: #000000; + color: #000000; + /* background color for footer */ + width: 100%; + height: 100%; + padding: 10px; + text-align: center; + /* this centers the footer text */ +} -- cgit v1.2.3