-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
99 lines (95 loc) · 3.72 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
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META TAGS -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta content="Dolsity, dolsity" name="keywords">
<meta content="Dolsity | Link in Bio" property="og:title" />
<meta content="Check out Dolsity's link in bio" property="og:description" />
<meta content="https://dolsity.com/link-in-bio/" property="og:url" />
<meta content="website" property="og:type" />
<meta content="Dolsity" property="og:site_name" />
<meta content="#655f4a" data-react-helmet="true" name="theme-color" />
<meta content="https://dolsity.com/link-in-bio/styles/img/pfp.png" property="og:image" />
<!-- TITLE -->
<title>Dolsity</title>
<!-- STYLESHEETS -->
<link rel="icon" href="./styles/img/pfp.png">
<link rel="stylesheet" href="styles/index.css" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.14.0/css/all.css"
integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc"
crossorigin="anonymous"
/>
</head>
<body>
<!-- HEADER -->
<div class="user_heading">
<img class="profile_photo" src="./styles/img/pfp.png" alt="img" />
<h1 class="username">Dolsity</h1>
<p class="description">Full Stack Developer</p>
<section class="social_media">
<div class="social_icon_links">
<a href="https://www.instagram.com/dolsity/?hl=en" target="_blank" rel="nofollow noopener" class="social_icon_link" aria-label="instagram"><i class="fab fa-instagram"></i></a>
<a href="https://www.tiktok.com/@dolsity" target="_blank" rel="nofollow noopener" class="social_icon_link" aria-label="tiktok"><i class="fab fa-tiktok"></i></a>
<a href="https://www.twitch.tv/dolsity" target="_blank" rel="nofollow noopener" class="social_icon_link" aria-label="twitch"><i class="fab fa-twitch"></i></a>
<a href="https://github.com/Dolsity" target="_blank" rel="nofollow noopener" class="social_icon_link" aria-label="github"><i class="fab fa-github"></i></a>
</div>
</section>
<!-- LINKS -->
<ul class="link-tree">
<li>
<a href="https://dolsity.com" target="_blank" rel="nofollow noopener">
About me
</a>
</li>
<li>
<a href="https://dolsity.com/#myskills" target="_blank" rel="nofollow noopener">
My Skills
</a>
</li>
<li>
<a href="https://dolsity.com/#mywork" target="_blank" rel="nofollow noopener">
My Work
</a>
</li>
<li>
<a href="https://www.instagram.com/dolsity/?hl=en" target="_blank" rel="nofollow noopener">
Instagram
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCeg0bjKUXQqYlWh3xsGY5YA" target="_blank" rel="nofollow noopener">
YouTube
</a>
</li>
<li>
<a href="https://www.reddit.com/user/Dolsity" target="_blank" rel="nofollow noopener">
Reddit
</a>
</li>
<li>
<a href="https://www.tiktok.com/@dolsity" target="_blank" rel="nofollow noopener">
TikTok
</a>
</li>
<li>
<a href="https://www.twitch.tv/dolsity" target="_blank" rel="nofollow noopener">
Twitch
</a>
</li>
<li>
<a href="https://discord.com/users/795969792778698763" target="_blank" rel="nofollow noopener">
Discord
</a>
</li>
</ul>
<!-- FOOTER -->
<div class="footer">
<p class="website_rights">Dolsity © 2023</p>
</div>
</div>
</body>
</html>