From 1dd95f2418e9f10169e49ed02b7a266dc59c45ce Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 22 Jul 2023 21:09:19 +0200 Subject: [PATCH] feat: Adjust to blog rework --- content/code.html | 4 ++-- content/contact.html | 4 ++-- content/index.html | 5 +++-- input.css | 14 +++++++++++-- layout/page.html | 50 ++++++++++++++++++++------------------------ 5 files changed, 42 insertions(+), 35 deletions(-) diff --git a/content/code.html b/content/code.html index 781c42c..6af730f 100644 --- a/content/code.html +++ b/content/code.html @@ -2,7 +2,7 @@ -
+

I keep my code mostly on my private Gitea instance here. @@ -27,4 +27,4 @@

-
\ No newline at end of file + diff --git a/content/contact.html b/content/contact.html index 3af94d6..9549188 100644 --- a/content/contact.html +++ b/content/contact.html @@ -1,7 +1,7 @@ -
+

If you have any questions about my projects or just want to talk, feel free to reach out to me. @@ -40,4 +40,4 @@

-
\ No newline at end of file + diff --git a/content/index.html b/content/index.html index fbfd917..a8faa82 100644 --- a/content/index.html +++ b/content/index.html @@ -1,7 +1,8 @@ -
+ +

Hello! My online pseudonym is PapaTutuWawa and I am just some random person on the Internet who is passionate about @@ -15,4 +16,4 @@ {{ for_each projects layout/templates/project.html }} -

\ No newline at end of file +
diff --git a/input.css b/input.css index 7767981..445bfa8 100644 --- a/input.css +++ b/input.css @@ -2,6 +2,16 @@ @tailwind components; @tailwind utilities; -html { +@layer base { + body { background-color: #212121; -} \ No newline at end of file + } + + html { + @apply text-white; + } + + a { + @apply text-indigo-400 !important; + } +} diff --git a/layout/page.html b/layout/page.html index d4cf512..fb022d4 100644 --- a/layout/page.html +++ b/layout/page.html @@ -1,38 +1,34 @@ - - - {{ title }} - - - - + - + + - -
- -
-
- + + -
-

PapaTutuWawa

+ {{ title }} + + +
+ +
+ Profile picture + -
+
+
- {{ content }} + {{ content }}
- - - \ No newline at end of file + +