-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.html
357 lines (326 loc) · 14.2 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>THE Laporis | Contact : alphalaporis</title>
<link href="//fonts.googleapis.com/css?family=Nunito:400,600,700,800&display=swap" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<body>
<!--header-->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg stroke p-0">
<h1> <a class="navbar-brand" href="index.html">
<span class="fa fa-bell-o"></span> Blog Store
</a></h1>
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
<button class="navbar-toggler collapsed bg-gradient" type="button" data-toggle="collapse"
data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-lg-5 mr-lg-auto">
<li class="nav-item @@home__active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item @@about__active">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<!--/search-right-->
<div class="navbar-nav search-right nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#Pages" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="fa fa-search"></span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<div class="search_form">
<form action="search-results.html" method="GET">
<input type="text" placeholder="Search">
<button type="submit" class="btn" value=""><span class="fa fa-search"
aria-hidden="true"></span></button>
</form>
</div>
</div>
</div>
<!--//search-right-->
</div>
<!-- toggle switch for light and dark theme -->
<div class="mobile-position">
<nav class="navigation">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="mode-container">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div>
<!-- //toggle switch for light and dark theme -->
</nav>
</div>
</header>
<!--/header-->
<!-- contact breadcrumb -->
<div class="w3l-contact-breadcrumb w3l-search-results py-5 text-center">
<div class="container py-lg-4 py-md-3">
<ul class="breadcrumbs-custom-path mb-sm-3 mb-2 text-center">
<li><a href="index.html">Home</a></li>
<li class="active"><span class="fa fa-arrow-right mx-2" aria-hidden="true"></span> Contact page </li>
</ul>
<h3 class="title-big mb-4">Contact Us</h3>
<p>We want to provide you with a great experience which is why we want to hear from you. Your feedback helps us
bring you more of the events you love and the service you expect.</p>
</div>
</div>
<!-- contact breadcrumb -->
<!-- contacts -->
<section class="w3l-contact-7 pt-5" id="contact">
<div class="contacts-9 pt-lg-5 pt-md-4">
<div class="container">
<div class="top-map">
<div class="row map-content-9">
<div class="col-lg-8">
<p class="mb-4">Your email address will not be published. Required fields are marked *</p>
<form onsubmit= "sendEmail(); reset(); return false;">
<div class="form-grid">
<div class="input-field">
<label> Your name</label>
<input type="text" name="w3lName" id="w3lName" placeholder="" required="">
</div>
<div class="input-field">
<label> Your Email</label>
<input type="email" name="w3lSender" id="w3lSender" placeholder="" required="">
</div>
<div class="input-field">
<label> Your Phone</label>
<input type="text" name="w3lPhone" id="w3lPhone" placeholder="" required="">
</div>
<div class="input-field">
<label> Your Subject</label>
<input type="text" name="w3lSubject" id="w3lSubject" placeholder="">
</div>
</div>
<div class="input-field mt-4">
<label>Enter your message</label>
<textarea name="w3lMessage" id="w3lMessage" placeholder=""></textarea>
</div>
<button type="submit" class="btn btn-primary btn-style mt-3">Submit</button>
</form>
</div>
<div class="col-lg-4 cont-details">
<address>
<h5 class="">Our Office Address</h5>
<p><span class="fa fa-map-marker"></span>Room no. 207 , the Tilak bhawan, Rkgit ,ghaziabad,
india </p>
<h5 class="mt-4 pt-lg-3">Phone informatiom</h5>
<p><span class="fa fa-mobile"></span> <strong>Phone :</strong>
<a href="tel:+919044832836"> (+91) 9044832836</a></p>
<p><span class="fa fa-phone"></span> <strong>Tel :</strong>
<a href="tel:+1(12) 366 411 4999"> (0535) 320 2716</a></p>
<p> <span class="fa fa-envelope"></span> <strong>Email :</strong>
<a href= mailto:ayushpvas9291@gmail.com > alphalaporis42@gmail.com</a></p>
<h5 class="mt-4 pt-lg-3 mb-3">Feel free to contact us</h5>
<p>We want to provide you with a great experience which is why we want to hear from you.
.</p>
</address>
</div>
</div>
</div>
</div>
<div class="map mt-5">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3499.623860933679!2d77.44037331465518!3d28.70089628239082!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cf10e0c2a7745%3A0xaaa871ac3acc613b!2sRaj%20Kumar%20Goel%20Institute%20Of%20Technology!5e0!3m2!1sen!2sin!4v1669272865975!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>"
</iframe>
</div>
</div>
</section>
<!-- //contacts -->
<!-- footer -->
<footer class="py-5">
<div class="container pt-md-5">
<div class="footer-logo mb-lg-5 mb-4 text-center">
<a class="navbar-brand" href="index.html"><span class="fa fa-bell-o"></span> Blog Store</a>
<p>We want to provide you with a great experience. Your feedback helps us
bring you more of the events you love and the service you expect.</p>
</div>
<div class="footer-grid">
<div class="w3l-copyright text-center">
<div class="social text-center">
<ul class="d-flex justify-content-center">
<li class="mx-md-2 mx-1"><a href="https://www.facebook.com/ayushpvas9291/" class="facebook"><span class="fab fa-facebook-f"></span></a></li>
<li class="mx-md-2 mx-1"><a href="https://twitter.com/Ayush9291" class="twitter"><span class="fab fa-twitter"></span></a></li>
<li class="mx-md-2 mx-1"><a href="https://bigbucket99.s3.ap-south-1.amazonaws.com/RESUME+-+AYUSH+SHUKLA.pdf" class="rss"><span class="fas fa-rss"></span></a></li>
<li class="mx-md-2 mx-1"><a href="https://www.linkedin.com/in/ayushshukla42/" class="linkedin"><span class="fab fa-linkedin-in"></span></a></li>
<li class="mx-md-2 mx-1"><a href="#url" class="google"><span class="fab fa-google-plus"></span></a></li>
</ul>
</div>
<p class="mt-4">copywrite © by alphalaporis</p>
</div>
</div>
</div>
</footer>
<!-- footer -->
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
⤴
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
<script src="assets/js/theme-change.js"></script><!-- theme switch js (light and dark)-->
<script src="assets/js/jquery-3.3.1.min.js"></script><!-- default jQuery -->
<script src="https://kit.fontawesome.com/af562a2a63.js" crossorigin="anonymous"></script>
<!-- owlcarousel -->
<script src="assets/js/owl.carousel.js"></script>
<!-- script for banner typing text -->
<script>
function autoType(elementClass, typingSpeed) {
var thhis = $(elementClass);
thhis.css({
"position": "relative",
"display": "inline-block"
});
thhis.prepend('<div class="cursor" style="right: initial; left:0;"></div>');
thhis = thhis.find(".text-js");
var text = thhis.text().trim().split('');
var amntOfChars = text.length;
var newString = "";
thhis.text("|");
setTimeout(function () {
thhis.css("opacity", 1);
thhis.prev().removeAttr("style");
thhis.text("");
for (var i = 0; i < amntOfChars; i++) {
(function (i, char) {
setTimeout(function () {
newString += char;
thhis.text(newString);
}, i * typingSpeed);
})(i + 1, text[i]);
}
}, 1500);
}
$(document).ready(function () {
// Now to start autoTyping just call the autoType function with the
// class of outer div
// The second paramter is the speed between each letter is typed.
autoType(".type-js", 200);
});
</script>
<!-- //script for banner typing text -->
<!-- script for carousel slider -->
<script>
$(document).ready(function () {
$("#owl-demo1").owlCarousel({
loop: true,
nav: false,
margin: 30,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: false
},
767: {
items: 2,
nav: false
},
992: {
items: 4,
nav: false
}
}
})
})
</script>
<!-- //script for carousel slider -->
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- disable body scroll which navbar is in active -->
<!--/MENU-JS-->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!--//MENU-JS-->
<!-- bootstrap js -->
<script src="assets/js/bootstrap.min.js"></script>
<script src ="https://smtpjs.com/v3/smtp.js"></script>
<script>
function sendEmail(){
Email.send({
Host : "smtp.gmail.com",
Username : "ayushpvas9291@gmail.com",
Password : "Ayush@4200",
To : 'ayushzomato69@gmail.com',
From : document.getElementById("email").value,
Subject : "New enquiry regarding Alpha Blogs",
Body : "Name:" + document.getElementById("name").value
+ "<br> Email: " + document.getElementById("email").value +
"<br> : phone no: " + document.getElementById("phone").value +
"<br> Message: " + document.getElementById("message").value
}).then(
message => alert("message sent successfully")
);
}
</script>
</body>
</html>