-
Notifications
You must be signed in to change notification settings - Fork 1
/
member.html
362 lines (305 loc) · 13.2 KB
/
member.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="./image/favicon.ico">
<title>Teams</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
<script>
document.addEventListener('DOMContentLoaded', () => {
// Get all "navbar-burger" elements
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
// Check if there are any navbar burgers
if ($navbarBurgers.length > 0) {
// Add a click event on each of them
$navbarBurgers.forEach(el => {
el.addEventListener('click', () => {
// Get the target from the "data-target" attribute
const target = el.dataset.target;
const $target = document.getElementById(target);
// Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu"
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
}
});
</script>
</head>
<body>
<div class="hero-head">
<nav class="navbar">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img src="image/jibebe_logo.png" />
</a>
<span class="navbar-burger" data-target="navbarMenuHeroA">
<span></span>
<span></span>
<span></span>
</span>
</div>
<div id="navbarMenuHeroA" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item" href="project.html">
Projects
</a>
<a class="navbar-item" href="member.html">
Members
</a>
<a class="navbar-item" href="team.html">
Teams
</a>
</div>
</div>
</div>
</nav>
</div>
<section class="hero is-link is-info">
<div class="hero-body" style='margin:auto;'>
<p class="title">
Teams
</p>
</div>
</section>
<section class="section">
<div class="container has-text-centered">
<!-- START OF PROPULSION TEAM -->
<div class="card article">
<div class="card-content">
<h2 class="subtitle has-text-weight-bold">Mechanical team</h2>
<!-- START ARTICLE -->
<div class="content article-body has-text-left">
<p>The mechanical team is working on working on the development of the electric vehicle chassis. They are fluent in 3D modeling, structural simulation, and the machining of components.</p>
</div>
<div class="tile is-ancestor">
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/alex.webp">
</figure>
<p class="is-size-5">Alex Muchiri</p>
<p>JKUAT BSc, Mechanical Engineering</p>
<p>Mechanical team</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/emmanuel.webp">
</figure>
<p class="is-size-5">Emmanuel Njenga</p>
<p>JKUAT BSc, Mechanical Engineering</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/brian.webp">
</figure>
<p class="is-size-5">Brian Muindi</p>
<p>JKUAT BSc, Mechanical Engineering</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/peter.webp">
</figure>
<p class="is-size-5">Peter Nzioki</p>
<p>JKUAT BSc, Agricultural Engineering</p>
</article>
</div>
</div>
</div>
</div>
<!-- END ARTICLE -->
<!-- END OF PROPULSION TEAM -->
<!-- START OF AVIONICS TEAM -->
<div class="card article">
<div class="card-content">
<h2 class="subtitle has-text-weight-bold">Electrical team</h2>
<div class="content article-body has-text-left">
<p>The electrical team is conducting the research and development of the the motor control, battery charging, etc. </p>
</div>
<div class="tile is-ancestor">
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/amos.webp">
</figure>
<p class="is-size-5">Amos Gichanga</p>
<p>JKUAT BSc, Electrical and Electronic Engineering
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/moses.webp">
</figure>
<p class="is-size-5">Paul Moses</p>
<p>JKUAT BSc, Electrical and Electronic Engineering</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/elias.webp">
</figure>
<p class="is-size-5">Elias Cheruiyot</p>
<p>JKUAT BSc, Agricultural Engineering</p>
</article>
</div>
<div class="tile is-parent is-hidden-mobile" style="visibility: hidden;">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/placeholder.webp">
</figure >
<p class="is-size-5"></p>
<p></p>
</article>
</div>
</div>
</div>
</div>
<!-- END OF Electrical TEAM -->
<!-- START OF Automation TEAM -->
<div class="card article">
<div class="card-content">
<h2 class="subtitle has-text-weight-bold">Automation</h2>
<div class="content article-body has-text-left">
<p>Automation team is developing the autonomous driving system for Tractors.</p>
</div>
<div class = "tile is-ancestor">
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/allan.webp">
</figure>
<p class="is-size-5">Allan Were</p>
<p>JKUAT BSc, Agricultural Engineering</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/cynthia.webp">
</figure>
<p class="is-size-5">Cynthia Jebet</p>
<p>JKUAT BSc, Agricultural Engineering</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/adho.webp">
</figure>
<p class="is-size-5">Adho Mamo</p>
<p>JKUAT BSc, Agricultural Engineering</p>
</article>
</div>
<div class="tile is-parent is-hidden-mobile">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/soumo.webp">
</figure >
<p class="is-size-5">Emmanuel Soumo</p>
<p>PAUSTI MSc, Mechatronic Engineering</p>
</article>
</div>
</div>
</div>
</div>
<!-- END OF Automation TEAM -->
<!-- START OF ADVISORY BOARD -->
<div class="card article">
<div class="card-content">
<h2 class="subtitle has-text-weight-bold">Supervisors</h2>
<div class="tile is-ancestor">
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/shohei.webp">
</figure>
<p class="is-size-5">Dr. Shohei Aoki</p>
<p>Mechatronic Engineering, JKUAT</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/placeholder.webp">
</figure>
<p class="is-size-5">Mr. Joseph Kimani</p>
<p>Mechanical Engineering, JKUAT</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/rono.webp">
</figure>
<p class="is-size-5">Mr. Rono Kipkorir</p>
<p>Engineering Workshop, JKUAT</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/chege.webp">
</figure>
<p class="is-size-5">Mr. Simon Chege</p>
<p>Electrical and Electronic Engineering, JKUAT</p>
</article>
</div>
</div>
<div class="tile is-ancestor">
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/jackson.webp">
</figure>
<p class="is-size-5">Mr. Jackson Oloo</p>
<p>Electrical and Electronic Engineering, JKUAT</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/placeholder.webp">
</figure>
<p class="is-size-5">Mr. Samuel Otieno</p>
<p>Agricultural Engineering, JKUAT</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/placeholder.webp">
</figure>
<p class="is-size-5">Dr. Stephen Ondimu</p>
<p>Agricultural Engineering, JKUAT</p>
</article>
</div>
<div class="tile is-parent is-hidden-mobile" style="visibility: hidden;">
<article class="tile is-child box has-text-centered has-image-centered">
<figure class="image is-128x128 container">
<img class="is-rounded" src="image/member/placeholder.webp">
</figure >
<p class="is-size-5"></p>
<p></p>
</article>
</div>
</div>
<div class="content article-body has-text-left">
<p></p>
</div>
</div>
</div>
</div>
<!-- END OF Supervisors -->
</section>
</body>
</html>