forked from kansal15/kansal15.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
81 lines (68 loc) · 3.17 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Gaurav Kansal</title>
<meta http-equiv="Cache-control" content="public">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="images/favicon.png" />
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/et-lineicons.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W7WNDR1EH6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-W7WNDR1EH6');
</script>
</head>
<body>
<div id="profile-page"> <a href="#" class="js-profile-nav-toggle profile-nav-toggle"><i></i></a>
<div id="myHead"></div>
<!-- Main Section -->
<div id="profile-main">
<!-- Contact -->
<div class="profile-contact">
<div class="container-fluid">
<div class="row">
<div class="col-md-12"> <span class="heading-meta style-1">Location</span>
<h2 class="profile-heading animate-box" data-animate-effect="fadeInLeft">Contact Us</h2>
</div>
</div>
<div class="row">
<!-- Contact Info -->
<div class="col-sm-12 col-lg-6 offset-xl-1 col-xl-5 order-2 order-lg-1 mb-30 animate-box"
data-animate-effect="fadeInLeft">
<h3 class="profile-about-heading">Contact Info</h3>
<p><b>Phone:</b> </p>
<p><b>Email:</b> [email protected]</p>
<p><b>Address:</b> New Delhi, IN</p>
<p><b>PGP Keys:</b> <a
href="https://keys.openpgp.org/vks/v1/by-fingerprint/402B35422D178F45F830A2968916BF5AD8D087F3"
target="_blank"> 402B35422D178F45F830A2968916BF5AD8D087F3 </a></p>
</div>
<!-- Contact img -->
<div class="col-sm-8 col-lg-6 col-xl-5 order-1 order-lg-2 animate-box mb-30 contact-img"
data-animate-effect="fadeInLeft">
<img src="images/contact.png" alt="Contact Image" class="img-fluid">
</div>
</div>
</div>
</div>
<div id="myFooter"> </div>
</div>
</div>
<script src="js/modernizr-2.6.2.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/bootstrap.bundle.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/sticky-kit.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>