-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
222 lines (212 loc) · 12.7 KB
/
home.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
<!DOCTYPE html>
<!-- Microdata markup added by Google Structured Data Markup Helper. -->
<html lang="en">
<title>KILASI'S PORTFOLIO</title>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="This is Yonko Kilasi Joseph's portfolio. You have found him!!.This portfolio showcases my various works as a developer.I code in HTML5 & CSS3, Java , Javascript and Android. It contains links to all my projects . Have a look">
<meta name="keywords" content="HTML,CSS,JavaScript,kilasiphotography,kilasi,lexy,kulahapa,qofibean,Joseph Kilasi,tatusafety,pika,moringa school">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@YonkoKilasi">
<meta name="twitter:title" content="Yonko | Kilasi's Portfolio">
<meta name="twitter:description" content="This is Yonko Kilasi Joseph's portfolio. You have found him!!.This portfolio showcases my various works as a developer.I mainly specialise in web and mobile design. It contains links to all my projects . Have a look">
<meta name="twitter:creator" content="@YonkoKilasi">
<meta name="twitter:image" content="https://yonkokilasi.github.io/images/Capture.PNG">
<!-- Open Graph data -->
<meta property="og:title" content="Yonko | Kilasi's Portfolio" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://yonkokilasi.github.io/images/Capture.PNG" />
<meta property="og:description" content="This is Yonko Kilasi Joseph's portfolio. You have found him!!.This portfolio showcases my various works as a developer.I mainly specialise in web and mobile design. It contains links to all my projects . Have a look" />
<link rel="alternate" href="https://yonkokilasi.github.io/" hreflang="en-us" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Crimson+Text|Open+Sans+Condensed:300|Zilla+Slab" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/scripts.js">
</script>
</head>
<body>
<span itemscope itemtype="http://schema.org/SoftwareApplication"><div class="wrapper">
<div>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">Home</a>
<a href="https://yonkokilasi.github.io/contact.html">Contact</a>
<a href="https://yonkokilasi.github.io/projects.html">Projects</a>
<a href="https://yonkokilasi.wordpress.com/" target="_blank">Poetry Blog</a>
</div>
</div>
<div id="main">
<div id="head">
<span onclick="openNav()">
<i class="fa fa-bars fa-3x" aria-hidden="true" id="burger"></i></span>
</div>
<div class="container-fluid" id="project">
<div class="row">
<li>
<div class="col-md-4 photography">
<h3> Kilasi Photography</h3>
<div class="overlay">
<p>A platform to showcase my photography skills to potential clients. All the images displayed on the site are taken and edited by me.</p>
<a target="_blank" href="https://github.com/Yonkokilasi/kilasiphotography">
<button class="btn"><i class="fa fa-github fa-1x" aria-hidden="true"></i> View on github</button>
</a>
</div>
</div>
</li>
<li>
<div class="col-md-4 kula">
<h3>Kula Hapa</h3>
<div class="overlay">
<p> A site for restaurants whereby a user can find restaurants in Kenya based on a given criteria such as breakfast or lunch.</p>
<a target="_blank" href="https://github.com/Yonkokilasi/kulahapa">
<button class="btn"><i class="fa fa-github fa-1x" aria-hidden="true"></i> View on github</button>
</a>
<a target="_blank" href="https://yonkokilasi.github.io/kulahapa/">
<button class="btn">
View site</button>
</a>
</div>
</div>
</li>
<li>
<div class="col-md-4 Hadithi">
<h3>Hadithi Blog</h3>
<div class="overlay">
<p>A blog to ask Qeustions and other's can answer you.</p>
<a target="_blank" href="https://github.com/Yonkokilasi/hadithi">
<button class="btn"><i class="fa fa-github fa-1x" aria-hidden="true"></i> View on github</button>
</a>
<a target="_blank" href="https://cryptic-crag-28542.herokuapp.com/">
<button class="btn">
View site</button>
</a>
</div>
</div>
</li>
<li>
<div class="col-md-4 Lexy">
<h3>Lexy 2.0</h3>
<div class="overlay">
<p>A word fixer whereby the user puts in a mispelt word and Lexy fixes it. We also provide a reverse thesaurus, opposites and rhyming words</p>
<a target="_blank" href="https://github.com/brianmarete/lexy">
<button class="btn"><i class="fa fa-github fa-1x" aria-hidden="true"></i> View on github</button>
</a>
<a target="_blank" href="https://cryptic-crag-28542.herokuapp.com/">
<button class="btn">
View site</button>
</a>
</div>
</div>
</li>
<li>
<div class="col-md-4 Rembesha">
<h3>Rembesha</h3>
<div class="overlay">
<p>A makeup Search Engine built on Spark web framework</p>
<a target="_blank" href="https://github.com/brianmarete/makeup-search">
<button class="btn"><i class="fa fa-github fa-1x" aria-hidden="true"></i> View on github</button>
</a>
<a target="_blank" href="https://makeup-search.herokuapp.com/">
<button class="btn">
View site</button>
</a>
</div>
</div>
</li>
<li>
<li>
<div class="col-md-4 pika">
<h3>Pika</h3>
<div class="overlay">
<p>An application that enables the user to search for recipes based on food type and or diet label.
<br/>
</p>
<a href="https://play.google.com/store/apps/details?id=com.kilasi.josephinemenge.pika&hl=en" target="_blank">
<button class="btn"><i class="fa fa-play fa-1x" aria-hidden="true"></i> View on play store</button>
</a>
<a target="_blank" href="https://github.com/Yonkokilasi/Pika2.0">
<button class="btn"><i class="fa fa-github fa-1x" aria-hidden="true"></i> View on github</button>
</a>
<a target="_blank" href="https://makeup-search.herokuapp.com/">
<button class="btn">
View site</button>
</a>
</div>
</div>
</li>
<li>
<li>
<div class="col-md-4 tatu">
<h3>Tatu Safety</h3>
<div class="overlay">
<p> An application to help the common mwananchi navigate the country and report malpractices that occur while using public transport from the palm of their hand</p>
<a target="_blank" href="https://github.com/bigzoo/tatusafety">
<button class="btn"><i class="fa fa-github fa-1x" aria-hidden="true"></i> View on github</button>
</a>
<a target="_blank" href="https://appetize.io/app/ekytpe6tqgn9nt69a8f93gh3ur?device=nexus5&scale=75&orientation=portrait&osVersion=7.0">
<button class="btn">
View site</button>
</a>
</div>
</div>
</li>
<li>
<li>
<div class="col-md-4 pata">
<h3>Tech H20</h3>
<div class="overlay">
<p> An application that will help farmers,landowners and land managers keep track of water resources in their area. It is linked to an external application that utilises crowd sourcing data to collect data on reports of broken water pipes.</p>
<a target="_blank" href="https://github.com/techh20o/techh20.io">
<button class="btn"><i class="fa fa-github fa-1x" aria-hidden="true"></i> View on github</button>
</a>
<a target="_blank" href="https://techh20o.github.io/techh20.io/">
<button class="btn">
View site</button>
</a>
<a target="_blank" href="https://makeup-search.herokuapp.com/">
<button class="btn">
View Challenge</button>
</a>
</div>
</div>
</li>
<li>
</div>
</div>
<!--
<footer class="container-fluid animated zoomInUp">
<h1 id="contact">Get in touch </h1>
<span id="icons">
<a href="https://www.linkedin.com/in/joseph-kilasi-b498a7141/"><i class="fa fa-linkedin-square fa-2x" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/_yonko_/"><i class="fa fa-instagram fa-2x" aria-hidden="true"></i>
</a>
<a href="https://github.com/Yonkokilasi"><i class="fa fa-github fa-2x" aria-hidden="true"></i>
</a>
<a href="https://twitter.com/yonkokilasi"><i class="fa fa-twitter-square fa-2x" aria-hidden="true"></i>
</a>
</span>
<p>Copyright © 2017. This site was created and designed by
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Yonko Kilasi</span> </span><a itemprop="url" href="#head" id="back"><i class="fa fa-arrow-up" aria-hidden="true"></i> Back to top</a></p>
</footer>
-->
<meta itemprop="image" content="https://yonkokilasi.github.io/images/Capture.PNG">
<span itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<meta itemprop="ratingValue" content="4">
<meta itemprop="bestRating" content="5">
<meta itemprop="worstRating" content="3">
<meta itemprop="ratingCount" content="20"></span>
<meta itemprop="softwareVersion" content="1">
<meta itemprop="operatingSystem" content="Windows,Linux,Android,IOS,OSX">
<meta itemprop="datePublished" content="2017-12-07">
<span itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="Joseph Kilasi"></span></span>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-58a94c4e8832ee25"></script>
</body>
</html>