-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
229 lines (223 loc) · 11.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>Portfolio</title>
<meta name="title" content="Portfolio" />
<meta name="description" content="A Portfolio That Tells My Story in Tech" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://samboja651.github.io/myportfolio/" />
<meta property="og:title" content="Portfolio" />
<meta property="og:description" content="A Portfolio That Tells My Story in Tech" />
<meta property="og:image" content="./images/meta-tags.png" />
<!-- DO TESTING ON ABOVE URL -->
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://samboja651.github.io/myportfolio/" />
<meta property="twitter:title" content="Portfolio" />
<meta property="twitter:description" content="A Portfolio That Tells My Story in Tech" />
<meta property="twitter:image" content="./images/meta-tags.png" />
<!-- Meta Tags Generated with https://metatags.io -->
<link rel="stylesheet" href="style.css">
<!-- fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;500&display=swap" rel="stylesheet">
<link rel="icon" href="./images/favicon.jpeg" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#abt">Home</a></li>
<li><a href="#sk">Skills</a></li>
<li><a href="#ed">Education</a></li>
<li><a href="#int">Interests</a></li>
<li><a href="#prjt">Projects</a></li>
<li><a href="#cnt">Contacts</a></li>
</ul>
</nav>
</header>
<main>
<section class="about" id="abt">
<h1>About Me</h1>
<div>
<img src="./images/me.png" alt="A photo of Granton" id="myphoto">
<div style="display: flex; flex-direction: column;" class="intro">
<h3 style="margin-top: 60px;">Introduction</h3>
<p>My name is Granton Kihiko Waribe. I'm a computer science student at Kisii University. <br>
I love tech simply because I'm able to use programming to transform my thoughts into something tangible.
</p>
<h3>Description</h3>
<p>I'm a serious guy who loves to pay attention to detail and this enables me to deliver quality work.
Curiosity is one of my core identities and in the world of tech it has driven me to great depths so lets dive in.
</p>
</div>
</div>
</section>
<section class="skills" id="sk">
<h1>Programming Languages</h1>
<!-- <p>I am profficient in</p> -->
<div>
<img src="./images/icons8-python-144.png" alt="a python3 icon from icons8">
<img src="./images/icons8-flask-128.png" alt="a flask icon from icons8">
<img src="./images/icons8-database-80.png" width="128px" alt="a database icon from icons8">
<img src="./images/icons8-css3-144.png" alt="a css3 icon from icons8">
<img src="./images/icons8-html-5-144.png" alt="a html5 icon from icons8">
</div>
<a href="https://icons8.com/" id="copyrights">icons from icons8.com</a>
</section>
<section class="education" id="ed">
<h1>Education</h1>
<div>
<details>
<summary>Power Learn Project</summary>
<p>
Software Engineering <br>
Nov 2024 - Mar 2025 <br>
It's here I'll become a techpreneur. <br>
It's here I'll get support for my next business. <br>
It's here I'll get connections to job opportunities and internships. <br>
It's here I'll win prizes. <br>
It's here I'll grow my network.
</p>
</details>
<details>
<summary>Kisii University</summary>
<p>
Degree Computer Science <br>
Sep 2021 - Apr 2025 <br>
I focus on what I can practically do, what I can make. Not the theory.
</p>
</details>
<details>
<summary>Kibo School of Technology</summary>
<p>
Diploma Computer Science <br>
June 2023 - June 2024 <br>
GPA 2.7 <br>
Online <br>
It's here I learnt solid fundamentals in computer science. <br>
It's here I moved from general knowledge to basic programming and more into intermediate programming concepts. <br>
It's here I became a junior fullstack developer.
</p>
</details>
<details>
<summary>Mirera High School</summary>
<p>
KCSE Grade B- <br>
Jan 2017 - Apr 2021 <br>
Naivasha <br>
Strongest subject: Maths, Physics and English
</p>
</details>
<a href="./Resume - Granton Waribe.pdf"
style="color: skyblue; font-weight: bold; text-decoration: underline;">Download my CV
</a>
</div>
</section>
<section class="interests" id="int">
<h1>Interests</h1>
<p style="text-align: center; padding: 0 10%;">
I'm interested in cybersecurity because when AI replaces developers,
I'll be the one hacking it, breaking it and creating work for developers and myself 👩🏻💻. <br>
I'm interested in cloud computing, the idea that I can create super powerful virtual computers that run in the cloud, fires me up 🔥. <br>
I'm interested in backend development because I love learning the logic of how things work 🤔.
</p>
</section>
<section class="projects" id="prjt">
<h1>Projects</h1>
<div class="project1">
<h2>Addiction Solver</h2>
<div class="projectlayout">
<img src="./images/addiction-solver-1.png" alt="image of addiction solver" class="addiction">
<p>
Is a web application that helps people recover from their addictions.
Main features are: peer to peer forum, guidance from an AI Chatbot and educational resources.
<span style="color: #FFB7C3;">Made with Python, Flask, HTML, CSS, Bootstrap, JS and Sqlite3.</span> <br>
<span><a href="https://addiction-solver.onrender.com/"
style="color: skyblue; font-weight: bold; text-decoration: underline;">link</a>
</span>
</p>
</div>
</div>
<div class="project2">
<h2>Chatbot</h2>
<div class="projectlayout">
<img src="./images/chatbot.png" alt="image of a robot" class="robot">
<p>
It's an AI powered chatbot where a person with any addiction can get guidance on how to overcome it.
<span style="color: #FFB7C3;">Made with Zapier.</span> <br>
<span><a href="https://samboja651.github.io/Chat-Bot/"
style="color: skyblue; font-weight: bold; text-decoration: underline;">link</a>
</span>
</p>
</div>
</div>
<div class="project3">
<h2>Problema</h2>
<div class="projectlayout">
<img src="./images/Problema.png" alt="image of problema web app" class="problema">
<p>
A web app that keeps records of the technical problems and solutions provided on student forums.
Future student cohorts refer to this app before asking for help on student forums.
<span style="color: #FFB7C3;">Made with HTML, CSS and Javascript.</span> <br>
<span><a href="https://kibo-web-dev-fundamentals-july-23.github.io/wdf-jul-23-final-project-tekcom/"
style="color: skyblue; font-weight: bold; text-decoration: underline;">link</a>
</span>
</p>
</div>
</div>
<div class="project4">
<h2>My Book Shelf</h2>
<div class="projectlayout">
<!-- <h4>API</h4> -->
<p style="text-align: center;">
An API that can perform <b>CRUD</b> operations on a book database.
<span style="color: #FFB7C3;">Made with Node.js, Express.js, CSS, EJS, Prisma and Sqlite3.</span>
<span><a href="https://github.com/Samboja651/My-Book-Shelf"
style="color: skyblue; font-weight: bold; text-decoration: underline;">link</a>
</span>
</p>
</div>
</div>
<div class="project5">
<h2>Network Sniffer</h2>
<div class="projectlayout">
<img src="./images/network_sniffing.jpeg" alt="image of a dog sniffing a network device" class="sniffing">
<p>
A tool that analyzes packets in network tracffic. Decodes them and store the data in a database.
I query the database to know who and what sites my network users visit frequently.
This tool is for education purpose only, the project is private on github because it contains sensitive information.
<span style="color: #FFB7C3;">Made with Python and Sqlite3.</span> <br>
<span><a href="https://github.com/Samboja651/network-sniffing.git"
style="color: skyblue; font-weight: bold; text-decoration: underline;">link</a>
</span>
</p>
</div>
</div>
</section>
</main>
<footer id="cnt">
<hr>
<div>
<a href="https://github.com/Samboja651" style="display: block;">
<img src="./images/icons8-github-100.png" width="96px" alt="a github icon from icons8">
</a>
<a href="https://www.linkedin.com/in/grantonwaribe" style="display: block;">
<img src="./images/icons8-linkedin-96.png" width="100px" alt="a linkedin icon from icons8">
</a>
<p>email: waribekihiko651@gmail.com <br> phone: +254769659301</p>
<!-- submitting form via https://formsubmit.co/ to my email -->
<form action="https://formsubmit.co/9995646ade1e82301badfe4f005d8119" method="post" style="margin-top: 2.5%;">
<input type="text" name="user-name" placeholder="Your name" minlength="2" maxlength="25" required>
<input type="email" name="email" id="#" maxlength="40" minlength="5" placeholder="Your email please " required>
<button type="submit">Say HI</button>
</form>
</div>
</footer>
</body>
</html>