Skip to content

Commit

Permalink
Add Keybase social icon (#248)
Browse files Browse the repository at this point in the history
* Add Keybase social icon

* Fix typo
  • Loading branch information
danielcorin authored and Bud Parr committed Jan 26, 2020
1 parent 505b255 commit 878bb9b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/webpack_assets.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app": {
"js": "js/app.3fc0f988d21662902933.js",
"css": "css/app.3f5912c237ddd38c8e76debe081c7ca7.css"
"css": "css/app.1cb140d8ba31d5b2f1114537dd04802a.css"
}
}
6 changes: 6 additions & 0 deletions layouts/partials/social-follow.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down
3 changes: 3 additions & 0 deletions layouts/partials/svg/keybase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/css/_social-icons.css
Original file line number Diff line number Diff line change
@@ -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;
}

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

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

.linkedin:hover {
fill: #0077b5
}
Expand Down
3 changes: 3 additions & 0 deletions static/dist/css/app.1cb140d8ba31d5b2f1114537dd04802a.css

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/dist/css/app.3f5912c237ddd38c8e76debe081c7ca7.css

This file was deleted.

0 comments on commit 878bb9b

Please sign in to comment.