-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Profile</title>
<link rel="stylesheet" href="style.css">
<link rel="website icon" type="jpeg" href="C:\Users\subha\OneDrive\Desktop\important documents\html css\profile\social-links-profile-main\social-links-profile-main\profilepic.jpeg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div id="container">
<div id="img"></div>
<br>
<br>
<div id="name">ANSUBHA DHAR</div>
<div id="location">Kolkata, West Bengal, India</div>
<div class="boxes">
<a style="text-decoration:none" href="https://www.instagram.com/rikstar_bro/" target="main"><div class="box" id="box1"><i style="margin-right: 10px;" class="fa-brands fa-instagram"></i>INSTAGRAM</div></a>
<a style="text-decoration:none" href="https://github.com/Ansubha2004" target="main"><div class="box" id="box2"><i style="margin-right: 10px;" class="fa-brands fa-github"></i>GITHUB</div></a>
<a style="text-decoration:none" href="https://www.linkedin.com/in/ansubha-dhar-856176296/" target="main"><div class="box" id="box3"><i style="margin-right: 10px;" class="fa-brands fa-linkedin-in"></i>LINKDEIN</div></a>
<a style="text-decoration:none" href="https://www.youtube.com/@ansubhagamings0612" target="main"><div class="box" id="box4"><i style="margin-right: 10px;" class="fa-brands fa-youtube"></i>YOUTUBE</div></a>
<a style="text-decoration:none" href="C:\Users\subha\OneDrive\Desktop\important documents\html css\profile\social-links-profile-main\social-links-profile-main\ANSUBHA DHAR_RESUME.pdf" target="main"><div class="box" id="box5"><i style="margin-right: 10px;" class="fa fa-file" aria-hidden="true"></i>RESUME</div></a>
</div>
</div>
</body>
</html>