-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="stylesheet" href="style.css">
<title>Adinata | TechTok</title>
</head>
<body>
<video autoplay loop muted plays-inline class="background-clip">
<source src="hd.mp4" type="video/mp4">
</video>
<div class="container" id="container">
<div class="form-container">
<div class="image-prof">
<img src="prof.png" alt="Profile picture of Adinata">
<form>
<h1>Hello!</h1>
<span>I'm Adinata, I'm 17 y.o and I really enjoy learning about technology. Everything I share is just what I've taught myself.
</span>
</form>
</div>
<div class="bottom-container">
<h6 class="sc">Social Media</h6>
</div>
<div class="social-icons">
<a href="https://www.tiktok.com/@adivennataly.tech?_t=8pwKEjLzDAV&_r=1" class="icon"><i class="fa-brands fa-tiktok"></i></a>
<a href="https://www.github.com/adivenxnataly" class="icon"><i class="fa-brands fa-github"></i></a>
<a href="https://chat.whatsapp.com/IlP7UCOH1MIKzrgbdaXbnk" class="icon"><i class="fa-brands fa-whatsapp"></i></a>
</div>
</div>
</div>
</body>
</html>