-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
43 lines (39 loc) · 2.12 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Contact_Info</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
</head>
<body>
<nav class="navigation">
<ul>
<li><a href="index.html" target="_blank">Home</a></li>
<li><a href="achievement.html" target="_blank">Achievements</a></li>
<li><a href="about-me.html" target="_blank">About Me</a></li>
<li><a href="contact.html" target="_blank">Contact</a></li>
</ul>
</nav>
<br><br>
<p style="text-align: center;font-size: 100px;text-shadow: 2px 2px 5px #fff;">Contact Me...</p>
<br><br>
<div class="container">
<div class="card">
<a href="https://www.facebook.com/profile.php?id=100057173546477" target="_blank"><img src="https://res.cloudinary.com/swiggy/image/upload/fl_lossy,f_auto,q_auto,w_48,h_48/icon-facebook_tfqsuc"></a>
</div>
<div class="card">
<a href="https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.instagram.com%2Fdeepak_verma1524%3Ffbclid%3DIwAR2FP4nSekrYnCxA_yp3XEOcRTxGdSO9vBAzqiX5mHhA_I3Qo-q33BpfaWk&h=AT3nVn8bXpRvg5P8Vy47VqiI4EZ2nZsm2s9fH8mzuD7by2vt4StCjPLIOb8hnMrjavO8CBaPT67y8OjrRfRdASAknAljPSJNqqEvw4zsh_l-s7c7xy4a-9qhcwKdVPsPXDnpNQspLwmFKpom-8fv" target="_blank"><img src="https://res.cloudinary.com/swiggy/image/upload/fl_lossy,f_auto,q_auto,w_48,h_48/icon-instagram_b7nubh"></a>
</div>
<div class="card">
<a href="https://twitter.com/Deepakv58143066" target="_blank"><img src="https://res.cloudinary.com/swiggy/image/upload/fl_lossy,f_auto,q_auto,w_48,h_48/icon-twitter_gtq8dv"></a>
</div>
<div class="card">
<a href="https://www.linkedin.com/in/deepak-verma-aa0a511b3" target="_blank"><img src="https://jerrygood-24.github.io/ktj/images/linkedin-logo-png-2048.png" width="53px"></a>
</div>
</div>
<div class="copyright">
©2021 JerryGood | Devloped by Deepak
</div>
</body>
</html>