commit f353e21e7e8d1463b18ea8c495c37d258156bd3b Author: emily Date: Thu Jan 11 14:07:27 2024 +0100 first commit uwu diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c14f0fe --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +other/** diff --git a/all.keys b/all.keys new file mode 100644 index 0000000..8e1c321 --- /dev/null +++ b/all.keys @@ -0,0 +1,2 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA/+iN407+HsfHbbC3tfdA8Yf4TZ08qXQMb4tb/SDAs+ emily@card +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHIT9L2FnHFdd57TT9Z4gGD5TXJfgE1qpzkZ3Ig2onTm fef@yubi diff --git a/assets/css/c.css b/assets/css/c.css new file mode 100644 index 0000000..97614fb --- /dev/null +++ b/assets/css/c.css @@ -0,0 +1,131 @@ +@font-face{ + font-family:brandon light; + src:url(../font.woff2) +} +*{ + margin:0; + padding:0; + position:relative; + box-sizing:border-box; + overflow:hidden +} +html,body{ + height:100% +} +body{ + display:flex; + justify-content:center; + align-items:center; + background:#000 +} +.content,.bg{ + position:absolute +} +.bg { + /* margin: auto; + min-height: 100%; + min-width: 100%*/ + position: absolute +} + +.bg video { + filter: brightness(75%); +} + +.content{ + z-index:1; + display:flex; + flex-direction:column; + align-items:center; + mix-blend-mode:overlay; + filter:invert(100%) +} +img{ + width:100vmin; + height:0vmin +} +canvas{ + width:91vmin; + height:13vmin +} +h1{ + font-size:5.25vmin; +} +h2{ + font-size:2vmin; +} +.social, .social button { + margin-top:.5vmin; + font-family:brandon light; + font-size:4.25vmin; + letter-spacing:.3vmin +} + +button { + border: none; + background: none; + cursor: pointer +} +.social a{ + text-decoration:none; + color:#000 +} +.hint{ + z-index:1; + color:#000; + mix-blend-mode:overlay; + filter:invert(100%); + position:fixed; + bottom:6vmin; + font-family:brandon light; + font-size:2.75vmin; + letter-spacing:.2vmin; + font-weight:700; + cursor:pointer +} + +/*.center{ + text-align: -webkit-center; +}*/ + +.img { + border: none; +} + +.content2 { + font-family: Calibri, monospace; + text-shadow: 0.06vw 0.06vw 0px rgba(8,230,255,100), -0.06vw -0.06vw 0px rgba(255,0,0,100); + position: absolute; + width: 100%; + min-height: 100%; + z-index: 1; + display: flex; + align-items: center; + justify-content: center; + background-color: rgba(0,0,0,0.5); +} +.content2 button { + font-family: Calibri, monospace; + text-shadow: 0.06vw 0.06vw 0px rgba(8,230,255,100), -0.06vw -0.06vw 0px rgba(255,0,0,100); +} + +.container { + text-align: left; + position: absolute; + display: flex; + flex-direction: column; + align-items: center; +} + +.container pre { + display: inline-block; +} + +.container h1, .container button { + color: #FFFFFF; + text-decoration: none; + font-size: 1.39vmin; +} +.container a , .container button { + color: #ffffff +} diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..1ef6fd4 --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,137 @@ +@font-face{ + font-family:brandon light; + src:url(../font.woff2) +} +*{ + margin:0; + padding:0; + position:relative; + box-sizing:border-box; + overflow:hidden +} +html,body{ + height:100% +} +body{ + display:flex; + justify-content:center; + align-items:center; + background:#000 +} +.content { + position:absolute +} + +#bg-video { + width: 100vw; + height: 100vh; + object-fit: cover; + position: fixed; + left: 0; + right: 0; + top: 0; + bottom: 0; + z-index: -1; + filter: brightness(75%); +} + +.content{ + z-index:1; + display:flex; + flex-direction:column; + align-items:center; + mix-blend-mode:overlay; + filter:invert(100%) +} +img{ + width:100vmin; + height:0vmin +} +canvas{ + width:91vmin; + height:13vmin +} +h1{ + font-size:5.25vmin; +} +h2{ + font-size:2vmin; +} +.social, .social button { + margin-top:.5vmin; + font-family:brandon light; + font-size:4.25vmin; + letter-spacing:.3vmin +} + +button { + border: none; + background: none; + cursor: pointer +} +.social a{ + text-decoration:none; + color:#000; +} +#nav-as, #nav-home { + cursor: pointer; +} +.hint{ + z-index:1; + color:#000; + mix-blend-mode:overlay; + filter:invert(100%); + position:fixed; + bottom:6vmin; + font-family:brandon light; + font-size:2.75vmin; + letter-spacing:.2vmin; + font-weight:700; + cursor:pointer +} + +/*.center{ + text-align: -webkit-center; +}*/ + +.img { + border: none; +} + +.content2 { + font-family: Calibri, monospace; + text-shadow: 0.06vw 0.06vw 0px rgba(8,230,255,100), -0.06vw -0.06vw 0px rgba(255,0,0,100); + position: absolute; + width: 100%; + min-height: 100%; + z-index: 1; + display: flex; + align-items: center; + justify-content: center; + background-color: rgba(0,0,0,0.5); +} +.content2 button { + font-family: Calibri, monospace; + text-shadow: 0.06vw 0.06vw 0px rgba(8,230,255,100), -0.06vw -0.06vw 0px rgba(255,0,0,100); +} + +.container { + text-align: left; + position: absolute; + display: flex; + flex-direction: column; + align-items: center; +} + +.container pre { + display: inline-block; +} + +.container h1, .container button { + color: #FFFFFF; + text-decoration: none; + font-size: 1.39vmin; +} +.container a , .container button { + color: #ffffff +} diff --git a/assets/font.woff2 b/assets/font.woff2 new file mode 100644 index 0000000..835e496 Binary files /dev/null and b/assets/font.woff2 differ diff --git a/assets/js/app.js b/assets/js/app.js new file mode 100644 index 0000000..3cdb47e --- /dev/null +++ b/assets/js/app.js @@ -0,0 +1,52 @@ +'use strict'; +(function() { + var title = document.title, + animSeq = ["/", "$", "\\", "|", "$"], + animIndex = 0, + titleIndex = 0; + + function doInverseSpinZeroPitch() { + var loadTitle = title.substring(0, titleIndex); + if (titleIndex > title.length) { + animIndex = 0; + titleIndex = 0 + } + if (animIndex > 3) { + titleIndex++; + animIndex = 0 + } + document.title = loadTitle + animSeq[animIndex]; + animIndex++ + } + window.setInterval(doInverseSpinZeroPitch, 50); +})(); + +const qS = q => document.querySelector(q); +const video = qS('video'); +let initialized = false; + +document.getElementById("hint").addEventListener('click', _ => { + if (!initialized) { + video.muted = false; + initialized = true; + qS('.hint').style.display = 'none'; + } +}); +document.getElementById("nav-as").addEventListener('click', _ => { + nav('as'); +}); +document.getElementById("nav-home").addEventListener('click', _ => { + nav('home'); +}); + +function nav(site) { + const home = document.getElementById('content'); + const as = document.getElementById('content2'); + if (site == "as") { + home.style.display = 'none'; + as.style.display = ''; + } else { + home.style.display = ''; + as.style.display = 'none'; + } +} diff --git a/assets/media/whatwhat-av1.mp4 b/assets/media/whatwhat-av1.mp4 new file mode 100644 index 0000000..73eece0 Binary files /dev/null and b/assets/media/whatwhat-av1.mp4 differ diff --git a/assets/media/whatwhat-avc.mp4 b/assets/media/whatwhat-avc.mp4 new file mode 100644 index 0000000..eca852d Binary files /dev/null and b/assets/media/whatwhat-avc.mp4 differ diff --git a/emily.pub b/emily.pub new file mode 100644 index 0000000..969d8d7 --- /dev/null +++ b/emily.pub @@ -0,0 +1,23 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEZGHw/hYJKwYBBAHaRw8BAQdAwRyHehXC9Ie48A0oisF/VIVfNw9HCtTv8uYv +sC7+K9C0FWVtaWx5IDxla0BreW91bWEubmV0PoiQBBMWCAA4FiEEsE8Bp6mKEwIM +ObSmire3c6IUrOUFAmRh8P4CGwMFCwkIBwIGFQoJCAsCBBYCAwECHgECF4AACgkQ +ire3c6IUrOVe+gD+Kzmb9kkfL1nE43XWLe7loCh3xIlGSIu1RXo5h+Fs++sA/3uN +FQYca8aG4BLl9CXQyS3tXlfOdvx5gn+owh2oPJYPuDgEZGHw/hIKKwYBBAGXVQEF +AQEHQAMTYx9FdU7twi36a2tYF0RJQITLL+SeUYGZjVM1hqRCAwEIB4h4BBgWCAAg +FiEEsE8Bp6mKEwIMObSmire3c6IUrOUFAmRh8P4CGwwACgkQire3c6IUrOX5LgD6 +AgnRcSM6zkKdrJi23NrvFflLI+FaPlSzKHnhfts9iMMA/25Fh3s+ut88UlD86UQu +lhkK9LsRy1no4T6YoP18veQNuDMEZGHxfhYJKwYBBAHaRw8BAQdAD/6I3jTv4ex8 +dtsLe190Dxh/hNnTypdAxvi1v9IMCz6IeAQYFggAIBYhBLBPAaepihMCDDm0poq3 +t3OiFKzlBQJkYfF+AhsgAAoJEIq3t3OiFKzlBl4A/3vthysbZaF4ZFEdtjkoXULF +jKjGgGFPcu75vOmj4x43AQCPXcru4im0DZ4yyG+FjX1IeK+cuFk1ibYNyfkMpnzD +AbgzBGRh8ccWCSsGAQQB2kcPAQEHQO8Y+v+Qd0dPJSbVjgNcZdbr88V4TmJ4G1jC +vN3lbhRBiO8EGBYIACAWIQSwTwGnqYoTAgw5tKaKt7dzohSs5QUCZGHxxwIbAgCB +CRCKt7dzohSs5XYgBBkWCAAdFiEE18b9jaXmmE5SYYqU9vTGYgf8+ZUFAmRh8ccA +CgkQ9vTGYgf8+ZUjXgEAwtVbSwoQ7xJC/DE9CrS0GHXPA34rtz8ae6/tMUzd1IEB +AOvX/bvR+bc0XNH2mXF4bddzO46bgWS3AF4CxS78+mUHgdcBANAkCJwRC09LQ65Y +pUgW2z+FsOitaCDh3Fqx1OsZlxxBAPsF5M880/C2WrQYkAqIz9WycmgxtHezvBkD +KegtuUCSBA== +=jmsF +-----END PGP PUBLIC KEY BLOCK----- diff --git a/index.html b/index.html new file mode 100644 index 0000000..b107ab8 --- /dev/null +++ b/index.html @@ -0,0 +1,75 @@ + + + + + + + K Y O U M A . N E T + + + + +
+

K Y O U M A . N E T

+

BE GAY DO CRIME

+ +
+ +
HIT ME FOR SOUND
+ + + diff --git a/snaki.keys b/snaki.keys new file mode 100644 index 0000000..0082d32 --- /dev/null +++ b/snaki.keys @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA/+iN407+HsfHbbC3tfdA8Yf4TZ08qXQMb4tb/SDAs+ emily@card