-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout us.html
59 lines (51 loc) · 2.09 KB
/
about us.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="about us.css">
<style>
.image-row {
display: flex;
justify-content: center;
align-items: center;
width: 420px;
height: 297px;
}
.text-row {
text-align: center;
padding: 20px;
}
.text-row p {
margin: 0;
}
</style>
</head>
<body>
<header>
<div>
<img class="logo" src="images/logohe.JPG">
<h1>HELSAKE ENTERPRISES</h1>
</div>
<nav class="nav-links">
<ul>
<li><a href="Index.html">HOME</a></li>
<li><a href="about us.html">ABOUT US</a></li>
<li><a href="products.html">PRODUCTS</a></li>
<li><a href="services.html">SERVICES</a></li>
<li><a href="Become a Patner.html">BECOME A PATNER</a></li>
</ul>
</nav>
</header>
<div class="main">
<div class="image-row">
<img class="logo" src="images/Access Control Time Attendance Machine Fingerprint_Password_Card Recognition Time Clock with 2_4 Inch Display Screen Employee Checking-in Recorder Multi-language Support U Disk Export Report, Black.jpeg" style="width: 297px; height: 420px;">
</div>
<div class="text-row">
<p>HELSAK ENTERPRISES LIMITED is a registered Company in Tanzania since 13th, February 2013, in Telecommunication & Security Systems. Our company has over ten (10) years’ experience in the supply, installation and maintenance of Electronic Systems particularly in Telecommunication, Sound/Audio Visual and Security systems., and has completed over 80 projects in Tanzania. Helsak Enterprises Ltd personnel and other resources are being utilised on over several projects. Our activities cover whole range of Telecommunication, ICT and Security systems specialist Contractor. Helsak Enterprises Ltd has shaped to take</p>
</div>
</div>
<footer>
<p>© 2024 HELSAK ENTERPRISES. All Rights Reserved.</p>
</footer>
</body>
</html>