-
Notifications
You must be signed in to change notification settings - Fork 1
/
bookingpage.html
143 lines (106 loc) · 5.53 KB
/
bookingpage.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
a:link {
text-decoration: none;
}
</style>
</head>
<body style="background-image:url(homepage.jpg);background-size: cover;padding: 0;">
<div
style="background-color: black; opacity: 0.7; padding-top: 20px;padding-bottom: 20px;margin-top: 10px;width: 100%;height: 40px;">
<p style="color: white;font-size: 20px; margin-left: 30px;margin-top: 10px;">PASHA TRAIN RESERVATION FACILITIES
</p>
<a href="loginpage.html"><strong>
<p style="color: white;margin-left: 1300px;margin-top: -22px;font-size: 20px;"><strong>Login</strong>
</p>
</strong></a>
<a href="newaccount.html"><strong>
<p style="color: white;margin-left: 1400px;margin-top: -24px;font-size: 20px;"><strong>SignUp</strong>
</p>
</strong></a>
</div>
<div
style="background-color: white;opacity: 0.7;padding-top: 10px;padding-bottom: 13px;margin-top: 2px;width: 100%;height: 30px;">
<a href=""><strong>
<p style="color: black;margin-left: 30px;margin-top: 9px;font-size: 18px;">Home</p>
</strong></a>
<a href=""><strong>
<p style="color: black;margin-left: 110px;margin-top: -21px;font-size: 18px;">Your Bookings</p>
</strong></a>
<a href=""><strong>
<p style="color: black;margin-left: 250px;margin-top: -20px;font-size: 18px;">About Us</p>
</strong></a>
<a href=""><strong>
<p style="color: black;margin-left: 350px;margin-top: -20px;font-size: 18px;">Contact</p>
</strong></a>
</div>
<strong>
<p
style="font-size: 80px;font-family: arial;color: white;opacity: 0.7;margin-top: 180px;margin-left: 100px;font-stretch: 8px;">
THE BEST WAY<br>TO GET AWAY</p>
</strong>
<div
style="background-color: black;margin-bottom: 100px; opacity: 0.7; padding-top: 40px;padding-bottom: 20px;margin-top: -200px;margin-left: 850px;width: 35%;height: 300px;">
<p style="color: white;opacity: 0.9;font-size: 25px;margin-top: -20px;margin-left: 15px;">Route</p>
<select
style="border-radius: 5px;width: 40%;height: 40px;background-color: white;opacity: 0.8;font-size: 20px; margin-left: 15px;margin-top: 5px;color: black;"
id="myList">
<option style="color: black;font-size: 15px;" value="From" disabled selected>From</option>
<option style="color: black;font-size: 15px;" value="1">Madhya Pradesh</option>
<option style="color: black;font-size: 15px;" value="2">Maharashtra</option>
<option style="color: black;font-size: 15px;" value="3">Goa</option>
<option style="color: black;font-size: 15px;" value="4">Punjab</option>
<option style="color: black;font-size: 15px;" value="5">Haryana</option>
<option style="color: black;font-size: 15px;" value="6">Bihar</option>
</select>
<select
style="border-radius: 5px;width: 40%;height: 40px;background-color: white;opacity: 0.8;font-size: 20px; margin-left: 70px;margin-top: -14px;color: black;"
id="myList">
<option style="color: black;font-size: 15px;" value="To" disabled selected>To</option>
<option style="color: black;font-size: 15px;" value="1">Madhya Pradesh</option>
<option style="color: black;font-size: 15px;" value="2">Maharashtra</option>
<option style="color: black;font-size: 15px;" value="3">Goa</option>
<option style="color: black;font-size: 15px;" value="4">Punjab</option>
<option style="color: black;font-size: 15px;" value="5">Haryana</option>
<option style="color: black;font-size: 15px;" value="6">Bihar</option>
</select>
<p style="color: white;opacity: 0.9;font-size: 25px;margin-top: 15px;margin-left: 15px;">Travelling Date</p>
<input
style="border-radius: 5px;width: 40%;height: 40px;background-color: white;opacity: 0.8;font-size: 20px; margin-left: 15px;margin-top: 5px;color: black;"
type="Date" name="travel date" placeholder="Date">
<p style="color: white;opacity: 0.9;font-size: 25px;margin-top: 15px;margin-left: 15px;">Travelling Persons</p>
<select
style="border-radius: 5px;width: 40%;height: 40px;background-color: white;opacity: 0.8;font-size: 20px; margin-left: 15px;margin-top: 5px;color: black;"
id="myList">
<option style="color: black;font-size: 15px;" value="Adults" disabled selected>Adults</option>
<option style="color: black;font-size: 15px;" value="1">1</option>
<option style="color: black;font-size: 15px;" value="2">2</option>
<option style="color: black;font-size: 15px;" value="3">3</option>
<option style="color: black;font-size: 15px;" value="4">4</option>
<option style="color: black;font-size: 15px;" value="5">5</option>
<option style="color: black;font-size: 15px;" value="6">6</option>
</select>
<select
style="border-radius: 5px;width: 40%;height: 40px;background-color: white;opacity: 0.8;font-size: 20px; margin-left: 70px;margin-top: -14px;color: black;"
id="myList">
<option style="color: black;font-size: 15px;" value="Kids" disabled selected>Kids</option>
<option style="color: black;font-size: 15px;" value="1">1</option>
<option style="color: black;font-size: 15px;" value="2">2</option>
<option style="color: black;font-size: 15px;" value="3">3</option>
<option style="color: black;font-size: 15px;" value="4">4</option>
<option style="color: black;font-size: 15px;" value="5">5</option>
<option style="color: black;font-size: 15px;" value="6">6</option>
</select>
<center><input type="button" name="view trains" value="View Trains"
style="border-radius: 5px;width: 40%;height: 40px;background-color: orange;opacity: 0.8;font-size: 20px; margin-top: 25px;color: black;"
onclick=""></center>
</div>
</body>
</html>