-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
98 lines (90 loc) · 3.29 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Anton' rel='stylesheet'>
<link rel="stylesheet" type="text/css" href="css/main.css">
<script src="js/myscript.js"></script>
<title>Traveloogle</title>
</head>
<body onload="startTime()">
<!-- HEADER SECTION -->
<div class="header">
<a href="index.html"><img src="img/logo1.png" width="130" height="50"></a>
<h1 style="text-align:center;font-family:Anton"> TRAVELLING IN REALITY TO FULFILL YOUR DREAM TOURS </h1>
<div>
<a href="index.html">Home</a>
<a href="contact.html">Contact Us</a>
<a href="feedback.html">Feedback</a>
</div>
</div>
<!-- STREAM SECTION -->
<div class="stream">
<h1 style="color:white; font-family:Lobster">CONTACT US</h1>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6862.3723217053!2d76.84790657537172!3d30.685037876614956!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390f9360fe430f79%3A0x35ccd2cff7f2e85a!2sSector%2011%2C%20Panchkula%2C%20Haryana!5e0!3m2!1sen!2sin!4v1576270955922!5m2!1sen!2sin" width="900" height="506" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</div>
<div class="portfolio">
<section class="container">
<div class="row">
<div class="col-md-4">
<div>
<h3>Where We Are ?</h3>
<p>Sector 11, Panchkula</p>
<ul>
<li>
<span>Address :</span>
Sector 11, Panchkula
</li>
<li>
<span>Support </span>Mobile No : +91 9041010171
</li>
<li>Support Email Account : [email protected]</li>
</ul>
</div>
</div>
<div class="col-md-2">
</div>
<div class="col-md-3">
</div>
<div class="col-md-3">
<div>
<h3>Quick Links</h3>
<ul>
<li><a href="paris.html" style="color:white">Paris</a></li>
<li><a href="dubai.html" style="color:white">Dubai</a></li>
<li><a href="singapore.html" style="color:white">Singapore</a></li>
<li><a href="italy.html" style="color:white">Italy</a></li>
<li><a href="australia.html" style="color:white">Australia</a></li>
<li><a href="thailand.html" style="color:white">Thailand</a></li>
</ul>
</div>
</div>
</div><!-- End row -->
</section>
<br>
</div>
<!-- FOOTER SECTION -->
<div class="footer">
<div class="container">
<div class="row-footer">
<div>
<ul>
<li><a href="index.html"><h5>Home</h5></a></li>
<li><a href="contact.html"><h5>Contact Us</h5></a></li>
<li><a href="https://www.facebook.com/traveloogle12"><h5>Facebook</h5></a></li>
<li><a href="https://twitter.com/traveloogle12"><h5>Twitter</h5></a></li>
</ul>
</div>
<h4><div id="time"></div></h4>
<div>
<ul>
<li><h5>© ADITYA SANGHI</h5></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>