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; }