2019-02-03 12:30:44 +01:00
|
|
|
{{ with .Site.Params.Social.Github }}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://github.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-github-alt fa-fw" title="Github"></i></a>
|
2019-02-03 12:30:44 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.LinkedIn }}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://linkedin.com/in/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-linkedin fa-fw" title="LinkedIn"></i></a>
|
2019-02-03 12:30:44 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Twitter }}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://twitter.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-twitter fa-fw" title="Twitter"></i></a>
|
2019-02-03 12:30:44 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Instagram }}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.instagram.com/{{.}}/" rel="me noopener noreffer" target="_blank"><i class="fab fa-instagram fa-fw" title="Instagram"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
2019-02-03 12:30:44 +01:00
|
|
|
{{ with .Site.Params.Social.Facebook}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://facebook.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-facebook fa-fw" title="Facebook"></i></a>
|
2019-02-03 12:30:44 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Telegram}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://t.me/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-telegram-plane fa-fw" title="Telegram"></i></a>
|
2019-02-03 12:30:44 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Medium}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://medium.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-medium fa-fw" title="Medium"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Gitlab}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://gitlab.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-gitlab fa-fw" title="Gitlab"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
2019-03-12 02:20:11 +01:00
|
|
|
{{ with .Site.Params.Social.Youtubelegacy}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.youtube.com/user/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-youtube fa-fw" title="Youtube"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
2019-03-12 02:20:11 +01:00
|
|
|
{{ with .Site.Params.Social.Youtubecustom}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.youtube.com/c/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-youtube fa-fw" title="Youtube"></i></a>
|
2019-03-12 02:20:11 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Youtubechannel}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.youtube.com/channel/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-youtube fa-fw" title="Youtube"></i></a>
|
2019-03-12 02:20:11 +01:00
|
|
|
{{ end }}
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ with .Site.Params.Social.Tumblr}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://{{.}}.tumblr.com" rel="me noopener noreffer" target="_blank"><i class="fab fa-tumblr fa-fw" title="Tumblr"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Quora}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.quora.com/profile/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-quora fa-fw" title="Quora"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Keybase}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://keybase.io/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-keybase fa-fw" title="Keybase"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Pinterest}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.pinterest.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-pinterest fa-fw" title="Pinterest"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Reddit}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.reddit.com/user/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-reddit fa-fw" title="Reddit"></i></a>
|
2019-02-26 00:27:20 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Codepen}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://codepen.io/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-codepen fa-fw" title="Codepen"></i></a>
|
2019-02-03 12:30:44 +01:00
|
|
|
{{ end }}
|
2019-02-26 15:28:37 +01:00
|
|
|
{{ with .Site.Params.Social.Bitbucket}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://bitbucket.org/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-bitbucket fa-fw" title="Bitbucket"></i></a>
|
2019-02-26 15:28:37 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Stackoverflow}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://stackoverflow.com/users/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-stack-overflow fa-fw" title="Stackoverflow"></i></a>
|
2019-03-09 18:33:34 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Weibo}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://weibo.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-weibo fa-fw" title="Weibo"></i></a>
|
2019-03-11 16:24:47 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Odnoklassniki}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://ok.ru/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-odnoklassniki fa-fw" title="Odnoklassniki"></i></a>
|
2019-03-11 16:24:47 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.VKontakte}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://vk.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-vk fa-fw" title="VKontakte"></i></a>
|
2019-03-11 16:24:47 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Flickr}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.flickr.com/photos/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-flickr fa-fw" title="Flickr"></i></a>
|
2019-03-11 16:24:47 +01:00
|
|
|
{{ end }}
|
2019-03-14 00:32:04 +01:00
|
|
|
{{ with .Site.Params.Social.Xing}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.xing.com/profile/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-xing fa-fw" title="Xing"></i></a>
|
2019-03-14 00:32:04 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Snapchat}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.snapchat.com/add/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-snapchat fa-fw" title="Snapchat"></i></a>
|
2019-03-14 00:32:04 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Soundcloud}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://soundcloud.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-soundcloud fa-fw" title="Soundcloud"></i></a>
|
2019-03-14 00:32:04 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Spotify}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://open.spotify.com/user/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-spotify fa-fw" title="Spotify"></i></a>
|
2019-03-14 00:32:04 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Bandcamp}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://{{.}}.bandcamp.com/" rel="me noopener noreffer" target="_blank"><i class="fab fa-bandcamp fa-fw" title="Bandcamp"></i></a>
|
2019-03-14 00:32:04 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Paypal}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://paypal.me/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-paypal fa-fw" title="Paypal"></i></a>
|
2019-03-14 00:32:04 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Fivehundredpx}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://500px.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-500px fa-fw" title="Fivehundredpx"></i></a>
|
2019-03-14 00:32:04 +01:00
|
|
|
{{ end }}
|
2019-03-14 11:06:21 +01:00
|
|
|
{{ with .Site.Params.Social.Mix}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://mix.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-mix fa-fw" title="Mix"></i></a>
|
Added more social
Added more social links:
Goodreads, Lastfm, Foursquare, Hackernews, Kickstarter, Patreon, Steam, Twitch, Strava, Skype, Whatsapp
2019-03-14 15:45:24 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Goodreads}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.goodreads.com/user/show/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-goodreads fa-fw" title="Goodreads"></i></a>
|
Added more social
Added more social links:
Goodreads, Lastfm, Foursquare, Hackernews, Kickstarter, Patreon, Steam, Twitch, Strava, Skype, Whatsapp
2019-03-14 15:45:24 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Lastfm}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.last.fm/user/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-POP_lastfm fa-fw" title="Lastfm"></i></a>
|
Added more social
Added more social links:
Goodreads, Lastfm, Foursquare, Hackernews, Kickstarter, Patreon, Steam, Twitch, Strava, Skype, Whatsapp
2019-03-14 15:45:24 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Foursquare}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://foursquare.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-foursquare fa-fw" title="Foursquare"></i></a>
|
Added more social
Added more social links:
Goodreads, Lastfm, Foursquare, Hackernews, Kickstarter, Patreon, Steam, Twitch, Strava, Skype, Whatsapp
2019-03-14 15:45:24 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Hackernews}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://news.ycombinator.com/user?id={{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-ycombinator fa-fw" title="Hackernews"></i></a>
|
Added more social
Added more social links:
Goodreads, Lastfm, Foursquare, Hackernews, Kickstarter, Patreon, Steam, Twitch, Strava, Skype, Whatsapp
2019-03-14 15:45:24 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Kickstarter}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://kickstarter.com/profile/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-kickstarter fa-fw" title="Kickstarter"></i></a>
|
Added more social
Added more social links:
Goodreads, Lastfm, Foursquare, Hackernews, Kickstarter, Patreon, Steam, Twitch, Strava, Skype, Whatsapp
2019-03-14 15:45:24 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Patreon}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://patreon.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-patreon fa-fw" title="Patreon"></i></a>
|
Added more social
Added more social links:
Goodreads, Lastfm, Foursquare, Hackernews, Kickstarter, Patreon, Steam, Twitch, Strava, Skype, Whatsapp
2019-03-14 15:45:24 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Steam}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://steamcommunity.com/id/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-steam fa-fw" title="Steam"></i></a>
|
Added more social
Added more social links:
Goodreads, Lastfm, Foursquare, Hackernews, Kickstarter, Patreon, Steam, Twitch, Strava, Skype, Whatsapp
2019-03-14 15:45:24 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Twitch}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.twitch.tv/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-twitch fa-fw" title="Twitch"></i></a>
|
Added more social
Added more social links:
Goodreads, Lastfm, Foursquare, Hackernews, Kickstarter, Patreon, Steam, Twitch, Strava, Skype, Whatsapp
2019-03-14 15:45:24 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Strava}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.strava.com/athletes/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-strava fa-fw" title="Strava"></i></a>
|
Added more social
Added more social links:
Goodreads, Lastfm, Foursquare, Hackernews, Kickstarter, Patreon, Steam, Twitch, Strava, Skype, Whatsapp
2019-03-14 15:45:24 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Skype}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="skype:{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-skype fa-fw" title="Skype"></i></a>
|
Added more social
Added more social links:
Goodreads, Lastfm, Foursquare, Hackernews, Kickstarter, Patreon, Steam, Twitch, Strava, Skype, Whatsapp
2019-03-14 15:45:24 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Whatsapp}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://wa.me/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-whatsapp fa-fw" title="Whatsapp"></i></a>
|
Added more social
Added more social links:
Goodreads, Lastfm, Foursquare, Hackernews, Kickstarter, Patreon, Steam, Twitch, Strava, Skype, Whatsapp
2019-03-14 15:45:24 +01:00
|
|
|
{{ end }}
|
2019-03-17 01:49:44 +01:00
|
|
|
{{ with .Site.Params.Social.Zhihu}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.zhihu.com/people/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-zhihu fa-fw" title="Zhihu"></i></a>
|
2019-03-17 01:49:44 +01:00
|
|
|
{{ end }}
|
2019-03-18 20:10:04 +01:00
|
|
|
{{ with .Site.Params.Social.Angellist}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://angel.co/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-angellist fa-fw" title="Angellist"></i></a>
|
2019-03-18 20:10:04 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Slideshare}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://slideshare.com/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="fab fa-slideshare fa-fw" title="Slideshare"></i></a>
|
2019-03-18 20:10:04 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Jsfiddle}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://jsfiddle.com/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="fab fa-jsfiddle fa-fw" title="Jsfiddle"></i></a>
|
2019-03-18 20:10:04 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Deviantart}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://{{ . }}.deviantart.com/" rel="me noopener noreffer" target="_blank"><i class="fab fa-deviantart fa-fw" title="Deviantart"></i></a>
|
2019-03-18 20:10:04 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Behance}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://behance.net/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="fab fa-behance fa-fw" title="Behance"></i></a>
|
2019-03-18 20:10:04 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Dribble}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://dribbble.com/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="fab fa-dribbble fa-fw" title="Dribble"></i></a>
|
2019-03-18 20:10:04 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Wordpress}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://{{ . }}.wordpress.com" rel="me noopener noreffer" target="_blank"><i class="fab fa-wordpress fa-fw" title="Wordpress"></i></a>
|
2019-03-18 20:10:04 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Vine}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://vine.co/" rel="me noopener noreffer" target="_blank"><i class="fab fa-vine fa-fw" title="Vine"></i></a>
|
2019-03-24 08:37:58 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Googlescholar}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://scholar.google.com/citations?{{ . }}" rel="me noopener noreffer" target="_blank"><i class="fab fa-Googlescholar fa-fw" title="Googlescholar"></i></a>
|
2019-03-24 08:37:58 +01:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.Social.Researchgate}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://www.researchgate.net/profile/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="fab fa-researchgate fa-fw" title="Researchgate"></i></a>
|
2019-03-24 08:37:58 +01:00
|
|
|
{{ end }}
|
2019-03-24 09:09:29 +01:00
|
|
|
{{ with .Site.Params.Social.Mastodon}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="https://mastodon.social/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="fab fa-mastodon fa-fw" title="Mastodon"></i></a>
|
2019-08-05 15:15:01 +02:00
|
|
|
{{ end }}
|
2019-08-22 20:01:22 +02:00
|
|
|
{{ with .Site.Params.Social.Email}}
|
2020-01-02 13:42:34 +01:00
|
|
|
<a href="mailto:{{.}}" rel="me noopener noreffer"><i class="far fa-envelope" target="_blank fa-fw" title="Email"></i></a>
|
2019-08-22 20:01:22 +02:00
|
|
|
{{ end }}
|