Skip to content

Commit

Permalink
feat: replace contact page with more succinct footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinwhisman committed Apr 7, 2024
1 parent 3824ba3 commit d38736f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 28 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/smoke.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const pages = [
'/projects/',
'/writing/',
'/cats/',
'/cats/2023-01',
'/contact-me/',
'/cats/2023-01/',
'/links/',
'/404.html',
'/writing/eleventy-starter-template/',
'/writing/eleventy-starter-template/javascript/',
Expand Down
11 changes: 0 additions & 11 deletions pages/contact-me/index.md

This file was deleted.

1 change: 0 additions & 1 deletion src/css/components/_fine-print.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.cmp-fine-print {
font-size: var(--size-s-1);
font-style: italic;
}
20 changes: 6 additions & 14 deletions src/partials/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -62,28 +62,20 @@
<a href="#end-of-footer" class="util-visually-hidden cmp-skip-to-content">Skip to the end of the footer</a>
<div class="cmp-container cmp-stack">
<p class="cmp-fine-print">
Do you have a web development project that you need help with? I'm
probably too busy to help on my own, but if you <a
href="https://sparkbox.com/contact">contact Sparkbox</a> and end up
working with them, I get a nice little bonus. Just tell them Dustin sent
you—I might even end up working on the project.
Am I wrong on the internet? You can email me about it at <a
href="mailto:[email protected]">[email protected]</a> or
find me on <a rel="me"
href="https://mastodon.social/@dustinwhisman">Mastodon</a>. Do you have
a web project you need help with? You can either ask me about it or
contact <a href="https://sparkbox.com/contact">Sparkbox</a>.
</p>
<ul class="cmp-navigation">
<li>
<a rel="me" href="https://mastodon.social/@dustinwhisman">Mastodon</a>
</li>
<li>
<a href="https://www.buymeacoffee.com/dustinwhisman">Buy me a coffee</a>
</li>
<li>
<a href="https://github.com/dustinwhisman/dustinwhisman.com">View source</a>
</li>
<li>
<a href="/feed.xml">RSS feed</a>
</li>
<li>
<a href="/contact-me/">Contact me</a>
</li>
<li>
<a id="end-of-footer" href="https://creativecommons.org/licenses/by/4.0/">Content license</a>
</li>
Expand Down
1 change: 1 addition & 0 deletions src/public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
/writing/learning-in-public/web-accessibility-specialist-certification/wcag-1-2-3-audio-description-media-alternative-prerecorded /writing/web-accessibility-specialist-certification/wcag-1-2-time-based-media
/writing/learning-in-public/web-accessibility-specialist-certification/* /writing/web-accessibility-specialist-certification/:splat
/writing/web-accessibility-specialist-certification/form-labels--instructions--and-validation /writing/web-accessibility-specialist-certification/form-labels-instructions-and-validation
/contact-me /
/* /404.html 404

0 comments on commit d38736f

Please sign in to comment.