From 8c6dc0c101d8d9862d4e9ba1e13a5eaac65cd42f Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 30 Jul 2023 20:38:55 -0400 Subject: [PATCH] Update home page about content --- data/index.json | 64 ++++++++++++++++++++++++++++++++++++++++--- layouts/index.html | 44 +++++++++++++++++------------ static/css/styles.css | 8 +++++- 3 files changed, 93 insertions(+), 23 deletions(-) diff --git a/data/index.json b/data/index.json index 991f410..b757573 100644 --- a/data/index.json +++ b/data/index.json @@ -4,18 +4,20 @@ { "value": "Software developer with a passion for literally just about everything." }, + { + "value": "Employed as a full stack developer at Etactics Inc, with a focus on back end development and system architecture." + }, { "value": "Aspiring postmath; Jack of all trades, master of few." }, { - "value": "Full stack developer at Etactics Inc, with a focus on back end development and system architecture." + "value": "Passion for software design, low level systems, and hyper-technical miuite details. Love reading an RFC proposal to unwind for the night, or to start my day with my current textbook of choice." }, { - "value": "Passion for low level software, embedded systems, software architecture, and machine learning." + "value": "Currently persuing a Masters in Computer Science." } - ], - "Hobbies": [ + "Interests": [ { "value": "Software Architecture" }, @@ -24,6 +26,60 @@ }, { "value": "Back End Development" + }, + { + "value": "Web Design" + }, + { + "value": "Welding" + }, + { + "value": "Woodworking" + }, + { + "value": "Aviation" + }, + { + "value": "Cars and Small Engines" + }, + { + "value": "Philosophy" + }, + { + "value": "Ham Radio (CQCQCQ KE8TIZ CQCQCQ)" + }, + { + "value": "Chemistry" + }, + { + "value": "Mathematics" + }, + { + "value": "Firearms" + }, + { + "value": "Coffee" + }, + { + "value": "Botany" + }, + { + "value": "Homesteading" + }, + { + "value": "Self-Sufficiency" + }, + { + "value": "Embedded Systems" + }, + { + "value": "Computer Engineering" + }, + { + "value": "Artifical Intelligence (Language Models)" + }, + { + "value": "Cryptocurrencies (Monero)" } ] } diff --git a/layouts/index.html b/layouts/index.html index 84ef6ab..89f80a5 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -8,39 +8,47 @@
-

~ $ 

+
+

~ $ 

+
+ AKA About for non-nerds +
{{ range .Site.Data.index.About.Content }}

{{ end }}
-
-

~ $ 

-
- {{ range .Site.Data.index.About.Hobbies }} -

+
+

~ $ 

+
+ {{ range .Site.Data.index.About.Interests }} +

{{ end }}
- {{ end }} diff --git a/static/css/styles.css b/static/css/styles.css index 1723694..43482de 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -121,7 +121,13 @@ html { white-space: pre-wrap; } -.hobbies { +.terminal-text { + word-wrap: break-word; + margin-top: 0.2em; + margin-bottom: 0.2em; +} + +.mini-terminal { background-color: black; height: 100%; padding: 10px;