-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadminView.html
215 lines (206 loc) · 6.69 KB
/
adminView.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
<!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" />
<meta
name="description"
content="Project 3000, Montclair's Finest Shuttle Tracking System"
/>
<meta name="theme-color" content="#ffc8c8" />
<link
rel="canonical"
href="https://fledtrain.github.io/ShuttleSystem/index.html"
/>
<link rel="stylesheet" href="./Frontend/index.css" />
<script
src="https://kit.fontawesome.com/c8e4d183c2.js"
crossorigin="anonymous"
></script>
<link
rel="shortcut icon"
href="./Frontend/assets/Project 3000-1(Full).png"
type="image/x-icon"
/>
<title>Project 3000</title>
</head>
<body>
<section id="landing">
<nav>
<div class="nav__container">
<a href="#">
<img
class="logo"
src="./Frontend/assets/Project 3000-1 no bus roof.png"
alt=""
/>
</a>
<ul class="nav__links">
<li>
<a href="#" class="nav__link">Edit</a>
</li>
<li>
<a href="#features" class="nav__link nav__link--primary">Map</a>
</li>
<li>
<a href="#StatusId" class="nav__link nav__link--primary"
>View Shuttles</a
>
</li>
<li>
<a href="#StatusId" class="nav__link nav__link--primary"
>View Student
</a>
</li>
<li>
<a href="#" class="nav__link nav__link--primary">Admin View</a>
</li>
</ul>
<!-- Burger Menu -->
<button class="btn__menu" onclick="openMenu()">
<i class="fas fa-bars"></i>
</button>
<div class="menu__backdrop">
<button class="btn__menu btn__menu--close" onclick="closeMenu()">
<i class="fas fa-times"></i>
</button>
<ul class="menu__links">
<!-- Edit -->
<li class="menu__list">
<a href="#" class="menu__link" onclick="closeMenu()">Edit</a>
</li>
<!-- End of Edit link -->
<!-- Status Link -->
<li class="menu__list">
<a href="#" class="menu__link" onclick="closeMenu()">Status</a>
</li>
<!-- End of Status link -->
<!-- View Student -->
<li class="menu__list">
<a href="#" class="menu__link" onclick="closeMenu()"
>View Student</a
>
</li>
<!-- End of View Student link -->
</ul>
</div>
<!-- End of Burger Menu -->
</div>
</nav>
<header>
<div class="header__container">
<div class="header__description">
<h1 class="text-red">The Greatest Montclair Shuttle System</h1>
<h2>Get to class on time!</h2>
</div>
</div>
</header>
</section>
<main>
<!-- Status -->
<section id="StatusId">
<div class="container">
<div class="row">
<h2 class="section__title">
<span class="color">Announcements</span>
</h2>
<div class="highlight__wrapper">
<div class="highlight staus__highlight">
<div class="highlight__img">
<i class="fas fa-solid fa-scroll"></i>
</div>
<h3 class="highlight__subtitle">Coming Soon</h3>
<p class="highlight__para">Coming Soon</p>
</div>
</div>
</div>
</div>
</section>
<!-- End of Status -->
</main>
<!-- Featured Section -->
<section id="features">
<div class="container">
<div class="row__maps">
<h2 class="section__title">Map of <span>Montclair</span></h2>
<div class="maps">
<!-- Montclair Map -->
<div class="map">
<!-- Add image map of montclair -->
<img
src="./Frontend/assets/MontclairMap5.png"
alt="Picture should be here"
/>
<!-- End of Montclair Map -->
</div>
</div>
</div>
<!-- End of Row -->
</div>
<!-- End of container -->
</section>
<!-- End of featured Section -->
<!-- Highlights Section Why you should choose Project -->
<section id="highlights">
<div class="container">
<div class="row">
<h2 class="section__title">
Why choose <span class="color">Project 3000</span>
</h2>
<div class="highlight__wrapper">
<div class="highlight">
<div class="highlight__img">
<i class="fas fa-school"></i>
</div>
<h3 class="highlight__subtitle">Easy and Quick</h3>
<p class="highlight__para">
Find the bus you need in a matter of seconds!
</p>
</div>
<div class="highlight">
<div class="highlight__img">
<i class="fas fa-bus"></i>
</div>
<h3 class="highlight__subtitle">Fast ASF BOI</h3>
<p class="highlight__para">The Quickest way to get to Class</p>
</div>
<div class="highlight">
<div class="highlight__img">
<i class="fas fa-tags"></i>
</div>
<h3 class="highlight__subtitle">Shuttle</h3>
<p class="highlight__para">
World Class Shuttle from the CarParc diem to the Outskirts of
MSU
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<section id="footer">
<div class="container">
<div class="row footer">
<a href="#">
<figure class="footer__logo">
<img
src="./Frontend/assets/Project 3000-1 no bus roof.png"
class="footer__logo--img"
alt=""
/>
</figure>
</a>
<div class="footer__list">
<a href="#" class="footer__link">Home</a>
<a href="#features" class="footer__link">Montclair Map</a>
<a href="#StatusId" class="footer__link no-cursor">Status</a>
</div>
<div class="footer__copyright">© 2023 Fledtrain</div>
</div>
</div>
</section>
<script src="./Frontend/script.js" defer></script>
</body>
</html>