-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
69 lines (69 loc) · 3.28 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
64
65
66
67
68
69
<!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">
<title>About us page</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<header class="header">
<img class="company_logo" src="company logo.png" width=15% height=15%>
</header>
<nav class="navigation">
<a class="home" href="index.html">Home</a>
<a class="products"href="">Products</a>
<a class="category"href="">Category</a>
<a class="about" href="about.html">About us</a>
<a class="contact"href="contact.html">Contact us</a>
<!-- <a class="search" href="">Search</a> -->
<a class="cart"href=""><img src="addtocart.png" width=3% height=3%></a>
</nav><br><br><br><br>
<div class="main_div">
<p class="about_us">About Us</p>
<img class="company_logo_about" src="company logo.png" width="200px" height="200px">
<p class="bharat"><b>BHARAT a Quicker service </b>is platform which helps small retailers to take high profits from their Products as well as helps customers to get Products in Less price than market<br><br></p>
<p class="social_media">Visit Our Social media Sites for More Information and daily updates about us.</p>
<img src="Assets/Multimedia/images/instagram.png" width="20px" height="20px"><span>: INSTAGRAM LINK of Company</span><br><br>
<img src="Assets/Multimedia/images/facebook.png" width="20px" height="20px"><span>: FACEBOOK LINK of Company </span><br><br>
<img src="Assets/Multimedia/images/linkedin.png" width="20px" height="20px"><span>: LinkedIn ID</span><br><br>
<img src="Assets/Multimedia/images/email.png" width="20px" height="20px"><span>: [email protected]</span> <br><br>
</div>
<footer class="footer">
<div>
<img class="footer_image" src="company logo.png" width="150px" height="150px">
</div>
<div class="table_div">
<table>
<tr>
<th class="quick_link row1">Quick Links</th>
<th class="new_product row2">New Products</th>
<th class="support row3">Support</th>
</tr>
<tr>
<th><a class="row1" href="about.html">About us</a></th>
<th><a class="row2" href="category_womans_collection.html">Woman Clothes</a></th>
<th><a class="row3" href="">FAQ's</a></th>
</tr>
<tr>
<th><a class="row1" href="">Offers and discounts</a></th>
<th><a class="row2" href="">Fashion Accessiores</a></th>
<th><a class="row3" href="">Terms and conditions</a></th>
</tr>
<tr>
<th><a class="row1" href="">Get Coupon</a></th>
<th><a class="row2"href="category_mans_collection.html">Man Accessories</a></th>
<th><a class="row3" href="">Privacy policy</a></th>
</tr>
<tr>
<th><a class="row1" href="contact.html">Contact us</a></th>
<th><a class="row2" href="">Rubber made toys</a></th>
<th><a class="row3"href="">Report a payement issue</a></th>
</tr>
</table>
</div>
</footer>
<p class="copyright">Copyright © 2022 Bharat</p>
</body>
</html>