diff --git a/_data/navigation.json b/_data/navigation.json index 89a240f..5e6a67e 100644 --- a/_data/navigation.json +++ b/_data/navigation.json @@ -8,7 +8,7 @@ "url": "/repos/" }, { - "title": "Work", + "title": "Career", "url": "/work/" }, { diff --git a/_includes/pinned.njk b/_includes/pinned.njk index 8557cf7..fa4ed73 100644 --- a/_includes/pinned.njk +++ b/_includes/pinned.njk @@ -3,10 +3,10 @@
-

- {{ title }} +

+ {{ title | markdown | safe }}

-
+
{{ content | safe }}
@@ -15,13 +15,11 @@ {%- for content in collections.pinned | reverse -%}
- - - {{ content.data.tags[0] | capitalize }} - + + {{ content.data.tags[0] | capitalize }}
- +

{{ content.data.title }} diff --git a/index.md b/index.md index 6e9b1f6..603443f 100644 --- a/index.md +++ b/index.md @@ -1,12 +1,14 @@ --- layout: pinned.njk -title: Ava Gaiety W. +title: Ava **Gaiety** W. description: Portfolio containing work experience, code, volunteering and more! eleventyExcludeFromCollections: true --- -> 🐕 Someone taught a dog to code and now it's everyone's ~~problem~~ fortune 💻 (_[Fae](https://pronoun.monster/fae/faer/faer/femme/femmeself)/[She](https://pronoun.monster/she/her/her/hers/herself)_) +> 🐕 Someone taught a dog to code and now it's everyone's ~~problem~~ fortune 💻 +> +> ([Fae/Femme/Faer](https://pronoun.monster/fae/faer/faer/femme/femmeself) or [She/Her](https://pronoun.monster/she/her/her/hers/herself)) -My work varies significantly including [open source engineering samples](/repos), to [summaries of projects done during my career](/work), and [conference talks and volunteer work](/community). +Peek at my [open source engineering _(OSS)_ samples](/repos), or [work projects](/work), or [conference talks, and volunteer work](/community). -Design examples are scattered throughout but here are some cherry-picked ones: [Rendia](/work/eyemaginations/), [The SEED](/community/theseed/), [Oncue](/work/oncue/), [Static Site Generation](/repos/11ty/), and this very site. [Art can be found in my gallery](https://gaiety.gallery/). +Design examples are scattered throughout, but here are a few: [Rendia](/work/eyemaginations/), [The SEED](/community/theseed/), [Oncue](/work/oncue/), [Static Site Generation](/repos/11ty/), and this very site. [Art can be found in my gallery](https://gaiety.gallery/).