From bc9a0786ab64e46fc2d2a36a4a513b1c72f6bc94 Mon Sep 17 00:00:00 2001 From: Zoeycode Date: Thu, 19 Aug 2021 21:03:30 +0000 Subject: [PATCH] deploy: c4b9cd16cfa8a15c483778bec77489f786a91e28 --- 404.html | 11 +++++++++-- CNAME | 1 - index.html | 18 ++++++++++++++---- static/site.css | 4 ---- styles/index.css | 21 +++++++++++++++++++++ test.html | 11 +++++++++-- 6 files changed, 53 insertions(+), 13 deletions(-) delete mode 100644 CNAME delete mode 100644 static/site.css create mode 100644 styles/index.css diff --git a/404.html b/404.html index 1858501..99ed11f 100644 --- a/404.html +++ b/404.html @@ -3,13 +3,20 @@ - + + zoey.dev -

404 Not Found

+
+ Zoey's website | + she/her +
+
+

404 Not Found

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

+
diff --git a/CNAME b/CNAME deleted file mode 100644 index 4f4531a..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -zoey.dev \ No newline at end of file diff --git a/index.html b/index.html index e2c12bc..016bdd6 100644 --- a/index.html +++ b/index.html @@ -3,14 +3,24 @@ - + + zoey.dev -

Welcome

-

Welcome to the site!

-

Testing a change.

+
+ Zoey's website | + she/her +
+
+

Zoey’s Website

+

Welcome to the site! It’s still very much a work in progress.

+

Links:

+ +
diff --git a/static/site.css b/static/site.css deleted file mode 100644 index 2b8ee27..0000000 --- a/static/site.css +++ /dev/null @@ -1,4 +0,0 @@ -body { - font-family: sans-serif; - margin: 0; -} diff --git a/styles/index.css b/styles/index.css new file mode 100644 index 0000000..f19596a --- /dev/null +++ b/styles/index.css @@ -0,0 +1,21 @@ +body { + font-family: sans-serif; + margin: 0; +} + +header.main-header { + display: block; + padding: 4px; + background-color: #0ad; +} + +a { + text-decoration: none; +} +a:hover, a:focus { + text-decoration: underline; +} + +main.page { + margin: 8px; +} diff --git a/test.html b/test.html index 2bea8ee..5c99891 100644 --- a/test.html +++ b/test.html @@ -3,13 +3,20 @@ - + + zoey.dev / Test Page -

Heading

+
+ Zoey's website | + she/her +
+
+

Heading

Hi there.

+