-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
199 lines (189 loc) · 8.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<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=assets/css/style.css>
<link href="https://fonts.googleapis.com/css?family=Lobster&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Manjari&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="./src/Icon.png"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148172371-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-148172371-1');
</script>
<script src="https://use.fontawesome.com/cb8ec5d411.js"></script>
<title>FoodieFinder</title>
</head>
<body>
<header>
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 box-shadow text-white">
<h5 class="my-0 mr-md-auto font-weight-normal logoName">FoodieFinder</h5>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-white" href="index.html">Home</a>
<a class="p-2 text-white" href="infoPage.html">Info</a>
<a class="p-2 text-white" href="contactPage.html">Contact</a>
</nav>
</div>
</header>
<main id="logoBG">
<section class="search-sec">
<div class="container">
<form action="#" method="post" novalidate="novalidate">
<div class="row">
<div class="col-lg-12">
<div class="row">
<div class="col-lg-4 col-md-3 col-sm-12 p-0">
<input type="text" id="input" class="form-control search-slt rounded-left"
placeholder="Enter City Name">
</div>
<div class="col-lg-4 col-md-3 col-sm-12 p-0">
<select class="form-control search-slt" id="select">
<option value="16">Casual Dining</option>
<option value="18">Fine Dining</option>
<option value="91">Bistro</option>
<option value="1">Café</option>
<option value="101">Diner</option>
<option value="271">Sandwich Shop</option>
<option value="275">Pizzeria</option>
<option value="281">Fast Food</option>
</select>
</div>
<div class="col-lg-2 col-md-3 col-sm-12 p-0">
<button type="button" class="btn btn-danger wrn-btn" id="run">Search</button>
</div>
<div class="col-lg-2 col-md-3 col-sm-12 p-0">
<button type="button" class="btn btn-warning wrn-btn rounded-right" id="geo">Find me!
</button>
</div>
</div>
</div>
</div>
</form>
</div>
</section>
<h2 id="targetText" class="text-white mt-2 text-center"></h2>
<div class="px-2 pt-4 mt-4 card-deck rounded mb-3" id="target">
<div class="wrapper justify-content-center">
<img src="src/countries.png" alt="countries" class="">
</div>
</div>
</main>
<!-- alt template -->
<template id="temp">
<div class="card mb-4 box-shadow grow">
<div class="card-header">
<h4 class="my-0 font-weight-normal name text-center">Free</h4>
</div>
<img class="card-img-top photos" src="..." alt="Card image cap">
<div class="card-body">
<h1 class="card-title pricing-card-title rating text-center">$0 <small class="text-muted">/ mo</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li class="text-center"><strong>Telephone</strong></li>
<li class="phone text-center mb-1 ">10 users included</li>
<li class="text-center"><strong>Opening Hours</strong></li>
<li class="timings text-center mb-1">2 GB of storage</li>
<li class="text-center"><strong>Location</strong></li>
<li class="location text-center mb-1">2 GB of storage</li>
<li class="delivers text-center">Email support</li>
<li class="tagsPar text-center">Help center access</li>
</ul>
<div class="coins mx-auto">
<div class="coin1 ml-auto"></div>
<div class="coin2"></div>
<div class="coin3"></div>
<div class="coin4 mr-auto"></div>
</div>
</div>
</div>
</template>
<!-- orig template -->
<template id="OGTemp">
<div class="border border-light mb-5 text-light p-3 temp-card">
<div class="row text-center text-center">
<div class="col-5">
<h3 class="name"></h3>
</div>
<div class="col-2 photo-wrap">
<img class="photos grow" src="" alt="">
</div>
<div class="col-5">
<div class="rating"></div>
</div>
</div>
<div class="row">
<div class="col">
<div class="location"></div>
</div>
<div class="col">
<div class="phone"></div>
</div>
</div>
<div class="row mt-3 text-center">
<div class="col">
<p class="timings my-auto"></p>
</div>
</div>
<div class="row mt-1 mx-auto">
<div class="col-4 p-2">
<div class="coins mx-auto">
<div class="coin1 ml-auto"></div>
<div class="coin2"></div>
<div class="coin3"></div>
<div class="coin4 mr-auto"></div>
</div>
</div>
<div class="col-4 p-2">
<div class="delivers text-center"></div>
</div>
<div class="col-4">
<div class="tags p-2">
<p class="tagsPar"></p>
</div>
</div>
</div>
</div>
</template>
<footer class="page-footer text-white">
<div class="pt-4 footer margin" id="footer">
<div class="container">
<div class="row">
<div class="col-lg-5 col-xs-12 about-company">
<h2>FoodieFinder</h2>
<p class="pr-5 text-white">FoodieFinder is a company specialized in finding the best
restaurants
or cafes from your location. </p>
<p><a href="https://www.facebook.com"><i class="fa fa-facebook mr-3"></i>
</a><a href="https://www.linkedin.com"><i class="fa fa-linkedin mr-3"></i></a>
<a href="https://twitter.com"><i class="fa fa-twitter mr-3"></i></a></p>
</div>
<div class="col-lg-3 col-xs-12 links">
</div>
<div class="col-lg-4 col-xs-12 location">
<h4 class="mt-lg-0 mt-sm-4">Location</h4>
<p> Tolhuis, Sint-Pietersvliet 7, 2000 Antwerpen</p>
<p class="mb-0">
<i class="fa fa-phone mr-3"></i>0487 44 80 49</p>
<p><i class="fa fa-envelope-o mr-3"></i>foodiefinds19@gmail.com</p>
</div>
</div>
<div class="row">
<div class="col copyright">
<p><small class="text-white">© 2019. All Rights Reserved.</small></p>
</div>
</div>
</div>
</div>
</footer>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="assets/js/geolocator.js"></script>
<script src="assets/js/app.js"></script>
</body>
</html>