-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
165 lines (140 loc) · 7.39 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>UFO Sightings</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="static/css/carousel.css" rel="stylesheet">
<link href="static/css/style.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid px-0">
<header>
<nav class="navbar navbar-expand-lg navbar-dark alien-bg-blue fixed-top">
<a class="navbar-brand" href="#"><strong>UFO Sightings</strong></a>
</nav>
</header>
<div id="myCarousel" class="carousel slide mb-0" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="first-slide img-fluid" src="static/images/unsplash-artem-kovalev.jpg" alt="First slide">
<div class="container">
<div class="carousel-caption text-left">
<h1>The truth is out there.</h1>
<p>A comprehensive log of UFO sightings</p>
</div>
</div>
</div>
<div class="carousel-item">
<img class="second-slide img-fluid" src="static/images/unsplash-michael-herren.jpg" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<h1>We are not alone.</h1>
<p>Check out the data below if you don't believe me!</p>
</div>
</div>
</div>
<div class="carousel-item">
<img class="third-slide img-fluid" src="static/images/unsplash-miriam-espacio.jpg" alt="Third slide">
<div class="container">
<div class="carousel-caption text-right">
<h1>Humans aren't real.</h1>
<p>It's all a conspiracy!</p>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- Dynamic Table
================================================== -->
<div class="container-fluid alien-bg-lblue py-4">
<!-- Two columns below the carousel -->
<div class="row">
<div class="col-lg-2">
<div class="card text-white text-center alien-bg-dgreen border-0">
<div class="card-body p-0 pb-3 alien-bg">
<h6 class="card-header text-light">Filter Search</h6>
<form>
<div class="form-group">
<ul class="list-group text-dark" id="filters">
<li class="filter border-0 list-group-item">
<label for="city">Filter by date:</label>
<select class="form-control" id="datetime">
<option value="" selected hidden>All dates</option>
</select>
</li>
</ul>
</div>
<button id="filter-btn" type="button" class="btn btn-light btn-sm">Filter Table</button>
<button id="reset-btn" type="button" class="btn btn-light btn-sm">Reset Table</button>
</form>
</div>
</div>
<div id="adv-filter" class="pt-2">
<p class="text-light text-center"><a class="alien-text" href="UFO-level-2/index.html">Advanced Search</a></p>
</div>
</div>
<!-- /.col-lg-2 -->
<div class="col-lg-10">
<div id="table-area" class="table-responsive">
<table id="ufo-table" class="table table-striped">
<thead class="alien-bg-dgreen text-light">
<tr>
<th class="table-head">Date</th>
<th class="table-head">City</th>
<th class="table-head">State</th>
<th class="table-head">Country</th>
<th class="table-head">Shape</th>
<th class="table-head">Duration</th>
<th class="table-head">Comments</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>
<!-- /.col-lg-9 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<!-- FOOTER -->
<footer>
<div class="container-fluid alien-bg-blue">
<div class="row">
<p class="col-lg-12 text-center text-white mb-0 p-3 footer-text">A <a target="_blank" class="alien-text" href="https://github.com/neha-nayeem/javascript-challenge">Javascript Project</a> by Neha Nayeem © 2020</p>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<!-- D3.js and custom JavaScript
================================================== -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.11.0/d3.js"></script>
<script src="static/js/data.js"></script>
<script src="static/js/app.js"></script>
</body>
</html>