-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
365 lines (345 loc) · 19.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>cynthiawahome.com</title>
<link rel="stylesheet" href="global.css">
<link rel="stylesheet" href="theme.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<!-- header -->
<header>
<nav id="navbar" class="navbar">
<div class="logo-wrapper">
<a href="#navbar"><img src="./assets/Logo.svg" alt="Website logo" class="logo-img"></a>
<a href="#navbar">
<h1 class="logo">Cynthia</h1>
</a>
</div>
<ul id="nav-list" class="nav-list">
<li class="nav-item"><a href="#hero" class="nav-link">Home</a></li>
<li class="nav-item"><a href="#projects" class="nav-link">Works</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link">About-me <i class="fas fa-caret-down"
style="color: white;"></i></a>
<ul class="dropdown-menu">
<li><a href="#about" class="dropdown-link">About</a></li>
<li><a href="#Education" class="dropdown-link">Education</a></li>
<li><a href="#experience" class="dropdown-link">experience</a></li>
</ul>
</li>
<li class="nav-item"><a href="#contacts" class="nav-link">Contacts</a></li>
</ul>
<img id="burger-icon" src="./assets/burger-icon.svg" alt="burger-icon" class="burger-icon">
</nav>
</header>
<!-- social-links side-bar -->
<div class="social-links">
<div class="social-links-line"></div>
<ul>
<li><a href="https://github.com/CynthiaWahome" target="_blank"><img src="./assets/Github.svg"
alt="Github icon"></a></li>
<li><a href="https://discordapp.com/channels/@me/1220057921845461106/" target="_blank"><img
src="./assets/Discord.svg" alt="Discord icon"></a></li>
<li><a href="https://ke.linkedin.com/in/cynthiawahome/" target="_blank"><img src="./assets/Linkedin.svg"
alt="Linkedin icon"></a></li>
<li><a href="https://t.me/+254770932401" target="_blank"><img src="./assets/Telegram.svg"
alt="Telegram icon"></a></li>
</ul>
</div>
<!-- Main -->
<main>
<div class="main-container">
<!-- hero section -->
<section id="hero" class="hero">
<div class="hero-content">
<h2>Cynthia is a <span>Web</span> and <span>Software Developer</span></h2>
<p>
Cynthia is an aspiring full-stack web developer with a growing skill set in HTML, CSS, Bootstrap, JavaScript, Python, and Django. Coming from a business background, she brings a strategic mindset and a passion for problem-solving to her development journey. While still learning, she is committed to honing her skills and creating practical, user-friendly digital solutions. Cynthia is excited about the potential of these technologies and is continuously working to improve, aiming to make a real impact in the tech world.
</p>
<a href="https://api.whatsapp.com/send?phone=254773932401" target="_blank">
<button class="contant-button">Contact Me !!</button>
</a>
</div>
<div class="hero-image">
<img src="./assets/cynthiaimage.png" alt="cynthias photo" class="cynthia">
<div class="portfolio-note-wrapper">
<div class="purple-square"></div>
<p class="portfolio-note">Currently Working as a <span>freelancer</span> and a student at
<span>SheCodes and Power Learn Project</span>
</p>
</div>
</div>
</section>
<!-- quote section -->
<section id="quote" class="quote">
<blockquote>Life would be easier if I had the source code.</blockquote>
<figcaption>- Unknown</figcaption>
</section>
<!-- projects-section -->
<section id="projects" class="projects">
<div class="section-header">
<h2>projects</h2>
<a class="projects-links" href="https://github.com/CynthiaWahome" target="_blank">View all ~~></a>
</div>
<div class="project-cards">
<div class="project-card">
<img src="./assets/ewaste-recycling.png" alt="screenshot of ewaste-recycling">
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Bootstrap</li>
<li>NPM</li>
</ul>
<div class="project-info">
<h3>E-Waste Recycling Solutions</h3>
<p>E-Waste Recycling Application</p>
<div class="project-links">
<button><a href="https://ewaste-ten.vercel.app/" target="_blank">Live
<~>
</a></button>
<button><a href="https://ewaste-ten.vercel.app/"
target="_blank">Cached
>=</a></button>
</div>
</div>
</div>
<div class="project-card">
<img src="./assets/techwave.png" alt="screenshot of project Techwave">
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Bootstrap</li>
</ul>
<div class="project-info">
<h3>Techwave</h3>
<p>Techwave University Swag and Merch Store</p>
<div class="project-links">
<button><a href="http://twave-swag-store.s3-website-us-east-1.amazonaws.com/" target="_blank">Live <~>
</a></button>
<button><a href="http://twave-swag-store.s3-website-us-east-1.amazonaws.com/" target="_blank">Cached
>=</a></button>
</div>
</div>
</div>
<div class="project-card">
<img src="./assets/notes-app.png" alt="screenshot of project Notes App">
<ul>
<li>HTML</li>
<li>CSS</li>
<li>REACT</li>
<li>AWS AMPLIFY</li>
</ul>
<div class="project-info">
<h3>Notes App</h3>
<p>Notes App</p>
<div class="project-links">
<button><a href="https://github.com/CynthiaWahome/react-fullstack-notesapp-1.git"
target="_blank">Live <~></a></button>
<button><a href="https://github.com/CynthiaWahome/react-fullstack-notesapp-1.git"
target="_blank">Cached >=</a></button>
</div>
</div>
</div>
</div>
</section>
<!-- skills section -->
<section id="skills" class="skills">
<div class="section-header">
<h2>skills</h2>
</div>
<div class="skills-content">
<img src="./assets/skills-image.svg" alt="Illustration image of skills">
<div class="skill-cards">
<div class="skill-group">
<div class="skill-category">
<h4>Languages</h4>
<ul>
<li>JavaScript</li>
<li>Python</li>
<li>TypeScript</li>
<li>Solidity</li>
</ul>
</div>
<div class="skill-category">
<h4>Non-Technical Skills</h4>
<ul>
<li>Communication</li>
<li>Problem-Solving</li>
<li>Teamwork</li>
<li>Time Management</li>
</ul>
</div>
</div>
<div class="skill-group">
<div class="skill-category">
<h4>Databases</h4>
<ul>
<li>MYSQL</li>
<li>MongoDB</li>
<li>PostgreSQL</li>
</ul>
</div>
<div class="skill-category">
<h4>Other</h4>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Bootstrap</li>
<li>EJS</li>
<li>SCSS</li>
</ul>
</div>
</div>
<div class="skill-group">
<div class="skill-category">
<h4>Tools</h4>
<ul>
<li>VSCode</li>
<li>Linux</li>
<li>Version Control</li>
<li>NPM</li>
<li>Chrome Developer Tools</li>
</ul>
</div>
<div class="skill-category">
<h4>Frameworks</h4>
<ul>
<li>React.JS</li>
<li>Django</li>
<li>jQuery</li>
<li>Tailwind CSS</li>
<li>Bootstrap</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="section-header">
<h2>about</h2>
</div>
<div class="about-content">
<div class="about-text">
<p>Hello, I'm Cynthia!<br><br>A web and software developer with a passion for
creating robust and user-friendly web applications. With a background in business, I bring a unique perspective to tech, combining strategic thinking with technical expertise.<br><br>
I specialize in combining innovative technology with creative design to deliver solutions that exceed client expectations.<br><br>
I thrive in dynamic environments where I can continuously learn and grow, staying updated with the latest industry trends. Whether working on the front end or back end, my goal is to build seamless and efficient digital experiences.</p>
<a href="https://github.com/CynthiaWahome" target="_blank"> <button>Read more -></button></a>
</div>
<img src="./assets/cynthiaimage.png" alt="about-image" class="cynthia">
</div>
</section>
<!-- Education section -->
<section id="Education" class="Education">
<div class="section-header">
<h2>Education</h2>
</div>
<div class="education-content">
<div class="education-item">
<h3>Junior Software Developer Certificate</h3>
<p>Power Learn Project, 2024-present</p>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience" class="experience">
<div class="section-header">
<h2>Experience</h2>
</div>
<div class="experience-content">
<div class="experience-item">
<h3>Freelance Web Developer</h3>
<p>2022 - Present</p>
<p>Developed and maintained multiple client websites, ensuring responsive design and
seamless
user experience.</p>
</div>
<div class="experience-item">
<h3>Software Development Intern</h3>
<p>XYZ Company, 2021 - 2022</p>
<p>Assisted in the development of internal tools and applications, collaborating with senior
developers and learning best practices.</p>
</div>
</div>
</section>
<!-- Contacts Section -->
<section id="contacts" class="contacts">
<div class="section-header">
<h2>Contacts</h2>
</div>
<div class="contacts-contents">
<p>I'm always excited to connect and discuss new projects or opportunities. Feel free to reach
out
to me for any inquiries, collaborations, or just to say hello. Let's bring your ideas to
life!
</p>
<div class="contacts-card">
<h4>Message me here</h4>
<div class="contact">
<img src="./assets/Discord.svg" alt="Discord icon">
<span><a href="https://discordapp.com/channels/@me/1220057921845461106"
target="_blank">CynthiaWahome</a></span>
</div>
<div class="contact">
<img src="./assets/Email.svg" alt="Email icon">
<span> <a href="mailto:[email protected]"
target="_blank">[email protected]</a></span>
</div>
<div class="contact">
<i style="margin-left: 4px;" class="fas fa-phone"></i>
<a style="margin-left: 4px; " href="tel:+254773932401">+254 773 932 401</a>
</div>
<div class="contact">
<a href="https://www.linkedin.com/in/CynthiaWahome/" target="_blank"><img
src="./assets/Linkedin.svg" alt="Linkedin icon"></a>
<span><a href="https://www.linkedin.com/in/CynthiaWahome">Cynthia Wahome</a></span>
</div>
</div>
</div>
</section>
</div>
</main>
<!-- Footer -->
<footer>
<div class="footer-container">
<div class="footer-content">
<div class="footer-info">
<div class="footer-logo-wrapper">
<div class="footer-logo">
<a href="#navbar"><img src="./assets/Logo.svg" alt="logo image">
</a>
<a href="#navbar">
<h4>Cynthia</h4>
</a>
</div>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="footer-media">
<h3>Media</h3>
<a href="https://ke.linkedin.com/in/cynthiawahome/" target="_blank"><img
src="./assets/Linkedin.svg" alt="Linkedin icon"></a>
<a href="https://github.com/CynthiaWahome" target="_blank"><img src="./assets/Github.svg"
alt="Github icon"></a>
<a href="https://discordapp.com/channels/@me/1220057921845461106/" target="_blank"><img src="./assets/Discord.svg"
alt="Discord icon"></a>
</div>
<div style="color: var(--primary);" class="contact-item">
<i class="fas fa-map-marker-alt"></i>
<p>Nairobi, Kenya.</p>
</div>
</div>
<p class="copyright">© 2024 Cynthia Wahome All Rights Reserved.</p>
</div>
</footer>
</body>
<!-- JavaScript -->
<script src="./script.js"></script>
</html>