-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact2.php
186 lines (151 loc) · 3.03 KB
/
contact2.php
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
<html>
<style>
/*.container {
background: url(lCoP1Za.jpg) no-repeat center fixed;
background-size: cover;
}
*/
#div2{
border : 1px solid black;
margin :100px 600px 100px 550px;
border-radius : 3px;
padding:20px;width:650px;
align:center;
}
input[type=submit]{
width: 25%;
padding: 14px 20px;
margin: 8px 10px;
cursor: pointer;
color: black;
border-radius : 5px;
align:center;
}
#img1{
float:left;
}
h1{
text-align:center;
font-style:oblique;
color:#782525;
font-family:"Constantine";
font-size: 50px;
font-variant: small-caps;
}
#ul1 {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
clear:both;
}
#li1 {
float: left;
}
a{
font-family: Constantine;
}
#li1 a {
display: block;
color: white;
text-align: center;
padding: 14px 60px;
text-decoration: none;
font-family: "Constantine";
font-variant: small-caps;
font-size: 20px;
}
#li1 a:hover:not(.active) {
background-color: #DAA520;
}
.active {
background-color: #DAA520;
}
input[type=text] {
box-sizing: border-box;
border: 2px solid #ccc;
font-size: 16px;
background-color: white;
}
input[placeholder="Search.."] {
padding: 5px;
}
h3{
text-align: center;
color:#782525;
font-variant: small-caps;
font-size:25px;
}
#img3{
float: right;
clear:both;
}
#pre1{
font-family:"Constantine";
font-size:20px;
}
#p2{
font-family:"Constantine";
font-size:20px;
text-align: right;
}
#img4{
float:left;
clear:both;
}
br{
clear: both;
}
#li2 a{
font-family:"Constantine";
font-size:20px;
color:black;
}
#pre2{
list-style-type:none;
font-family:"Constantine";
clear:both;
}
footer{
clear:both;
background-color:#DAA520;
}
</style>
<body>
<img id="img1" src="globetrotlogo.png" alt="Logo" width=300 height=150>
<h1>GlobeTrot Tours
</h1>
<ul id="ul1">
<li id="li1"><a href="GTB.html">Home</a></li>
<li id="li1"><a href="dest123.html">Destinations</a></li>
<li id="li1"><a class="active" href="contact2.php">Contact Us</a></li>
<li id="li1"><a href="logout.html">Log Out</a></li>
</ul>
<div class="container">
<br>
<div id="div2">
<h1>
<center>
CONTACT US</center>
</h1>
<h3> You can contact us, for your questions/feedback through the following: <br>
<br>
Cell: +91 9876543210 or +91 9824527487 <br> Email us- [email protected]
<br><br>
For the payment of your selected package of the tour, you can courier it to any one of our head offices:<br>
<li>A-501, Paradise Building, sector-32<br> New Panvel, Navi Mumbai, Pincode-410206, India </li><br>
<li>306, Sai Saaj, plot-91, Sector-23 <br> New Delhi, Pincode-234013, India</li>
<br><br> Follow us on facebook- https://www.facebook.com/globetrots/
</div>
<footer>
<h3 id="h31">POPULAR CHOICES</h3>
<ul id="pre2">
<pre>
<li id="li2"> <a href="#">Kerala</a> <a href="#">Kashmir</a> <a href="#">Leh/Ladakh</a></li><br>
</pre>
</ul>
</footer>
</div>
</body>
</html>