-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.html
executable file
·74 lines (70 loc) · 2.53 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
---
layout: page
title: Contact us!
permalink: /contact/
---
<!-- Slider Start -->
<section id="global-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>Contact Us</h1>
<p>For any query, comment or suggestion</p>
</div>
</div>
</div>
</div>
</section>
<!-- contact form start -->
<section id="contact-form">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<center>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSd-tV-Oz7OtgyTnKHqmCPSnuM75Q7_V7GyIILxPYxa9kgF9Yg/viewform?embedded=true" width="100%" height="790" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</center>
</div>
</div>
<!-- Address & Map -->
<div id="contact-box" class="row">
<div class="col-md-6 col-sm-12">
<div class="block">
<h2>Stop By For A visit</h2>
<ul class="address-block">
<li>
<i class="fa fa-map-marker"></i>
<p>
1st Floor, Flat No. 147, 10th Cross, 1st Stage,
Indiranagar, Bengaluru (Bangalore) Urban, Karnataka,
560038
</p>
</li>
<li>
<i class="fa fa-phone"></i>Phone:+91 8087766880
</li>
</ul>
<ul class="social-icons">
<li>
<a href="https://twitter.com/ett_india" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="https://www.facebook.com/ett2015/" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope-o"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="block">
<h2>We Also Count In Google Map</h2>
<div class="google-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1634.650049872498!2d77.6386163517538!3d12.979849762084598!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae16a4fb17c35d%3A0x78b75fbfd7141c40!2s10th+Cross+Rd%2C+Indira+Nagar+1st+Stage%2C+H+Colony%2C+Indiranagar%2C+Bengaluru%2C+Karnataka+560038!5e0!3m2!1sen!2sin!4v1540473522613" width="100%" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</section>