-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
63 lines (51 loc) · 2.52 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Responsive E-Commerce Website</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<div class="logo">
<img src="logo.png"></div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="shopnow.html">Products</a></li>
<li><a href="about.html">About</a></li>
<li><a href="productpur.html">Contact</a></li>
</ul>
<div class="cart">
<a href="cart.html">Cart </a>
<img src="cart.png">
</div>
</nav>
</header>
<body>
<div class="container1">
<h1>About Us </h1>
<p>We are a hyper-local delivery service which is solely focused on stationery goods. We aim to deliver the goods through our services to our potential customers in a way of doorstep delivery.
We have a motive of helping people to reach out for their stationery goods(especially the educational sector and the corporate people), so that they can have the proper goods according to their needs at a fixed delivery price of Rs 29 per delivery, at a maximum time of 2 hours, in the working hours from 8 am to 10 pm.
The buyers can also reach out to our website for ordering their desired goods and as well as grab some amazing offers and deals through it, such as some goods available at lower price than the market price.
We have tied-up to the most of the popular shops of the city Jabalpur, if the customer demands products from a specific shop itself.
We also offer some special services to our customers, of covering up of books and notebooks as per their needs and completion of the assignments taking into consideration their demands and creative expectations.
</p>
</div>
<footer>
<div class="container2">
<h4>Find Us </h4>
<p>Plot No.93, JDA Scheme No. 5, Deendayal Chowk, Vijaynagar, Jabalpur -482002, Madhya Pradesh , India
</p>
<h4> Call Us </h4>
<p>9329885817
<h4>Mail Us </h4>
<p>[email protected] </p>
<p>© 2024 starial.in. All rights reserved.</p>
<a href="footer.html">privacy policy </a>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>