diff --git a/website/index.html b/website/index.html index 28c800a..835a0b0 100644 --- a/website/index.html +++ b/website/index.html @@ -6,107 +6,20 @@ Jane's Original Website DO Not Steal + -
-
█▀▄      ▄  █▀▄  ▄   ▄   ▄▄ 
-█ █ ▄▀▄ ▀█▀ █ █ █▄█ ▀█▀ █▄▀█
-█ █ ▀▄▀  █  █ █ ▀▄▄  █   ▀▀ 
+        
  ▄      ▄  █▀▄  ▄   ▄   ▄▄ 
+          █ ▄▀▄ ▀█▀ █ █ █▄█ ▀█▀ █▄▀█
+        ███ ▀▄▀  █  █ █ ▀▄▄  █   ▀▀ 
       

cock penis not a stole n website


diff --git a/website/style.css b/website/style.css new file mode 100644 index 0000000..cee3821 --- /dev/null +++ b/website/style.css @@ -0,0 +1,86 @@ +@font-face { + font-family: "Unifont"; + src: local("Unifont"), url(unifont-13.0.06.ttf) format("truetype"); + font-weight: normal; + font-style: normal; +} + +* { + margin: 0; +} + +.nobreak { + white-space: nowrap; + display: inline-block; +} + +html, +body { + height: 100%; + width: 100vw !important; + height: 100vh !important; + align-items: center; + justify-content: center; +} + +@keyframes crab { + from { + top: -10vh + } + + to { + top: 100vh + } +} + +.crab { + position: relative; + display: flex; + font-size: 9vh; + padding: 1vh; + line-height: 1; + text-decoration: none; + white-space: nowrap; + + animation-name: crab; + animation-fill-mode: backwards; + animation-timing-function: linear; + animation-iteration-count: infinite; +} + +#shit { + display: flex; + align-items: center; + flex-direction: column; +} + +body { + color: white; + background-color: black; + text-align: center; +} + +.monospace { + font-family: Unifont, monospace; + line-height: 100%; +} + +.big { + font-size: 1.5em; +} + +.r { + color: #cb2027; +} + +.b { + color: #4b3b97; +} + +.server { + color: #ffd700; +} + +.link { + text-decoration: none; +} \ No newline at end of file