-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
382 lines (321 loc) · 20.3 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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BAKAME Coders</title>
<link rel="stylesheet" href="style.css">
<!-- css for team -->
<!-- <link rel="stylesheet" href="files/team.css"> -->
<!-- <link rel="stylesheet" href="files/bootstrap.css"> -->
<link rel="stylesheet" href="files/lightbox.css">
<link rel="stylesheet" href="files/font-awesome.css">
<!-- <link rel="stylesheet" href="files/about.css"> -->
<link rel="stylesheet" href="files/project.css">
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital@1&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="files/rounded2.png" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="files/service.css">
<link rel="stylesheet" href="files/style-starter.css">
<!-- Font Awesome CDN-->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
<!-- Google Font -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<!-- include offline bootstrap -->
<link rel="stylesheet" href="files/lib/bs.css">
</head>
<body>
<header>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="files/bg2.png" width="100" height="100">
</a>
<div class="text-white fs-2 header-title d-lg-none">BAKAME Coders</div>
<br>
<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="text-white fs-2 header-title-pc d-none d-lg-block d-flex-none">BAKAME-Coders</div>
<br>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link clickable" aria-current="page" onclick="loadPage('home.php')"><i class="bi bi-house"></i> Home</a>
</li>
<li class="nav-item">
<a class="nav-link clickable" aria-current="page" onclick="loadPage('about.php')"><i class="bi bi-journal-text"></i> About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" onclick="loadPage('services.php')"><i class="bi bi-database-fill-check"></i> Services</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="project.html"><i class="bi bi-laptop"></i> Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" onclick="loadPage('team.php')"><i class="bi bi-people-fill"></i> Team</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="contact.html"><i class="bi bi-telephone-fill"></i> Contact Us</a>
</li>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit"><i class="bi bi-search"></i></button>
</form>
</div>
</div>
</nav>
</header>
<main class="">
<center>
<div id="contents">
<div class="home">
<div class="row top-div">
<div class="col-lg-6 col-sm-12 hero">
<h1 class="text-white hero-title d-none d-md-block">BAKAME Coders</h1>
<p class="hero-text text-white d-none d-md-block">
Since 2023, we are leading coding company in Rwanda. <br>
We transform businesses with powerful and flexible Digital Solutions that satisify Needs <br> for Today and Unlock Opportunities
for Tomorrow!
</p>
<p class="hero-text-phone text-white d-md-none">
<br><br><br><br>
Since 2023, we are leading coding company in Rwanda. <br>
We transform businesses with powerful and flexible Digital Solutions that satisify Needs <br> for Today and Unlock Opportunities
for Tomorrow!
<br><br><br><br><br>
</p>
</div>
<div class="col-lg-6 col-sm-12 my-2 ">
<p style="font-size: 20px; font-weight: bold; ">Welcome to Bakame Coders - Where Innovation Meets Excellence!</p>
<div id="carouselExampleCaptions" class="carousel slide">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="files/images/bg2.jpeg" class="d-block w-100" alt="...">
<div class="carousel-caption">
<h5>Project 1</h5>
<p class="text-white">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quasi exercitationem labore, nesciunt quibusdam doloremque suscipit!</p>
<p><a href="project.html" class="btn btn-warning mt-3">More</a></p>
</div>
</div>
<div class="carousel-item">
<img src="files/images/d1.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption">
<h5>Project 2</h5>
<p class="text-white">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quasi exercitationem labore, nesciunt quibusdam doloremque suscipit!</p>
<p><a href="project.html" class="btn btn-warning mt-3">More</a></p>
</div>
</div>
<div class="carousel-item">
<img src="files/images/bg1.jpeg" class="d-block w-100" alt="...">
<div class="carousel-caption">
<h5>Project 3</h5>
<p class="text-white">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quasi exercitationem labore, nesciunt quibusdam doloremque suscipit!</p>
<p><a href="project.html" class="btn btn-warning mt-3">More</a></p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" 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="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<p class="fs-3 mt-2 clickable" onclick="loadPage('services.php')"> OUR SERVICES</p>
<div class="row">
<div class="column">
<div class="card">
<div class="icon-wrapper">
<i class="fas fa-code"></i>
</div>
<h3>Web developmet</h3>
<p>
We help personal and big company to develop their
reponsive and morden website ad we have experience in this field.
</p>
</div>
</div>
<div class="column">
<div class="card">
<div class="icon-wrapper">
<i class="fas fa-laptop-code"></i>
</div>
<h3>app development</h3>
<p>
our passion in to centerlize all everything of our level.
we help to develop many applications of user choice.
</p>
</div>
</div>
<div class="column">
<div class="card">
<div class="icon-wrapper">
<i class="fas fa-photo-video"></i>
</div>
<h3>logo design</h3>
<p>
personal and company need to have their logo.
we are expert in this field so hiring us if you need it.
</p>
</div>
</div>
<div class="column">
<div class="card">
<div class="icon-wrapper">
<i class="fas fa-pencil"></i>
</div>
<h3>content writting</h3>
<p>
we are here to help you to create and write
content of given certain thing.
</p>
</div>
</div>
<div class="column">
<div class="card">
<div class="icon-wrapper">
<i class="fas fa-code-branch"></i>
</div>
<h3>software analyses</h3>
<p>
</p>we can help you analyse and make report of your
software that can be easy to present to your customer.
</div>
</div>
<div class="column">
<div class="card">
<div class="icon-wrapper">
<i class="fas fa-book-reader"></i>
</div>
<h3>Software documentation</h3>
<p>
we can help you to make documentation of
softaware to help user to get information about software.
</p>
</div>
</div>
<div class="column">
<div class="card">
<div class="icon-wrapper">
<i class="fas fa-pencil"></i>
</div>
<h3>system Re-engineering</h3>
<p>
As young and talented developer we help company
with system problems to achive to modern system and webites.
</p>
</div>
</div>
<div class="column">
<div class="card">
<div class="icon-wrapper">
<i class="fas fa-pencil"></i>
</div>
<h3>coding coaching</h3>
<p>
for customer who are interested in coding and ICT we are here to help you from zero up to hero
</p>
</div>
</div>
<div class="column">
<div class="card">
<div class="icon-wrapper">
<i class="fas fa-pencil"></i>
</div>
<h3>Game development</h3>
<p>
we have many expert in game development who are able to code any customer idea into interactive game of your choice
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</center>
</main>
<footer class="bg-dark">
<div class="row container-fluid text-white py-5">
<div class="col-lg-4 col-md-6 col-sm-12 text-center"><b><div class="footer-title">BAKAME Coders</div></b><br>
<p class="text-center ps-2">
<img src="files/nobg.png" alt="" width="150" height="150"> <br>
Welcome to Bakame Coders - Where Innovation Meets Excellence! <br><br>
</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 text-center"><b><div class="footer-title">Our Location</div></b><br>
<br>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d842.4087610974046!2d30.063032121378935!3d-1.9583473445615578!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x19dca53a18f55547%3A0x39567bcb8df1d1d8!2sBakame%20Coders%20HQ!5e1!3m2!1sen!2srw!4v1690011601010!5m2!1sen!2srw" width="95%" height="200" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="col-lg-2 col-md-6 col-sm-12 text-center"><b><div class="footer-title">Quick Links</div></b><br>
<p class="">
<ul class="text-center list-unstyled text-decoration-none">
<li class="py-2">
<a class="bottom-nav text-decoration-none" aria-current="page" onclick="loadPage('home.php')"><i>Home</i></a>
</li>
<li class="py-2">
<a class="bottom-nav text-decoration-none" aria-current="page" onclick="loadPage('about.php')">About Us</a>
</li>
<li class="py-2">
<a class="bottom-nav text-decoration-none" aria-current="page" onclick="loadPage('services.php')">Services</a>
</li>
<li class="py-2">
<a class="bottom-nav text-decoration-none" aria-current="page" onclick="loadPage('projects.php')">Projects</a>
</li>
<li class="py-2">
<a class="bottom-nav text-decoration-none" aria-current="page" onclick="loadPage('team.php')">Team</a>
</li>
<li class="py-2">
<a class="bottom-nav text-decoration-none" aria-current="page" onclick="loadPage('contact.php')">Contact Us</a>
</li>
</ul>
</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 text-center"><b><div class="footer-title">Contact Us!</div></b><br>
<p class="pt-4 ps-2">
<i class="bi bi-file-code-fill"></i> Bakame Coders <br>
<i class="bi bi-geo-alt-fill"></i> Kigali - Rwanda <br>
</p>
<p class="pt-4 text-center">
<a href="mailto:[email protected]"><i class="bi bi-envelope"></i></a>
<a href="https://wa.me/250735177666"><i class="bi bi-whatsapp"></i></a>
<a href="https://github.com/bakamecoders"><i class="bi bi-github"></i></a>
<a href="https://instagram.com/bakamecoders"><i class="bi bi-instagram"></i></a>
<a href="https://www.threads.net/@bakamecoders"><i class="bi bi-6-circle"></i></a>
<a href="https://twitter.com/bakamecoders"><i class="bi bi-twitter"></i></a>
<a href="https://twitter.com/bakamecoders"><i class="bi bi-facebook"></i></a>
</p>
</div>
</div>
<div class="row text-center text-white">
<div class="col-12">
<p><center> Copyright 2023 All right reserved | Bakame Coders</center></p>
</div>
</div>
</footer>
<script src="js.js"></script>
<script src="files/lib/bs.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</body>
</html>