-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
225 lines (204 loc) · 5.33 KB
/
index.html
File metadata and controls
225 lines (204 loc) · 5.33 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sirius-MTP Marketplace</title>
<style>
body {
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #1e1e1e;
color: #f5f5f5;
}
header {
background: linear-gradient(to right, #d4af37, #2c2c2c);
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 2rem;
}
.logo {
display: flex;
align-items: center;
gap: 10px;
}
.logo img {
height: 80px;
}
nav ul {
list-style: none;
display: flex;
gap: 20px;
margin: 0;
padding: 0;
}
nav a {
text-decoration: none;
color: #fff;
font-weight: bold;
}
.container {
padding: 2rem;
}
.promo {
display: flex;
gap: 2rem;
margin-bottom: 2rem;
}
.promo img {
width: 48%;
height: 150px;
object-fit: cover;
border-radius: 8px;
}
.products {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1.5rem;
}
.product-card {
background: #2d2d2d;
padding: 1rem;
border-radius: 8px;
transition: transform 0.2s;
}
.product-card:hover {
transform: scale(1.02);
}
.product-card img {
width: 100%;
height: 180px;
object-fit: cover;
border-radius: 5px;
margin-bottom: 0.5rem;
}
.product-card h3 {
color: #d4af37;
margin-bottom: 0.5rem;
}
.product-card p {
margin: 0.2rem 0;
}
.product-card a {
display: inline-block;
margin-top: 1rem;
color: #d4af37;
text-decoration: underline;
}
footer {
background: #121212;
text-align: center;
padding: 1rem;
margin-top: 3rem;
color: #aaa;
}
@media (max-width: 600px) {
.promo {
flex-direction: column;
}
.promo img {
width: 100%;
}
}
</style>
</head>
<body>
<header>
<div class="logo">
<img src="logo.JPG" alt="Sirius Logo" />
<h1>Sirius-MTP Marketplace</h1>
</div>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#products">Products</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<div class="container">
<section class="promo">
<img src="Promo1.png" alt="Promotion 1" />
<img src="promo2.jpeg" alt="Promotion 2" />
</section>
<section id="products" class="products">
<!-- 10 items here already -->
<!-- Add 10 more items -->
<div class="product-card">
<img src="EarMuffs.jpeg" alt="Noise-Cancelling Earmuffs">
<h3>Noise-Cancelling Earmuffs</h3>
<p>Qty: 180</p>
<p>Price: ZMW 115.00</p>
<a href="item11.html">View Details</a>
</div>
<div class="product-card">
<img src="Firstaidkit.jpeg" alt="Portable First Aid Kit">
<h3>Portable First Aid Kit</h3>
<p>Qty: 300</p>
<p>Price: ZMW 250.00</p>
<a href="item12.html">View Details</a>
</div>
<div class="product-card">
<img src="helmet.jpeg" alt="Helmet Lamp Combo">
<h3>Helmet Lamp Combo</h3>
<p>Qty: 140</p>
<p>Price: ZMW 450.00</p>
<a href="item13.html">View Details</a>
</div>
<div class="product-card">
<img src="facemask.jpeg" alt="Dual Cartridge Respirator">
<h3>Dual Cartridge Respirator</h3>
<p>Qty: 85</p>
<p>Price: ZMW 620.00</p>
<a href="item14.html">View Details</a>
</div>
<div class="product-card">
<img src="inspectionmirror.jpeg" alt="Inspection Mirror">
<h3>Inspection Mirror</h3>
<p>Qty: 70</p>
<p>Price: ZMW 310.00</p>
<a href="item15.html">View Details</a>
</div>
<div class="product-card">
<img src="kneepads.jpeg" alt="Work Knee Pads">
<h3>Work Knee Pads</h3>
<p>Qty: 160</p>
<p>Price: ZMW 85.00</p>
<a href="item16.html">View Details</a>
</div>
<div class="product-card">
<img src="Safetyline.jpeg" alt="Rope Lanyard Safety Line">
<h3>Rope Lanyard Safety Line</h3>
<p>Qty: 110</p>
<p>Price: ZMW 290.00</p>
<a href="item17.html">View Details</a>
</div>
<div class="product-card">
<img src="toolbelt.jpeg" alt="Heavy Duty Tool Belt">
<h3>Heavy Duty Tool Belt</h3>
<p>Qty: 130</p>
<p>Price: ZMW 375.00</p>
<a href="item18.html">View Details</a>
</div>
<div class="product-card">
<img src="tacticallight .jpeg" alt="LED Tactical Flashlight">
<h3>LED Tactical Flashlight</h3>
<p>Qty: 220</p>
<p>Price: ZMW 150.00</p>
<a href="item19.html">View Details</a>
</div>
<div class="product-card">
<img src="backsupport .jpeg" alt="Adjustable Back Support Belt">
<h3>Adjustable Back Support Belt</h3>
<p>Qty: 100</p>
<p>Price: ZMW 490.00</p>
<a href="item20.html">View Details</a>
</div>
</section>
</div>
<footer>
© 2025 Sirius-MTP | Marketplace powered by MD Technologies
</footer>
</body>
</html>