-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathallabout.html
More file actions
72 lines (72 loc) · 2.54 KB
/
allabout.html
File metadata and controls
72 lines (72 loc) · 2.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="shortcut icon" href="images/LOGO.png" type="image/x-icon">
<link rel="stylesheet" href="about.css">
</head>
<body>
<div id="main-container">
<div id="dropdown">
<img src="images/LOGO.png" alt="Logo" width="100%" height="100%" id="logo-icon">
</div>
<div id="icon-menu">
<div id="harmbarger">
<img src="images/Humburger-Menu.png" alt="harmburger menu icon" width="50%" height="50%" id="harmburger-icon">
</div>
<div id="nav">
<ul id="navlist">
<li id="list-items" ><a href="index.html" >Home</a></li>
<li id="list-items" ><a href="contact.html" >Contact</a></li>
<li id="list-items" ><a href="allabout.html" >About</a></li>
</ul>
</div>
</div>
</div>
<div id="main-c">
<header>
<h1>
KHATMA MULTITRADERS
</h1>
</header>
<div class="main">
<div class="sub-main">
<h2>
Meaning
</h2>
<p>
It is a platform that was developed to mitigate the issue of guessing where to get all basic needs.
It was found to help everyone find basic requirements at ease.
</p>
</div>
<div class="sub-main">
<h2>
It's Goal
</h2>
<p>
It's aims at providing fast, reliable and best services mentioned and any other that is on demand.
Provision of goods at affordable prices and easy step to get it done.
</p>
</div>
<div class="sub-main">
<h2>
MISSION
</h2>
<p>
Be the best servive provider by satisfying the customers needs and ensure integrity everywhere.
</p>
</div>
<div class="sub-main" id="Motto">
<h2>
Motto:
</h2>
<p>
Integrity and honest for customer satisfaction.
</p>
</div>
</div>
</div>
</body>
</html>