From 9fb4663d249e4739c9603d5a746bae91c3957d37 Mon Sep 17 00:00:00 2001 From: IDeletedSystem64 Date: Tue, 26 Apr 2022 09:31:34 -0500 Subject: [PATCH] Add missing links, add smol little info line below intro --- index.html | 9 ++++++--- styles/stylemain.css | 6 ++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 48a602f..05563c5 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - IDeletedSystem64 - Home + IDeletedSystem64
@@ -14,12 +14,15 @@

Neko

-

Hi there, I'm Sophie!

> +

Hi there, I'm Sophie!

+

she/they - trans - pan/polyam - 18

- + + + diff --git a/styles/stylemain.css b/styles/stylemain.css index 0c1d41b..6565d68 100644 --- a/styles/stylemain.css +++ b/styles/stylemain.css @@ -22,6 +22,12 @@ p.intro { font-size: 3vw; text-align: center; } +p.info { + font-family: 'Share Tech Mono', monospace; + color: white; + font-size: 1vw; + text-align: center; +} div.main { top: 10%; right: 25%;