From f175552dcd86cda7a7fcafc1db211084fabd65a0 Mon Sep 17 00:00:00 2001 From: Rosa Date: Wed, 27 May 2026 02:56:07 -0400 Subject: actually did a bit of writing --- src/pages/index.html | 17 +++++++++++++++-- src/static/hello.txt | 1 - src/templates/base.html | 49 +++++++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 60 insertions(+), 7 deletions(-) delete mode 100644 src/static/hello.txt (limited to 'src') diff --git a/src/pages/index.html b/src/pages/index.html index 4cb32f3..fd24512 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -1,4 +1,17 @@ + + +home + + +
-

wowowowow

-

aaaaa

+
+

So, what is this?

+

+ The Evil Transgenders Club is intended to be a silly little internet + community for queer people and allies, primarily those interested in tech - + though all are welcome. +

+
+ diff --git a/src/static/hello.txt b/src/static/hello.txt deleted file mode 100644 index 4effa19..0000000 --- a/src/static/hello.txt +++ /dev/null @@ -1 +0,0 @@ -hello! diff --git a/src/templates/base.html b/src/templates/base.html index 4f6b0ef..9f72526 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -12,6 +12,8 @@ background: black; color: white; font-family: monospace; + margin-left: 15%; + margin-right: 15%; } header h1 { @@ -34,15 +36,43 @@ } main { - border: 2px solid #fff; - margin-left: 15%; - margin-right: 15%; + /*border: 2px solid #fff;*/ + margin-top: 5px; } #main-navigation { text-align: center; } + #main-navigation ul { + list-style: none; + } + + #main-navigation ul li { + display: inline-block; + } + + #main-navigation ul li::before { + content: " /* "; + } + + #main-navigation ul li::after { + content: " */ "; + } + + footer { + text-align: center; + } + + footer, footer a { + color: #333; + } + + footer a:hover { + background-color: #333; + color: #000; + } + .trans-shadow { text-shadow: 1px 1px var(--trans-pink), 2px 2px white, 3px 3px var(--trans-pink), 4px 4px var(--trans-blue); } @@ -50,6 +80,11 @@ .subtitle { text-align: center; } + + .heart { + color: #ff5555; + font-style: normal; + } @@ -57,9 +92,15 @@

the evil transgenders club

{{body}} + -- cgit v1.3.1