Skip to content

Commit

Permalink
Use Bluesky's new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisboyle committed Feb 23, 2024
1 parent d1e37cd commit f6797b4
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion assets/css/icomoon-selection.json

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions assets/css/icomoon.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?4838ia');
src: url('fonts/icomoon.eot?4838ia#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?4838ia') format('truetype'),
url('fonts/icomoon.woff?4838ia') format('woff'),
url('fonts/icomoon.svg?4838ia#icomoon') format('svg');
src: url('fonts/icomoon.eot?sn6ee0');
src: url('fonts/icomoon.eot?sn6ee0#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?sn6ee0') format('truetype'),
url('fonts/icomoon.woff?sn6ee0') format('woff'),
url('fonts/icomoon.svg?sn6ee0#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand All @@ -25,9 +25,36 @@
-moz-osx-font-smoothing: grayscale;
}

.icon-at:before {
.icon-tiktok:before {
content: "\e902";
}
.icon-mastodon:before {
content: "\e900";
}
.icon-ubisoft:before {
content: "\1f300";
}
.icon-googleplay:before {
content: "\23ef";
}
.icon-steam:before {
content: "\1f3ae";
}
.icon-bluesky:before {
content: "\e901";
}
.icon-gitlab:before {
content: "\1f98a";
}
.icon-chevron-up:before {
content: "\2191";
}
.icon-facebook:before {
content: "\1f135";
}
.icon-stack-overflow:before {
content: "\1f95e";
}
.icon-tag:before {
content: "\1f3f7";
}
Expand Down Expand Up @@ -85,30 +112,3 @@
.icon-envelope:before {
content: "\2709";
}
.icon-tiktok:before {
content: "\e902";
}
.icon-mastodon:before {
content: "\e900";
}
.icon-ubisoft:before {
content: "\1f300";
}
.icon-googleplay:before {
content: "\23ef";
}
.icon-steam:before {
content: "\1f3ae";
}
.icon-gitlab:before {
content: "\1f98a";
}
.icon-chevron-up:before {
content: "\2191";
}
.icon-facebook:before {
content: "\1f135";
}
.icon-stack-overflow:before {
content: "\1f95e";
}
2 changes: 1 addition & 1 deletion data/socials.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PGP key,key,/download/chris-boyle-17B1CA7D64089528.asc
GitHub,,https://github.com/chrisboyle
Stack Overflow,,https://stackoverflow.com/users/6540/chris-boyle
Mastodon,,https://mas.to/@shortcipher
Bluesky,at,https://bsky.app/profile/chris.boyle.name
Bluesky,,https://bsky.app/profile/chris.boyle.name
Facebook,,https://facebook.com/shortcipher
Instagram,,https://www.instagram.com/chris.boyle.name/
TikTok,,https://www.tiktok.com/@chris_boyle_name
Expand Down
Binary file modified static/fonts/icomoon.eot
Binary file not shown.
2 changes: 1 addition & 1 deletion static/fonts/icomoon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/fonts/icomoon.ttf
Binary file not shown.
Binary file modified static/fonts/icomoon.woff
Binary file not shown.

0 comments on commit f6797b4

Please sign in to comment.