From 434e0f284d38f70518b11c3d4e967a7d40129116 Mon Sep 17 00:00:00 2001 From: Zyllian Date: Mon, 3 Oct 2022 08:17:35 +0000 Subject: [PATCH] deploy: 74a38dfea8ba84da15b4cb20ce7a38a2fa9ea2e0 --- 404.html | 27 +------------------------- index.html | 32 +------------------------------ secret.html | 27 +------------------------- styles/index.css | 50 +----------------------------------------------- 4 files changed, 4 insertions(+), 132 deletions(-) diff --git a/404.html b/404.html index 49fc6ab..ae6dec6 100644 --- a/404.html +++ b/404.html @@ -1,26 +1 @@ - - - - - - - -Zyllian - - -
- - Zyllian | - she/they - - - Source -
-
-

404 Not Found

-

The page or resource requested does not exist. Back to home

- -
- - - + Zyllian
Zyllian | she/they Source

404 Not Found

The page or resource requested does not exist. Back to home

\ No newline at end of file diff --git a/index.html b/index.html index f9e575d..e7162dc 100644 --- a/index.html +++ b/index.html @@ -1,31 +1 @@ - - - - - - - -Zyllian - - -
- - Zyllian | - she/they - - - Source -
-
-

Zoey’s Website

-

Welcome! I’m Zoey (aka Zyllian), a trans woman living in the PNW. There’s not a whole lot here, so here are some links to other places I’m at:

- - -
- - - + Zyllian
Zyllian | she/they Source

Zoey’s Website

Welcome! I’m Zoey (aka Zyllian), a trans woman living in the PNW. There’s not a whole lot here, so here are some links to other places I’m at:

\ No newline at end of file diff --git a/secret.html b/secret.html index 16e3b4c..ec23ec2 100644 --- a/secret.html +++ b/secret.html @@ -1,26 +1 @@ - - - - - - - -Zyllian - - -
- - Zyllian | - she/they - - - Source -
-
-

You found the secret page! 🎉🎉

-

that’s it.

- -
- - - + Zyllian
Zyllian | she/they Source

You found the secret page! 🎉🎉

that’s it.

\ No newline at end of file diff --git a/styles/index.css b/styles/index.css index 7fe793a..0aea3f2 100644 --- a/styles/index.css +++ b/styles/index.css @@ -1,49 +1 @@ -body { - font-family: sans-serif; - margin: 0; - background-color: var(--bg-color); - color: var(--text-color); - height: 100vh; - --bg-color: #eee; - --text-color: black; - --accent-color: #b520e7; - --accent-text-color: var(--bg-color); -} -@media (prefers-color-scheme: dark) { - body { - --bg-color: #333; - --text-color: #ccc; - --accent-text-color: black; - } -} - -header.main-header { - display: block; - padding: 4px; - background-color: var(--accent-color); - color: var(--accent-text-color); - display: flex; - gap: 4px; -} -header.main-header a { - color: inherit; -} -header.main-header .spacer { - margin-left: auto; -} - -a { - text-decoration: none; - color: var(--accent-color); -} -a:hover, a:focus { - text-decoration: underline; -} - -main.page { - margin: 8px; -} - -abbr { - cursor: help; -} +body{font-family:sans-serif;margin:0;background-color:var(--bg-color);color:var(--text-color);height:100vh;--bg-color:#eee;--text-color:black;--accent-color:#b520e7;--accent-text-color:var(--bg-color);}@media (prefers-color-scheme:dark){body{--bg-color:#333;--text-color:#ccc;--accent-text-color:black;}}header.main-header{display:block;padding:4px;background-color:var(--accent-color);color:var(--accent-text-color);display:flex;gap:4px;}header.main-header a{color:inherit;}header.main-header .spacer{margin-left:auto;}a{text-decoration:none;color:var(--accent-color);}a:hover,a:focus{text-decoration:underline;}main.page{margin:8px;}abbr{cursor:help;} \ No newline at end of file