forked from webdevelopmentteam1401/HW1-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tickets.html
324 lines (304 loc) · 12.7 KB
/
tickets.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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
<!doctype html>
<html class="no-js" lang="fa" dir="rtl">
<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>بیلیکو، برای سفر خود برنامهریزی کنید!</title>
<link rel="icon" type="image/x-icon" href="assets/images/logo.png">
<link rel="stylesheet" href="css/app.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn&display=swap');
</style>
</head>
<body style="background-color: #f6f6f6">
<!--Navbar goes here-->
<div>
<nav class="top-bar topbar-responsive">
<div class="top-bar-title">
<a class="topbar-responsive-logo" href="#">
<div style="display: flex; align-items: center">
<img
src="assets/images/logo.png"
style="margin-left: 1rem; width: 50px; height: 50px"
alt="logo"/>
</div>
<h1 class="primary typography-h3-500"
style="display: flex; flex-direction: column; align-self: center; color: #1FABE0; margin: 0">
بیلیکو
</h1>
</a>
</div>
<div id="topbar-responsive" class="topbar-responsive-links">
<div>
</div>
</div>
</nav>
</div>
<!---->
<script type="module" src="scripts/load-ticket.js"></script>
<!--<div class="tickets">-->
<!--</div>-->
<div class="hero-section center-content">
<div class="iman-mio"
style="padding-top: 1rem; border: #00000029 solid 1px; border-radius: 2rem; background-color: white; margin: 1rem;">
<div class="search-section">
<div>
<div class="search-header">
<i class="fa fa-calendar"></i> تاریخ رفت
</div>
<input class="input-field" type="date" id="arrive" placeholder="arrive" name="arrive"
value="<?php echo date('Y-m-d'); ?>">
</div>
<div>
<div class="search-header"
style="margin: auto; align-content: center; text-align: center;">
<i class="fa fa-calendar"></i> تاریخ برگشت
</div>
<input type="date" id="depart" placeholder="depart" class="input-field" name="depart"
value="<?php echo date('Y-m-d'); ?>">
</div>
<div>
<div class="search-header">
<i class="fas fa-location"></i> نام فرودگاه مبدا
</div>
<form autocomplete="off">
<div class="autocomplete">
<input id="myInput" type="text" class="input-field" name="myCountry"
placeholder="Origin Airport">
</div>
</form>
</div>
<div>
<div class="search-header"
style="margin: auto; align-content: center; text-align: center;">
<i class="fas fa-location"></i> نام فرودگاه مقصد
</div>
<form autocomplete="off">
<div class="autocomplete">
<input id="myInput2" class="input-field" type="text" name="myCountry"
placeholder="Destination Airport">
</div>
</form>
</div>
<div>
<div class="search-header">
تعداد مسافران
<input type="number" class="input-field" id="passenger" name="total_passenger" placeholder="2"
min="1" required>
</div>
</div>
<div class="search-header"
style="text-align: center;">
<button class="button " role="button">
<i class="fa fa-search" aria-hidden="true"></i>
جستجو
</button>
</div>
</div>
</div>
<div class="grid-container" style="margin-bottom: 1.5rem; margin-top: 1.5rem;">
<div class="grid-x grid-margin-x" style="padding-top: 1rem; border: #00000029 solid 1px; border-radius: 2rem; background-color: white; margin: 1rem">
<div class="cell large-2 small-5 center-content">
<div class="typography center-content">
<h4 class="text-secondary font-bold">
سمرقند
۸:۴۰
</h4>
</div>
</div>
<div class="cell large-1 small-2 center-content">
<div class="typography center-content">
<p class="text-secondary font-bold">
۱ ساعت و ۱۲ دقیقه
</p>
</div>
</div>
<div class="cell large-2 small-5 center-content">
<div class="typography center-content" style="direction: ltr">
<h4 class="text-secondary font-bold">
تهران
۱۴:۱۵
</h4>
</div>
</div>
<div class="cell large-3 small-6">
<div class="typography" style="text-align: center;">
<h4 class="text-primary font-bold center-content">
بیزینس
۲۰۰۰۰۰ ریال
</h4>
<button class="container-primary buy-button expanded">خرید</button>
</div>
</div>
<div class="cell large-3 small-6">
<div class="typography" style="text-align: center;">
<h4 class="text-primary font-bold center-content">
اکونومی
۲۰۰۰۰۰ ریال
</h4>
<button class="container-primary buy-button expanded">خرید</button>
<p style="color: #c90b0b; font-weight: 600">ظرفیت محدود است!</p>
</div>
</div>
</div>
</div>
<div class="grid-container" style="margin-bottom: 1.5rem; margin-top: 1.5rem;">
<div class="grid-x grid-margin-x" style="padding-top: 1rem; border: #00000029 solid 1px; border-radius: 2rem; background-color: white; margin: 1rem">
<div class="cell large-2 small-5 center-content">
<div class="typography center-content">
<h4 class="text-secondary font-bold">
سمرقند
۸:۴۰
</h4>
</div>
</div>
<div class="cell large-1 small-2 center-content">
<div class="typography center-content">
<p class="text-secondary font-bold">
۱ ساعت و ۱۲ دقیقه
</p>
</div>
</div>
<div class="cell large-2 small-5 center-content">
<div class="typography center-content" style="direction: ltr">
<h4 class="text-secondary font-bold">
تهران
۱۴:۱۵
</h4>
</div>
</div>
<div class="cell large-3 small-6">
<div class="typography" style="text-align: center;">
<h4 class="text-primary font-bold center-content">
بیزینس
۲۰۰۰۰۰ ریال
</h4>
<button class="container-primary buy-button expanded">خرید</button>
</div>
</div>
<div class="cell large-3 small-6">
<div class="typography" style="text-align: center;">
<h4 class="text-primary font-bold center-content">
اکونومی
۲۰۰۰۰۰ ریال
</h4>
<button class="container-primary buy-button expanded">خرید</button>
<p style="color: #c90b0b; font-weight: 600">ظرفیت محدود است!</p>
</div>
</div>
</div>
</div>
<div class="grid-container" style="margin-bottom: 1.5rem; margin-top: 1.5rem;">
<div class="grid-x grid-margin-x" style="padding-top: 1rem; border: #00000029 solid 1px; border-radius: 2rem; background-color: white; margin: 1rem">
<div class="cell large-2 small-5 center-content">
<div class="typography center-content">
<h4 class="text-secondary font-bold">
سمرقند
۸:۴۰
</h4>
</div>
</div>
<div class="cell large-1 small-2 center-content">
<div class="typography center-content">
<p class="text-secondary font-bold">
۱ ساعت و ۱۲ دقیقه
</p>
</div>
</div>
<div class="cell large-2 small-5 center-content">
<div class="typography center-content" style="direction: ltr">
<h4 class="text-secondary font-bold">
تهران
۱۴:۱۵
</h4>
</div>
</div>
<div class="cell large-3 small-6">
<div class="typography" style="text-align: center;">
<h4 class="text-primary font-bold center-content">
بیزینس
۲۰۰۰۰۰ ریال
</h4>
<button class="container-primary buy-button expanded">خرید</button>
</div>
</div>
<div class="cell large-3 small-6">
<div class="typography" style="text-align: center;">
<h4 class="text-primary font-bold center-content">
اکونومی
۲۰۰۰۰۰ ریال
</h4>
<button class="container-primary buy-button expanded">خرید</button>
<p style="color: #c90b0b; font-weight: 600">ظرفیت محدود است!</p>
</div>
</div>
</div>
</div>
<!--<div class="grid-container" style="box-shadow: 0 3px #69696985">-->
<!-- <div class="grid-x grid-margin-x">-->
<!-- <div class="cell large-2 small-5 center-content">-->
<!-- <div class="typography center-content">-->
<!-- <h4 class="text-secondary font-bold">-->
<!-- سمرقند-->
<!-- -->
<!-- ۸:۴۰-->
<!-- </h4>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="cell large-1 small-2 center-content">-->
<!-- <div class="typography center-content">-->
<!-- <p class="text-secondary font-bold">-->
<!-- ۱ ساعت و ۱۲ دقیقه-->
<!-- </p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="cell large-2 small-5 center-content">-->
<!-- <div class="typography center-content" style="direction: ltr">-->
<!-- <h4 class="text-secondary font-bold">-->
<!-- تهران-->
<!-- -->
<!-- ۱۴:۱۵-->
<!-- </h4>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="cell large-3 small-6">-->
<!-- <div class="typography" style="text-align: center;">-->
<!-- <h4 class="text-primary font-bold center-content">-->
<!-- بیزینس-->
<!-- -->
<!-- ۲۰۰۰۰۰ ریال-->
<!-- </h4>-->
<!-- <button class="buy-button expanded">خرید</button>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="cell large-3 small-6">-->
<!-- <div class="typography" style="text-align: center;">-->
<!-- <h4 class="text-primary font-bold center-content">-->
<!-- اکونومی-->
<!-- -->
<!-- ۲۰۰۰۰۰ ریال-->
<!-- </h4>-->
<!-- <button class="buy-button expanded">خرید</button>-->
<!-- <!– <button type="submit" id="signUpButton"–>-->
<!-- <!– class="text-center text-justify text-right button container-primary expanded">–>-->
<!-- <!– ثبت نام–>-->
<!-- <!– </button>–>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
<script src="node_modules/moment/moment.js"></script>
</body>