-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
139 lines (128 loc) · 6.24 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<title>Gaurav Kansal Blog</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- ** Plugins Needed for the Project ** -->
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- slick slider -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- themefy-icon -->
<link rel="stylesheet" href="plugins/themify-icons/themify-icons.css">
<!-- Main Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<!--Favicon-->
<link rel="icon" type="image/png" href="images/favicon.jpg">
<link href="css/fontawesome/css/all.min.css" rel="stylesheet" />
</head>
<body>
<div class="blogcontainer__root">
<!-- preloader -->
<div class="preloader">
<div class="loader">
<span class="dot"></span>
<div class="dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
<!-- /preloader -->
<div class="navigation" id="myHead"></div>
<!-- page-title -->
<section class="section bg-secondary">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h4>Contact Us</h4>
</div>
</div>
</div>
</section>
<!-- /page-title -->
<main class="container blog_maincontent">
<div class="section">
<div class="row">
<div class="col-md-4">
<div class="text-center">
<div class="left-shape left-shape-svg left-text-palette-3-base left-shape-1">
<svg class="left-svg-link" preserveAspectRatio="none" viewBox="0 0 160 160" style="">
<use xlink:href="#svg-6487"></use>
</svg>
<svg class="left-svg-content" viewBox="0 0 160 160" x="0px" y="0px" id="svg-6487"
style="enable-background:new 0 0 160 160;">
<path
d="M80,30c27.6,0,50,22.4,50,50s-22.4,50-50,50s-50-22.4-50-50S52.4,30,80,30 M80,0C35.8,0,0,35.8,0,80s35.8,80,80,80s80-35.8,80-80S124.2,0,80,0L80,0z">
</path>
</svg>
</div>
<div class="bg-image"> <img src="images/contact.png" class="img-fluid" alt=""></div>
<div class="left-palette-3-base left-shape left-shape-circle left-shape-2"></div>
</div>
</div>
<div class="col-md-8">
<div class="text-center rgt-block">
<h3 class="profile-about-heading">Contact Info</h3>
<p class="u-align-center u-text u-text-2"> Happy to connect!</p>
<div
class="u-align-center u-border-3 u-border-palette-3-base u-line u-line-horizontal u-line-1">
</div>
<div class="u-align-center u-custom-font u-font-montserrat u-text u-text-3 text-center fw-bold">
<div style="display: flex; flex-direction: column; align-items: flex-start;">
<div class="linerow">
<span>Website</span>: <a href="https://www.gauravkansal.in/" class="" target="_blank">
www.gauravkansal.in</a></div>
<div class="linerow">
<span>Hindi IDN Website</span>: <a href="https://www.xn--i1b1b6exa.xn--h2brj9c/"
class="" target="_blank"> कंसल.भारत</a>
</div>
<div class="linerow">
<span>Email</span> :<a href="mailto:[email protected]" class="" target="_blank">
[email protected]</a>
</div>
<div class="linerow">
<span>Address</span>: <a class=""> New Delhi, IN </a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<div class="bg-secondary footer-bg" id="myFooter"></div>
<div class="progress-wrap">
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
</svg>
</div>
</div>
<script src="plugins/jQuery/jquery.min.js" crossorigin="anonymous"></script>
<script>
$('#myHead').load('/include/header.html');
$(document).ready(function () {
$("#skipnone").remove();
});
$('#myFooter').load('/include/footer.html');
</script>
<!-- Bootstrap JS -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick slider -->
<script src="plugins/slick/slick.min.js"></script>
<!-- masonry -->
<script src="plugins/masonry/masonry.js"></script>
<!-- instafeed -->
<script src="plugins/instafeed/instafeed.min.js"></script>
<!-- headroom -->
<script src="plugins/headroom/headroom.js"></script>
<!-- reading time -->
<script src="plugins/reading-time/readingTime.min.js"></script>
<!-- Main Script -->
<script src="js/script.js" crossorigin="anonymous"></script>
</body>
</html>