forked from Jess20005/API_Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (53 loc) · 2.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Team 4 Project 1</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="assets/css/background.css">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<!-- <link rel="stylesheet" href="assets/bulma-calendar/css/bulma-calendar.min.css" rel="stylesheet"> -->
</head>
<body>
<div class="hero is-fullheight is-info has-background">
<img id="bgimage" alt="If you be Bill Murray - this is wrong" class="hero-background is-transparent" src="https://www.fillmurray.com/1920/1080" />
<div class="hero-body">
<div class="container">
<div class="jokeText is-size-2 pb-5"> Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit...</div>
<button class="jokeBtn button is-dark"> Get Another Joke!</button>
</div>
</div>
</div>
<section class="section">
<div id="nasaTitle" class="container is-size-2 has-text-weight-semi-bold has-text-left">
</div>
<div id="nasaExplanation" class="container is-size-6 has-text-left">
</div>
<hr>
<div class="container has-text-centered">
Interact with this Date Picker to change the background image
</div>
</section>
<section>
<!-- <div class="columns is-centered" id="interactive-element"> -->
<div class="columns is-flex is-centered" id="datepicker">
</div>
</div>
</section>
<footer class="footer">
<div class="content has-text-centered">
<p>
a Team 4 project
</p>
</div>
</footer>
</body>
<script src="https://kit.fontawesome.com/737d647828.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="assets/script/script.js"></script>
<script src="assets/script/background.js"></script>
<!-- <script src="assets/script/description.js"></script> -->
<script src="assets/script/apodexplorer.js"></script>
</html>