-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
547 lines (524 loc) · 20 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
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
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Tangerine"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<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=Lemon&family=Monoton&family=Montserrat:ital,wght@0,200;0,400;0,500;1,300&display=swap"
rel="stylesheet"
/>
<!-- mdbootstrap -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.11.2/css/all.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<link
rel="stylesheet"
href="node_modules/mdbootstrap/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="node_modules/mdbootstrap/css/mdb.min.css" />
<link rel="stylesheet" href="node_modules/mdbootstrap/css/style.css" />
<title>Home</title>
<!--font Awesome ... for button icon-->
<script src="https://kit.fontawesome.com/9973cec642.js" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar sticky-top navbar-expand-lg navbar-dark">
<a class="navbar-brand grow" href="#">gotLost</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li class="nav-item grow">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item grow">
<a class="nav-link" href="forms/lostForm.html">Lost</a>
</li>
<li class="nav-item grow">
<a class="nav-link" href="forms/foundForm.html">Found</a>
</li>
<li class="nav-item grow">
<a class="nav-link" href="about_us.html">About Us</a>
</li>
<li class="nav-item grow">
<a class="nav-link" href="forms/contactus.html">Contact Us</a>
</li>
</ul>
<a href="./forms/register.html"><i class="fas fa-user signin grow"> SignIn</i></a>
</div>
</nav>
<!-- <h1>Hello, world!</h1> -->
<main>
<section class="discovery container section-1">
<div
class="
text
col-lg-6 col-md-6 col-12
w-50
d-flex
flex-column
align-items-center
justify-content-center
"
>
<h1 class="got-lost-heading mb-3">GOT LOST</h1>
<p>
Something lost it's way and came to you just to show the world how
honest you are!
</p>
<p class="mb-5">
Or if you've lost something just chill! People here are damnnn cool!
</p>
<div class="shrink">
<a class="learn-more" href="forms/register.html">Register Now</a>
</div>
</div>
<div class="img col-lg-6 col-md-6 col-12">
<img
src="images/lost-and-found.png"
alt="image"
class="img-fluid lost-found"
/>
</div>
</section>
<section class="discovery-col-ak section-2">
<div class="container">
<div class="img col-lg-6 col-md-6 col-12 w-50 pt-5 pb-5">
<img
src="images/community.png"
alt="image"
class="img-fluid border-top-20"
/>
</div>
<div class="text col-lg-6 col-md-6 col-12 w-50 pt-5 pb-5">
<h2 class="title mb-3">
WHAT WE DO
<hr />
</h2>
<p class="mb-5">
We try to reduce students stress somewhat by heping them if they
lost something precious on the college/hostle grounds. <br />
There are two sections where you can go to one is the
<b><a href="forms/lostForm.html">LOST</a></b> section and the
other is the
<b><a href="forms/foundForm.html">FOUND</a></b> section. You can
inform other people about what precious belonging you’ve lost and
ask your fellow students for help and if you’ve found something
then you can be of help to somebody else. Both the sections have
their respective instructions. <br />
And the faculty involvement in this procedure is about nill, so it
also helps in creating a strong bond between the kids and also to
maintain transparency.
</p>
<div class="shrink d-inline-block">
<a class="learn-more px-5" href="about_us.html">Learn More</a>
</div>
</div>
</div>
</section>
<section class="service section-3">
<div class="col mx-auto align-items-center pt-5">
<div class="heading text-center mb-5 pt-3">
<h2 class="heading">
OUR SERVICES
<div class="d-flex justify-content-center">
<hr />
</div>
</h2>
</div>
<div
class="d-flex flex-row-reverse justify-content-between container"
>
<div class="card-image w-50 col-lg-6 col-md-3 col-12 text-right">
<img class="img-fluid w-100" src="images/lost-card.png" alt="" />
</div>
<div
class="
one
col-lg-6 col-md-3 col-12
w-50
m-2
align-items-center
lost-found-card
"
>
<h5 class="card-title">Lost</h5>
<ul class="my-3">
<li class="text-left mb-3">
Only the property lost on College or Hostel can be reported.
</li>
<li class="text-left mb-3">
Maximum time for filing any lost report should be 2 days.
</li>
<li class="text-left mb-3">
Try to be as much detailed as you can be.
</li>
<li class="text-left mb-5">
Head towards the form below if you have lost your property.
</li>
</ul>
<div class="shrink">
<a class="learn-more px-5" href="forms/lostForm.html">Next</a>
</div>
</div>
</div>
<div
class="d-flex flex-row justify-content-between container mt-5 pb-5"
>
<div class="card-image w-50 col-lg-6 col-md-3 col-12 text-left">
<img class="img-fluid w-100" src="images/found-card.png" alt="" />
</div>
<div
class="
one
col-lg-6 col-md-3 col-12
w-50
m-2
align-items-center
lost-found-card
"
>
<h5 class="card-title">Found</h5>
<ul class="my-3">
<li class="text-left mb-3">
Below is the form, if you've found a lost property on
college/hostel.
</li>
<li class="text-left mb-3">
Please try to report as soon as possible so that you can help
someone in need.
</li>
<li class="text-left mb-3">
The involvement of faculty will be kept as minimum as possible
by our side, so that this might also help in student's ability
to build connections.
</li>
<li class="text-left mb-5">
If nobody comes forward for the property you found, only then
the faculty will get involved.
</li>
</ul>
<div class="shrink">
<a class="learn-more px-5" href="forms/foundForm.html">Next</a>
</div>
</div>
</div>
</div>
</section>
<!-- RECENT RETURNS -->
<section class="section-4">
<div class="heading text-center mb-4 pt-5">
<h2 class="heading pt-5">
RECENT RETURNS
<div class="d-flex justify-content-center">
<hr />
</div>
</h2>
</div>
<div class="container">
<div class="card-group">
<div class="card">
<img src="images/phone.jpg" class="card-img-top" alt="..." />
<div class="card-body">
<h5 class="card-title">CELLPHONE</h5>
<p class="card-text">
Return By : <strong>Ishan Mishra</strong>
</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 mins ago</small>
</div>
</div>
<div class="card mx-2">
<img src="images/watch.jpg" class="card-img-top" alt="..." />
<div class="card-body">
<h5 class="card-title">WRIST WATCH</h5>
<p class="card-text">
Return By : <strong>Rawat Senpai</strong>
</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 2 days ago</small>
</div>
</div>
<div class="card">
<img
src="images/water-bottle.jpg"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">WATER BOTTLE</h5>
<p class="card-text">
Return By : <strong>Srishti Shukla</strong>
</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 days ago</small>
</div>
</div>
</div>
<div class="card-group mt-2">
<div class="card">
<img src="images/airpods.jpg" class="card-img-top" alt="..." />
<div class="card-body">
<h5 class="card-title">AIRPPODS</h5>
<p class="card-text">
Return By : <strong>MR. PALINDROME</strong>
</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 5 days ago</small>
</div>
</div>
<div class="card mx-2">
<img src="images/football.jpg" class="card-img-top" alt="..." />
<div class="card-body">
<h5 class="card-title">FOOTBALL</h5>
<p class="card-text">Return By : <strong>MESSI</strong></p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 7 days ago.</small>
</div>
</div>
<div class="card">
<img src="images/headphone.jpg" class="card-img-top" alt="..." />
<div class="card-body">
<h5 class="card-title">HEADPHONE</h5>
<p class="card-text">
Return By : <strong>CHRISTENSON</strong>
</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 8 days ago</small>
</div>
</div>
</div>
</div>
<div class="bottom text-center mt-5 pb-5">
<div class="shrink">
<a class="learn-more px-5" href="gallery.html">View More</a>
</div>
</div>
</section>
<section class="service section-5">
<div class="row align-items-center container mx-auto py-5">
<div class="img col-lg-6 col-md-6 col-12 w-75">
<img src="images/mission.png" alt="image" class="img-fluid" />
</div>
<div class="text col-lg-6 col-md-6 col-12 w-75">
<h2 class="title mb-3">
OUR MISSION
<hr />
</h2>
<p class="mb-5">
Our mission is to make the students community more trustworthy and
faithful and this place a safe space for all of your precious
belongings. <br />
We all know the students have to bring many sorts of precious
belongings to college for many reasons and there are many chances
of loosing it which might give the students some permanent scars
because who knows what insane amount of value a little thing might
hold in a person’s life but don’t worry that’s where our page and
your fellow collegemates come forward to help you ! We don’t want
you to be stressed if you’ve lost something on the college and
hostel grounds we just want you to fill the form under the
<b><a href="forms/lostForm.html">LOST</a></b> section so that we
can get you out of this stress ASAP. <br />
Even this page is created and managed by some of the students, so
your fellow collegemates have already started helping you in a
way.
</p>
<div class="shrink d-inline-block">
<a class="learn-more" href="about_us.html">Learn More</a>
</div>
</div>
</div>
</section>
<section class="section-primary t-bordered section-6">
<div class="heading text-center mb-4">
<h2 class="heading">
TESTIMONIALS
<div class="d-flex justify-content-center">
<hr />
</div>
</h2>
</div>
<div class="container pb-5">
<div class="row testimonial-three testimonial-three--col-three">
<div class="col-md-4 testimonial-three-col">
<div class="testimonial-inner">
<div class="testimonial-image" itemprop="image">
<img
width="180"
height="180"
src="https://bootdey.com/img/Content/avatar/avatar1.png"
/>
</div>
<div class="testimonial-meta mb-2">
<strong class="testimonial-name" itemprop="name"
>Rawat Senpai</strong
>
</div>
<div class="testimonial-content">
<p>
Not gonna lie friends, it really worked for me, I lost my
watch and was abe to retrieve it within a week. And the
relief i got after that was just immense. Can’t thank you
guys enough.
</p>
</div>
</div>
</div>
<div class="col-md-4 testimonial-three-col">
<div class="testimonial-inner">
<div class="testimonial-image" itemprop="image">
<img
width="180"
height="180"
src="https://bootdey.com/img/Content/avatar/avatar2.png"
/>
</div>
<div class="testimonial-meta mb-2">
<strong class="testimonial-name" itemprop="name"
>Ishan Mishra</strong
>
</div>
<div class="testimonial-content">
<p>
Here to share this wonderful experience when i lost my book
and luckily a senior from the course same as mine returned
it to me and they also help me with my acedemics very often
now. Thanks a lot fot this.
</p>
</div>
</div>
</div>
<div class="col-md-4 testimonial-three-col">
<div class="testimonial-inner">
<div class="testimonial-image" itemprop="image">
<img
width="180"
height="180"
src="https://bootdey.com/img/Content/avatar/avatar6.png"
/>
</div>
<div class="testimonial-meta mb-2">
<strong class="testimonial-name" itemprop="name"
>Srishti Shukla</strong
>
</div>
<div class="testimonial-content">
<p>
At first i didn’t put so much faith in this, but later when
I got back my Headphone I can’t express how good I felt. And
I never imagined that i’ll get it back but i was wrong and i
got it back. And i never knew that my collegemates were so
good and helpful. Thanks guys it means a lot.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer id="page-footer" class="py-2 bg-dark">
<div class="brand">
<a class="navbar-brand" href="#">gotLost</a>
</div>
<div class="copyright">
<small>
<span>Copyright ©</span> <span>All Rights Reserved</span>
<span>Terms of Use</span> and <span>Privacy Policy</span></small
>
</div>
<br>
<hr>
<div class="favicon">
<i class="social-media fab fa-facebook-f fa-2x"></i>
<i class="social-media fab fa-twitter fa-2x"></i>
<i class="social-media fab fa-instagram fa-2x"></i>
<i class="social-media fas fa-envelope fa-2x"></i>
</div>
<div class="BackToTop">
<a id="back-to-top" href="#" role="button"><i class="back fas fa-chevron-up fa-2x"></i></a>
<h4>Back To Top</h4>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
<!-- mdbootstrap -->
<script
type="text/javascript"
src="node_modules/mdbootstrap/js/jquery.min.js"
></script>
<script
type="text/javascript"
src="node_modules/mdbootstrap/js/popper.min.js"
></script>
<script
type="text/javascript"
src="node_modules/mdbootstrap/js/bootstrap.min.js"
></script>
<script
type="text/javascript"
src="node_modules/mdbootstrap/js/mdb.min.js"
></script>
</body>
</html>