mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Add link to Mastodon / techhub.social
This commit is contained in:
parent
fd6a452a77
commit
2094bc1487
3 changed files with 5 additions and 1 deletions
|
|
@ -48,12 +48,14 @@ Have a look at my [work history](/cv).
|
|||
|
||||
- GitHub: [samsonjs][gh]
|
||||
- [Stack Overflow][so]
|
||||
- Mastodon: [@sjs@techhub.social][mastodon]
|
||||
- Twitter: [@_sjs][twttr]
|
||||
- Instagram: [@samsonjs][ig]
|
||||
- Email: [sami@samhuri.net][email]
|
||||
|
||||
[gh]: https://github.com/samsonjs
|
||||
[so]: http://stackoverflow.com/users/188752/sami-samhuri
|
||||
[so]: https://stackoverflow.com/users/188752/sami-samhuri
|
||||
[mastodon]: https://techhub.social/@sjs
|
||||
[twttr]: https://twitter.com/_sjs
|
||||
[ig]: https://www.instagram.com/samsonjs/
|
||||
[email]: mailto:sami@samhuri.net
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
Site name: samhuri.net
|
||||
Site URL: https://samhuri.net
|
||||
Contact: sami@samhuri.net
|
||||
Mastodon: @sjs@techhub.social
|
||||
Twitter: @_sjs
|
||||
Location: Victoria, British Columbia, Canada
|
||||
Standards: HTML 5, CSS 3, ES 5
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ enum Template {
|
|||
.li(.a(.href(context.url(for: "posts")), "Archive")),
|
||||
.li(.a(.href(context.url(for: "projects")), "Projects")),
|
||||
.li(.class("twitter"), .a(.href("https://twitter.com/_sjs"), .i(.class("fab fa-twitter")))),
|
||||
.li(.class("mastodon"), .a(.attribute(named: "rel", value: "me"), .href("https://techhub.social/@sjs"), .i(.class("fab fa-mastodon")))),
|
||||
.li(.class("github"), .a(.href("https://github.com/samsonjs"), .i(.class("fab fa-github")))),
|
||||
.li(.class("email"), .a(.href("mailto:\(context.site.email)"), .i(.class("fa fa-envelope")))),
|
||||
.li(.class("rss"), .a(.href(context.url(for: "feed.xml")), .i(.class("fa fa-rss"))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue