Skip to content

Commit d0638b9

Browse files
candywatercandywater
authored andcommitted
feat(icon): add about.me icon
icon idea is from https://about.me/favicon.ico it only shows "me" as tab icon in firefox. ps:意外と地味な作業だった。
1 parent 1b91ecf commit d0638b9

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

scss/icons/aboutme.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
$icon-aboutme-colors: (#fff, #333);
2+
// prettier-ignore
3+
$icon-aboutme: (
4+
( 0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0 ),
5+
( 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 ),
6+
( 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 ),
7+
( 2,1,1,1,2,1,1,1,2,1,1,1,1,1,2,2 ),
8+
( 2,2,1,1,2,1,1,2,2,2,1,2,2,1,2,2 ),
9+
( 2,2,1,2,1,2,1,2,2,2,1,2,2,2,2,2 ),
10+
( 2,2,1,2,1,2,1,2,2,2,1,2,2,2,2,2 ),
11+
( 2,2,1,2,1,2,1,2,2,2,1,1,1,2,2,2 ),
12+
( 2,2,1,2,2,2,1,2,2,2,1,2,2,2,2,2 ),
13+
( 2,2,1,2,2,2,1,2,2,2,1,2,2,2,2,2 ),
14+
( 2,2,1,2,2,2,1,2,2,2,1,2,2,1,2,2 ),
15+
( 2,1,1,1,2,1,1,1,2,1,1,1,1,1,2,2 ),
16+
( 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 ),
17+
( 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 ),
18+
( 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 ),
19+
( 0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0 )
20+
);

scss/icons/icons.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
@import "gmail.scss";
1717
@import "linkedin.scss";
1818
@import "instagram.scss";
19+
@import "aboutme.scss";
1920

2021
// others
2122
@import "close.scss";
@@ -162,4 +163,8 @@
162163
&.coin::before {
163164
@include pixelize($default-size, $icon-coin, $icon-coin-colors);
164165
}
166+
167+
&.aboutme::before {
168+
@include pixelize($default-size, $icon-aboutme, $icon-aboutme-colors);
169+
}
165170
}

0 commit comments

Comments
 (0)