-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
195 lines (180 loc) · 9.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CoilBit Tech Company - Web Solutions</title>
<meta charset="UTF-8">
<meta name="description" content="CoilBit is a Burundi-based company that develops websites, mobile apps, console applications and networking solutions.">
<meta name="keywords" content="Web and App Development, Network and Social Media Solutions">
<meta name="author" content="Kirogodye">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./images/coilbit.png" type="image/x-icon">
<!-- linking css file -->
<link rel="stylesheet" href="style.css">
<!-- bootstrap CDN -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- font awesome -->
<script src="https://kit.fontawesome.com/31149d48b0.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg fixed-top navbar-dark navbarScroll" id="header">
<div class="container">
<a class="navbar-brand" href="#"><img src="./images/coilbit.png" alt="Coilbit" width="50px"></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">
<li class="nav-item active">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- main banner -->
<section class="bgimage" id="home">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hero-text">
<p class="hero_title">CoilBit</p>
<p class="hero_desc">Built instead of destroying</p>
</div>
</div>
</div>
</section>
<!-- about section-->
<section id="about">
<div class="container mt-4 pt-4">
<h1 class="text-center">About Us</h1>
<div class="row mt-4">
<div class="col-lg-4">
<img src="images/coilbit.png" class="imageAboutPage" alt="coilbit">
</div>
<div class="col-lg-8">
<p> CoilBit is a Burundi-based company that develops websites, mobile apps, console applications and networking solutions.
<!-- <span class="ceo">kirogodye</span>
<img class="img_ceo" src="./images/kirogodye.jpg" alt="kirogodye"> -->
</p>
<!-- <div class="row mt-3">
<p>kirogodye is a web and mobile application developer who was born in the East of the country studied and graduated in electronics and computer maintenance at the Polytechnic University of Gitega
</p>
</div> -->
</div>
</div>
</section>
<!-- services section-->
<section id="services">
<div class="container">
<h1 class="text-center">Services</h1>
<div class="row">
<div class="col-lg-4 mt-4">
<div class="card servicesText">
<div class="card-body">
<i class="fas servicesIcon fa-clock"></i>
<h4 class="card-title mt-3">Website Development</h4>
<p class="card-text mt-3">Some quick example text to build on the card title and make up the bulk of the card's content.
Some quick example text to build on the card title and make up the bulk of the card's content.
</p>
</div>
</div>
</div>
<div class="col-lg-4 mt-4">
<div class="card servicesText">
<div class="card-body">
<i class='fas servicesIcon fa-layer-group'></i>
<h4 class="card-title mt-3">Website Design</h4>
<p class="card-text mt-3">Some quick example text to build on the card title and make up the bulk of the card's content.
Some quick example text to build on the card title and make up the bulk of the card's content.
</p>
</div>
</div>
</div>
<div class="col-lg-4 mt-4">
<div class="card servicesText">
<div class="card-body">
<i class='far servicesIcon fa-check-circle'></i>
<h4 class="card-title mt-3">Website Deployment</h4>
<p class="card-text mt-3">Some quick example text to build on the card title and make up the bulk of the card's content.
Some quick example text to build on the card title and make up the bulk of the card's content.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- portfolio section-->
<section id="portfolio">
<div class="container mt-3">
<h1 class="text-center">Portfolio</h1>
<div class="work">
<img src="./images/inkinolive.png" alt="inkino" width="150px">
<h2>InkinoLive</h2>
<p style="text-align: left; padding:2px;">INKINOLIVE is a WebApp based in Burundi and it help peoples around the World to get news from Burundians Sports live and archive.</p>
<a href="https://www.inkinolive.com/" target="_blank" class="project_inkino"><button>Open</button></a>
</div>
</div>
</section>
<!-- contact section-->
<section id="contact">
<div class="container mt-3 contactContent">
<h1 class="text-center">Contact Us</h1>
<div class="row mt-4">
<div class="col-lg-6">
<!-- to edit google map goto https://www.embed-map.com type your location, generate html code and copy the html -->
<div style="max-width:100%;overflow:hidden;color:red;width:500px;height:500px;">
<div id="embedmap-canvas" style="height:100%; width:100%;max-width:100%;">
<iframe style="height:100%;width:100%;border:0;" frameborder="0" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d254903.31855854334!2d29.786827023328577!3d-3.3832999999999886!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x19c145c022e8cfd3%3A0xc18b6f8c0ce33dfd!2sRango%2C%20Birohe!5e0!3m2!1sfr!2sbi!4v1679021586022!5m2!1sfr!2sbi" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
<a class="googlemaps-html" href="https://www.embed-map.com" id="get-data-forembedmap">https://www.embed-map.com</a>
<style>#embedmap-canvas img{max-width:none!important;background:none!important;font-size: inherit;font-weight:inherit;}
</style>
</div>
</div>
<div class="col-lg-6">
<!-- form fields -->
<form action="" method="post">
<label for="email">Email</label>
<a style="text-decoration: none;" class="form-control mt-3" href="mailto:coilbit@coilbit.com">Coilbit@coilbit.com</a>
<label for="email">Contact</label>
<a style="text-decoration: none;" class="form-control mt-3" href="tel:+25771812038">+25771812038</a>
</form>
</div>
</div>
</div>
</section>
<!-- footer section-->
<footer id="footer">
<div class="container-fluid">
<!-- social media icons -->
<div class="social-icons mt-4">
<a href="https://www.facebook.com/coilbitbdi" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/coilbit" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.twitter.com/coilbit" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/coilbit" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://www.github.com/coilbit" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
<p align="center" class="copyright">© Copyright 2022-2023
| <strong>COILBIT. <i>All Rights reserved.</i></strong>
</p>
</footer>
<!-- load javascript after loading all html content -->
<script src="script/script.js"></script>
</body>
</html>