-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
207 lines (178 loc) · 9.15 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
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css"
integrity="sha384-xxzQGERXS00kBmZW/6qxqJPyxW3UR0BPsL4c8ILaIWXva5kFi7TxkIIaMiKtqV1Q" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/style/style.css">
<title>Eat-Hub - Home</title>
</head>
<body>
<div class="container-fluid">
<!--HEADER - Matt-->
<div class="row header">
<div class="col-4">
<img src="assets/images/Logo.png" alt="Logo" class="logo" height="100" width="auto">
</div>
<div class="col-4">
</div>
<div class="col-2">
<nav class="navbar navbar-expand-xs navbar-light mt-4">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">My Account</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resto.html">Categories</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="col-2">
<a href="checkout.html"><img src="assets/images/checkout.png" alt="Checkout" class="checkout" height="30" width="auto"></a>
</div>
</div>
<!--MAIN - Alex-->
<div class="row">
<div class="col-7 offset-5 col-lg-4 offset-lg-8">
<h1 class="my_h1 text-light">Eat-Hub</h1>
</div>
</div>
<div class="row">
<div class="col-7 offset-5 col-lg-4 offset-lg-8">
<h3 class="my_h3 text-light">Hub Your Food</h3>
</div>
</div>
<div class="row">
<div class="col-10 col-lg-5 offset-lg-7">
<i class="fas fa-map-marker-alt"></i>
<input class="col-6" type="text" placeholder="Adress, i.e. Meir 1">
</div>
</div>
<div class="row">
<div class="col">
<img src="assets/images/pizza_background2.jpg" alt="pizza" height="400" width="100%" class="bg_pizza">
</div>
</div>
<div class="row">
<div class="col-lg-4 offset-lg-8 mt-0 mt-lg-5">
<h3 class="my_h3 text-light">How it works</h3>
</div>
</div>
<div class="row">
<div class="col-4 offset-8 mb-5">
<h2 class="my_h2 text-light">That's easy!!</h2>
</div>
</div>
<div class="row mb-5">
<div class="col-12 col-lg-4 ml-lg-0 ml-4">
<h2 class="underline">Step 1:</h2>
<h4 class="mb-5">Enter Location</h4>
<img class="search_image" src="assets/images/Search_index.jpg" alt="location" height="170" width="170">
</div>
<div class="col-12 col-lg-4 mb-3 ml-lg-0 ml-4">
<h2 class="underline">Step 2:</h2>
<h4>Choose your restaurant and Food</h4>
<img src="assets/images/food_index.png" alt="food" class="food_image" height="230" width="150">
</div>
<div class="col-12 col-lg-4 mb-3 ml-lg-0 ml-4">
<h2 class="underline">Step 3:</h2>
<h4>Pay and get your food Delivered</h4>
<img src="assets/images/delivery_index.png" alt="delivery-image" class="delivery_image" height="230"
width="200">
</div>
</div>
</div>
<!--FOOTER - Max-->
<footer class="page-footer">
<div class="container-fluid blue-color">
<div class="row py-4">
<div class="col-3 offset-2">
<!--visible tous le temps-->
<ul class="list-unstyled list-inline">
<li class="list-inline-item">
<a href="https://www.facebook.com/" class="fa fa-facebook text-light"></a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/explore" class="fa fa-twitter text-light"></a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com" class="fa fa-linkedin text-light"></a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/" class="fa fa-instagram text-light"></a>
</li>
</ul>
</div>
<div class="col-2">
<div class="footer-copyright text-light py-2">
© 2020 Copyright:
</div>
</div>
<!--bouton clicable-->
<div class="col-3 offset-2">
<button class="btn btn-light" type="button" data-toggle="collapse" data-target="#collapseExample"
aria-expanded="false" aria-controls="collapseExample">
Learn more!
</button>
</div>
<!--Non visible-->
<div class="collapse" id="collapseExample">
<div class="card card-body">
<div class="container-fluid">
<div class="row">
<div class="col-4">
<h1 class="display-5">Découvrir Eat-Hub</h1>
<p><a href="#" class="footer-link text-light">À propos</a></p>
<p><a href="#" class="footer-link text-light">Blog Foodscene</a></p>
<p><a href="#" class="footer-link text-light">Blog Tech</a></p>
<p><a href="#" class="footer-link text-light">Blog Design</a></p>
<p><a href="#" class="footer-link text-light">Nous rejoindre</a></p>
<p><a href="#" class="footer-link text-light">Inscription restaurant</a></p>
<p><a href="#" class="footer-link text-light">Devenez livreur</a></p>
</div>
<div class="col-4">
<h1 class="display-5">Mentions légales</h1>
<p><a href="#" class="footer-link text-light">Mentions légales</a></p>
<p><a href="#" class="footer-link text-light">Confidentialité</a></p>
<p><a href="#" class="footer-link text-light">Cookies</a></p>
</div>
<div class="col-4">
<h1 class="display-5">Aider</h1>
<p><a href="#" class="footer-link text-light">Nous contacter</a></p>
<p><a href="#" class="footer-link text-light">FAQ</a></p>
<p><a href="#" class="footer-link text-light">Types de cuisine</a></p>
<p><a href="#" class="footer-link text-light">Plan du site</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--Footer end-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
</body>
</html>