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

social.html « home « partials « layouts - github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 712f3e9119484bc6f99fcd04097462aff061bab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
{{- with .Site.Params.Social.Github -}}
    <a href="https://github.com/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-github-alt fa-fw" title="Github"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.LinkedIn -}}
    <a href="https://linkedin.com/in/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-linkedin fa-fw" title="LinkedIn"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Twitter -}}
    <a href="https://twitter.com/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-twitter fa-fw" title="Twitter"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Instagram -}}
    <a href="https://www.instagram.com/{{ . }}/" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-instagram fa-fw" title="Instagram"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Facebook}}
    <a href="https://facebook.com/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-facebook fa-fw" title="Facebook"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Telegram}}
    <a href="https://t.me/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-telegram-plane fa-fw" title="Telegram"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Medium}}
    <a href="https://medium.com/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-medium fa-fw" title="Medium"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Gitlab}}
    <a href="https://gitlab.com/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-gitlab fa-fw" title="Gitlab"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Youtubelegacy}}
    <a href="https://www.youtube.com/user/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-youtube fa-fw" title="Youtube"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Youtubecustom}}
    <a href="https://www.youtube.com/c/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-youtube fa-fw" title="Youtube"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Youtubechannel}}
    <a href="https://www.youtube.com/channel/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-youtube fa-fw" title="Youtube"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Tumblr}}
    <a href="https://{{ . }}.tumblr.com" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-tumblr fa-fw" title="Tumblr"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Quora}}
    <a href="https://www.quora.com/profile/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-quora fa-fw" title="Quora"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Keybase}}
    <a href="https://keybase.io/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-keybase fa-fw" title="Keybase"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Pinterest}}
    <a href="https://www.pinterest.com/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-pinterest fa-fw" title="Pinterest"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Reddit}}
    <a href="https://www.reddit.com/user/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-reddit fa-fw" title="Reddit"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Codepen}}
    <a href="https://codepen.io/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-codepen fa-fw" title="Codepen"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.FreeCodeCamp}}
    <a href="https://freecodecamp.org/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-free-code-camp fa-fw"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Bitbucket}}
    <a href="https://bitbucket.org/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-bitbucket fa-fw" title="Bitbucket"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Stackoverflow}}
    <a href="https://stackoverflow.com/users/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-stack-overflow fa-fw" title="Stackoverflow"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Weibo}}
    <a href="https://weibo.com/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-weibo fa-fw" title="Weibo"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Odnoklassniki}}
    <a href="https://ok.ru/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-odnoklassniki fa-fw" title="Odnoklassniki"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.VKontakte}}
    <a href="https://vk.com/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-vk fa-fw" title="VKontakte"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Flickr}}
    <a href="https://www.flickr.com/photos/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-flickr fa-fw" title="Flickr"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Xing}}
    <a href="https://www.xing.com/profile/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-xing fa-fw" title="Xing"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Snapchat}}
    <a href="https://www.snapchat.com/add/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-snapchat fa-fw" title="Snapchat"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Soundcloud}}
    <a href="https://soundcloud.com/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-soundcloud fa-fw" title="Soundcloud"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Spotify}}
    <a href="https://open.spotify.com/user/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-spotify fa-fw" title="Spotify"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Bandcamp}}
    <a href="https://{{ . }}.bandcamp.com/" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-bandcamp fa-fw" title="Bandcamp"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Paypal}}
    <a href="https://paypal.me/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-paypal fa-fw" title="Paypal"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Fivehundredpx}}
    <a href="https://500px.com/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-500px fa-fw" title="Fivehundredpx"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Mix}}
    <a href="https://mix.com/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-mix fa-fw" title="Mix"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Goodreads}}
    <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>
{{- end -}}
{{- with .Site.Params.Social.Lastfm}}
    <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>
{{- end -}}
{{- with .Site.Params.Social.Foursquare}}
    <a href="https://foursquare.com/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-foursquare fa-fw" title="Foursquare"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Hackernews}}
    <a href="https://news.ycombinator.com/user?id={{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-hacker-news fa-fw" title="Hackernews"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Kickstarter}}
    <a href="https://kickstarter.com/profile/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-kickstarter fa-fw" title="Kickstarter"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Patreon}}
    <a href="https://patreon.com/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-patreon fa-fw" title="Patreon"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Steam}}
    <a href="https://steamcommunity.com/id/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-steam fa-fw" title="Steam"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Twitch}}
    <a href="https://www.twitch.tv/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-twitch fa-fw" title="Twitch"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Strava}}
    <a href="https://www.strava.com/athletes/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-strava fa-fw" title="Strava"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Skype}}
    <a href="skype:{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-skype fa-fw" title="Skype"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Whatsapp}}
    <a href="https://wa.me/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-whatsapp fa-fw" title="Whatsapp"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Zhihu}}
    <a href="https://www.zhihu.com/people/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-zhihu fa-fw" title="Zhihu"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Angellist}}
    <a href="https://angel.co/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-angellist fa-fw" title="Angellist"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Slideshare}}
    <a href="https://slideshare.com/{{- . -}}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-slideshare fa-fw" title="Slideshare"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Jsfiddle}}
    <a href="https://jsfiddle.com/{{- . -}}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-jsfiddle fa-fw" title="Jsfiddle"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Deviantart}}
    <a href="https://{{- . -}}.deviantart.com/" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-deviantart fa-fw" title="Deviantart"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Behance}}
    <a href="https://behance.net/{{- . -}}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-behance fa-fw" title="Behance"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Dribble}}
    <a href="https://dribbble.com/{{- . -}}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-dribbble fa-fw" title="Dribble"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Wordpress}}
    <a href="https://{{- . -}}.wordpress.com" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-wordpress fa-fw" title="Wordpress"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Vine}}
    <a href="https://vine.co/" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-vine fa-fw" title="Vine"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Googlescholar}}
    <a href="https://scholar.google.com/citations?{{- . -}}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-Googlescholar fa-fw" title="Googlescholar"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Researchgate}}
    <a href="https://www.researchgate.net/profile/{{- . -}}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-researchgate fa-fw" title="Researchgate"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Mastodon}}
    <a href="https://mastodon.social/{{- . -}}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-mastodon fa-fw" title="Mastodon"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Devto}}
    <a href="https://dev.to/{{- . -}}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa-dev fa-fw" title="Dev.To"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Email}}
    <a href="mailto:{{ . }}" rel="me noopener noreffer">
        <i class="far fa-envelope fa-fw" target="_blank" title="Email"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Gitea}}
    <a href="" rel="me noopener noreffer" target="_blank">
        <i class="fab fa fa-gitea fa-fw" title="Gitea"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.XMPP}}
    <a href="xmpp:{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa fa-xmpp fa-fw" title="XMPP"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Matrix}}
    <a href="https://matrix.to/#/{{ . }}" rel="me noopener noreffer" target="_blank">
        <i class="fab fa fa-matrix-org fa-fw" title="Matrix"></i>
    </a>
{{- end -}}
{{- with .Site.Params.Social.Custom}}
    {{- . | safeHTML -}}
{{- end -}}