Skip to content

Commit

Permalink
Add social links
Browse files Browse the repository at this point in the history
  • Loading branch information
kendru committed Sep 25, 2019
1 parent 7f6e55b commit 0d57b18
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
6 changes: 6 additions & 0 deletions assets/_custom.scss
Expand Up @@ -8,6 +8,12 @@
}
}

.social-links {
display: flex;
justify-content: space-evenly;
font-size: 125%;
}

.attribution {
font-size: 85%;
}
Expand Down
24 changes: 24 additions & 0 deletions content/_index.md
Expand Up @@ -39,6 +39,30 @@ UI, he always uses ClojureScript (naturally).
<img src="/img/profile.jpg" class="profile" alt="Profile of Andrew Meredith" title="Author Profile" />
<h3>Andrew Meredith</h3>
</div>

<div class="social-links">
<div>
<a href="http://www.linkedin.com/in/andrewsmeredith" title="Follow on LinkedIn">
<i class="fab fa-linkedin-in" aria-hidden="true"></i>
</a>
</div>
<div>
<a href="https://dev.to/kendru" title="DEV Profile">
<i class="fab fa-dev" aria-hidden="true"></i>
</a>
</div>
<div>
<a href="https://github.com/kendru" title="Follow on GitHub">
<i class="fab fa-github" aria-hidden="true"></i>
</a>
</div>
<div>
<a href="https://twitter.com/asmeredith" title="Follow on Twitter">
<i class="fab fa-twitter" aria-hidden="true"></i>
</a>
</div>
</div>

{{< /columns >}}

---
Expand Down
4 changes: 3 additions & 1 deletion layouts/partials/docs/inject/head.html
Expand Up @@ -11,4 +11,6 @@
!window.QuantumMetricAPI && d.parentNode.insertBefore(qtm, d);
})();
</script>
{{- end -}}
{{- end -}}

<script src="https://kit.fontawesome.com/398903e299.js"></script>

0 comments on commit 0d57b18

Please sign in to comment.