Browse Source

Add Keybase social icon (#248)

* Add Keybase social icon

* Fix typo
tags/2.6.0
Dan Corin 5 years ago
parent
commit
878bb9bf43

+ 1
- 1
data/webpack_assets.json View File

@@ -1,6 +1,6 @@
{
"app": {
"js": "js/app.3fc0f988d21662902933.js",
"css": "css/app.3f5912c237ddd38c8e76debe081c7ca7.css"
"css": "css/app.1cb140d8ba31d5b2f1114537dd04802a.css"
}
}

+ 6
- 0
layouts/partials/social-follow.html View File

@@ -48,6 +48,12 @@
{{- partial "new-window-icon.html" . -}}
</a>
{{ end }}
{{ with .Param "keybase" }}
<a href="{{ . }}" target="_blank" class="link-transition keybase link dib z-999 pt3 pt0-l mr1" title="Keybase link" rel="noopener" aria-label="follow on Keybase——Opens in a new window">
{{ partial "svg/keybase.svg" (dict "size" $icon_size) }}
{{- partial "new-window-icon.html" . -}}
</a>
{{ end }}
{{ with .Param "medium" }}
<a href="{{ . }}" target="_blank" class="link-transition medium link dib z-999 pt3 pt0-l mr1" title="Medium link" rel="noopener" aria-label="follow on Medium——Opens in a new window">
{{ partial "svg/medium.svg" (dict "size" $icon_size) }}

+ 3
- 0
layouts/partials/svg/keybase.svg
File diff suppressed because it is too large
View File


+ 5
- 1
src/css/_social-icons.css View File

@@ -1,4 +1,4 @@
.facebook, .twitter, .instagram, .youtube, .github, .gitlab, .linkedin, .medium, .mastodon, .slack, .stackoverflow {
.facebook, .twitter, .instagram, .youtube, .github, .gitlab, .keybase, .linkedin, .medium, .mastodon, .slack, .stackoverflow {
fill: #BABABA;
}

@@ -35,6 +35,10 @@
fill: #FC6D26;
}

.keybase:hover {
fill: #3d76ff;
}

.linkedin:hover {
fill: #0077b5
}

+ 3
- 0
static/dist/css/app.1cb140d8ba31d5b2f1114537dd04802a.css
File diff suppressed because it is too large
View File


+ 0
- 3
static/dist/css/app.3f5912c237ddd38c8e76debe081c7ca7.css
File diff suppressed because it is too large
View File


Loading…
Cancel
Save