-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
268 lines (217 loc) · 11.8 KB
/
index.html
File metadata and controls
268 lines (217 loc) · 11.8 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
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>FoodSetGo</title>
<link rel="stylesheet" href="styles.css">
<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 href="https://fonts.googleapis.com/css?family=Montserrat:100,700,900&display=swap" rel="stylesheet">
<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://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/0457e6a12b.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="banner">
FREE DELIVERY on your first order.
<a href="" style="text-decoration: underline; color: white;" onclick="">Get your deal!</a>
</div>
<!-- Login -->
<div class="modal" id="login" style="font-family: Montserrat; font-weight: 900; ">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" style="text-align: center;">Login</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body mx-3">
<div class="md-form mb-5">
<label data-error="wrong" data-success="right" for="telnumber">Phone Number:</label>
<input type="text" id="telnumber" class="form-control validate">
</div>
<div class="md-form mb-5">
<label data-error="wrong" data-success="right" for="password">Password:</label>
<input type="password" id="password" class="form-control validate">
</div>
</div>
<div class="modal-footer d-flex justify-content-center">
<span style="display: block;">Don't have an account?<a href="" data-target="#myModal" data-toggle="modal" data-dismiss="modal">Sign Up</a></span>
<button id="send" class="btn btn-info" style="display: block;">Submit</button>
</div>
</div>
</div>
</div>
<!-- Sign Up -->
<div class="modal" id="myModal" style="font-family: Montserrat; font-weight: 900; ">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" style="text-align: center;">Sign up to place your order</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body mx-3">
<div class="md-form mb-5">
<label data-error="wrong" data-success="right" for="fname"> Name:</label>
<input type="text" id="fname" class="form-control validate">
</div>
<div class="md-form mb-5">
<label data-error="wrong" data-success="right" for="password">Password:</label>
<input type="password" id="password" class="form-control validate">
</div>
<div class="md-form mb-5">
<label data-error="wrong" data-success="right" for="telnumber">Phone Number:</label>
<input type="text" id="telnumber" class="form-control validate">
</div>
</div>
<div class="modal-footer d-flex justify-content-center">
<button id="send" class="btn btn-info">Submit</button>
<button type="button" class="btn btn-danger" data-dismiss="modal">Cancel</button>
</div>
</div>
</div>
</div>
<!-- Navbar -->
<section id="title">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg navbar-dark" style="padding:0%; ">
<a href="#carouselExampleIndicators" class="navbar-brand" style="font-family: Montserrat; font-weight: 900; font-size: 2.5rem; padding-left: 15px; color: rgb(15, 140, 146);">FoodSetGo</a>
<a href="#cuisine" class="nav-link " style="font-weight: 700; color: rgb(15, 140, 146);">Explore</a>
<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" style="align-items: center;">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="" class="nav-link log-in" style="font-weight: 700; color: rgb(15, 140, 146); padding-bottom: 4%;" data-toggle="modal" data-target="#login">Login</a>
</li>
<li class="nav-item">
<a href="" class="nav-link" data-toggle="modal" data-target="#myModal" style="font-weight: 700; color: rgb(15, 140, 146);">Sign Up</a>
</li>
</ul>
</div>
</nav>
</div>
</section>
<div class="" style="background-color: #ffff; min-height: 1rem;"> </div>
<!-- About -->
<section id="car">
<div class="row">
<div class="col-lg-6">
<h1 class="heading">Your Food buddy on the go!</h1>
<button type="button" name="button" class="btn but" style="background-color: rgb(15, 140, 146); color: #ffff; font-size: 1.2rem;">Place your Order</button>
</div>
<div class="col-lg-6">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="bg6.jpg" alt="" style="max-width:100%;">
</div>
<div class="carousel-item">
<img src="bg7.jpg" alt="" style="max-width:100%;">
</div>
<div class="carousel-item">
<img src="bg8.jpg" alt="" style="max-width:100%;">
</div>
</div>
<a class="carousel-control-prev arrow" href="#myCarousel" role="button" data-slide="prev" style="color: rgb(15, 140, 146);">
<span class="carousel-control-prev-icon" aria-hidden="true" style="color: rgb(15, 140, 146);"></span>
</a>
<a class="carousel-control-next arrow" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
</a>
</div>
</div>
</div>
</section>
<!-- Features -->
<section id="features" style="padding: 7% 15%;">
<div class="row">
<div class="feature-box col-lg-4">
<i class="icon far fa-grin-beam fa-4x"></i>
<h3 style="font-weight: 700; font-size: 1.25rem;">Lorem Ipsum</h3>
<p style="color:#000000 ;">Lorem ipsum dolor sit amet consectetuer</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fas fa-utensils fa-4x"></i>
<h3 style="font-weight: 700; font-size: 1.25rem;">Lorem Ipsum</h3>
<p style="color:#000000 ;">Lorem ipsum dolor sit amet consectetuer</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fas fa-heart fa-4x"></i>
<h3 style="font-weight: 700; font-size: 1.25rem;">Lorem Ipsum</h3>
<p style="color:#000000 ;">Lorem ipsum dolor sit amet consectetuer</p>
</div>
</div>
</section>
<!-- Explore Cuisines -->
<section id="cuisine">
<h2 style="font-family: Montserrat; font-weight: 900; padding-top: 5%; text-align: center; ">Cuisines</h2>
<div class="row" style="text-align: center;">
<div class="cuisine-column col-lg-4 col-md-6 col-sm-12">
<div class="card">
<div class="card-header">
<h3>French</h3>
</div>
<div class="card-body">
<img src="french.jpg" alt="" class="card-img-top">
<button class="btn btn-lg btn-block btn-dark" type="button">Explore</button>
</div>
</div>
</div>
<div class="cuisine-column col-lg-4">
<div class="card">
<div class="card-header">
<h3>Mexican</h3>
</div>
<div class="card-body">
<img src="mexican.jpg" alt="" class="card-img-top">
<button class="btn btn-lg btn-block btn-dark" type="button">Explore</button>
</div>
</div>
</div>
<div class="cuisine-column col-lg-4 col-md-6 col-sm-12">
<div class="card">
<div class="card-header">
<h3>Italian</h3>
</div>
<div class="card-body">
<img src="italian.jpg" alt="" class="card-img-top">
<button class="btn btn-lg btn-block btn-dark" type="button">Explore</button>
</div>
</div>
</div>
<div class="cuisine-column col-lg-4 col-md-6 col-sm-12">
<div class="card">
<div class="card-header">
<h3>Indian</h3>
</div>
<div class="card-body">
<img src="indian.jpg" alt="" class="card-img-top">
<button class="btn btn-lg btn-block btn-dark" type="button">Explore</button>
</div>
</div>
</div>
<div class="cuisine-column col-lg-4 col-md-6 col-sm-12">
<div class="card">
<div class="card-header">
<h3>Chinese</h3>
</div>
<div class="card-body">
<img src="chinese.jpg" alt="" class="card-img-top">
<button class="btn btn-lg btn-block btn-dark" type="button">Explore</button>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section class id="footer">
<footer style="font-weight: 700;">
<i class="social-icon fab fa-facebook-f"></i>
<i class="social-icon fab fa-instagram"></i>
<i class="social-icon fab fa-twitter"></i>
<p>© Copyright 2020 FoodSetGo</p>
</footer>
</section>
</body>
</html>