-
Notifications
You must be signed in to change notification settings - Fork 60
/
pageTemplate.html
188 lines (147 loc) · 6.73 KB
/
pageTemplate.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Title</title>
<link rel="shortcut icon" href="./images/firstspotLogo100x100.png" type="image/x-icon">
<!-- links to syles -->
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/bootstrap.css">
<link rel="stylesheet" href="./css/fonts.css">
</head>
<body>
<header class="section page-header">
<!-- RD Navbar-->
<div class="rd-navbar-wrap" style="height: 59.1875px;">
<nav class="rd-navbar rd-navbar-corporate rd-navbar-original rd-navbar-static" data-layout="rd-navbar-fixed"
data-sm-layout="rd-navbar-fixed" data-md-layout="rd-navbar-fixed" data-md-device-layout="rd-navbar-fixed"
data-lg-layout="rd-navbar-static" data-lg-device-layout="rd-navbar-fixed" data-xl-layout="rd-navbar-static"
data-xl-device-layout="rd-navbar-static" data-xxl-layout="rd-navbar-static"
data-xxl-device-layout="rd-navbar-static" data-lg-stick-up-offset="46px" data-xl-stick-up-offset="46px"
data-xxl-stick-up-offset="106px" data-lg-stick-up="true" data-xl-stick-up="true" data-xxl-stick-up="true">
<div class="rd-navbar-collapse-toggle rd-navbar-fixed-element-1 toggle-original"
data-rd-navbar-toggle=".rd-navbar-collapse">
<span></span>
</div>
<div class="rd-navbar-aside-outer"></div>
<div class="rd-navbar-main-outer">
<div class="rd-navbar-main">
<div class="rd-navbar-nav-wrap">
<!-- <div class="dropdown">
<button id="user" class="userlink btn-primary" type="button" data-toggle="dropdown">Create Account</button>
<ul class="dropdown-menu">
<li><a href="../login/login.html">login/signup as tourist</a></li>
<li><a href="../signup/guidelogin.html">login/signup as tourist guide</a></li>
</ul>
</div>
<li class="rd-nav-item">
<a id="signOut" class="signoutlink btn-success" href="./LoginOverView/index.html">Login</a>
</li> -->
<!-- RD Navbar Nav -->
<ul class="rd-navbar-nav">
<li class="rd-nav-item ">
<a class="rd-nav-link" href="../../index.html">Call</a>
</li>
<li class="rd-nav-item active">
<a class="rd-nav-link" style="cursor: pointer;">Explore</a>
</li>
<li class="rd-nav-item">
<a class="rd-nav-link" href="../Profile/profile.html">Guide</a>
</li>
</ul>
<div class="search" >
<form>
<input type="text" placeholder="Search...">
<button type="submit">
<a href="https://google.com" target="_blank">Go
</a>
</button>
</form>
</div>
</div>
</div>
</nav>
<h3 id="hh"></h3>
</div>
<!-- /////////////////////////////////////////////////////////////// -->
<!-- ////////////////////////////////////////////////////////////// -->
</header>
<!-- Content Goes Here -->
<h1>Content Goes here</h1>
<!-- Page Footer-->
<footer class="section footer-corporate context-dark">
<div class="footer-corporate-inset">
<div class="container">
<div class="row row-40 justify-content-lg-between">
<div class="col-sm-6 col-md-12 col-lg-3 col-xl-4">
<div class="oh-desktop">
<div class="wow slideInRight" data-wow-delay="0s">
<h6 class="text-spacing-100 text-uppercase">Contact us</h6>
<ul class="footer-contacts d-inline-block d-sm-block">
<li>
<div class="unit">
<div class="unit-left">
<span class="icon fa fa-phone"></span>
</div>
<div class="unit-body">
<a class="link-phone" href="tel:#">+91 73XXXXXXXX</a>
</div>
</div>
</li>
<li>
<div class="unit">
<div class="unit-left">
<span class="icon fa fa-envelope"></span>
</div>
<div class="unit-body">
<a class="link-aemail" href="mailto:#">[email protected]</a>
</div>
</div>
</li>
<li>
<div class="unit">
<div class="unit-left">
<span class="icon fa fa-location-arrow"></span>
</div>
<div class="unit-body">
<a class="link-location" href="#">VIT Bhopal, kothrikalan, Bhopal-Indore Highway.</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 col-md-5 col-lg-3 col-xl-4">
<div class="oh-desktop"></div>
</div>
<div class="col-sm-11 col-md-7 col-lg-5 col-xl-4">
<div class="oh-desktop">
<div class="wow slideInLeft" data-wow-delay="0s">
<h6 class="text-spacing-100 text-uppercase">Quick links</h6>
<ul class="row-6 list-0 list-marked list-marked-md list-marked-secondary list-custom-2">
<li><a href="about.html">About us</a></li>
<li><a href="./pages/Filter/filter.html">Our Tours</a></li>
<li><a href="#ourTeam">Our Team</a></li>
<!-- <li><a href="#ourGallery">Gallery</a></li> -->
<li><a href="./pages/FAQs/faq.html">FAQs</a></li>
<li><a href="#">Blog</a></li>
</ul>
<div class="group-md group-middle justify-content-sm-start">
<a class="button button-lg button-primary button-ujarak" href="./pages/contact/contact.html">Get in
touch</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- links to scripts -->
<script src=""></script>
</body>
</html>