-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
198 lines (193 loc) · 10.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Wechuli">
<meta name="description" content="About Me">
<meta name="referrer" content="unsafe-url">
<meta name="robots" content="index, follow">
<!-- SPEED -->
<link rel="preconnect" href="https://res.cloudinary.com">
<link rel="dns-prefetch" href="https://res.cloudinary.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<!-- LINK -->
<link rel="me" href="#">
<link rel="canonical" href="#">
<link rel="icon" type="image/png" href="favicon.ico" sizes="48x48">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- PERFORMANCE -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap">
<link rel="preload" as="style" href="style.css">
<link rel="stylesheet" href="style.css">
<!-- TITLE -->
<title>Wechuli Simiyu</title>
<!-- Clarity from Microsoft -->
<script async type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "j1myikdr0j");
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ESTQ6S1VB1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-ESTQ6S1VB1');
</script>
</head>
<body>
<header role="banner" class="ui-section-header">
<div class="ui-layout-container">
<div class="ui-section-header__layout ui-layout-flex">
<!-- LOGO -->
<a href="" role="link" aria-label="#" class="ui-section-header--logo">
Wechuli Simiyu
</a>
<!-- HAMBURGER -->
<input type="checkbox" id="ui-section-header--menu-id">
<label for="ui-section-header--menu-id" class="ui-section-header--menu-icon"></label>
<!-- MENU -->
<nav role="navigation" class="ui-section-header--nav ui-layout-flex">
<a href="#building" role="link" aria-label="#" class="ui-section-header--nav-link">Building</a>
<a href="#projects" role="link" aria-label="#" class="ui-section-header--nav-link">Projects</a>
<a href="#footer" role="link" aria-label="#" class="ui-section-header--nav-link">Socials</a>
</nav>
</div>
</div>
</header>
<main role="main">
<section class="ui-section-hero">
<div class="ui-layout-container">
<div class="ui-section-hero__layout ui-layout-grid ui-layout-grid-2">
<!-- COPYWRITING -->
<div>
<h1>Are zombies supposed to be full of life?</h1>
<p class="ui-text-intro">Wechuli Simiyu, a medical doctor and a
self taught full stack web developer. Currently using these skills to improve access
to basic education, and healthcare.</p>
<!-- CTA -->
<div class="ui-component-cta ui-layout-flex">
<a href="mailto:wechuli07@gmail.com" role="link" aria-label="#"
class="ui-component-button ui-component-button-normal ui-component-button-primary">Let's talk more</a>
<p class="ui-text-note"><small>Send me an email</small></p>
</div>
</div>
<div>
<h1>My tools of trade</h1>
<p class="ui-text-intro">I (somewhat successfully) diagnose life's mysteries with a toolkit of my own.</p>
<ul class="ui-component-list ui-component-list-feature ui-layout-grid">
<li class="ui-component-list--item ui-component-list--item-check">The Power of Friendship</li>
<li class="ui-component-list--item ui-component-list--item-check">NodeJs with AdonisJs, Typescript</li>
<li class="ui-component-list--item ui-component-list--item-check">MongoDB, and PostgreSQL</li>
<li class="ui-component-list--item ui-component-list--item-check">Django, and the Django Rest Framework
</li>
<li class="ui-component-list--item ui-component-list--item-check">Cloud with Azure</li>
<li class="ui-component-list--item ui-component-list--item-check">RAG with LlamaIndex and Langachain</li>
<li class="ui-component-list--item ui-component-list--item-check">Lately, PHP too</li>
</ul>
</div>
</div>
</div>
</section>
<section class="ui-section-content" id="building">
<div class="ui-layout-container">
<!-- Building -->
<div class="ui-layout-column-6 ui-layout-column-center">
<h1>Bob the Builder</h1>
<p class="ui-text-intro">I fancy myself an innovator in the making. With support and help, I am building...</p>
</div>
<!-- FEATURE -->
<div class="ui-section-content--feature ui-layout-grid ui-layout-grid-3">
<!-- <div>
<img src="https://res.cloudinary.com/drgmee3w5/image/upload/v1702061280/portfolio/AIL_mwdyqm.webp" alt="#" class="ui-section-content--icon">
<h3>Afya Innovation Lab</h3>
<p>Building capacity for collaborative healthcare innovation for Africa and the globe</p>
</div> -->
<div>
<img src="https://res.cloudinary.com/drgmee3w5/image/upload/v1702061264/portfolio/MBChB_For_Dummies___7_-removebg-preview_2_azb9vg.png" alt="#" class="ui-section-content--icon">
<h3>Juvenotes</h3>
<p>An aggregated platform for healthcare education, built for the African Healthcare System, and the world</p>
</div>
<!-- <div>
<img src="https://res.cloudinary.com/drgmee3w5/image/upload/v1702062134/portfolio/Spin-1s-200px_ejdtlg.gif" alt="#" class="ui-section-content--icon">
<h3>Datafurl</h3>
<p>Still in ideation</p>
</div> -->
</div>
</div>
</section>
<section class="ui-section-project" id="projects">
<div class="ui-layout-container">
<h1>Freelance Projects</h1>
<h4>Link in bold</h4>
<div class="ui-section-project__layout ui-layout-grid ui-layout-grid-2">
<div>
<h4 class="ui-component-list--item ui-section-project--question">Leave No Medic Behind</h4>
<p class="ui-section-project--answer">The <a href="https://lnmb-run.org/" target="_blank"><b
style="color: cadetblue;">Leave No Medic Behind Charity Run</b></a> is a fundraising project by the
Association of Medical Students of the University of Nairobi (AMSUN) to meet the financial needs of
underprivileged students in the School of Medicine.</p>
</div>
<!--
<div>
<h4 class="ui-component-list--item ui-section-project--question">Mhealth4Africa</h4>
<p class="ui-section-project--answer"><a href="https://mhealth.fly.dev/" target="_blank"><b
style="color: cadetblue;">MH4A</b></a> is a Telehealth Platform that provides health access to rural,
urban, and under-resourced communities in Africa with the use of innovative digital health and patient
centric solutions.</p>
</div>
-->
<!-- <div>
<h4 class="ui-component-list--item ui-section-project--question">Western Medical Society</h4>
<p class="ui-section-project--answer"><a href="https://westernmedicalsociety.org/" target="_blank"><b
style="color: cadetblue;">Currently in development</b></a>, a community of healthcare professionals from Western and Nyanza Regions</p>
</div>
<div>
<h4 class="ui-component-list--item ui-section-project--question">Warrior Glow</h4>
<p class="ui-section-project--answer"><a href="https://warriorglow.fly.dev/" target="_blank"><b
style="color: cadetblue;">Currently in development</b></a>, an initiative led by students at the University of Nairobi, is dedicated to supporting individuals affected by cancer.</p>
</div>
<div>
<h4 class="ui-component-list--item ui-section-project--question">Students' Surgical Forum</h4>
<p class="ui-section-project--answer"><a href="https://studentssurgicalforum.org/" target="_blank"><b
style="color: cadetblue;">Currently in development</b></a>, a platform for medical students that promotes interest in surgert and equips students with surgical skills.</p>
</div> -->
</div>
<p class="ui-section-project--note">Want to have a conversation? <a href="mailto:wechuli07@gmail.com"
aria-label="Email me" style="color: cadetblue;" target="_blank">Reach out</a>.</p>
</div>
</section>
</main>
<footer role="contentinfo" class="ui-section-footer" id="footer">
<div class="ui-layout-container">
<div class="ui-section-footer__layout ui-layout-flex">
<!-- COPYRIGHT -->
<p class="ui-section-footer--copyright ui-text-note"><small>© Wechuli</small></p>
<!-- SOCIALS MENU -->
<a href="https://www.linkedin.com/in/wechuli-eugene/" role="link" aria-label="linkedin profile" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a href="https://www.instagram.com/wechu_._/" role="link" aria-label="instagram account">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://twitter.com/wechuli_" role="link" aria-label="twitter account">
<i class="fa-brands fa-x-twitter"></i>
</a>
<a href="mailto:wechuli07@gmail.com" role="link" aria-label="email">
<i class="fa-regular fa-envelope"></i>
</a>
</div>
</div>
</footer>
</body>
</html>