-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
204 lines (183 loc) · 9.98 KB
/
index.html
File metadata and controls
204 lines (183 loc) · 9.98 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Jekyll v4.0.1">
<title>Food.it</title>
<link rel="icon" href="logo1.png" type="image/icon">
<link rel="canonical" href="https://getbootstrap.com/docs/4.5/examples/sign-in/">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- Favicons -->
<link rel="apple-touch-icon" href="/docs/4.5/assets/img/favicons/apple-touch-icon.png" sizes="180x180">
<link rel="icon" href="/docs/4.5/assets/img/favicons/favicon-32x32.png" sizes="32x32" type="image/png">
<link rel="icon" href="/docs/4.5/assets/img/favicons/favicon-16x16.png" sizes="16x16" type="image/png">
<link rel="manifest" href="/docs/4.5/assets/img/favicons/manifest.json">
<link rel="mask-icon" href="/docs/4.5/assets/img/favicons/safari-pinned-tab.svg" color="#563d7c">
<link rel="icon" href="/docs/4.5/assets/img/favicons/favicon.ico">
<meta name="msapplication-config" content="/docs/4.5/assets/img/favicons/browserconfig.xml">
<meta name="theme-color" content="#563d7c">
<!--Google Font-->
<link href="https://fonts.googleapis.com/css2?family=Molle:ital@1&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700;900&display=swap" rel="stylesheet">
<!--Font Awesome-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
<!--jQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="styles.css" rel="stylesheet">
</head>
<body class="text-center">
<section class="intro">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 backg">
<!-- <img src="backg1.jpg" alt="logo" class="imgwall">-->
</div>
<div class="col-md-6 signup">
<form class="form-signin">
<!--<img class="mb-4" src="/docs/4.5/assets/brand/bootstrap-solid.svg" alt="" width="72" height="72">-->
<img src="logo1.png" alt="Food.it">
<div class="up">
<h1 class="h3 mb-3 font-weight-normal">Sign Up! Foodie</h1>
<input type="text" id="inputName" class="form-control top" placeholder="Name" required autofocus>
<input type="text" id="inputContact" class="form-control middle" placeholder="Contact No." required>
<input type="email" id="inputEmail" class="form-control middle" placeholder="Email address" required>
<div class="box">
<input type="password" id="inputPassword" class="form-control bottom" placeholder="Password" required>
<i class="far fa-eye eye"></i>
</div>
<div class="checkbox mb-3">
<p><a href="#" class="signin">Sign In</a> if already registred.</p>
</div>
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign Up</button>
</div>
<!--
<div class="in">
<h1 class="h3 mb-3 font-weight-normal">Sign In! Foodie</h1>
<label for="inputEmail" class="sr-only">Email address</label>
<input type="email" id="inputEmail" class="form-control middle" placeholder="Email address" required autofocus>
<label for="inputPassword" class="sr-only">Password</label>
<input type="password" id="inputPassword" class="form-control bottom" placeholder="Password" required>
<div class="checkbox mb-3">
<p><a href="#" class="signin">Sign Up</a> if new member.</p>
</div>
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign In</button>
</div>
-->
<!-- <p class="mt-5 mb-3 text-muted">© 2020 Yogesh Chhabra</p>-->
</form>
</div>
</div>
</div>
</section>
<section class="services">
<div class="container-fluid">
<div class="row">
<div class="col-md-4 adv">
<i class="fas fa-clock icon"></i>
<h3>24*7 Available</h3>
<p>Order food whenever feeling hungry, whether day or late night.</p>
</div>
<div class="col-md-4 adv">
<i class="fas fa-rupee-sign icon"></i>
<h3>Hefty Cashbacks</h3>
<p>Get discounts and cashbacks, save your money by just being at your place.</p>
</div>
<div class="col-md-4 adv">
<i class="fas fa-shipping-fast icon"></i>
<h3>Instant Delivery</h3>
<p>No long waiting, get your food before time and experience the best food.</p>
</div>
</div>
</div>
</section>
<section class="dishes">
<div class="container-fluid spl">
<div class="row">
<div class="col-lg-3 col-md-6 item-dish">
<img src="dishes/grid1.jpeg" alt="Dish1" class="dish">
</div>
<div class="col-lg-3 col-md-6 item-dish">
<img src="dishes/grid2.jpeg" alt="Dish2" class="dish">
</div>
<div class="col-lg-3 col-md-6 item-dish">
<img src="dishes/grid3.jpeg" alt="Dish3" class="dish">
</div>
<div class="col-lg-3 col-md-6 item-dish">
<img src="dishes/grid4.jpeg" alt="Dish4" class="dish">
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 item-dish">
<img src="dishes/grid5.jpeg" alt="Dish1" class="dish">
</div>
<div class="col-lg-3 col-md-6 item-dish">
<img src="dishes/grid6.jpeg" alt="Dish2" class="dish">
</div>
<div class="col-lg-3 col-md-6 item-dish">
<img src="dishes/grid7.jpeg" alt="Dish3" class="dish">
</div>
<div class="col-lg-3 col-md-6 item-dish">
<img src="dishes/grid8.jpeg" alt="Dish4" class="dish">
</div>
</div>
</div>
</section>
<section class="public-reviews">
<h1>Listen from our Customers...</h1>
<div class="container-fluid">
<div id="reviews" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<h2 class="customer-review">Excellent food with proper hygiene and on-time delivery. Just Loved it.</h2>
<img src="Customers/Puneet.jpg" alt="Puneet Thapliyal" class="customer">
<em>Puneet Thapliyal</em>
</div>
<div class="carousel-item">
<h2 class="customer-review">The perfect blend of spices and fresh veggies which provided a different touch to the meal.</h2>
<img src="Customers/Aashima.jpg" alt="Aashima" class="customer">
<em>Aashima</em>
</div>
</div>
<a class="carousel-control-prev" href="#reviews" role="button" data-slide="prev">
<span class="carousel-control-prev-icon con" aria-hidden="true"></span>
<span class="sr-only con">Previous</span>
</a>
<a class="carousel-control-next" href="#reviews" role="button" data-slide="next">
<span class="carousel-control-next-icon con" aria-hidden="true"></span>
<span class="sr-only con">Next</span>
</a>
</div>
</div>
</section>
<footer>
<i class="fab fa-instagram"></i>
<i class="fab fa-facebook"></i>
<i class="fab fa-twitter"></i>
<p class="copyright">© 2020 Yogesh Chhabra</p>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>