-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
325 lines (280 loc) · 13.1 KB
/
index.html
File metadata and controls
325 lines (280 loc) · 13.1 KB
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
<!DOCTYPE html>
<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">
<!-- cdn fonawsam -->
<script src="https://kit.fontawesome.com/3477ae541c.js" crossorigin="anonymous"></script>
<!-- swipper cdn -->
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css"/>
<link rel="stylesheet" href="css/style.css">
<title>BIO INNOVATION</title>
</head>
<body>
<!-- header -->
<header class="header">
<a href="#home" class="logo">BIO INNOVATION</a>
<nav class="navbar">
<a href="#home">home</a>
<a href="#about">about</a>
<a href="#services">Projects</a>
<a href="#team">team</a>
<a href="#contact">contact</a>
</nav>
<i class="fa-solid fa-bars"></i>
</header>
<!-- /header -->
<!-- home -->
<div class="home" id="home">
<div class="swiper home-slid">
<div class="swiper-wrapper carousel-item">
<div class="swiper-slide box carousel-item">
<div class="image">
<img src="img/hero-carousel/1.jpeg" alt="image">
</div>
<div class="content">
<h3>Biological innovations</h3>
<p>refer to advancements and discoveries in the field of biology and its related areas, leading to new technologies and treatments.</p>
</div>
</div>
<div class="swiper-slide box carousel-item">
<div class="image">
<img src="img/hero-carousel/2.png" alt="image">
</div>
<div class="content">
<p>Examples include genetic engineering, regenerative medicine, and synthetic biology.</p>
</div>
</div>
<div class="swiper-slide box carousel-item">
<div class="image">
<img src="img/hero-carousel/3.png" alt="image">
</div>
<div class="content">
<p>These innovations have immense potential to improve human health and the environment.</p>
</div>
</div>
</div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</div>
<!-- /home -->
<!-- about -->
<section class="about" id="about">
<div class="heading">
<h2>about US</h2>
<div></div>
</div>
<div class="box">
<div class="image">
<img src="img/about/1.png" alt="image">
</div>
<div class="content">
<p>We are a club focused on biological innovations, utilizing the latest developments in biology and biotechnology to create cutting-edge products and services. We are committed to using our knowledge and resources to make a positive impact on the world. we strive to innovate in the biological field.</p>
</div>
</div>
</section>
<!-- /about -->
<!-- services -->
<section class="services" id="services">
<div class="heading">
<h2>our projects </h2>
<div></div>
</div>
<div class="row">
<div class="box">
<div class="image">
<img src="img/projects/composte.webp" alt="image">
</div>
<h3>
composting
</h3>
<p>Composting is the process of breaking down organic material, such as food scraps and yard waste, into nutrient-rich soil amendment called compost. It can be done in various methods, traditional or modern. The finished compost can be used to improve soil fertility and structure and it also helps to reduce waste sent to landfills and captures carbon, making it an environmentally friendly way to manage organic waste.</p>
</div>
<div class="box">
<div class="image">
<img src="img/projects/Radiant-systems.jpg" alt="image">
</div>
<h3>
Hydroponic systems
</h3>
<p>Hydroponic systems are methods of growing plants without soil, using mineral nutrient solutions in a water solvent. The roots of the plants are supported by an inert growing medium such as perlite, coconut coir, or vermiculite. These systems offer numerous advantages over traditional soil-based agriculture, including increased control over growing conditions, reduced water usage, and increased yields.</p>
</div>
<!-- <div class="box">
<div class="image">
<img src="img/projects/composte.webp" alt="image">
</div>
<h3>
Wordpress Developer
</h3>
<p>will have to make sure the prototype looks finished by inserting text or photo.make sure the prototype looks finished by.</p>
</div>-->
</div>
</section>
<!-- /services -->
<!-- team -->
<div class="team" id="team">
<div class="heading">
<h2>our team </h2>
<div></div>
</div>
<div class="row">
<div class="swiper team-slider">
<div class="swiper-wrapper">
<div class="swiper-slide box">
<div class="content">
<h3>Houssem Khammassi</h3>
<p>Chair</p>
</div>
<div class="image">
<img src="img/testimonials/11.jpg" alt="image">
</div>
</div>
<div class="swiper-slide box">
<div class="content">
<h3>Doursaf Chtioui</h3>
<p>Vice-Chair</p>
</div>
<div class="image">
<img src="img/testimonials/2.jpg" alt="image">
</div>
</div>
<div class="swiper-slide box">
<div class="content">
<h3>Ahlem Hammemi</h3>
<p>Human Resources</p>
</div>
<div class="image">
<img src="img/testimonials/3.jpg" alt="image">
</div>
</div>
<div class="swiper-slide box">
<div class="content">
<h3>Bilel Ben Slim</h3>
<p>Logistics Manager</p>
</div>
<div class="image">
<img src="img/testimonials/7.jpg" alt="image">
</div>
</div>
<div class="swiper-slide box">
<div class="content">
<h3>Firas Barkia</h3>
<p>Project Manager</p>
</div>
<div class="image">
<img src="img/testimonials/10.jpg" alt="image">
</div>
</div>
<div class="swiper-slide box">
<div class="content">
<h3>Chahine Harrabi</h3>
<p>Sponsoring Manager</p>
</div>
<div class="image">
<img src="img/testimonials/4.jpg" alt="image">
</div>
</div>
<div class="swiper-slide box">
<div class="content">
<h3>Bouthaina Menaa</h3>
<p>Media Manager</p>
</div>
<div class="image">
<img src="img/testimonials/1.jpg" alt="image">
</div>
</div>
<div class="swiper-slide box">
<div class="content">
<h3>Samar Bartakis</h3>
<p>Marketing Manager</p>
</div>
<div class="image">
<img src="img/testimonials/5.jpg" alt="image">
</div>
</div>
<div class="swiper-slide box">
<div class="content">
<h3>Slim Mefteh</h3>
<p>Media Assistant</p>
</div>
<div class="image">
<img src="img/testimonials/6.jpg" alt="image">
</div>
</div>
<div class="swiper-slide box">
<div class="content">
<h3>Hadil Jallouli</h3>
<p>Vice Logistique</p>
</div>
<div class="image">
<img src="img/testimonials/8.jpg" alt="image">
</div>
</div>
<div class="swiper-slide box">
<div class="content">
<h3>Linda Rouissi</h3>
<p>Vice Sponsoring</p>
</div>
<div class="image">
<img src="img/testimonials/9.jpg" alt="image">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- team -->
<!-- .contact -->
<section class="contact" id="contact">
<div class="heading">
<h2>contact us</h2>
<div></div>
</div>
<div class="box">
<div class="content">
<i class="fa-solid fa-mobile-screen"></i>
<div>+216 54 916 574</div>
</div>
<div class="content">
<i class="fa-solid fa-envelope"></i>
<div>email: bbioinnovation@gmail.com</div>
</div>
<div class="content">
<i class="fa-solid fa-location-dot"></i>
<div>location: Route Soukra km 3.5, Faculté des sciences , Sfax, Tunisia</div>
</div>
</div>
<div class="row">
<div class="ifarm">
<iframe src="https://maps.google.com/maps?q=Facult%C3%A9%20des%20sciences%20de%20Sfax&t=&z=13&ie=UTF8&iwloc=&output=embed" width="550" height="430" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="form-c">
<form method="post" data-netlify="true" name="contact">
<input type="text" placeholder="name" name="name">
<input type="email" placeholder="email" name="email">
<input type="number" placeholder="phone">
<textarea name="message" id="" cols="30" rows="10" name="message"></textarea>
<button type="submit">send message</button>
</form>
</div>
</div>
</section>
<!-- /contact -->
<!-- footer -->
<footer class="footer">
<div class="content">
<h3>Bio Innovation</h3>
<p>Inspiring growth in bio innovation, together</p>
<div class="shar">
<a href="https://www.facebook.com/profile.php?id=100087336169070"> <i class="fa-brands fa-facebook"></i></a>
<a href="https://www.instagram.com/bio__innovation/" ><i class="fa-brands fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/bioinnovationss/?viewAsMember=true"> <i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
<!-- /footer -->
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>