From a2c2ae00c7407905224eb3f8c64954688ac3640b Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Tue, 9 Feb 2021 22:56:32 -0600 Subject: [PATCH] Mobile navigation improvements, other links --- _data/links.json | 18 +++++++ _includes/base-header.html | 101 ++++++++++++++++++++++++------------- 2 files changed, 85 insertions(+), 34 deletions(-) create mode 100644 _data/links.json diff --git a/_data/links.json b/_data/links.json new file mode 100644 index 0000000..9bf6f6c --- /dev/null +++ b/_data/links.json @@ -0,0 +1,18 @@ +[ + { + "title": "ava@wroten.me", + "url": "mailto:ava@wroten.me" + }, + { + "title": "Resume", + "url": "/files/resume.pdf" + }, + { + "title": "Life (Blog)", + "url": "https://gaiety.life/" + }, + { + "title": "Life (Blog)", + "url": "https://gaiety.gallery/" + } +] diff --git a/_includes/base-header.html b/_includes/base-header.html index 6fd2d4f..7e15df9 100644 --- a/_includes/base-header.html +++ b/_includes/base-header.html @@ -12,6 +12,22 @@ + + @@ -19,40 +35,35 @@