-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
288 lines (248 loc) · 14.7 KB
/
index.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
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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- bootstrap css -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- font awesome cdn -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- custom stylesheet -->
<link rel="stylesheet" href="css/style.css">
<!-- AOS -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- Owl Carousel -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Venocyber Developers</title>
<!-- favicons -->
<link rel="icon" type="image/png" href="img/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="img/favicon-32x32.png" sizes="32x32" />
</head>
<body>
<!-- navbar -->
<header id="navigation">
<div class="container">
<nav class="navbar navbar-expand-lg bg-light fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<div class="logoBox d-inline-block align-middle">
<!-- <img src="img/seabreezeLogo.png" alt=""class="d-inline-block align-text-top"> -->
</div>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 text-center">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#contactUs">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!-- end Navbar -->
<!--Carousel section -->
<section id="home">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-controls">
<div class="carousel-indicators">
<button type="button" style="background-image: url('https://img.freepik.com/free-photo/construction-site-silhouettes_1127-3253.jpg?size=626&ext=jpg&ga=GA1.2.1573178064.1658172186&semt=robertav1_2_sidrimg/bg1.jpg');" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" style="background-image: url('img/terraceView1.png');" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" style="background-image: url('img/msasani1.png');" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<div class="carousel-inner">
<div class="carousel-item active" style="background-image: url('https://img.freepik.com/free-photo/construction-site-silhouettes_1127-3253.jpg?size=626&ext=jpg&ga=GA1.2.1573178064.1658172186&semt=robertav1_2_sidr'); background-size: cover; background-repeat: no-repeat;">
<div class="container">
<h1><span style="color: red;">Venocyber</span> Developers limited</h1>
<p class="fw-bold">Construction driven by values</p>
</div>
</div>
<div class="carousel-item" style="background-image: url('img/terraceView1.png');">
<!-- <div class="container">
<h1>Title 2</h1>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Assumenda nam architecto, sequi rem perferendis distinctio tempora maiores? Laudantium est ratione repellat. Minus, veniam suscipit cupiditate porro blanditiis accusamus asperiores recusandae?</p>
</div> -->
</div>
<div class="carousel-item" style="background-image: url('img/msasani1.png');">
<!-- <div class="container">
<h1>Title 3</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Iste ipsam, possimus odit nisi eius ea totam numquam! Voluptatum rerum asperiores at. Esse velit maiores accusamus veniam earum quaerat, dolor facere.</p>
</div> -->
</div>
</div>
</div>
</section>
<!-- End Carousel -->
<!-- Brief intro -->
<section id="aboutUs" class="my-2">
<div class="about-section">
<div class="inner-container">
<h1>About Us</h1>
<p class="text">
Venocyber Developers Ltd was started mainly to cater to the increasing demand for quality residential and commercial properties in Njombe, Tanzania and East Africa. We are known for our integrity, open communication, transparent transactions, practical solutions, original planning, unbeatable processes, and impeccable implementation.
</p>
<!-- <div class="skills">
<span>Production</span>
<span>Testing</span>
<span>Procurement</span>
</div> -->
<a href="about.html" class="btnRM">Read More</a>
</div>
</div>
</section>
<!-- End Brief Intro -->
<!-- Projects -->
<!-- Projects -->
<section id="projects">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 col-md-10 offset-md-1">
<h1 class="section-title">What we <span>construct</span></h1>
</div>
</div>
</div>
<div class="testimonial-box">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="team-slider owl-carousel">
<div class="single-box text-center">
<div class="img-area">
<img src="img/terraceView1.png" alt="" class="img-fluid">
</div>
<div class="info-area">
<h4>Residential Projects</h4>
<p>
Residential construction involves the process of building homes and housing structures, encompassing activities such as site preparation, foundation construction, building framing, installation of utilities, and interior finishing, resulting in comfortable and livable residential spaces.</p>
<a href="projects.html">Learn More</a>
</div>
</div>
<div class="single-box text-center">
<div class="img-area">
<img src="img/TwigaCement/DSC_0761.png" alt="" class="img-fluid">
</div>
<div class="info-area">
<h4>Industrial Projects</h4>
<p>
Industrial construction involves planning, structural erection, machinery installation, and adherence to safety standards, resulting in a functional and compliant industrial facility.</p>
<a href="projects.html">Learn More</a>
</div>
</div>
<!-- <div class="single-box text-center">
<div class="img-area">
<img src="img/Marhaba.png" alt="" class="img-fluid">
</div>
<div class="info-area">
<h4>Machineries & Resources</h4>
<p>Located in the heart of the city, Marhaba Residency is close to abundant facilities in Upanga. Hakimi Masjid, Annadil Burhani Sports Club, Schools, Restaurants, hospitals and polyclinics and more.</p>
<a href="">Learn More</a>
</div>
</div>
<div class="single-box text-center">
<div class="img-area">
<img src="https://simbadevelopers.co.tz/wp-content/uploads/2021/12/Slide1-7-768x476.jpg" alt="" class="img-fluid">
</div>
<div class="info-area">
<h4>Containers</h4>
<p>Ocean view apartments located in Njombe, behind NFS Plaza on Mji mwema. and nearby shopping Villa Park lodge, schools and hospitals. Equipped with many amenities and features for comfortable living.</p>
<a href="">Learn More</a>
</div>
</div> -->
<div class="single-box text-center">
<div class="img-area">
<img src="img/bg.jpeg" alt="" class="img-fluid">
</div>
<div class="info-area">
<h4>Commercial projects</h4>
<p>Commercial construction involves the process of designing and constructing buildings and structures for commercial purposes, such as offices, retail spaces, and hospitality venues, with a focus on functionality and aesthetic appeal.</p>
<a href="projects.html">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End projects -->
<!-- Contact Us -->
<section id="contactUs">
<div class="contact pb-5">
<div class="container py-5">
<div class="card">
<div class="card-body">
<h1 class="font-weight-light text-center py-5">Contact Us</h1>
<div class="row">
<div class="col-lg-6 col-md-12 col-sm-12 col-12">
<div class="row pt-3">
<div class="col-lg-1 offset-1 col-md-2 col-sm-2 col-2">
<span class="fs-3"><i class="fa-solid fa-location-dot"></i></span>
</div>
<div class="col-lg-10 col-md-9 col-sm-9 col-9">
<h3 class="font-weight-light">Find us at the office</h3>
<p>Chaugingi, Njombe, Tanzania opposite Selengo classic lodge</p>
</div>
</div>
<div class="row pt-3">
<div class="col-lg-1 offset-1 col-md-2 col-sm-2 col-2">
<span class="fs-3"><i class="fa-brands fa-whatsapp"></i></span>
</div>
<div class="col-lg-10 col-md-9 col-sm-9 col-9">
<h3 class="font-weight-light">Call or Whatsaap us</h3>
<p>Mr. Venocyber's CEO , <br>
Available from 8:30 am to 5:30 pm. <br>
<a href="https://wa.me/255683261204" target="_blank" class="mt-3 btn btn-outline-light"><i class="fa-brands fa-whatsapp"></i> +255 683 261 204</a> <br>
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 col-12">
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2478.4731057786894!2d39.28366890738458!3d-6.838881728766585!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x185c4ba8f1fc19d9%3A0x8f322ce4a77b415f!2sVenocyber%20cod3rs%20Group%20Tanzania!5e1!3m2!1sen!2stz!4v1683113012377!5m2!1sen!2stz" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact us -->
<section id="cusfoot">
<p>Copyright © Venocyber Developers</p>
<p><b>we are the African cod3rs</b></p>
</section>
<!-- Scripts -->
<!-- Jquery -->
<script src="https://code.jquery.com/jquery-3.6.1.js" integrity="sha256-3zlB5s2uwoUzrXK3BT7AX3FyvojsraNFxCc2vC/7pNI=" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- Owl carousel -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js" integrity="sha512-bPs7Ae6pVvhOSiIcyUClR7/q2OAsRiovw4vAkX+zJbw3ShAeeqezq50RIIcIURq7Oa20rW2n2q+fyXBNcU9lrw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- AOS -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- Custom js -->
<script src="js/main.js"></script>
</body>
</html>