From b8ff336f2d8668ac5c136ebe4b42012f75b95c0f Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Thu, 25 Apr 2024 07:53:02 -0400 Subject: [PATCH] Remove Twitter and reformat index page --- _data/index.yml | 13 ++++--------- _layouts/index.html | 24 +++++++++++------------- _sass/index.scss | 15 --------------- 3 files changed, 15 insertions(+), 37 deletions(-) diff --git a/_data/index.yml b/_data/index.yml index fae2464..ec2c0af 100644 --- a/_data/index.yml +++ b/_data/index.yml @@ -4,15 +4,10 @@ aboutMe: - I explain complicated computer systems, tasks, and concepts in plain English. - I write code for working example applications and for building and publishing technical documentation. - I lead teams of technical writers. - text: Here's my resume and my portfolio and you can look me up on LinkedIn. + blocks: + - > + Here's my resume and my portfolio and you can get in touch on LinkedIn or by email. -blocks: - - headText: > + - > I like kite flying and kite-surfing, and I'm proud of being a national champion stunt kite pilot. My Youtube account has my kite videos and I am working on a catalog of my kite collection. - - - headText: > - I used to use Twitter as @timothymcmackin as my primary social media, but I am moving to Mastodon, though I don't use it much yet. - The best way to get in touch with me is by email or LinkedIn. diff --git a/_layouts/index.html b/_layouts/index.html index 2048afc..31b96f7 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -26,25 +26,23 @@ {% endif %}

{{ aboutMe.text }}

+
+ {% for block in aboutMe.blocks %} +

{{ block }}

+ {% endfor %} +
+
+
+ A picture of me kite-foiling +
Kite-surfing in the Outer Banks, May 2023
+
+
-
- {% for block in site.data.index.blocks %} -
-

{{ block.headText }}

-
- {% endfor %} -
- -
- A picture of me kite-foiling -
Kite-surfing in the Outer Banks, May 2023
-
- diff --git a/_sass/index.scss b/_sass/index.scss index 489ad54..75a5750 100644 --- a/_sass/index.scss +++ b/_sass/index.scss @@ -5,21 +5,6 @@ section.page__content.index { } } -.aboutMeFlex { - display: flex; - flex-wrap: wrap; - flex-direction: row; - justify-content: center; - clear: both; - font-size: 18px; - margin-left: 25px; -} - -.aboutMeFlex .smallDiv { - flex-basis: 230px; - margin-right: 60px; -} - .indexImage { margin-bottom: 0.25em; } \ No newline at end of file