forked from AverWasTaken/jusjcb.xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (45 loc) · 1.91 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hey!!</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="icon" type="image" href="content/icon..png">
<link href="https://fonts.googleapis.com/css2?family=Comfortaa&family=Rubik+Scribble&display=swap" rel="stylesheet">
<meta property="og:title" content="Hey, I'm Jacob!" />
<meta property="og:description" content="Checkout My Portfolio & Projects Here!" />
<meta property="og:type" content="website" />
<script src="https://app.embed.im/snow.js" defer></script>
</head>
<body>
<header>
<div class="namecontainer">
<h1 class="name">Hey! I'm Jacob</h1>
</div>
<div class="info">
<h1 class="desc">a 16 year old web developer & ai enthusiast</h1>
</div>
<div class="socials">
<h1 class="sdesc">Socials</h1>
<a href="https://www.instagram.com/jus_jcb/"><img src="content/Instagram_icon.png" width="50px" height="50px" class="insta"></a>
<a href="https://www.instagram.com/jus_jcb/" target="_blank"><h1 class="instauser">@jus_jcb</h1></a>
<img src="content/snap.png" width="50px" height="50px" class="snap">
<h1 class="snapuser">@jus_jcb</h1>
<img src="content/discord.png" width="50px" height="40px" class="discord">
<h1 class="discuser">@ayvyr</h1>
</div>
<div class="line2"></div>
<div class="line"></div>
</header>
<section>
<img src="content/cone.png" width="200" height="200" class="cone">
<h1 class="wip">Under Construction!</h1>
</section>
<footer class="footer">
<h4 class="footertxt">developed with ❤️, by Jacob.</h4>
</footer>
</body>
</html>