-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
206 lines (181 loc) · 7.08 KB
/
index.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
<!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">
<link rel="stylesheet" href="script.css">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="logo.png" type="image/x-icon">
<title>Dashboard | KSPP Pilot Department</title>
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Unbounded:wght@700&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #f5f5f5;
}
.news-title .news-content{
font-family: 'Roboto Condensed', sans-serif;
}
.news-content{
background-color: whitesmoke;
}
.latest-news{
padding: 10px;
}
.logoimg{
width: auto;
height: auto;
}
.event-img{
width: 125px;
height: 175px;
}
.event-box{
border: 3px solid black;
width: 145px;
height: auto;
padding: 3px;
display: inline-block;
}
.events-area{
display: inline-block;
}
.subtitle-event{
font-family: 'Unbounded', cursive;
font-size: 25px;
}
.logo-airline{
width: 300px;
height: 100px;
}
.airline-box{
width: auto;
}
.stats-box{
background-color: #498feb;
color: white;
display: inline-block;
padding: 13px;
border-radius: 5px;
margin-left: 1rem;
}
</style>
</head>
<body>
<div class="mainArea">
<ul>
<li class="active"><a href="pilot-home">Home</a></li>
<li><a href="view-bid">Bid Flights</a></li>
<li><a href="new-bid">New Bid</a></li>
</ul>
<br><br><br>
<center>
<div class="stats">
<div class="stats-box">
<h1 class="stats-number" id="totalFlight">2000+</h1>
<h4 class="stats-subtitle">Total Bids</h4>
</div>
<div class="stats-box">
<h1 class="stats-number" id="totalFlight">32500+</h1>
<h4 class="stats-subtitle">Total Passengers Carried</h4>
</div>
<div class="stats-box">
<h1 class="stats-number" id="totalFlight">$10 000 000+</h1>
<h4 class="stats-subtitle">Total Revenue</h4>
</div>
<div class="stats-box">
<h1 class="stats-number" id="totalFlight">95%</h1>
<h4 class="stats-subtitle">Positive Feedback</h4>
</div>
<div class="stats-box">
<h1 class="stats-number" id="totalFlight">100+</h1>
<h4 class="stats-subtitle">Destinations Worldwide</h4>
</div>
<div class="stats-box">
<h1 class="stats-number" id="totalFlight">50+</h1>
<h4 class="stats-subtitle">Aircraft Fleet</h4>
</div>
<br><br>
<div class="events-area">
<h2 class="title">Events</h2>
<div class="event-box">
<img src="sponsor-images/qatar.png" class="event-img">
<div class="event-dis">
<h2 class="subtitle-event">FIFA Cup</h2>
</div>
</div>
<div class="event-box">
<img src="sponsor-images/makmed.jpg" class="event-img">
<div class="event-dis">
<h2 class="subtitle-event">Umrah Season</h2>
</div>
</div>
<div class="event-box">
<img src="sponsor-images/visit-saudi.png" class="event-img">
<div class="event-dis">
<h2 class="subtitle-event">Visit Saudia</h2>
</div>
</div>
<div class="event-box">
<img src="sponsor-images/visit-maldives.jpg" class="event-img">
<div class="event-dis">
<h2 class="subtitle-event">Visit Maldives</h2>
</div>
</div>
<div class="event-box">
<img src="sponsor-images/bali.jpg" class="event-img">
<div class="event-dis">
<h2 class="subtitle-event">Fly to Bali</h2>
</div>
</div>
</div>
<br><br><br><br><br><Br>
<div class="top-airlines">
<div class="subtitle-event">
<h2>Top Airlines</h2>
</div>
<div class="event-box airline-box">
<img src="airline-logos/qatar.png" alt="qatar airways" class="logo-airline">
</div>
<div class="event-box airline-box">
<img src="airline-logos/sinagapore.png" alt="sinagapore airways" class="logo-airline">
</div>
<div class="event-box airline-box">
<img src="airline-logos/emirates.jpg" alt="emirates" class="logo-airline">
</div>
<div class="event-box airline-box">
<img src="airline-logos/ana-logo.png" alt="ANA" class="logo-airline">
</div>
</div>
<br><br><br><br><br>
<div class="subti tle-event">
<h2>Important News</h2>
</div>
<div class="news" id="news">
<div class="news-box">
<span class="title">New Bids</span>
<button class="infobtn" onclick="newbid()">Read More</button>
</div>
<div class="news-box">
<span class="title">Landing...</span>
<button class="infobtn" onclick="lonwz()">Read More</button>
</div>
<div class="news-box">
<span class="title">Support...</span>
<button class="infobtn" onclick="sup()">Read More</button>
</div>
</div>
</center>
</div>
<script src="index.js"></script>
<script src="script.js"></script>
</body>
</html>