Skip to content

Commit dcf3f91

Browse files
committed
website summer refresh (+ more links)
1 parent 4d08edf commit dcf3f91

6 files changed

Lines changed: 22 additions & 19 deletions

File tree

img/bg.webp

404 KB
Loading

img/cara.webp

6.22 KB
Loading

img/pfp.webp

100755100644
204 KB
Loading

img/splurge.webp

8.08 KB
Loading

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ <h1>document10</h1>
5858
<a href="https://www.joinwhirl.com/document10" class="social">
5959
<img src="./img/whirl.webp" alt="Whirl" class="linkicon" >
6060
</a>
61+
<a href="https://splr.ge/swan/document10" class="social">
62+
<img src="./img/splurge.webp" alt="Splurge" class="linkicon" >
63+
</a>
64+
<a href="https://cara.app/document10" class="social">
65+
<img src="./img/cara.webp" alt="Cara" class="linkicon" >
66+
</a>
6167
<a href="https://www.instagram.com/document10_/" class="social">
6268
<img src="./img/instagram.webp" alt="Instagram" class="linkicon" >
6369
</a>
@@ -69,7 +75,7 @@ <h1>document10</h1>
6975
</a>
7076
</div>
7177
<div id="footer">
72-
<a href="https://www.deviantart.com/document10/art/Blossom-1026337532" class="footer">Background</a>
78+
<a href="https://creator.nightcafe.studio/creation/eNCnGWRDSyWM3O7R8SyZ" class="footer">Background</a>
7379
<a href="https://fonts.google.com/share?selection.family=Playpen+Sans|Ubuntu" class="footer">Fonts used</a>
7480
<a href="https://www.iconfinder.com/" class="footer">Icons source</a>
7581
</div>

styles.css

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
html,body{
44
box-sizing: border-box;
5-
background-color: #00aaaa;
65
background-image: url('./img/bg.webp');
76
background-size: cover;
87
padding: 0%;
@@ -74,12 +73,11 @@ a {
7473
font-size: 3.5vh;
7574
line-height: 4vh;
7675
font-family: 'Ubuntu', sans-serif;
77-
color: #40ee60;
76+
color: #93AAE9;
7877
text-shadow: 3px 3px 3px #010101;
7978
border: #000000 solid 1px;
8079
border-radius: 10px;
8180
backdrop-filter: blur(5px);
82-
transition: all 0.25s;
8381
}
8482

8583
#footer {
@@ -96,51 +94,51 @@ a {
9694
}
9795

9896
.ext {
99-
color: #d0ef11;
97+
color: #f788d0;
10098
text-shadow: 2px 3px 4px #101010;
101-
transition: all 0.25s;
99+
transition: all 0.3s ease-in;
102100
}
103101

104102
.ext:hover{
105-
color: #aa4477;
103+
color: #D94897;
106104
text-shadow: 3px 2px 4px #010101;
107105
}
108106

109107
.social{
110108
padding: 0%;
111-
margin: 2vh 2vw;
109+
margin: 1vh 1vw;
112110
}
113111

114112
.linkicon {
115113
width: 6vh;
116114
height: 6vh;
117115
padding: 0%;
118116
margin: 0%;
119-
filter: invert(25%) sepia(100%) saturate(7500%) hue-rotate(315deg) brightness(105%) contrast(105%) opacity(100%) drop-shadow(8px 8px 5px #010101);
117+
filter: invert(80%) sepia(10%) saturate(2210%) hue-rotate(360deg) brightness(105%) contrast(100%) drop-shadow(8px 8px 5px #010101);
120118
transform: none;
121-
transition: all 0.5s;
119+
transition: all 0.4s ease-out;
122120
}
123121

124122
.linkicon:hover{
125-
filter: invert(60%) sepia(90%) saturate(1420%) hue-rotate(70deg) brightness(100%) contrast(100%) opacity(90%) drop-shadow(8px 8px 5px #101010);
123+
filter: invert(55%) sepia(55%) saturate(1380%) hue-rotate(330deg) brightness(100%) contrast(100%) drop-shadow(8px 8px 5px #101010);
126124
transform: scale(125%);
127125
}
128126

129127
.footer {
130-
color: #ffb700;
128+
color: #E3657B;
131129
text-shadow: 5px 5px 5px #000000;
132130
font-size: 2vh;
133131
font-family: 'Ubuntu', sans-serif;
134132
padding: 0%;
135133
margin: 0.75%;
136134
transform: none;
137-
transition: all 0.5s;
135+
transition: all 0.4s ease-out;
138136
}
139137

140138
.footer:hover {
141-
color: #aaff00;
139+
color: #F26B6B;
142140
transform: scale(110%);
143-
text-shadow: 6px 6px 5px #666666;
141+
text-shadow: 6px 6px 5px #5a2e34;
144142
}
145143

146144
@media screen and (max-width: 600px) {
@@ -154,7 +152,7 @@ a {
154152

155153
#aboutme {
156154
font-size: 5.5vw;
157-
line-height: 6vw;
155+
line-height: 5vw;
158156
text-align: center;
159157
padding: 0%;
160158
margin: 0% 1vw ;
@@ -182,18 +180,17 @@ a {
182180
font-size: 5.5vw;
183181
line-height: 5.5vw;
184182
font-family: 'Ubuntu', sans-serif;
185-
transition: all 0.5s;
186183
}
187184

188185
.social {
189-
margin: 1vh 3vw;
186+
margin: 1vh 4vw;
190187
}
191188

192189
.footer{
193190
font-size: 7vw;
194191
text-align: center;
195192
padding: 0%;
196-
margin: 1vh 4vw;
193+
margin: 0vh 4vw;
197194
}
198195

199196
.linkicon {

0 commit comments

Comments
 (0)