diff --git a/content/_index.md b/content/_index.md index 56e4a88e..471ea0df 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,4 +2,4 @@ title: Welcome --- -This is a space where I share notes about problems and solutions I've been exploring. Check out the links in the menu bar for more information on how to connect with me. +This is a space where I share notes about problems and solutions I've been exploring. diff --git a/content/about.md b/content/about.md index 3fd7736b..60d17d4a 100644 --- a/content/about.md +++ b/content/about.md @@ -9,18 +9,16 @@ My primary motivation for hosting this website is to document my learnings and s I choose to self-host this site and other tools instead of relying exclusively on larger platforms because I believe in the open web. Interoperability is often not a primary concern for popular platforms today and I find that concerning. I first got access to the internet in 1996 and have seen it evolve into what it is today. I want to do my part to keep it open and free. -If you would like to reach out, find out how to contact me [here](/contact/). +## Connect -## Contact +If you would like to connect with me: -Connect with me by using any of the following methods: - -- [me@davegallant.ca](mailto:me@davegallant.ca) -- -- -- -- -- +- [Email](mailto:me@davegallant.ca) +- [LinkedIn](https://www.linkedin.com/in/dave-gallant) +- [Mastodon](https://mastodon.social/@davegallant) +- [GitHub](https://github.com/davegallant) +- [RSS Feed](https://davegallant.ca/index.xml) +- [git.davegallant.ca](https://git.davegallant.ca/explore/repos) ## Credits diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 00000000..ad12e094 Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 00000000..64cc6f72 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/themes/hugo-theme-gruvbox/assets/css/critical/30-header.css b/themes/hugo-theme-gruvbox/assets/css/critical/30-header.css index 02956fcb..a3062df7 100644 --- a/themes/hugo-theme-gruvbox/assets/css/critical/30-header.css +++ b/themes/hugo-theme-gruvbox/assets/css/critical/30-header.css @@ -194,7 +194,7 @@ nav#menu { } & ul.menu--vertical { - background: var(--fg0); + background: var(--bg1); bottom: 0; margin: 0; padding: 3rem; @@ -207,10 +207,10 @@ nav#menu { z-index: 10; & .menu__item { - color: var(--bg1); + color: var(--fg1); &:hover { - color: var(--bg4); + color: var(--fg3); } } } @@ -260,7 +260,7 @@ nav#menu { } & ~ svg { - stroke: var(--bg1); + stroke: var(--fg1); & line:nth-of-type(1) { transform: translate(0, 6px) rotate(45deg);