-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
324 lines (272 loc) · 13.8 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
<!DOCTYPE html>
<html>
<title>Japheth Profile</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.bundle.min.js>"
<link rel="stylesheet" href="./css/font-awesome.min.css">
<script src="script.js" defer></script>
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
html{
scroll-behavior: smooth;
scroll-padding: 1px;
}
</style>
<body class="w3-light-grey w3-content" style="max-width:1600px">
<!-- Sidebar/menu -->
<nav class="w3-sidebar w3-collapse w3-white w3-animate-left" style="z-index:3;width:300px;" id="mySidebar"><br>
<div class="w3-container">
<a href="#" onclick="w3_close()" class="w3-hide-large w3-right w3-jumbo w3-padding w3-hover-grey" title="close menu">
<i class="fa fa-remove"></i>
</a>
<img src="./images/Picture1.jpg" style="width:45%;" class="w3-round"><br><br>
<h4><b>PORTFOLIO</b></h4>
<p class="w3-text-grey">Template by Japheth</p>
</div>
<div class="w3-bar-block">
<a href="#portfolio" onclick="w3_close()" class="w3-bar-item w3-button w3-padding w3-text-teal"><i class="fa fa-th-large fa-fw w3-margin-right"></i>PORTFOLIO</a>
<a href="#about" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-user fa-fw w3-margin-right"></i>ABOUT</a>
<a href="#contact" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-envelope fa-fw w3-margin-right"></i>CONTACT</a>
</div>
<div class="w3-panel w3-large">
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
</div>
</nav>
<!-- Overlay effect when opening sidebar on small screens -->
<div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:300px">
<!-- Header -->
<header id="portfolio">
<a href="#"><img src="./images/avatar_g2.jpg" style="width:65px;" class="w3-circle w3-right w3-margin w3-hide-large w3-hover-opacity"></a>
<span class="w3-button w3-hide-large w3-xxlarge w3-hover-text-grey" onclick="w3_open()"><i class="fa fa-bars"></i></span>
<div class="w3-container">
<h1><b>My Portfolio</b></h1>
<div class="w3-section w3-bottombar w3-padding-16">
<span class="w3-margin-right">Filter:</span>
<button class="w3-button w3-black">ALL</button>
<button class="w3-button w3-white"><i class="fa fa-diamond w3-margin-right"></i>Design</button>
<button class="w3-button w3-white w3-hide-small"><i class="fa fa-photo w3-margin-right"></i>Photos</button>
<button class="w3-button w3-white w3-hide-small"><i class="fa fa-map-pin w3-margin-right"></i>Art</button>
</div>
</div>
</header>
<!-- First Photo Grid-->
<div class="w3-row-padding">
<div class="w3-third w3-container w3-margin-bottom">
<img src="./images/cnn.gif" alt="Norway" style="width:100%" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>Tyre Life Prediction using Deep Learning</b></p>
<p> Employed deep learning techniques to accurately estimate the remaining lifespan of tyres, aiding in proactive
maintenance and optimizing costs.</p>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<img src="./images/mlhospital/mlhos.gif" alt="Norway" style="width:100%;height:185px" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>Predicting Hospital Attendance using ML</b></p>
<p>Developed a machine learning model to forecast hospital attendance, enabling healthcare providers to allocate resources
efficiently and improve patient care.</p>
</div>
</div>
<div class="w3-third w3-container">
<img src="./images/newlogistic/avco.gif" alt="Norway" style="width:100%; height:185px" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>Integrated AVCO Logistics System</b></p>
<p> Designed and implemented a web-based logistics system for seamless management and real-time tracking of operations.</p>
</div>
</div>
</div>
<!-- Second Photo Grid-->
<div class="w3-row-padding">
<div class="w3-third w3-container w3-margin-bottom">
<img src="./images/nmaisttodo/nm.gif" alt="Norway" style="width:100%; height:247px" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>NM-AIST University ToDo Mobile App</b></p>
<p>Developed a mobile application for NM-AIST University to facilitate efficient task management and organization among students and staff.</p>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<img src="./images/avcomob/avcosim.gif" alt="Norway" style="width:70%;height:247px" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>Mobile Application for AVCO Logistics</b></p>
<p>Created a user-friendly mobile application for AVCO Logistics to enhance real-time tracking of drivers and improve overall
logistics operations.</p>
</div>
</div>
<div class="w3-third w3-container">
<img src="./images/tele/tele.gif" alt="Norway" style="width:100%;height:247px" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>Mobile & Web-Based Telemedicine System In Progress</b></p>
<p> Developing a mobile and web-based telemedicine system for remote healthcare access.</p>
</div>
</div>
</div>
<!-- Pagination -->
<div class="w3-center w3-padding-32">
<div class="w3-bar">
<a href="#" class="w3-bar-item w3-button w3-hover-black">«</a>
<a href="#" class="w3-bar-item w3-black w3-button">1</a>
<a href="#" class="w3-bar-item w3-button w3-hover-black">2</a>
<a href="#" class="w3-bar-item w3-button w3-hover-black">3</a>
<a href="#" class="w3-bar-item w3-button w3-hover-black">4</a>
<a href="#" class="w3-bar-item w3-button w3-hover-black">»</a>
</div>
</div>
<!-- Images of Me -->
<div class="w3-row-padding w3-padding-16" id="about">
<div class="w3-col m6">
<img src="./images/icta1.jpeg" alt="Me" style="width:100%">
</div>
<div class="w3-col m6">
<img src="./images/icta3.jpg" alt="Me" style="width:100%">
</div>
<div class="w3-col m6">
<img src="./images/todo.jpg" alt="Me" style="width:100%">
</div>
<div class="w3-col m6">
<img src="./images/todo4.jpg" alt="Me" style="width:100%">
</div>
</div>
<div class="w3-container w3-padding-large" style="margin-bottom:32px">
<h4><b>About Me</b></h4>
<p>Experienced developer proficient in web and mobile application development, with expertise in Machine and
Deep Learning. Strong knowledge of PHP and SQL databases. Skilled in Git, REST API development, and front-end
technologies. Excellent problem-solving skills, effective communicator, and adept at working both
independently and collaboratively.</p>
<hr>
<h4><b>Other Venture Operating</b></h4>
<h7><b>Samaki Bora Company</b></h7>
<p>Samaki Bora Company is a new platform economy that connects fish growers and markets. The company constructs fish ponds, raises fish fingerlings, aids in fish food regeneration, provides farmers with fish farming experience skills,
and eventually purchases from supported farmers.</p>
<br>
<a style="text-decoration:none" href="https://japheth001.github.io/japheth-enterprises/" button type="button" class="btn btn-primary">Read More - Link</button></a>
<hr>
<h4>Technical Skills</h4>
<!-- Progress bars / Skills -->
<p>Machine Learning and Deep Learning</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:80%">80%</div>
</div>
<p>Photography</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:95%">95%</div>
</div>
<p>Web Design</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:85%">85%</div>
</div>
<p>Mobile Application</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:80%">80%</div>
</div>
<p>Photoshop</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:60%">60%</div>
</div>
<p>
<!-- <button download="./images/workshop.jpg" class="w3-button w3-dark-grey w3-padding-large w3-margin-top w3-margin-bottom">
<i class="fa fa-download w3-margin-right"></i>Download Resume</button>
<a href ="./images/workshop.jpg" attributes-list download ="optional-value" > Link Text </a> -->
<br>
</p>
<hr>
<!-- Contact Section -->
<div class="w3-container w3-padding-large w3-grey">
<h4 id="contact"><b>Contact Me</b></h4>
<div class="w3-row-padding w3-center w3-padding-24" style="margin:0 -16px">
<div class="w3-third w3-dark-grey">
<p><i class="fa fa-envelope w3-xxlarge w3-text-light-grey"></i></p>
<p>[email protected]</p>
</div>
<div class="w3-third w3-teal">
<p><i class="fa fa-map-marker w3-xxlarge w3-text-light-grey"></i></p>
<p>Nairobi, Kenya</p>
</div>
<div class="w3-third w3-dark-grey">
<p><i class="fa fa-phone w3-xxlarge w3-text-light-grey"></i></p>
<p>+254714020558 | +255766312745</p>
</div>
</div>
<hr class="w3-opacity">
<form action="https://www.w3schools.com/action_page.php" target="_blank">
<div class="w3-section">
<label>Name</label>
<input class="w3-input w3-border" type="text" name="Name" required>
</div>
<div class="w3-section">
<label>Email</label>
<input class="w3-input w3-border" type="text" name="Email" required>
</div>
<div class="w3-section">
<label>Message</label>
<input class="w3-input w3-border" type="text" name="Message" required>
</div>
<button type="submit" class="w3-button w3-black w3-margin-bottom"><i class="fa fa-paper-plane w3-margin-right"></i>Send Message</button>
</form>
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-32 w3-dark-grey">
<div class="w3-row-padding">
<div class="w3-third">
<h3>FOOTER</h3>
<p>Thank you for visiting my website. Feel free to connect and explore more about my work.
Let's create something amazing together!</p>
</div>
<div class="w3-third">
<h3>BLOG POSTS</h3>
<ul class="w3-ul w3-hoverable">
<li class="w3-padding-16">
<a style="text-decoration:none" href="https://alistapart.com/article/responsive-web-design/"</a><img src="./images/workshop.jpg" class="w3-left w3-margin-right" style="width:50px"/>
<span style="color:white" class="w3-large">List Apart</span><br>
<span>cares deeply about beautiful design & elegant code</span>
</li>
<li class="w3-padding-16">
<a style="text-decoration:none" href="https://tympanus.net/codrops/"</a><img src="./images/codrop.png" class="w3-left w3-margin-right" style="width:50px"/>
<span style="color:white" class="w3-large">Codrops</span><br>
<span>destination for web design and development</span>
</li>
<li>
<a style="text-decoration:none" href=""></a>
</li>
</ul>
</div>
<div class="w3-third">
<h3>POPULAR TAGS</h3>
<p>
<span class="w3-tag w3-black w3-margin-bottom">Travel</span> <span class="w3-tag w3-grey w3-small w3-margin-bottom">New York</span> <span class="w3-tag w3-grey w3-small w3-margin-bottom">London</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Hobbies</span> <span class="w3-tag w3-grey w3-small w3-margin-bottom">NORWAY</span> <span class="w3-tag w3-grey w3-small w3-margin-bottom">DIY</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Ideas</span> <span class="w3-tag w3-grey w3-small w3-margin-bottom">Baby</span> <span class="w3-tag w3-grey w3-small w3-margin-bottom">Family</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">News</span> <span class="w3-tag w3-grey w3-small w3-margin-bottom">Clothing</span> <span class="w3-tag w3-grey w3-small w3-margin-bottom">Shopping</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Sports</span> <span class="w3-tag w3-grey w3-small w3-margin-bottom">Games</span>
</p>
</div>
</div>
</footer>
<div class="w3-black w3-center w3-padding-24">Powered by <a style="text-decoration:none" href="" title="Japheth" target="_blank" class="w3-hover-opacity">Japheth M</a></div>
<!-- End page content -->
</div>
<script>
// Script to open and close sidebar
function w3_open() {
document.getElementById("mySidebar").style.display = "block";
document.getElementById("myOverlay").style.display = "block";
}
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
document.getElementById("myOverlay").style.display = "none";
}
</script>
</body>
</html>