diff --git a/themes/theme/static/logo-black.png b/themes/theme/static/logo-black.png deleted file mode 100644 index f9bbe09..0000000 Binary files a/themes/theme/static/logo-black.png and /dev/null differ diff --git a/themes/theme/static/logo.png b/themes/theme/static/logo.png deleted file mode 100644 index 0698317..0000000 Binary files a/themes/theme/static/logo.png and /dev/null differ diff --git a/themes/theme/templates/base.html b/themes/theme/templates/base.html index c4ecc80..54b7070 100644 --- a/themes/theme/templates/base.html +++ b/themes/theme/templates/base.html @@ -30,9 +30,15 @@
-

- My name in handwriting -

+ A picture of me smiling +
+ Tanner Collin +

+ + + +

+
{% block content %} {% endblock %} diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index 4bccb83..d0d5a10 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -54,14 +54,39 @@ pre { } .topbar { - text-align: center; - margin-bottom: 1.5rem; + display: table; + overflow: auto; + margin: auto; + margin-top: -0.5rem; + font-size: 1.5rem; } -.content .topbar img { - filter: invert(100%); - width: 14rem; - height: auto; +.topbar .me { + float: left; + height: 6rem; + width: auto; +} + +.topbar .info { + float: left; + margin-top: -0.25rem; + margin-left: 1.5rem; +} + +.topbar .contact-icons { + margin-top: 1.5rem; + margin-left: 0.25rem; + margin-bottom: 0; +} + +.topbar .contact-icons a { + border-bottom: none; +} + +.topbar .contact-icons img { + width: 1.5rem; + height: 1.5rem; + margin-right: 1rem; } .toc {