From bc97aaf92e837101782049758c022f95dda14082 Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Sun, 14 Feb 2021 19:12:41 -0600 Subject: [PATCH] Other links moved to footer --- _data/links.json | 14 +++++++++----- _includes/base-footer.html | 27 +++++++++++++++++++++++---- _includes/base-header.html | 27 ++------------------------- _includes/content.njk | 7 ++++--- 4 files changed, 38 insertions(+), 37 deletions(-) diff --git a/_data/links.json b/_data/links.json index 9bf6f6c..e8aef94 100644 --- a/_data/links.json +++ b/_data/links.json @@ -1,18 +1,22 @@ [ { "title": "ava@wroten.me", - "url": "mailto:ava@wroten.me" + "url": "mailto:ava@wroten.me", + "description": "Wish to contact me about meetup or conference talks, work opportunities or otherwise? Reach out to me via email." }, { "title": "Resume", - "url": "/files/resume.pdf" + "url": "/files/resume.pdf", + "description": "Work history, skills, volunteering and talks given all in a one page PDF." }, { "title": "Life (Blog)", - "url": "https://gaiety.life/" + "url": "https://gaiety.life/", + "description": "Programming, art, design, and other queer things." }, { - "title": "Life (Blog)", - "url": "https://gaiety.gallery/" + "title": "Art (Gallery)", + "url": "https://gaiety.gallery/", + "description": "A cross-section of my artistic brain in photography, digital, painting and more" } ] diff --git a/_includes/base-footer.html b/_includes/base-footer.html index 439c196..7d7683b 100644 --- a/_includes/base-footer.html +++ b/_includes/base-footer.html @@ -1,8 +1,27 @@ - + + + diff --git a/_includes/base-header.html b/_includes/base-header.html index 7e15df9..85d9a6e 100644 --- a/_includes/base-header.html +++ b/_includes/base-header.html @@ -57,12 +57,12 @@
-
@@ -101,18 +90,6 @@ {%- endfor -%} - -
- {%- for navItem in links -%} - - {{navItem.title}} - - {%- endfor -%} -
diff --git a/_includes/content.njk b/_includes/content.njk index 6663f66..8041b9d 100644 --- a/_includes/content.njk +++ b/_includes/content.njk @@ -1,7 +1,7 @@ {% include "base-header.html" %}
-
+

{{ title }} @@ -12,8 +12,9 @@

{{description}}

-
-
+ +
+
{{ content | safe }}