-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
31 lines (31 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>hola</title>
</head>
<body>
<!-- Landscape Box -->
<div class="wrapper">
<div class="box-landscape">
<div class="box">
<img class="box-img2" src="assets/pfp.png" alt="No image" />
</div>
<div class="links">
<h4>Hey I am Dhyey K <br>Find me here!</h4>
<h4><a href="https://github.com/dk3775">Github</a></h4>
<h4><a href="https://www.linkedin.com/in/dk21/">Linkedin</a></h4>
<h4><a href="https://discord.com/users/1084183829943693475">Discord</a></h4>
<h4><a href="https://instagram.com/dk_btx">Instagram</a></h4>
<h4><a href="https://twitter.com/DhyeyHk">Twitter</a></h4>
<h4><a href="bucketlist.html">Bucketlist</a></h4>
<h4><a href="achievements.html">Achievements</a></h4>
</div>
</div>
</div>
</body>
</html>