-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
175 lines (147 loc) · 8.64 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Choose your restaurants</title>
<!-- <link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500,900" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/basicstyle.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
<!-- GSAP library -->
<script src="assets/js/EasePack.min.js"></script>
<script src="assets/js/TimelineMax.min.js"></script>
<script src="assets/js/TweenMax.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/5.0.3/firebase.js"></script>
<!-- map -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-Rksm5RenBEKSKFjgI3a41vrjkw4EVPlJ3+OiI65vTjIdo9brlAacEuKOiQ5OFh7cOI1bkDwLqdLw3Zg0cRJAAQ=="
crossorigin=""/>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha512-/Nsx9X4HebavoBvEBuyp3I7od5tA0UzAxs+j83KgC8PU0kgB4XiK4Lfe4y4cgBtaRJQEIFCW+oC506aPT2L1zw=="
crossorigin=""></script>
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.0/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/leaflet.awesome-markers.css">
<script src="assets/js/leaflet.awesome-markers.js"></script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-0"></div>
<div class="col-md-4 col-sm-12 header">
<div id="logo">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 583 138" style="enable-background:new 0 0 583 138;" xml:space="preserve">
<style type="text/css">
.red{fill:#F46036;}
.yellow{fill:#E8C547;}
.blue{fill:#1BA2E5;}
.green{fill:#69B578;}
.st4{fill:#1A1A1A;}
.st5{fill:none;stroke:#1A1A1A;stroke-width:4.4928;stroke-miterlimit:10;}
.st6{font-family:'Rubik';}
.st7{font-size:74.6628px;}
</style>
<g id="icon">
<g class"ceiling" id="red">
<polygon class="ceiling red" points="298.2,56.9 276.3,56.9 288.9,31.2 303,31.2 "/>
<path class="ceiling red" d="M276.3,56.9c0,6,4.9,10.9,10.9,10.9c6,0,10.9-4.9,10.9-10.9"/>
</g>
<g class"ceiling" id="yellow">
<polygon class="ceiling yellow" points="319.8,56.9 298.2,56.9 303,31.2 319.8,31.2 "/>
<path class="ceiling yellow" d="M298,56.9c0,6,4.9,10.9,10.9,10.9s10.9-4.9,10.9-10.9"/>
</g>
<g class"ceiling" id="blue">
<polygon class="ceiling blue" points="319.8,56.9 341.4,56.9 334.5,31.2 319.8,31.2 "/>
<path class="ceiling blue" d="M341.5,56.9c0,6-4.9,10.9-10.9,10.9c-6,0-10.9-4.9-10.9-10.9"/>
</g>
<g class"ceiling" id="green">
<polygon class="ceiling green" points="341.4,56.9 363.3,56.9 349.1,31.2 334.5,31.2 "/>
<path class="ceiling green" d="M341.5,56.9c0,6,4.9,10.9,10.9,10.9c6,0,10.9-4.9,10.9-10.9"/>
</g>
<g id="shop">
<path class="st4" d="M313.5,75.4h-10.7c-1.3,0-2.3,1-2.3,2.3V96c0,1.3,1,2.3,2.3,2.3h10.7c1.3,0,2.3-1,2.3-2.3V77.7
C315.9,76.4,314.8,75.4,313.5,75.4z"/>
<path class="st5" d="M289.1,31.2h60c0.1,0,0.1,0,0.1,0.1L363,56.6c0.1,0.1,0,0.2-0.1,0.2h-86.3c-0.1,0-0.2-0.1-0.1-0.2l12.5-25.3
C289,31.3,289,31.2,289.1,31.2z"/>
<path class="st5" d="M276.3,56.9c0,6,4.9,10.9,10.9,10.9c6,0,10.9-4.9,10.9-10.9"/>
<path class="st5" d="M319.7,56.9V31.2"/>
<path class="st5" d="M341.4,56.9c0,6-4.9,10.9-10.9,10.9c-6,0-10.9-4.9-10.9-10.9"/>
<path class="st5" d="M341.5,56.9c0,6,4.9,10.9,10.9,10.9c6,0,10.9-4.9,10.9-10.9"/>
<path class="st5" d="M334.5,31.2l7,25.6"/>
<path class="st5" d="M298,56.9c0,6,4.9,10.9,10.9,10.9s10.9-4.9,10.9-10.9"/>
<path class="st5" d="M303,31.2l-5,25.6"/>
<path class="st5" d="M354.5,66.6v29c0,1.5-1.2,2.8-2.8,2.8h-63.8c-1.5,0-2.8-1.2-2.8-2.8V66.4"/>
</g>
</g>
<g id="text">
<text transform="matrix(1 0 0 1 376.1301 98.5954)" class="st6 st7">2eat</text>
<text transform="matrix(1 0 0 1 45.6168 98.5956)" class="st6 st7">Where</text>
</g>
</svg>
</div>
</div>
<div class="col-md-4 col-sm-0"></div>
</div>
<div class="row" id="search-div">
<div class="col-md-3 col-sm-0"></div>
<div class="col-md-6 col-sm-12">
<form>
<div class="form-group form-el">
<label>Zip Code</label>
<input type="text" class="form-control" id="zipCode" placeholder="78661, etc.">
</div>
<div class="form-group form-el">
<label>What kind of food do you want?</label>
<input type="text" class="form-control" id="foodType" placeholder="BBQ">
</div>
<button type="submit" id="submit-btn" class="btn form-el custom-btn">Submit</button>
</form>
<br>
</div>
<div class="col-md-3 col-sm-0"></div>
</div>
<div id="restaurants-div" class="row noDisplay">
<div class="col-md-6 rest-card">
<div id="rest1"></div>
</div>
<div class="col-md-6 rest-card">
<div id="rest2"></div>
</div>
</div>
<br>
<div class="row timer">
<div id="timer" class="col-md-2"></div>
</div>
<div class="row results-div">
<!-- <div class="col-md-1 col-sm-0"></div> -->
<div class="col-md-7 col-sm-12">
<div id="featured-restaurant"></div>
<div id="mapid"></div>
</div>
<div class="col-md-5 col-sm-12">
<div id="all-restaurants"></div>
</div>
<!-- <div class="col-md-1 col-sm-0"></div> -->
</div>
<div class= "row">
<div class="col-md-5"></div>
<div id="retry" class="col-md-2 noDisplay">
<button class="btn custom-btn" id="retry-btn">Retry</button>
</div>
<div class="col-md-5"></div>
</div>
<div id="myModal" class="modal fade bd-example-modal-sm" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true">
<div class="modal-dialog modal-md">
<div class="modal-content">
Please type in your zipcode or city name first!
</div>
</div>
</div>
</div>
<script src="assets/js/app.js"></script> </script>
</body>
</html>