Skip to content

Commit 2a7cff5

Browse files
committed
Autumn website refresh
1 parent 72bd446 commit 2a7cff5

6 files changed

Lines changed: 59 additions & 53 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Personal website
22

3-
This is the repository for my personal website containing info about me as well as my social media links,hosted on [github.io](https://pages.github.com/). You can also use it as a template for your own personal website.
3+
This is the repository for my personal website containing info about me as well as my social media links, hosted on [github.io](https://pages.github.com/).
44

55
## Credits
66

7-
8-
[Background image](https://www.deviantart.com/document10/art/Cyberglitch-1158647488)
9-
[Fonts used](https://fonts.google.com/share?selection.family=Doto:wght@100..900|Playpen+Sans:wght@100..800|Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700)
10-
[Icons](https://www.iconfinder.com/)
7+
[Background image](https://www.deviantart.com/document10/art/Autumn-vibes-1243262341)
8+
[Fonts used](https://fonts.google.com/share?selection.family=Doto:wght@100..900|Playpen+Sans:wght@100..800|Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700)
9+
[Icons](https://www.iconfinder.com/)

img/bg.webp

2.18 MB
Loading

img/devto.webp

-3.55 KB
Binary file not shown.

img/forem.webp

938 Bytes
Loading

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="description" content="Personal Portofolio Website">
88
<meta name="author" content="document10">
9-
<meta name="keywords" content="HTML, CSS, JS, PY, Python, GO, USV, CTR, Personal, Portofolio, Website, Skills, Art, Dev, Developement, Software">
9+
<meta name="keywords" content="HTML, CSS, JS, PY, Python, GO, CPP, AI, USV, Personal, Portofolio, Website, Skills, Art, Dev, Developement, Software">
1010
<meta name="theme-color" content="#1DD2EB">
1111
<meta property="og:url" content="https://document10.github.io">
1212
<meta property="og:site_name" content="document10.github.io">
1313
<meta property="og:title" content="Document10">
14-
<meta property="og:description" content="I am a 20 years old developer and artist, currently in university and I have a lot of experience with languages like JS, Python, CSS, and more. I use Linux on a daily basis, and I learn more things about it every day.">
14+
<meta property="og:description" content="I am a 20 years old developer and artist, currently in university and I have experience in multiple fields like web and fullstack development, artificial intelligence tools and more. I use Linux on a daily basis, and I learn more things about it every day.">
1515
<meta property="og:image" content="https://raw.githubusercontent.com/document10/document10.github.io/main/img/pfp.webp">
1616
<meta property="og:image:type" content="image/png">
1717
<meta property="og:image:width" content="256">
@@ -29,7 +29,7 @@
2929
<h1>document10</h1>
3030
</div>
3131
<p id="aboutme">
32-
I am a 20 years old developer and artist, currently in <a href="https://fiesc.usv.ro/" class="ext">university</a> and I have a lot of experience with languages like JS, Python, CSS, and more. I use <a href="https://endeavouros.com/" class="ext">Linux</a> on a daily basis, and I learn more things about it every day.
32+
I am a 20 years old developer and artist, currently in <a href="https://fiesc.usv.ro/" class="ext">university</a> and I have experience in multiple fields like web and fullstack development, artificial intelligence tools and more. I use <a href="https://endeavouros.com/" class="ext">Linux</a> on a daily basis, and I learn more things about it every day.
3333
</p>
3434
<div id="social">
3535
<div class="cat">
@@ -52,8 +52,8 @@ <h1>document10</h1>
5252
<a href="https://replit.com/@document10" class="social">
5353
<img src="./img/replit.webp" alt="Replit" class="linkicon" >
5454
</a>
55-
<a href="https://dev.to/document10" class="social">
56-
<img src="./img/devto.webp" alt="Dev.to" class="linkicon">
55+
<a href="https://forem.com/document10" class="social">
56+
<img src="./img/forem.webp" alt="Forem" class="linkicon">
5757
</a>
5858
</div>
5959
<div class="cat">
@@ -76,7 +76,7 @@ <h1>document10</h1>
7676
</div>
7777
</div>
7878
<div id="footer">
79-
<a href="https://www.deviantart.com/document10/art/Cyberglitch-1158647488" class="footer">Background</a>
79+
<a href="https://www.deviantart.com/document10/art/Autumn-vibes-1243262341" class="footer">Background</a>
8080
<a href="https://fonts.google.com/share?selection.family=Doto:wght@100..900|Playpen+Sans:wght@100..800|Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700" class="footer">Fonts</a>
8181
<a href="https://www.iconfinder.com/" class="footer">Icons</a>
8282
</div>

styles.css

Lines changed: 49 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Doto:wght@100..900&family=Playpen+Sans:wght@100..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
1+
@import url("https://fonts.googleapis.com/css2?family=Doto:wght@100..900&family=Playpen+Sans:wght@100..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
22

3-
html,body{
3+
html,
4+
body {
45
box-sizing: border-box;
5-
background: url('./img/bg.webp') repeat center center/cover;
6+
background: url("./img/bg.webp") repeat center center/cover;
67
padding: 0%;
78
margin: 0%;
89
width: 100%;
@@ -12,24 +13,28 @@ html,body{
1213
justify-content: center;
1314
}
1415

15-
h1{
16+
h1 {
1617
font-family: "Doto", serif;
1718
font-optical-sizing: auto;
1819
font-size: 9vh;
1920
line-height: 8vh;
2021
text-align: center;
2122
color: #ffffff;
22-
text-shadow:3px 3px 3px #000,-3px 3px 3px #000,-3px -3px 3px #000,3px -3px 3px #000;
23+
text-shadow:
24+
3px 3px 3px #000,
25+
-3px 3px 3px #000,
26+
-3px -3px 3px #000,
27+
3px -3px 3px #000;
2328
padding: 0%;
2429
margin: 0%;
2530
align-self: center;
26-
}
31+
}
2732

2833
a {
2934
text-decoration: none;
3035
}
3136

32-
#main{
37+
#main {
3338
display: flex;
3439
flex-direction: column;
3540
justify-content: space-evenly;
@@ -39,15 +44,15 @@ a {
3944
height: 100%;
4045
}
4146

42-
#title{
47+
#title {
4348
display: flex;
4449
flex-direction: column;
4550
justify-content: flex-start;
4651
padding: 0%;
4752
margin: 0%;
4853
}
4954

50-
#social{
55+
#social {
5156
padding: 0%;
5257
margin: 0% 10vw;
5358
display: flex;
@@ -56,7 +61,7 @@ a {
5661
justify-content: center;
5762
}
5863

59-
#pfp{
64+
#pfp {
6065
border: 2px dashed #101010;
6166
border-radius: 100%;
6267
width: 30vh;
@@ -66,18 +71,19 @@ a {
6671
margin: 0%;
6772
}
6873

69-
#aboutme{
74+
#aboutme {
7075
padding: 0%;
7176
margin: 0% 5vw;
7277
text-wrap: balance;
7378
text-align: center;
7479
font-size: 3.5vh;
7580
line-height: 4vh;
76-
font-family: 'Ubuntu', sans-serif;
77-
color: #1DD2EB;
81+
font-family: "Ubuntu", sans-serif;
82+
color: #f2f1df;
7883
text-shadow: 3px 3px 3px #010101;
7984
border: #000000 solid 1px;
8085
border-radius: 10px;
86+
background-color: #00000044;
8187
backdrop-filter: blur(5px);
8288
}
8389

@@ -100,41 +106,41 @@ a {
100106
}
101107

102108
.ext {
103-
color: #F67338;
104-
text-shadow: 2px 3px 4px #101010;
105-
font-family: 'Ubuntu', sans-serif;
109+
color: #1f8eff;
110+
text-shadow: 3px 3px 3px #004699;
111+
font-family: "Ubuntu", sans-serif;
106112
transition: all 0.3s ease-in;
107113
}
108114

109-
.ext:hover{
110-
color: #ED8080;
111-
text-shadow: 3px 2px 4px #010101;
115+
.ext:hover {
116+
color: #0726d9;
117+
text-shadow: 3px 4px 4px #010101;
112118
}
113119

114-
.social{
120+
.social {
115121
padding: 0%;
116122
margin: 0vh 0.25vw;
117123
}
118124

119-
.cat{
125+
.cat {
120126
border: #000000 solid 2px;
121127
border-radius: 10px;
122128
padding: 0%;
123129
margin: 0.25vh 1vw;
124-
background-color: #074DD977;
130+
background-color: #0726d977;
125131
backdrop-filter: blur(5px);
126132
transition: all 0.25s ease-out;
127133
}
128134

129135
.cat:hover {
130-
background-color: #143D7388;
136+
background-color: #02012688;
131137
backdrop-filter: blur(9px);
132138
}
133139

134-
.cattitle{
140+
.cattitle {
135141
font-size: 4vh;
136142
line-height: 5vh;
137-
font-family: 'Playpen Sans', sans-serif;
143+
font-family: "Playpen Sans", sans-serif;
138144
color: #ffffff;
139145
text-shadow: 2px 2px 2px #010101;
140146
padding: 0%;
@@ -147,36 +153,37 @@ a {
147153
height: 7vh;
148154
padding: 0%;
149155
margin: 0%;
150-
filter: invert(90%) sepia(19%) saturate(6725%) hue-rotate(63deg) brightness(103%) contrast(90%) drop-shadow(8px 8px 5px #010101);
156+
filter: invert(85%) sepia(5%) saturate(5205%) hue-rotate(10deg)
157+
brightness(110%) contrast(90%) drop-shadow(8px 8px 5px #010101);
151158
transform: none;
152159
transition: all 0.4s ease-out;
153160
}
154161

155-
.linkicon:hover{
156-
filter: invert(92%) sepia(13%) saturate(4655%) hue-rotate(137deg) brightness(92%) contrast(97%) drop-shadow(8px 8px 5px #101010);
162+
.linkicon:hover {
163+
filter: invert(40%) sepia(90%) saturate(1290%) hue-rotate(10deg)
164+
brightness(105%) contrast(95%) drop-shadow(8px 8px 5px #101010);
157165
transform: scale(125%) rotate(10deg);
158166
}
159167

160168
.footer {
161-
color: #F23005;
169+
color: #f27405;
162170
text-shadow: 5px 5px 5px #000000;
163171
font-size: 3vh;
164172
line-height: 3vh;
165-
font-family: 'Ubuntu', sans-serif;
173+
font-family: "Ubuntu", sans-serif;
166174
padding: 0%;
167175
margin: 0.75%;
168176
transform: none;
169177
transition: all 0.4s ease-out;
170178
}
171179

172180
.footer:hover {
173-
color: #F24150;
181+
color: #f2a922;
174182
transform: scale(110%);
175-
text-shadow: 6px 6px 5px #732229;
183+
text-shadow: 6px 6px 5px #590902;
176184
}
177185

178186
@media screen and (max-width: 600px) {
179-
180187
h1 {
181188
font-size: 11vw;
182189
line-height: 11vw;
@@ -196,13 +203,13 @@ a {
196203
height: 50vw;
197204
margin: 0%;
198205
}
199-
206+
200207
#social {
201208
padding: 0%;
202209
margin: 0%;
203210
}
204211

205-
#footer{
212+
#footer {
206213
display: flex;
207214
justify-content: center;
208215
align-content: center;
@@ -213,27 +220,27 @@ a {
213220
.ext {
214221
font-size: 5.5vw;
215222
line-height: 5.5vw;
216-
font-family: 'Ubuntu', sans-serif;
223+
font-family: "Ubuntu", sans-serif;
217224
}
218225

219226
.social {
220227
margin: 0.5vh 0.75vw;
221228
}
222229

223-
.cat{
230+
.cat {
224231
padding: 0%;
225232
margin: 0.25vh 0.5vw;
226233
}
227-
228-
.cattitle{
234+
235+
.cattitle {
229236
font-size: 6vw;
230237
line-height: 6vw;
231238
padding: 0%;
232239
margin: 0%;
233240
text-align: center;
234241
}
235-
236-
.footer{
242+
243+
.footer {
237244
font-size: 7vw;
238245
line-height: 7vw;
239246
text-align: center;
@@ -245,4 +252,4 @@ a {
245252
width: 11vw;
246253
height: 11vw;
247254
}
248-
}
255+
}

0 commit comments

Comments
 (0)