forked from WRugby1/MovieWeatherRecs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (90 loc) · 4.42 KB
/
Copy pathindex.html
File metadata and controls
96 lines (90 loc) · 4.42 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flicks on Flicks on Flicks</title>
<link rel="icon" href="https://i.pinimg.com/736x/fb/45/ba/fb45baac1eed3c1b19d4aad23b054fa8.jpg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.6.3/dist/css/foundation.min.css"
integrity="sha256-ogmFxjqiTMnZhxCqVmcqTvjfe1Y/ec4WaRj/aQPvn+I=" crossorigin="anonymous">
<!-- Moment-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.0/moment.min.js"
integrity="sha512-Izh34nqeeR7/nwthfeE0SI3c8uhFSnqxV0sI9TvTcXiFJkMd6fB644O64BRq2P/LA/+7eRvCw4GmLsXksyTHBg=="
crossorigin="anonymous"></script>
<!-- Materialize -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body id="movie-block">
<!-- Header -->
<header class="header">
<p id="cityHeader" class= "left"></p>
<p id = "timeHour" class= "right"></p>
<!-- <ul id="infoCity" class="newStyle">
<li id="cityHeader" class="left"></li>
<li id="timeHour" class="right"></li>
</ul> -->
</header>
<!--Close the main heading row-->
<div class="container-fluid">
<!--The title/heading of our page-->
<!--Close the main heading row-->
<div class="col-md-12">
<div id="inline" class="row">
<div class="col-md-12">
<div id="bottombuttons">
<!--Button-->
<br>
<div>
<section class="text-align: center">
<img id="movie-poster" src="">
</section>
<section class="text-align: center">
<!-- <div class="wrapper"> -->
<button type="button" id="generate-movie" class="button">Give me
a movie to fit the
mood!</button>
<button type="button" id="generate-trending" class="button">Show
me what's
trending!</button>
<!-- </div> -->
</section>
</div>
</div>
</div>
</div>
</div>
<footer class="footer newStyle">
<h6>Food and Flix!</h6>
<div class="photorow">
<figure class="foodphotos">
<a href="https://www.doordash.com/en-US" target="_blank"><img src="DD.png" alt="Door Dash"
style="width:20px;height:20px;"></a>
</figure>
<figure class="foodphotos">
<a href="https://www.ubereats.com/" target="_blank"><img src="UE.png" alt="Uber Eats"
style="width:20px;height:20px;"></a>
</figure>
<figure class="foodphotos">
<a href="https://www.grubhub.com/" target="_blank"><img src="GH.png" alt="Grub Hub"
style="width:20px;height:20px;"></a>
</figure>
<figure class="foodphotos">
<a href="https://gopuff.com/home" target="_blank"><img src="GP.png" alt="Go Puff"
style="width:20px;height:20px;"></a>
</figure>
<figure class="foodphotos">
<a href="https://favordelivery.com/" target="_blank"><img src="FV.jpeg" alt="Favor"
style="width:20px;height:20px;"></a>
</figure>
<figure class="foodphotos">
<a href="https://www.instacart.com/" target="_blank"><img src="IC.png" alt="Instacart"
style="width:20px;height:20px;"></a>
</figure>
</div>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="script.js"></script>
</body>