-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (89 loc) · 5.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<title>document10</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Personal Portofolio Website">
<meta name="author" content="document10">
<meta name="keywords" content="HTML, CSS, JS, PY, Python, GO, USV, CTR, Personal, Portofolio, Website, Skills, Art, Dev, Developement, Software">
<meta name="theme-color" content="#1DD2EB">
<meta property="og:url" content="https://document10.github.io">
<meta property="og:site_name" content="document10.github.io">
<meta property="og:title" content="Document10">
<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.">
<meta property="og:image" content="https://raw.githubusercontent.com/document10/document10.github.io/main/img/pfp.webp">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="256">
<meta property="og:image:height" content="256">
<meta property="og:image:alt" content="My profile picture">
<link rel="stylesheet preload" as="style" fetchpriority="high" href="styles.css">
<link rel="icon" type="image/x-icon" href="./img/pfp.webp">
<link rel="preconnect dns-prefetch" href="https://fonts.googleapis.com" crossorigin>
<link rel="preconnect dns-prefetch" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<div id="main">
<div id="title">
<img src="img/pfp.webp" alt="My profile picture" id="pfp">
<h1>document10</h1>
</div>
<p id="aboutme">
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.
</p>
<div id="social">
<div class="cat">
<p class="cattitle">Social</p>
<a href="https://www.instagram.com/document10_/" class="social">
<img src="./img/instagram.webp" alt="Instagram" class="linkicon" >
</a>
<a href="https://www.threads.net/@document10_" class="social">
<img src="./img/threads.webp" alt="Threads.net" class="linkicon">
</a>
<a href="https://discordapp.com/users/332934999173234688" class="social">
<img src="./img/discord.webp" alt="Discord" class="linkicon" >
</a>
</div>
<div class="cat">
<p class="cattitle">Developement</p>
<a href="https://github.com/document10" class="social">
<img src="./img/github.webp" alt="Github" class="linkicon" >
</a>
<a href="https://replit.com/@document10" class="social">
<img src="./img/replit.webp" alt="Replit" class="linkicon" >
</a>
<a href="https://g.dev/document10" class="social">
<img src="./img/google.webp" alt="Google Developer" class="linkicon">
</a>
<a href="https://dev.to/document10" class="social">
<img src="./img/devto.webp" alt="Dev.to" class="linkicon">
</a>
</div>
<div class="cat">
<p class="cattitle">Images</p>
<a href="https://imgur.com/user/dxvk10/posts" class="social">
<img src="./img/imgur.webp" alt="Imgur" class="linkicon" >
</a>
<a href="https://www.deviantart.com/document10" class="social">
<img src="./img/deviantart.webp" alt="Deviantart" class="linkicon">
</a>
<a href="https://nightcafe.art/u/document10" class="social">
<img src="./img/nightcafe.webp" alt="NightCafe" class="linkicon" >
</a>
<a href="https://www.joinwhirl.com/document10" class="social">
<img src="./img/whirl.webp" alt="Whirl" class="linkicon" >
</a>
<a href="https://splr.ge/swan/document10" class="social">
<img src="./img/splurge.webp" alt="Splurge" class="linkicon" >
</a>
<a href="https://cara.app/document10" class="social">
<img src="./img/cara.webp" alt="Cara" class="linkicon" >
</a>
</div>
</div>
<div id="footer">
<a href="/other" class="footer">Other Links</a>
</div>
</div>
</body>
</html>