Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <angelo@fogcreek.com>2018-08-29 22:42:43 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-08-29 22:42:43 +0300
commit465dac4107085884512b3b93fdd4dc15e2a545fc (patch)
tree698dc4574e16cda71d0bd0657fee4bdfc79a59c8 /layouts
parent343deeecf7f18b2d959e9d92d2e6b39c565dca30 (diff)
Add more social network icons (closes #11)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/social.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 32b5799..ddac2b1 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -4,6 +4,9 @@
<a class="glyph" alt="Email me" href="mailto:{{ .Site.Params.EmailAddress }}"><img src="/icons/envelope.svg" width="24px"></a>
</div>
<div class="icon-24x24">
+ <a class="glyph" alt="Facebook profile" href="{{ .Site.Params.FacebookUser }}"><img src="/icons/facebook.svg" width="24px"></a>
+ </div>
+ <div class="icon-24x24">
<a class="glyph" alt="Flickr profile" href="https://flickr.com/people/{{ .Site.Params.FlickrUser }}"><img src="/icons/flickr.svg" width="24px"></a>
</div>
<div class="icon-24x24">
@@ -16,10 +19,19 @@
<a class="glyph" alt="Glitch profile" href="https://glitch.com/@{{ .Site.Params.GlitchUser }}"><img src="/icons/glitch.svg" width="24px"></a>
</div>
<div class="icon-24x24">
+ <a class="glyph" alt="Keybase profile" href="https://keybase.io/{{ .Site.Params.KeybaseUser }}"><img src="/icons/keybase.svg" width="24px"></a>
+ </div>
+ <div class="icon-24x24">
<a class="glyph" alt="Micro.Blog profile" href="https://micro.blog/{{ .Site.Params.MicroBlogUser }}"><img src="/icons/microblog.svg" width="24px"></a>
- </div>
+ </div>
+ <div class="icon-24x24">
+ <a class="glyph" alt="Stack Overflow profile" href="https://stackoverflow.com/users/{{ .Site.Params.StackOverflowUser }}"><img src="/icons/stack-overflow.svg" width="24px"></a>
+ </div>
+ <div class="icon-24x24">
+ <a class="glyph" alt="Tumblr profile" href="https://{{ .Site.Params.TumblrUser }}.tumblr.com/"><img src="/icons/tumblr.svg" width="24px"></a>
+ </div>
<div class="icon-24x24 last">
<a class="glyph" alt="Twitter profile" href="https://twitter.com/{{ .Site.Params.TwitterUser }}"><img src="/icons/twitter.svg" width="24px"></a>
- </div>
+ </div>
</div>
</aside>