From 657d8546579abd187db726e14c2f7974aa40a45c Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Thu, 21 Jul 2022 12:42:26 -0600 Subject: [PATCH] Reorder sections, add huge whitespace --- themes/theme/templates/index.html | 38 +++++++++++++++---------------- themes/theme/templates/style.css | 14 ++++++++++++ 2 files changed, 33 insertions(+), 19 deletions(-) diff --git a/themes/theme/templates/index.html b/themes/theme/templates/index.html index 7a3ffaf..1c62965 100644 --- a/themes/theme/templates/index.html +++ b/themes/theme/templates/index.html @@ -8,28 +8,11 @@ {% block content %}
-

+

Hi, I'm Tanner! I like home automation, sensors, privacy, bots, Python, Debian, coffee, and makerspaces.

-

Contact Info

- -

- Email: site4@tannercollin.com
- Telegram: @tannercollin -

- -

Resume

- - - -

Projects

+

Projects

My main hobby is working on software projects. I typically design websites or @@ -74,5 +57,22 @@

{% endfor %} + +

Resume

+ + + +

Contact Info

+ +

+ Email: site4@tannercollin.com
+ Telegram: @tannercollin +

{% endblock %} diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index fe4247c..04c9120 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -114,6 +114,20 @@ font-size: 0.9rem; } + .content.index { + margin-top: -5.5rem; + } + + .projects { + margin-top: -5rem; + } + + .opener { + height: 100vh; + display: table-cell; + vertical-align: middle; + } + .toclink:not(:hover) { border-bottom: none; }