-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (44 loc) · 2.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="Style.css">
</head>
<body>
<div class="container">
<div class="profile-pic">
<img src="images/my image.png" alt="profile images">
</div>
<h1>CHITRANSHU YADAV</h1>
<p>REACH ME OUT 🚀👇</p>
<div class="icons">
<a href="https://mail.google.com/mail/u/0/#inboxlt" target="Email"><img src="images/inbox.png" ></a>
<a href="https://github.com/Chitranshu2411" target="_blank"><img src="images/github.png" alt="GitHub"></a>
<a href="https://www.linkedin.com/in/chitranshu-yadav-168720259/" target="_blank"><img src="images/linkedin (1).png" alt="LinkedIn"></a>
<a href="https://web.telegram.org/a/" target="_blank"><img src="images/telegram (1).png" alt="Telegram"></a>
</div>
<div class="links">
<a href ="https://www.youtube.com/channel/UC2OcpfwoZLA9Hn3GaAr18DA"target="_blank">
<img src="images/social.png" alt="Youtube"> Youtube
<a href="https://www.instagram.com/chitranshu_yadav_07/" target="_blank">
<img src="images/instagram.png" alt="Instagram"> Instagram
</a>
<a href="https://www.facebook.com/profile.php?id=100044273584941" target="_blank">
<img src="images/facebook.png" alt="Facebook"> Facebook
</a>
<a href="https://mail.google.com/mail/u/0/#inbox" target="_blank">
<img src="images/gmail.png" alt="Gmail"> Gmail
</a>
<a href="https://x.com/Chitranshu_2411" target="_blank">
<img src="images/twitter.png" alt="X.Com"> X.Com
</a>
<a href="https://www.snapchat.com/add/chitranshu22149?share_id=RzB6Ksbuwns&locale=en-US"target="_blank">
<img src="images/snapchat.png" alt="Snapchat"> Snapchat
</a>
</a>
</div>
</div>
</body>
</html>