-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
41 lines (32 loc) · 1.14 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
<!DOCTYPE html>
<html>
<head>
<title>About US</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="head">
<header><img class="logo" src="logo.png">GeeksMart</header>
<div class="menu">
<ul>
<li><a href="index.html">Home</li>
<li>Services</li>
<li><a href="about.html">About Us</li>
<li>Contact Us</li>
</ul>
</div>
</diV>
<h1 class="about">ABOUT US</h1>
<section><img class="aboutlogo" src="about.png">
<div class="aboutbdy">
<p>
Welcome to GeeksMart, your number one source for all fashion products. We're dedicated to providing you the quality products, with an emphasis on quick delivery, easy support with best price. <br><br>
Founded in 2020 by Abhinandan, GeeksMart has come a long way from its beginnings in Jalandhar. When Abhinandan first started out, his passion for best quality products at cheap price drove them to start their own business.<br><br>
We hope you enjoy our products as much as we enjoy offering them to you. If you have any questions or comments, please don't hesitate to contact us.
<br><br>
Sincerely,<br><br>
GeeksMart team
</p>
</div>
</body>
</html>