-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
315 lines (296 loc) · 14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lawrence's Portfolio</title>
<link rel="icon" href="./images/deroyale fav-icon.png" type="image/x-icon">
<link href="styles.css" rel="stylesheet">
<script src="scripts/typewriter.js" defer></script>
<script src="scripts/navbar.js" defer></script>
<script src="scripts/colorChange.js" defer></script>
<script src="scripts/projects.js" defer></script>
<script src="scripts/sections.js" defer></script>
<script src="scripts/resume.js" defer></script>
<script src="scripts/cardScroller.js" defer></script>
<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=Montserrat:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<body>
<nav class="nav-bar desk-none">
<a href="#home" class="logo size1 bold">VivaSt<span class="yellow deroyale-at">@</span>ck</a>
<div class="nav-icon">
<span></span>
<span></span>
<span></span>
</div>
</nav>
<nav class="nav-bar-d mob-none">
<a href="#home" class="logo size1 bold">VivaSt<span class="yellow deroyale-at">@</span>ck</a>
<div class="nav-items">
<a href="#home" class="size5">Home</a>
<a href="#about">About me</a>
<a href="#contact">Contact</a>
<a href="#projects">Projects</a>
</div>
</nav>
<div id="menu-overlay">
<div class="menu-content" id="menu-content">
<a href="#home"><img src="images/home.svg" class="menu-items size5">Home</a>
<a href="#about"><img src="images/about.png">About me</a>
<a href="#contact"><img src="images/contact.png">Contact</a>
<a href="#projects"><img src="images/projects.png">Projects</a>
</div>
<div class="social-media social-media-nav">
<a href="https://twitter.com/" target="_blank">
<div class="icon-circle">
<img src="images/x.svg" alt="x" class="socials-icon icon-circle icon-circle-nav">
</div>
</a>
<a href="https://github.com/" target="_blank">
<img src="images/github-black.svg" alt="github" class="github-icon">
</a>
<a href="https://www.linkedin.com/in//" target="_blank">
<img src="images/linkedin-black.svg" alt="linkedin" class="socials-icon">
</a>
<a href="https://wellfound.com/u/" target="_blank">
<div class="icon-circle">
<img src="images/angellist.svg" alt="angellist" class="socials-icon icon-circle icon-circle-nav">
</div>
</a>
<a href="https://medium.com/@" target="_blank">
<div class="icon-circle">
<img src="images/medium.svg" alt="medium" class="socials-icon icon-circle icon-circle-nav">
</div>
</a>
<a href="mailto:[email protected]" target="_blank">
<img src="images/email-black.png" alt="email" class="socials-icon">
</a>
</div>
</div>
<section id="home" class="home">
<div class="desk-none">
<p class="size1 yellow center greeting">Hi there, I'm</p>
<h1 class="size2 center name animate__animated animate__fadeInUp">Lawrence<br>Kioko</h1>
</div>
<div class="desk-none">
<h3 class="center role">Full-stack <span class="yellow typewriter-text" id="element1"></span></h3>
<div class="profile">
<div class="social-media">
<a href="https://twitter.com/" target="_blank">
<div class="icon-circle">
<img src="images/x.svg" alt="x" class="socials-icon icon-circle rotate">
</div>
</a>
<a href="https://github.com/" target="_blank">
<img src="images/github(1).svg" alt="github" class="github-icon">
</a>
<a href="https://www.linkedin.com/in/" target="_blank">
<img src="images/linkedin(1).svg" alt="linkedin" class="socials-icon">
</a>
<a href="https://wellfound.com/u/" target="_blank">
<div class="icon-circle">
<img src="images/angellist.svg" alt="angellist" class="socials-icon icon-circle">
</div>
</a>
<a href="https://medium.com/" target="_blank">
<div class="icon-circle">
<img src="images/medium.svg" alt="medium" class="socials-icon icon-circle">
</div>
</a>
<a href="mailto:[email protected]" target="_blank">
<img src="images/email(1).png" alt="email" class="socials-icon">
</a>
</div>
</div>
</div>
<div class="homed mob-none">
<div class="profiled"></div>
<div class="home-infod">
<p class="size5 yellow center greeting">Hi there, I'm</p>
<h1 class="size3 center name">Lawrence<br>Kioko</h1>
<h3 class="center role">Full-stack <span class="yellow typewriter-text" id="element2"></span></h3>
<div>
<div class="social-media">
<a href="https://twitter.com/" target="_blank">
<div class="icon-circle">
<img src="images/x.svg" alt="x" class="socials-icon icon-circle rotate">
</div>
</a>
<a href="https://github.com/" target="_blank">
<img src="images/github(1).svg" alt="github" class="github-icon rotate">
</a>
<a href="https://www.linkedin.com/in/" target="_blank">
<img src="images/linkedin(1).svg" alt="linkedin" class="socials-icon rotate">
</a>
<a href="https://wellfound.com/u/" target="_blank">
<div class="icon-circle">
<img src="images/angellist.svg" alt="angellist" class="socials-icon icon-circle rotate">
</div>
</a>
<a href="https://medium.com/" target="_blank">
<div class="icon-circle">
<img src="images/medium.svg" alt="medium" class="socials-icon icon-circle rotate">
</div>
</a>
<a href="mailto:[email protected]" target="_blank">
<img src="images/email(1).png" alt="email" class="socials-icon rotate">
</a>
</div>
</div>
</div>
</div>
</section>
<section class="projects" id="projects">
<h2 class="size1 center color-change toggle-section"><img src="images/play.png" class="play">Projects</h2>
<div>
<p class="center text">I can help you build a product, feature, or website. Take a look at some of my work and experience! If you like what you see and have a project that needs coding, don't hesitate to <a href="#contact" class="yellow contact-me">contact me.</a></p>
<div class="cards-container">
<div class="cards"></div>
<div class="arrow left-arrow mob-none"><img src="images/play.png" class="play-arrow-left"></div>
<div class="arrow right-arrow mob-none"><img src="images/play.png" class="play-arrow"></div>
</div>
</div>
</section>
<section class="languages" id="about">
<h2 class="size1 center color-change toggle-section"><img src="images/play.png" class="play">About Me</h2>
<div class="aboutd">
<div>
<div class="about">
<p class="center text about-desc">Hello, I'm Lawrence, a passionate Full-stack Developer with a strong focus on creating user-friendly web applications. With a solid foundation in front-end and back-end technologies, I strive to deliver innovative solutions that seamlessly merge functionality and aesthetics.</p>
<button class="center resume-button" type="button">Get my Resume</button>
</div>
<div class="summary mob-none">
<p class="summary-item"><span class="number">5</span> <span class="bold">languages</span></p>
<p class="summary-item"><span class="number">4</span> <span class="bold">frameworks</span></p>
<p class="summary-item"><span class="number">10+</span> <span class="bold">skills</span></p>
<p class="summary-item"><span class="number">3+</span> <span class="bold">years of experience</span></p>
<p class="summary-item"><span class="number">40+</span> <span class="bold">completed projects</span></p>
<p class="summary-item"><span class="number">6+</span> <span class="bold">tech tools/platforms</span></p>
</div>
</div>
<div class="skill-setd">
<div>
<h2 class="center margin-top sub-heading">Languages</h2>
<div class="languages-list">
<p><img src="images/html.svg" alt="html" class="languages-icon">HTML5</p>
<p><img src="images/css.svg" alt="css" class="languages-icon">CSS3</p>
<p><img src="images/javascript.svg" alt="javascript" class="languages-icon">JavaScript</p>
<p><img src="images/ruby.svg" alt="ruby" class="languages-icon">Ruby</p>
<p><img src="images/python.svg" alt="html" class="languages-icon">Python</p>
</div>
</div>
<div>
<h2 class="center sub-heading">Frameworks</h2>
<div class="languages-list">
<p><img src="images/react.svg" alt="react" class="languages-icon">React</p>
<p><img src="images/redux.png" alt="redux" class="languages-icon">Redux</p>
<p><img src="images/ruby-on-rails.svg" alt="ruby-on-rails" class="languages-icon">Rails</p>
<p><img src="images/django.png" alt="django" class="languages-icon">Django</p>
</div>
</div>
<div class="skills-container">
<h2 class="center sub-heading">Skills</h2>
<div class="skills">
<span>Git</span>
<span>GitHub</span>
<span>PostgreSQL</span>
<span>OOP</span>
<span>Pair-Programming</span>
<span>Data Structures</span>
<span>Algorithms</span>
<span>Problem Management</span>
<span>Dev Tools</span>
<span>Engineering</span>
</div>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div>
<h2 class="size1 center">Contact</h2>
<div class="contactd">
<div class="contact-introd">
<p class="center text contact-descd">
If you have an application you are interested in developing, a feature that you need built or a
project that needs coding. I'd love to help with it.
</p>
<div class="form-contact">
<form action="https://formspree.io/f/xlevqnng" method="post" class="form" id="form">
<label for="name" class="label"><input type="text" class="field" id="name" placeholder="Full name" maxlength="30" name="username" required /></label>
<label for="emailid" class="label"><input type="email" class="field" id="emailid" placeholder="[email protected]" name="email" required /></label>
<label for="message" class="label"><textarea class="field" id="message" placeholder="Write your message here" maxlength="500" cols="10"
rows="30" name="message" required></textarea>
</label>
<button class="center card-button form-button" type="submit">Get in touch</button>
<p class="validation-message d-none"></p>
</form>
<div class="mob-none contact-personald">
<div class="personald">
<p class="size5 bold">You can reach me directly...</p>
<p class="size5 align-center"><img src="images/location.png" class="personal-icon"> Nairobi, Kenya</p>
<p class="size5 align-center"><img src="images/phone.png" class="personal-icon"> +254 70-6029-696</p>
<p class="size5 align-center"><img src="images/whatsapp.png" class="personal-icon"> +254 70-6029-696</p>
<p class="size5">I will be pleased to here from you</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer-bar mob-none">
<a href="#home" class="logo size1 footer-logo white bold">VivaSt<span class="yellow deroyale-at">@</span>ck</a>
<div class="social-media social-media-footer">
<a href="https://twitter.com/" target="_blank">
<div class="icon-circle-footer">
<img src="images/x.svg" alt="x" class="x-footer-icon footer-icon rotate">
</div>
</a>
<a href="https://github.com/" target="_blank">
<img src="images/github-black.svg" alt="github" class="footer-icon rotate">
</a>
<a href="https://www.linkedin.com/in//" target="_blank">
<img src="images/linkedin-black.svg" alt="linkedin" class="footer-icon rotate">
</a>
<a href="https://wellfound.com/u/" target="_blank">
<div class="icon-circle-footer">
<img src="images/angellist.svg" alt="angellist" class="footer-icon rotate">
</div>
</a>
<a href="https://medium.com/" target="_blank">
<div class="icon-circle-footer">
<img src="images/medium.svg" alt="medium" class="footer-icon rotate">
</div>
</a>
<a href="mailto:[email protected]" target="_blank">
<img src="images/email-black.png" alt="email" class="footer-icon rotate">
</a>
</div>
</footer>
<section>
<div class="popup">
<div class="popup-content">
<div class="popup-header">
<h2 class="popup-title"></h2>
<img src="images/close1.svg" class="popup-close">
</div>
<div class="popup-btns">
<a href="" class="see-live" target="_blank">
<button type="button" class="popup-btn">
See live <img src="images/live1.png" alt="see live" class="popup-icon">
</button>
</a>
<a href="" class="see-source" target="_blank">
<button type="button" class="popup-btn">
See source <img src="images/git1.svg" alt="see source" class="popup-icon">
</button>
</a>
</div>
</div>
</div>
</section>
</body>
</html>