diff --git a/data/index.json b/data/index.json index f882fe7..991f410 100644 --- a/data/index.json +++ b/data/index.json @@ -1,13 +1,30 @@ { - "Hobbies": [ - { - "value": "Software Architecture" - }, - { - "value": "Front End Development" - }, - { - "value": "Back End Development" - } - ] + "About": { + "Content": [ + { + "value": "Software developer with a passion for literally just about everything." + }, + { + "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 low level software, embedded systems, software architecture, and machine learning." + } + + ], + "Hobbies": [ + { + "value": "Software Architecture" + }, + { + "value": "Front End Development" + }, + { + "value": "Back End Development" + } + ] + } } diff --git a/layouts/index.html b/layouts/index.html index 3dc9d49..ad2634e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,6 +4,24 @@ {{ .Content }} +
~ $
+Aspiring postmath; Jack of all trades, master of few.
Full stack developer at Etactics Inc.
+Passion for low level software, embedded systems, software + architecture, and machine learning.
~ $
diff --git a/static/css/background.css b/static/css/background.css index 09ec94b..20a37d8 100644 --- a/static/css/background.css +++ b/static/css/background.css @@ -5,7 +5,7 @@ bottom: 0; left: 0; width: 100%; - height: 150%; + height: 200%; overflow-y: hidden; z-index: -1; diff --git a/static/css/styles.css b/static/css/styles.css index 02263fa..49323cb 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -91,12 +91,30 @@ html { background-color: rgba(11,11,12,0.4); corner-radius: 10px; margin: 2vh 2vw; + display: grid; + grid-template-rows: auto 1fr; + overflow-y: hidden; } .about-grid { display: grid; grid-template-columns: 65% 1fr; + grid-template-rows: 1fr max-content; + height: 100%; + width: 100%; +} +.card-title { + display: inline-block; + margin: 10px; + margin-right: auto; + padding-right: 10px; + +} + +.about-description p { + word-wrap: break-word; + white-space: pre-wrap; } .hobbies { diff --git a/themes/clortox/layouts/_default/list.html b/themes/clortox/layouts/_default/list.html index 9caaf01..04531c9 100644 --- a/themes/clortox/layouts/_default/list.html +++ b/themes/clortox/layouts/_default/list.html @@ -1,6 +1,6 @@ {{ define "main" }}Ideas, projects, and other musings.