-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (81 loc) · 2.74 KB
/
index.html
File metadata and controls
84 lines (81 loc) · 2.74 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Software Developer | Vaneyck Seme Otoki</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css">
<link rel="stylesheet" href="main.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
</head>
<body>
<div class="container">
<section class="section">
<div class="columns">
<div class="column is-2">
<figure class="image is-128x128">
<img width="200" src="https://avatars2.githubusercontent.com/u/1421003?s=460&v=4" />
</figure>
</div>
<div class="column">
<h1 class="title is-size-1 has-text-grey-dark">Vaneyck Seme Otoki</h1>
<p class="subtitle">Software Developer in Nairobi, Kenya</p>
<p class="has-text-weight-bold is-family-monospace has-text-primary mantra"> $ Changing the world one line of code at a time</p>
</div>
</div>
</section>
<section class="section">
<div class="columns">
<div class="column">
<div class="card project">
<div class="card-content">
<p class="title">
<a href="https://caesh.app/" target="_blank">Caesh</a>
</p>
<p class="subtitle">
Track and Manage your Expenses
</p>
<div class="level">
<span class="tag is-danger">VueJS</span>
</div>
<img src="caesh_list.jpg"/>
</div>
</div>
</div>
<div class="column">
<div class="card project">
<div class="card-content">
<p class="title">
<a href="http://getchatup.com" target="_blank">Chat Up</a>
</p>
<p class="subtitle">
Chat with Friends
</p>
<div class="level">
<span class="tag is-danger">Flutter</span>
</div>
<img src="chat_up.jpg"/>
</div>
</div>
</div>
<div class="column">
<div class="card project">
<div class="card-content">
<p class="title">
<a href="https://github.com/vaneyck/quotzz" target="_blank">Quotzz</a>
</p>
<p class="subtitle">
Search and view curated articles
</p>
<div class="level">
<span class="tag is-danger">Kotlin</span>
</div>
<img src="quotzz.png"/>
</div>
</div>
</div>
</div>
</section>
</div>
</body>
</html>