-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.php
193 lines (176 loc) · 8.03 KB
/
home.php
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
<?php
echo '<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/d1.jpg" 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 onclick="loadPage(\'projects.php\')"><a 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 onclick="loadPage(\'projects.php\')"><a href="#" 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 3</h5>
<p class="text-white">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quasi exercitationem labore, nesciunt quibusdam doloremque suscipit!</p>
<p onclick="loadPage(\'projects.php\')"><a href="#" 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">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>