-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
437 lines (355 loc) · 23.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
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
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<!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">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<title>my portfolio</title>
</head>
<body>
<!--NAVIGATION BAR-->
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container">
<a href="#" class="navbar-brand"><img src="img/dd240322cd072e5bd0b9d50d52a7259a.jpg" alt="" width="55px"></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navmenu"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse p-5" id="navmenu">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a href="#contact" class="nav-link">CONTACT</a>
</li>
<li class="nav-item">
<a href="#cv" class="nav-link">CV</a>
</li>
</ul>
</div>
</div>
</nav>
<!--SHOWCASE AREA FOR LARGER SCREENS ONLY-->
<section class="showcase justify-content-between align-items-center d-none d-md-flex py-md-5">
<div class="showcase-para">
<h5 class="hello">Hello, it's me</h5>
<h1 class="kipkoech">Kipkoech<span class=" fullstop text-info">.</span></h1>
<p>An enthusiastic product designer currently shaping the
future of software development by designing smooth
user-interfaces that promote user interaction with
information and data.While traveling around the world.</p>
<p class=" scroll">SCROLL FOR MORE</p>
</div>
<div class="img-1 ">
</div>
</section>
<!--SHOWCASE AREA FOR SMALLER SCREENS ONLY-->
<section class="showcasi justify-content-between align-items-center d-md-none d-lg-none ">
<div class="showcase-para">
<h5 class="hello">Hello, it's me</h5>
<h1 class="kipkoech">Kipkoech<span class=" fullstop text-info">.</span></h1>
<p>An enthusiastic product designer currently shaping the
future of software development by designing smooth
user-interfaces that promote user interaction with
information and data.While traveling around the world.</p>
<p class=" scroll ">SCROLL FOR MORE</p>
</div>
</section>
<!--MY SKILLSET SECTION FOR LARGER SCREENS ONLY-->
<section id="skillset">
<div class=" d-none d-lg-flex p-5 align-items-center">
<div class="myskillset">
<h6 class="text-info myskill">MY SKILLSET</h6>
<p><h2 class="myskillset-para">Graphic design,Interface Design & User Experience</h2></p>
<p class=" scroll1">MY PROCESS</p>
</div>
<div class="skillset-para">
<p>I specialize in building complex web applications, working with front-end teams,
digital product design and developing visual design systems. I enjoy creating
effortless user experience and designing delightful digital products.
The entire process of going from a concept to release and gathering user’s
feedback on either client’s or my own products is what makes me wake up everyday!
I worked with numerous clients from all around the world from early startups to
well-established companies. I always seek new opportunities for cooperation on projects
around interesting dashboards, design systems or landing pages. Let’s create something
awesome together!</p>
</div>
</div>
</section>
<!--MY SKILLSET SECTION FOR SMALLER SCREENS ONLY-->
<section class="skillset d-lg-none"> <!--cannot display on a large screens-->
<div class="p-5 align-items-center">
<div class="myskillseti">
<h6 class="text-info myskill">MY SKILLSET</h6>
<p><h2 class="myskillset-paraa">Graphic design,Interface Design & User Experience</h2></p>
<p class=" scroll1">MY PROCESS</p>
</div>
<div class="skillset-paraa">
<p>I specialize in building complex web applications, working with front-end teams,
digital product design and developing visual design systems. I enjoy creating
effortless user experience and designing delightful digital products.
The entire process of going from a concept to release and gathering user’s
feedback on either client’s or my own products is what makes me wake up everyday!
I worked with numerous clients from all around the world from early startups to
well-established companies. I always seek new opportunities for cooperation on projects
around interesting dashboards, design systems or landing pages. Let’s create something
awesome together!</p>
</div>
</div>
</section>
<!--ABOUT ME (ACCORDION)-->
<section class="about-me p-5">
<div class="about-deco">
<div class="container">
<h6 class=" text-info text-center mb-4">ABOUT ME +</h6>
<div class="accordion accordion-flush" id="about-me">
<!--ITEM ONE-->
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#education"
>EDUCATION</button>
</h2>
<div
id="education"
class="accordion-collapse collapse"
data-bs-parent="#about-me"
>
<div class="accordion-body"> <b>Karatina University (2015-2020)</b>
<p>Bachelor's Degree in Actuarial Science</p>
<b>Moringa School(July 12th 2021 - Now)</b>
<P>Full-stack web development</P>
<b>Other Cerfications:</b>
<p>Google Digital Skills For Africa</p></div>
</div>
</div>
<!--ITEM TWO-->
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#programming"
>WHY PROGRAMMING?</button>
</h2>
<div
id="programming"
class="accordion-collapse collapse"
data-bs-parent="#about-me"
>
<div class="accordion-body">For me, Coding has always been fun,this way, programming has been a lot easier,
mainly because of the absence of pressure that programmers face. Even if/when I
have programming
projects, it’s just for fun. There is no pressure to deliver, no deadlines, no
competitions, etc. It’s mainly just fun.
People who do this for fun can testify.
I therefore decided to take the coding path in proffesionalism since i enjoy and
deliver well without neccessarilly burning out</div>
</div>
</div>
<!--ITEM THREE-->
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#hobbies"
>HOBBIES,SKILLS & INTERESTS</button>
</h2>
<div
id="hobbies"
class="accordion-collapse collapse"
data-bs-parent="#about-me"
>
<div class="accordion-body"><b>Here's a mention of some of my Hobbies,Skills & Interests </b>
<ul>
<li>Artistic activities e.g drawing</li>
<li>Gaming</li>
<li>Travel</li>
<li>Listening to music</li>
<li>Nature</li>
</ul></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--RECENT PROJECTS(CARDS)-->
<section class="recentprojects" class="p-5">
<div class="container">
<p class="text-center text-info"><b>RECENT PROJECTS+</b></p>
<p class="lead text-center text-white mb-5">
Check out a sample of my previous projects on Github pages
</p>
<div class="row g-4">
<div class="col-md-6 col-lg-3">
<div class="card">
<div class="card-body text-center">
<img
src="img/eating_together.png"
width="180px"
class="rounded-circle mb-3"
alt=""
/>
<h3 class="card-title mb-3">StreetFood Website</h3>
<p class="card-text">
An awesome Food vending website. Customers can check prices and order for their favorite snacks and meals through this website
HTML & CSS were used for the development
</p>
<a href="https://dwn7777.github.io/StreetFood-website/inex.html"><h2><i class="bi bi-github text-white mx-1"></i></a></h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card">
<div class="card-body text-center">
<img
src="img/showcase.svg"
width="200px"
class="rounded-circle mb-3"
alt=""
/>
<h3 class="card-title mb-3">FrontEnd Bootcamp</h3>
<p class="card-text">
This is a static website for new frontend developers.
New users who would wish to enroll for front end courses can enroll using this site
HTML & CSS were used for the development
</p>
<a href="https://dwn7777.github.io/bootcamp/"><h2><i class="bi bi-github text-white mx-1"></i></a></h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card">
<div class="card-body text-center">
<img
src="img/stock-trade-orders.jpg"
width="190px"
class="rounded-circle mb-3"
alt=""
/>
<h3 class="card-title mb-3">Stocker</h3>
<p class="card-text">
This website is for crypto currency and forex traders. The website posts top gainers and losers on a daily basis, within the market
HTML & CSS were used for the development
</p>
<a href="https://dwn7777.github.io/bootcamp/"><h2><i class="bi bi-github text-white mx-1"></i></a></h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card">
<div class="card-body text-center">
<img
src="img/images.jpeg"
width="200px"
height="160px"
class="rounded-circle mb-3"
alt=""
/>
<h3 class="card-title mb-3">Graphically</h3>
<p class="card-text">
A photography website that relays top pictures posted by it's users. Top pictures are reposted on the homepage based on votes
HTML & CSS were used during the development
</p>
<a href="https://dwn7777.github.io/photowebsite/photo.html"><h2><i class="bi bi-github text-white mx-1"></i></a></h2>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="whatsnext">
<div ><h6 class="text-info text-center P-5"><b>WHAT'S NEXT</b></h6>
<h2 class="text-center">Let’s Work together</h2>
</div>
<div>
<p>If you'd like to talk about a project you want
help with or need an advice about product design, just drop me
a message at carlos598798@gmail.com
I'm currently Available for any design systems projects, dashboard designs or landing pages gigs.</p>
</div>
<div>
<p>You can also leave a message with your email below and i will get back to you</p>
</div>
<div class=" message text-center">
<button class="btn btn-primary btn-lg" data-bs-toggle="modal" data-bs-target="#message">Leave a message
</button></div>
<div
class="modal"
id="message"
tabindex="-1"
aria-labelledby="enrollLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title text-dark" id="enrollLabel">Leave a message</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body">
<p class="lead text-dark">Fill out this form and we will get back to you</p>
<form>
<div class="mb-3">
<label for="first-name" class="col-form-label text-dark">
First Name:
</label>
<input type="text" class="form-control" id="first-name" />
</div>
<div class="mb-3">
<label for="last-name" class="col-form-label text-dark">Last Name:</label>
<input type="text" class="form-control" id="last-name" />
</div>
<div class="mb-3">
<label for="email" class="col-form-label text-dark">Email:</label>
<input type="email" class="form-control" id="email" />
</div>
<div class="mb-3">
<label for="phone" class="col-form-label text-dark">Your Message:</label>
<input type="tel" class="form-control" id="phone" />
</div>
</form>
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-secondary"
data-bs-dismiss="modal"
>
Close
</button>
<button type="button" class="btn btn-primary text-white"
>Submit</button>
</div>
</div>
</div>
</div>
</section>
<div class="footer">
<div class="container d-flex">
<div class="footerimg">
<img src="img/dd240322cd072e5bd0b9d50d52a7259a.jpg" width="35px" alt="">
<p>BUILT FROM SCRATCH BY ME :)</p>
</div>
<div class="copyright">
©Carlos Kipkoech 2021
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>