Skip to content

Commit

Permalink
Updates social links to use icons
Browse files Browse the repository at this point in the history
  • Loading branch information
d13 committed Mar 15, 2024
1 parent a4c7a4e commit 9dfeb19
Show file tree
Hide file tree
Showing 8 changed files with 2,125 additions and 12,341 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6,199 changes: 27 additions & 6,172 deletions assets/bundle/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/bundle/styles.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import{h as S}from"./chunks/chunk-HJSB4PYJ.js";function o(...l){let e=[];for(let t of l)t.styleSheet&&e.push(t.styleSheet);return e}document.adoptedStyleSheets=o(S);
import{i as S}from"./chunks/chunk-MD3C3WXH.js";function o(...l){let e=[];for(let t of l)t.styleSheet&&e.push(t.styleSheet);return e}document.adoptedStyleSheets=o(S);
/*! For license information please see styles.js.LEGAL.txt */
26 changes: 19 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,13 +442,25 @@ <h2 class="h-type-tight">
</div>
</div>
<div class="footer__group footer__group--end">
<nav aria-label="Social Links">
<a target="_blank" href="https://github.com/d13">GitHub</a>
<a target="_blank" href="https://twitter.com/keithdaulton">Twitter</a>
<a target="_blank" href="https://www.linkedin.com/in/keithdaulton">LinkedIn</a>
<a target="_blank" rel="me" href="https://hachyderm.io/@d13">Mastodon</a>
<a target="_blank" href="https://dribbble.com/keithdaulton">Dribbble</a>
<a target="_blank" href="https://codepen.io/d13">CodePen</a>
<nav aria-label="Social Links" class="h-type-xl">
<a target="_blank" href="https://github.com/d13"
><kd-bs-icon icon="github"></kd-bs-icon><span class="h-sr-only">GitHub</span></a
>
<a target="_blank" href="https://twitter.com/keithdaulton"
><kd-bs-icon icon="twitter"></kd-bs-icon><span class="h-sr-only">Twitter</span></a
>
<a target="_blank" href="https://www.linkedin.com/in/keithdaulton"
><kd-bs-icon icon="linkedin"></kd-bs-icon><span class="h-sr-only">LinkedIn</span></a
>
<a target="_blank" rel="me" href="https://hachyderm.io/@d13"
><kd-bs-icon icon="mastodon"></kd-bs-icon><span class="h-sr-only">Mastodon</span></a
>
<a target="_blank" href="https://dribbble.com/keithdaulton"
><kd-bs-icon icon="dribbble"></kd-bs-icon><span class="h-sr-only">Dribbble</span></a
>
<a target="_blank" href="https://codepen.io/d13"
><kd-bs-icon icon="code"></kd-bs-icon><span class="h-sr-only">CodePen</span></a
>
</nav>
<div class="footer__brand">
<a href="#top" class="avatar avatar--xl"
Expand Down
Loading

0 comments on commit 9dfeb19

Please sign in to comment.