-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
256 lines (225 loc) · 8.37 KB
/
about.html
File metadata and controls
256 lines (225 loc) · 8.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="web design">
<meta name="author" content="Dhairya Bhavsar">
<meta name="keyword" content="food ordering tp cafe.">
<title>About</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<!--Header Section start-->
<header class="d_tp_header">
<div class="d_tp_sub_header">
<a href="#" class="logo"><i class="fas fa-utensils"></i> Dhairya</a>
<form class="search-form">
<input type="text" placeholder="search here...." id="search-box">
<label for="search-box" class="fas fa-search"></label>
</form>
<div class="icons">
<div id="search-btn" class="fas fa-search"></div>
<div id="menu-btn" class="fas fa-bars"></div>
<div id="cart-btn" class="fas fa-shopping-cart" title="Order Cart"></div>
<div id="notification-btn" class="fas fa-bell" title="Notification"></div>
<div id="login-btn" class="fas fa-user"></div>
</div>
</div>
<div class="d_tp_mobile_header">
<nav class="navbar">
<a href="index.html">Home</a>
<a href="order.html">My Order</a>
<a href="about.html">About Us</a>
<a href="contact.html">Contact US</a>
<a href="#">Terms & Conditions</a>
</nav>
</div>
<!--shopping Cart List start-->
<div class="shopping-cart">
<div class="box">
<i class="fas fa-times"></i>
<img src="assets/images/cart-1.jpg" alt="">
<div class="content">
<h3>organic food</h3>
<span class="quantity">1</span>
<span class="multiply">x</span>
<span class="price">₹18.99</span>
</div>
</div>
<div class="box">
<i class="fas fa-times"></i>
<img src="assets/images/cart-2.jpg" alt="">
<div class="content">
<h3>organic food</h3>
<span class="quantity">1</span>
<span class="multiply">x</span>
<span class="price">₹18.99</span>
</div>
</div>
<div class="box">
<i class="fas fa-times"></i>
<img src="assets/images/cart-3.jpg" alt="">
<div class="content">
<h3>organic food</h3>
<span class="quantity">1</span>
<span class="multiply">x</span>
<span class="price">₹18.99</span>
</div>
</div>
<div class="box">
<i class="fas fa-times"></i>
<img src="assets/images/cart-3.jpg" alt="">
<div class="content">
<h3>organic food</h3>
<span class="quantity">1</span>
<span class="multiply">x</span>
<span class="price">₹18.99</span>
</div>
</div>
<div class="box">
<i class="fas fa-times"></i>
<img src="assets/images/cart-3.jpg" alt="">
<div class="content">
<h3>organic food</h3>
<span class="quantity">1</span>
<span class="multiply">x</span>
<span class="price">₹18.99</span>
</div>
</div>
<h3 class="total"> total : <span>56.97</span> </h3>
<a href="#" class="btn">checkout cart</a>
</div>
<!--shopping cart list end-->
<!--Notification List Box start-->
<div class="notification">
<div class="notification-box">
<p>
New Order from the user_312
</p>
<p>
Order completed from the user_3
</p>
<p>
Order rejected
</p>
</div>
</div>
<!--Notification list box end-->
</header>
<!--Header Section end-->
<!--Bottom Nav b-ar start-->
<nav class="d_tp_mobile_sub_header">
<a href="index.html" class="fas fa-home" title="home"></a>
<a href="order.html" class="fas fa-clipboard-list" title="my order"></a>
<!-- <a href="#" class="fas fa-info" title="about-us"></a>-->
<!-- <a href="#" class="fas fa-phone" title="contact-us"></a>-->
<a href="#" id="cart-mobile-btn" class="fas fa-shopping-cart" title="Order Cart"></a>
<a href="#" id="mobile-notification-btn" class="fas fa-bell" title="Notification"></a>
<a href="#" id="mobile-login-btn" class="fas fa-user"></a>
</nav>
<!--Bottom nav bar end-->
<!-- Login form start-->
<div class="login-form-container">
<div id="close-login-btn" class="fas fa-times"></div>
<div class="non-valid">
<form >
<h3>sign in</h3>
<label for="mobileNumber">Mobile Number</label>
<input type="text" required name="mobileNumber" class="box" placeholder="Enter Mobile Number" id="mobileNumber">
<input type="button" value="Validate" id="otp-send" class="btn">
</form>
</div>
<div class="valid hide">
<form action="">
<h3>Verification</h3>
<span>Your verification code is sent on +91 7405183836</span><br/>
<span>Enter the code in <span class="counter">0:30 sec</span></span>
<div class="otp-input">
<input type="text" class="box" required>
<input type="text" class="box" required>
<input type="text" class="box" required>
<input type="text" class="box" required>
<input type="text" class="box" required>
<input type="text" class="box" required>
</div>
<input type="submit" value="Verify" class="btn">
<small>Didn't Receive The Verification OTP? <a href="#">Resend Again</a></small>
</form>
</div>
</div>
<!-- Login form end-->
<!--About section start-->
<section class="about">
<div class="image">
<img src="assets/images/menu-dosa.jpg" alt="about">
</div>
<div class="content">
<span>welcome to our shop</span>
<h3>fresh and organic groceries</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Beatae vel sequi nostrum quae nobis non quaerat nisi voluptatibus recusandae reprehenderit tempore eligendi, eum quibusdam perferendis dicta, incidunt dolores nemo ex.</p>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quidem cumque molestiae blanditiis deleniti aspernatur, ab tempora quisquam sapiente commodi hic.</p>
<!-- <a href="#" class="btn">read more</a>-->
</div>
</section>
<!--About section end-->
<!--Gallery section start-->
<section class="gallery">
<h1 class="title"> our <span>gallery</span> <a href="#">view all >></a> </h1>
<div class="box-container">
<div class="box">
<img src="assets/images/menu-1.jpg" alt="">
</div>
<div class="box">
<img src="assets/images/menu-2.jpg" alt="">
</div>
<div class="box">
<img src="assets/images/menu-3.jpg" alt="">
</div>
<div class="box">
<img src="assets/images/menu-4.jpg" alt="">
</div>
</div>
</section>
<!--Gallery section end-->
<!--Footer section start-->
<section class="d_tp_footer">
<div class="box-container">
<div class="box">
<h3>our locations</h3>
<a href="#"> <i class="fas fa-map-marker-alt"></i> india </a>
<a href="#"> <i class="fas fa-map-marker-alt"></i> USA </a>
</div>
<div class="box payment-methods">
<h3>Payments Methods</h3>
<a href="#"> <img src="assets/images/google-pay.png" alt="gpay"></a>
<a href="#"> <img src="assets/images/paytm.png" alt="paytm"></a>
<a href="#"> <img src="assets/images/visa.png" alt="visa"></a>
<a href="#"> <img src="assets/images/master-card.png" alt="master-card"></a>
</div>
<div class="box">
<h3>contact info</h3>
<a href="#"> <i class="fas fa-phone"></i> +123-456-7890 </a>
<a href="#"> <i class="fas fa-phone"></i> +111-222-3333 </a>
<a href="#"> <i class="fas fa-envelope"></i> shaikhanas@gmail.com </a>
</div>
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
<a href="#" class="fab fa-pinterest"></a>
</div>
</div>
<div class="credit"> Copyrights all rights reserved </div>
</section>
<!--Footer section end-->
<!-- custom css file link -->
<script src="js/script.js"></script>
</body>
</html>