-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (96 loc) · 3.73 KB
/
index.html
File metadata and controls
98 lines (96 loc) · 3.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KHATMA MULTITRADERS</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Outfit:wght@100..900&family=Young+Serif&display=swap" rel="stylesheet">
<link rel="icon" href="./images/LOGO.png">
</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>
<header id="welcome-note"><h1>Welcome to our Enterprise</h1></header>
<h2 id="we">We offer:</h2>
<div id="big">
<div id="slots" class="boxes">
<img src="./images/food delivery.jpg" alt="food delivery" width="100%" id="image">
<p id="text-1"> food delivery.</p>
</div>
<div id="slots" class="boxes">
<img src="./images/web dev services.jpg" alt="web development" width="100%" id="image">
<p> Web development services.</p>
</div>
</div>
<div id="big">
<div id="slots" class="boxes">
<img src="./images/online marketing.jpg" alt="online marketing" width="100%" id="image">
<p> Online marketing of products.</p>
</div>
<div id="slots" class="boxes">
<img src="./images/Investment research.jpg" alt="investments" width="100%" id="image">
<p> Research on investments for individuals.</p>
</div>
</div>
<h2 id="we">We also sell:</h2>
<div id="big">
<div id="slots" class="boxes">
<img src="./images/computing devices.jpg" alt="computing devices" width="100%" id="image">
<p> Computing devices</p>
</div>
<div id="slots" class="boxes">
<img src="./images/vehicles selling.jpg" alt="vehicles" width="100%" id="image">
<p> Vehicles.</p>
</div>
</div>
<h3>General products like:</h3>
<div id="big">
<div id="slots" class="boxes">
<img src="./images/retailer goods.jpg" alt="Retailer goods" width="100%" id="image">
<p> *Retailer good.</p>
</div>
<div id="slots" class="boxes">
<img src="./images/wholesale goods.jpg" alt="wholesale" width="100%" id="image">
<p> *Wholesaler goods.</p>
</div>
</div>
<div class="d3">
<div id="big" >
<div id="description" class="boxes">
<h5>WE OFFER FAST AND RELIABLE SERVICES.</h5>
<h5>CHOOSE US CHOOSE THE BEST.</h5>
<h5> WE PRIOTIZE YOUR CHOICE.</h5>
</div>
<div id="description" class="d2 boxes">
<h5>Email: harrison2002sirya@gmail.com</h5>
<h5>Phone: +254716919217</h5>
<h5>Location: Msoloni,Malindi.</h5>
</div>
</div>
</div>
<div id="join-box" >
<ul id="join">
<li id="signing"><a href="sign-up.html" >Sign up</a></li>
<li id="loging"><a href="log-in.html" >Log in</a></li>
</ul>
</div>
<script src="java.js"></script>
</body>
</html>