Skip to content

Commit 4d08edf

Browse files
committed
Consistent icon style, more refinements
1 parent 2f05283 commit 4d08edf

7 files changed

Lines changed: 11 additions & 9 deletions

File tree

img/deviantart.webp

100755100644
2.1 KB
Loading

img/devto.webp

100755100644
5.44 KB
Loading

img/imgur.webp

-2.27 KB
Loading

img/replit.webp

1.98 KB
Loading

img/whirl.webp

3.43 KB
Loading

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,12 @@ <h1>document10</h1>
5252
<a href="https://www.deviantart.com/document10" class="social">
5353
<img src="./img/deviantart.webp" alt="Deviantart" class="linkicon">
5454
</a>
55-
<a href="https://creator.nightcafe.studio/u/document10" class="social">
55+
<a href="https://nightcafe.art/u/document10" class="social">
5656
<img src="./img/nightcafe.webp" alt="NightCafe" class="linkicon" >
5757
</a>
58+
<a href="https://www.joinwhirl.com/document10" class="social">
59+
<img src="./img/whirl.webp" alt="Whirl" class="linkicon" >
60+
</a>
5861
<a href="https://www.instagram.com/document10_/" class="social">
5962
<img src="./img/instagram.webp" alt="Instagram" class="linkicon" >
6063
</a>

styles.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ a {
7272
text-wrap: balance;
7373
text-align: center;
7474
font-size: 3.5vh;
75+
line-height: 4vh;
7576
font-family: 'Ubuntu', sans-serif;
7677
color: #40ee60;
7778
text-shadow: 3px 3px 3px #010101;
@@ -96,8 +97,6 @@ a {
9697

9798
.ext {
9899
color: #d0ef11;
99-
font-size: 3.5vh;
100-
font-family: 'Ubuntu', sans-serif;
101100
text-shadow: 2px 3px 4px #101010;
102101
transition: all 0.25s;
103102
}
@@ -109,15 +108,15 @@ a {
109108

110109
.social{
111110
padding: 0%;
112-
margin: 2vh 2.5vw;
111+
margin: 2vh 2vw;
113112
}
114113

115114
.linkicon {
116115
width: 6vh;
117116
height: 6vh;
118117
padding: 0%;
119118
margin: 0%;
120-
filter: invert(25%) sepia(100%) saturate(7500%) hue-rotate(315deg) brightness(105%) contrast(105%) opacity(100%) drop-shadow(8px 8px 5px #000000);
119+
filter: invert(25%) sepia(100%) saturate(7500%) hue-rotate(315deg) brightness(105%) contrast(105%) opacity(100%) drop-shadow(8px 8px 5px #010101);
121120
transform: none;
122121
transition: all 0.5s;
123122
}
@@ -140,7 +139,7 @@ a {
140139

141140
.footer:hover {
142141
color: #aaff00;
143-
transform: scale(105%);
142+
transform: scale(110%);
144143
text-shadow: 6px 6px 5px #666666;
145144
}
146145

@@ -155,7 +154,7 @@ a {
155154

156155
#aboutme {
157156
font-size: 5.5vw;
158-
line-height: 5.5vw;
157+
line-height: 6vw;
159158
text-align: center;
160159
padding: 0%;
161160
margin: 0% 1vw ;
@@ -198,7 +197,7 @@ a {
198197
}
199198

200199
.linkicon {
201-
width: 12vw;
202-
height: 12vw;
200+
width: 10vw;
201+
height: 10vw;
203202
}
204203
}

0 commit comments

Comments
 (0)