From d77c9a9c230c1b177752df9f262c3573dee06ef6 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Wed, 25 Jan 2023 20:33:18 -0600 Subject: Initial commit --- fallpixels.gif | Bin 0 -> 893184 bytes index.html | 36 ++++++++++++------------------------ style.css | 21 +++++++++------------ winteralley.png | Bin 0 -> 125569 bytes 4 files changed, 21 insertions(+), 36 deletions(-) create mode 100644 fallpixels.gif create mode 100644 winteralley.png diff --git a/fallpixels.gif b/fallpixels.gif new file mode 100644 index 0000000..53fefcc Binary files /dev/null and b/fallpixels.gif differ diff --git a/index.html b/index.html index 88421d1..998354f 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - ~/startpage + start @@ -11,53 +11,41 @@
- +
-

> cd ~/_

+

welcome to the net

-
-
- -
@@ -65,4 +53,4 @@
- + \ No newline at end of file diff --git a/style.css b/style.css index d1364b3..88ac778 100644 --- a/style.css +++ b/style.css @@ -1,12 +1,12 @@ :root { - --color-bg: #282828; - --color-fg: #EADBB2; - --color-link: #8F9191; - --color-link-visited: #668F8B; - --color-link-hover: #FA7921 ; + --color-bg: #20291d; + --color-fg: #6a889a; + --color-link: #cbae86; + --color-link-hover: #5c706f; } -html, body { +html, +body { background: var(--color-bg); color: var(--color-fg); font-family: "Fira Code"; @@ -80,15 +80,12 @@ li { padding: 5px } -a:link { +a:link, +a:visited { text-decoration: none; color: var(--color-link); } -a:visited { - color: var(--color-link-visited); -} - a:hover { color: var(--color-link-hover); } @@ -110,4 +107,4 @@ a:hover { 100% { opacity: 1; } -} +} \ No newline at end of file diff --git a/winteralley.png b/winteralley.png new file mode 100644 index 0000000..9ed039d Binary files /dev/null and b/winteralley.png differ -- cgit v1.2.3