diff --git a/fedi/index.html b/fedi/index.html deleted file mode 100644 index c811ae3..0000000 --- a/fedi/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - everypizza.im - - - - -
-

Stub page

-
- diff --git a/site/AtkinsonHyperlegibleMono-Bold.woff2 b/site/AtkinsonHyperlegibleMono-Bold.woff2 deleted file mode 100644 index 2569be5..0000000 Binary files a/site/AtkinsonHyperlegibleMono-Bold.woff2 and /dev/null differ diff --git a/site/AtkinsonHyperlegibleNext-Regular.woff2 b/site/AtkinsonHyperlegibleNext-Regular.woff2 deleted file mode 100644 index 5be2b91..0000000 Binary files a/site/AtkinsonHyperlegibleNext-Regular.woff2 and /dev/null differ diff --git a/site/Berninabahn_zwischen_Lagalb_und_Ospizio_Bernina_im_Winter.jxl b/site/Berninabahn_zwischen_Lagalb_und_Ospizio_Bernina_im_Winter.jxl deleted file mode 100644 index 9257f63..0000000 Binary files a/site/Berninabahn_zwischen_Lagalb_und_Ospizio_Bernina_im_Winter.jxl and /dev/null differ diff --git a/site/assets/logo.dark.png b/site/assets/logo.dark.png deleted file mode 100644 index 1502f32..0000000 Binary files a/site/assets/logo.dark.png and /dev/null differ diff --git a/site/assets/logo.dark.svg b/site/assets/logo.dark.svg deleted file mode 100644 index 2c1859a..0000000 --- a/site/assets/logo.dark.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - -EVERYPIZZA.im diff --git a/site/assets/logo.png b/site/assets/logo.png deleted file mode 100644 index 5f14305..0000000 Binary files a/site/assets/logo.png and /dev/null differ diff --git a/site/assets/logo.svg b/site/assets/logo.svg deleted file mode 100644 index 0ffac7e..0000000 --- a/site/assets/logo.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - -EVERYPIZZA.im diff --git a/site/contact.html b/site/contact.html deleted file mode 100644 index 2b02762..0000000 --- a/site/contact.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - everypizza.im - - - - -
- ← Back to homepage -

- Contact -

-
- Please use one of these: -
- -
- diff --git a/site/index-old.html b/site/index-old.html deleted file mode 100644 index affa6e4..0000000 --- a/site/index-old.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - everypizza.im - - - - -
- - - - - -

- Welcome! -

-

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

-
- Contact - Rules - Status - System Info - Services → -
- - Design is heavily inspired by telepath.im. - -
- diff --git a/site/index.css b/site/index.css deleted file mode 100644 index 4e6fcdf..0000000 --- a/site/index.css +++ /dev/null @@ -1,195 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Mono:ital,wght@0,200..800;1,200..800&family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&display=swap'); - -.center { - text-align: center; - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - will-change: transform; - animation: blurIn 500ms ease-in-out; -} - -body, html { - height: 100%; -} - -.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; - 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; - 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, h4, h5, h6 { - font-family: "Atkinson Hyperlegible Mono", monospace; - font-weight: 600 -} - -small { - font-weight: 200 -} - -* { - font-family: "Atkinson Hyperlegible Next", sans-serif; - font-weight: 400 -} - -b { - font-weight: 600 !important; -} - -hr.less-important { - border-top: 1px dotted; -} - -@keyframes fadeIn { - from { - opacity:0; - } - to { - opacity:1; - } -} - -@keyframes blurIn { - from { - filter: blur(0.2rem); - } - to { - filter: blur(0rem); - } -} - -.banner-image { - background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Berninabahn_zwischen_Lagalb_und_Ospizio_Bernina_im_Winter.jxl"); - height: 50%; - background-position: center; - background-repeat: no-repeat; - background-size: cover; - position: relative; -} - -.banner-text { - text-align: center; - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - color: white; -} - -.banner-bottom-right { - position: absolute; - bottom: 8px; - right: 16px; - color: white; -} diff --git a/site/index.html b/site/index.html deleted file mode 100644 index 6022ec4..0000000 --- a/site/index.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - everypizza.im - - - - -
-

about us

-
-

- everypizza.im is a collection of services hosted by nyx, mostly revolving around communication. -

-
-

services

-
-

- we host a few services, hoping to host more soon. our most popular is matrix, at matrix.everypizza.im. we're running synapse. - there's also a sharkey at sharkey.everypizza.im. sometimes, we'll set up temporary services to test stuff out. -

-

- all services -

-

-

- public -

- -

- open by request -

- -

- temporary services -

- -

-
-

contact

-
-

-

-

- - - \ No newline at end of file diff --git a/site/matrix/index.css b/site/matrix/index.css deleted file mode 100644 index eeb0280..0000000 --- a/site/matrix/index.css +++ /dev/null @@ -1,158 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Mono:ital,wght@0,200..800;1,200..800&family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&display=swap'); - -.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; - 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; - 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-family: "Atkinson Hyperlegible Mono", monospace; - font-weight: 600 -} - -small { - font-weight: 200 -} - -* { - font-family: "Atkinson Hyperlegible Next", sans-serif; - font-weight: 400 -} - -@keyframes fadeIn { - from { - opacity:0; - } - to { - opacity:1; - } -} - -@keyframes blurIn { - from { - filter: blur(0.2rem); - } - to { - filter: blur(0rem); - } -} diff --git a/site/matrix/index.html b/site/matrix/index.html deleted file mode 100644 index 0f8a0f5..0000000 --- a/site/matrix/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - everypizza.im - - - -
- ← Back to services -

- Matrix homeserver info -

-
-

- The Matrix homeserver is under a dynamic IP, so conduwuit servers will have federation problems at times. - Addtionally, 1 homeserver (transfem(dot)dev) has intentionally blocked federation with us due to interpersonal conflicts. - A few very large rooms are banned on the server. -

-
-

- Additionally, for the safety of our users, we have blocked some servers. For transparency reasons, here's the list: -

- - Blocked servers - - -
-
- diff --git a/site/rules.html b/site/rules.html deleted file mode 100644 index 2b3d49e..0000000 --- a/site/rules.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - 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 deleted file mode 100644 index ecb6918..0000000 --- a/site/services.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - everypizza.im - - - - -
- ← Back to homepage -

- Services -

-
- -
-

- Non-HTTP -

- -

- Non-working :( -

- - Services that aren't working currently. - - -
- diff --git a/site/sysinfo.html b/site/sysinfo.html deleted file mode 100644 index dae609b..0000000 --- a/site/sysinfo.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - everypizza.im - - - - -
- ← Back to homepage -

- System information -

-
- -
- diff --git a/test/index.html b/test/index.html deleted file mode 100644 index c811ae3..0000000 --- a/test/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - everypizza.im - - - - -
-

Stub page

-
-