-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.7 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 1.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Volts</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="imgs/cal_circle.png" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body>
<div class="background"></div>
<div class="content-box">
<div class="profile-container">
<img src="imgs/cal.gif" alt="Profile Picture" class="profile-pic">
<h1>volts</h1>
</div>
<p>17 year old self-taught developer from the united kingdom.</p>
<div class="socials">
<h2>connect w/ me via my socials:</h2>
<ul>
<li><a href="https://discord.gg/E2na2saHS8" target="_blank">discord server</a></li>
<li><a href="https://github.com/voltsdev" target="_blank">github account</a></li>
<li><a href="https://bsky.app/profile/voltsdev.bsky.social" target="_blank">bluesky account</a></li>
</ul>
<div class="contactme-text">
<p>you can also contact me on discord @ <b>voltsdev</b></p>
</div>
<div class="button-container">
<a href="projects.html" class="project-button">💻 Projects</a>
</div>
</div>
</div>
</div>
</body>
</html>