generated from dustin-jw/eleventy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: replace contact page with more succinct footer
- Loading branch information
1 parent
3824ba3
commit d38736f
Showing
5 changed files
with
9 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters