From 4b92d6ae07c70a71f8cbd07a4a479989a4c545733804fba00e510692e6fe7b1d Mon Sep 17 00:00:00 2001 From: Nyx Date: Mon, 10 Feb 2025 18:50:36 -0600 Subject: [PATCH] actually make the new site wait why was this in a seperate repo --- site/contact.html | 32 ++++++++++ site/index.css | 148 +++++++++++++++++++++++++++++++++++++++++++++ site/index.html | 24 ++++++++ site/rules.html | 30 +++++++++ site/services.html | 54 +++++++++++++++++ 5 files changed, 288 insertions(+) create mode 100644 site/contact.html create mode 100644 site/index.css create mode 100644 site/index.html create mode 100644 site/rules.html create mode 100644 site/services.html diff --git a/site/contact.html b/site/contact.html new file mode 100644 index 0000000..96cba87 --- /dev/null +++ b/site/contact.html @@ -0,0 +1,32 @@ + + + + everypizza.im + + + + +
+ ← Back to homepage +

+ Contact +

+
+ Please use one of these: +
+ +
+ diff --git a/site/index.css b/site/index.css new file mode 100644 index 0000000..f765128 --- /dev/null +++ b/site/index.css @@ -0,0 +1,148 @@ +.center { + text-align: center; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + will-change: transform; + animation: blurIn 500ms ease-in-out; +} + +.content { + will-change: transform; + animation: blurIn 500ms ease-in-out; +} + +@media (prefers-color-scheme: dark) { + body { + animation: fadeIn 500ms ease-in-out; + background-color: black; + color: white; + font-family: system-ui, sans-serif; + margin: 1em auto; + padding: 1em; + max-width: 50em; + } + .button { + display:inline-block; + padding:10px 24px; + margin:2px; + border-radius:24px; + background-color:#1b1b1b; + color:#ffffff; + text-decoration:none; + font-size:16px; + margin-bottom:16px; + box-shadow:inset 0 0.0625rem 0 rgb(255 255 255 / 0.1); + transition: 0.3s ease-out; + } + + .button-white { + background-color:#ffffff; + color:#000000 + } + + .button:hover { + background-color:#ffffff; + color:#000000; + } + .link { + color: #ffffff; + background-color: #1b1b1b; + font-size: 0.9em; + text-decoration: none; + border-radius: 6px; + padding: 0.2em 0.7em; + transition: 0.2s; + } + + .link-large { + margin-bottom:16px; + padding:10px 24px; + margin:2px; + border-radius: 30px + } + + .link:hover { + color: #000000; + background-color: #ffffff; + } +} + +@media (prefers-color-scheme: light) { + body { + animation: fadeIn 500ms ease-in-out; + background-color: white; + color: black; + font-family: system-ui, sans-serif; + margin: 1em auto; + padding: 1em; + max-width: 50em; + } + .button { + display:inline-block; + padding:10px 24px; + margin:2px; + border-radius:24px; + background-color: #ebebeb; + color: black; + text-decoration:none; + font-size:16px; + margin-bottom:16px; + box-shadow:inset 0 0.0625rem 0 rgb(255 255 255 / 0.1); + transition: 0.3s ease-out; + } + + .button-white { + background-color: black; + color: white + } + + .button:hover { + background-color: black; + color: white; + } + .link { + color: black; + background-color: #ebebeb; + font-size: 0.9em; + text-decoration: none; + border-radius: 6px; + padding: 0.2em 0.7em; + transition: 0.2s; + } + + .link-large { + margin-bottom:16px; + padding:10px 24px; + margin:2px; + border-radius: 30px + } + + .link:hover { + color: white; + background-color: black; + } +} + +h1, h2, h3 { + font-weight: normal; +} + +@keyframes fadeIn { + from { + opacity:0; + } + to { + opacity:1; + } +} + +@keyframes blurIn { + from { + filter: blur(0.2rem); + } + to { + filter: blur(0rem); + } +} diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..c9c463c --- /dev/null +++ b/site/index.html @@ -0,0 +1,24 @@ + + + + everypizza.im + + + + +
+

+ Welcome! +

+

+ These are some services we host.
+ + Any of them may go down at any time. + +

+
+ Contact + Rules + Services → +
+ diff --git a/site/rules.html b/site/rules.html new file mode 100644 index 0000000..a611a3d --- /dev/null +++ b/site/rules.html @@ -0,0 +1,30 @@ + + + + everypizza.im + + + + +
+ ← Back to homepage +

+ Rules +

+
+
    +
  1. + Assume good intent in others' actions. +
  2. +
  3. + Do not use unnecessary resources. +
  4. +
  5. + Be kind to other users. +
  6. +
  7. + Follow United States and Texas law. +
  8. +
+
+ diff --git a/site/services.html b/site/services.html new file mode 100644 index 0000000..5b7ee4e --- /dev/null +++ b/site/services.html @@ -0,0 +1,54 @@ + + + + everypizza.im + + + + +
+ ← Back to homepage +

+ Services +

+
+ +
+

+ Non-HTTP +

+ +
+