-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
255 lines (226 loc) · 11.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KJC's Portfolio</title>
<!-- Link to font family -->
<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=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;400&display=swap" rel="stylesheet">
<!-- Link to Google Material Icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- Link to css style file -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="portfolio-header">
<a href="#" class="logo">KJC</a>
<nav class="desktop-nav hide-on-mobile show-on-desktop">
<ul>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#about-me">About</a></li>
<li><a href="#contact-section">Contact</a></li>
<li>
<a href="#contact-section">
<div class="envelop">
<div class="arrow-down">
</div>
</div>
</a>
</li>
</ul>
</nav>
<div class="hamburger-menu hide-on-desktop show-on-mobile">
<div class="hamburger-icon">
<div class="top-bar"></div>
<div class="middle-bar"></div>
<div class="bottom-bar"></div>
</div>
</div>
<nav class="mobile-menu hide-on-desktop hide-on-mobile hide">
<ul>
<li class="links-container"><a href="#portfolio">Portfolio</a><span>></span></li>
<li class="links-container"><a href="#about-me">About</a><span>></span></li>
<li class="links-container"><a href="#contact-section">Contact</a><span>></span></li>
</ul>
</nav>
</header>
<main>
<section class="main-section" id="about-me">
<div class="desktop-name-container">
<h1 class="name hide-on-desktop show-on-mobile">King J. Chewa</h1>
<h2 class="desktop-name hide-on-mobile show-on-desktop">King Josaphat Chewa</h2>
<h3 class="job-title">Software Developer</h3>
</div>
<div class="desktop-description-container">
<p class="description">
Passionate about web programming, problem solving and technology in general, I can help you build a
wide
variety of applications. <br>Look through some of my work and
experience! If you like what you see and have a project you need coded, don’t hesitate to contact
me.
</p>
</div>
</section>
<div class="desktop-skills-container">
<div class="hr-image-container">
<img src="assets/svg/hr.svg" alt="Line separing the main content from the technical skills section">
</div>
<section class="technical-skills">
<div class="ts-section">
<div class="ts-title">Language</div>
<div class="ts-list">
<ul>
<li>Javascript</li>
<li>Node.js</li>
<li>Java</li>
<li>Ruby</li>
<li>Html</li>
<li>Css</li>
</ul>
</div>
</div>
<div class="ts-section">
<div class="ts-title">Frameworks</div>
<div class="ts-list">
<ul>
<li>Express</li>
<li>React.JS</li>
<li>Ruby on Rails</li>
<li>Vue.JS</li>
</ul>
</div>
</div>
<div class="ts-section">
<div class="ts-title">Skills</div>
<div class="ts-list">
<ul>
<li>Web Development</li>
<li>Artificial Intelligence</li>
<li>Data Analysis</li>
<li>Git/Github/BitBucket</li>
<li>Databases</li>
<li>UML</li>
</ul>
</div>
</div>
</section>
<div class="hr-image-container img-container2">
<img src="assets/svg/hr.svg"
alt="Line separing the technical skills section from the portfolio section">
</div>
</div>
<div class="desktop-icons-container">
<div class="work-arrow" id="work-arrow1">
<a href="#portfolio">
<span>Work</span>
<i class="material-icons arrow-icon">arrow_downward</i>
</a>
</div>
<section class="icons">
<a href="https://github.com/Kingjosh007" target="_blank" rel="noreferrer noopener"><img
src="assets/png/github-logo.png" alt="Github logo leading to my profile"></a>
<a href="https://www.linkedin.com/in/king-josaphat-chewa" target="_blank"
rel="noreferrer noopener"><img src="assets/png/linkedin-logo.png"
alt="LinkedIn logo leading to my profile"></a>
<a href="https://angel.co/u/king-josaphat-nkouete-chewa" target="_blank" rel="noreferrer noopener"><img
src="assets/png/angellist-logo.png" alt="AngelList logo leading to my profile"></a>
<a href="https://twitter.com/KingJoChewa" target="_blank" rel="noreferrer noopener"><img
src="assets/png/twitter-logo.png" alt="Twitter logo leading to my profile"></a>
<a href="https://medium.com/@kingjochewa2007" target="_blank" rel="noreferrer noopener"><img
src="assets/png/medium-logo.png" alt="Medium logo leading to my profile"></a>
</section>
<div class="work-arrow" id="work-arrow2">
<a href="#portfolio">
<i class="material-icons arrow-icon">arrow_downward</i>
<span>Work</span>
</a>
</div>
</div>
<div class="overlay">
</div>
<div class="popup-project">
<div class="popup-header">
<div class="popup-title"></div>
<div class="popup-close">×</div>
</div>
<div class="popup-main">
<div class="popup-image-container">
<img src="#" alt="." class="popup-image">
</div>
<p class="popup-long-description">
</p>
<ul class="popup-technologies">
</ul>
<div class="popup-btns-container">
<a href="#" class="popup-link live-demo-btn" target="_blank" rel="noreferrer noopener"><div>See Live</div><img
src="assets/png/see-live-icon.png"
alt="Icon signaling the link will be open in a new tab"></a>
<a href="#" class="popup-link source-code-btn" target="_blank" rel="noreferrer noopener"><div>See Source</div>
<img src="assets/png/github-logo.png" alt="Github logo"></a>
</div>
</div>
</div>
<section class="recent-work" id="portfolio">
<h2 class="section-title hide-on-desktop show-on-mobile" id="portfolio-title">MY RECENT WORK</h2>
<h2 class="section-title show-on-desktop hide-on-mobile" id="desktop-portfolio-title">My recent work</h2>
<div class="hr-image-container">
<img src="assets/svg/hr.svg" class="hide-on-desktop" id="hr-img"
alt="Line separing the recent work title from the actual list of recent projects">
<img src="assets/svg/desktop/hr-big-desktop.svg" class="show-on-desktop" id="desktop-hr-img"
alt="Line separing the recent work title from the actual list of recent projects">
</div>
<div class="projects-container">
</div>
</section>
<section class="contact-us" id="contact-section">
<h2 class="section-title show-on-mobile hide-on-desktop">CONTACT US</h2>
<h2 class="section-title hide-on-mobile show-on-desktop">Let's chat!</h2>
<p class="contact-form-intro">
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-container">
<form name="contact-form" action="https://formspree.io/f/xqkwgbye" method="post" id="contact-form">
<input name="name" type="text" placeholder="Your full name" maxlength="30" required>
<input name="email" type="email" placeholder="Your email address" required>
<textarea name="message" placeholder="Write your message here" maxlength="500" required></textarea>
<div class="message-panel"></div>
<button type="submit" class="contact-form-btn">Send</button>
</form>
</div>
</section>
</main>
<div class="hr-image-container" id="main-footer-hr">
<img src="assets/svg/hr.svg" alt="Line separing the main section from the footer"
class="show-on-mobile hide-on-desktop">
<img src="assets/svg/desktop/hr-biggest-desktop.svg" alt="Line separing the main section from the footer"
class="show-on-desktop hide-on-mobile">
</div>
<footer>
<div class="footer-icons">
<a href="https://github.com/Kingjosh007" target="_blank" rel="noreferrer noopener"><img
src="assets/png/github-logo.png" alt="Github logo leading to my profile"></a>
<a href="https://www.linkedin.com/in/king-josaphat-chewa" target="_blank"
rel="noreferrer noopener"><img src="assets/png/linkedin-logo.png"
alt="LinkedIn logo leading to my profile"></a>
<a href="https://angel.co/u/king-josaphat-nkouete-chewa" target="_blank" rel="noreferrer noopener"><img
src="assets/png/angellist-logo.png" alt="AngelList logo leading to my profile"></a>
<a href="https://twitter.com/KingJoChewa" target="_blank" rel="noreferrer noopener"><img
src="assets/png/twitter-logo.png" alt="Twitter logo leading to my profile"></a>
<a href="https://medium.com/@kingjochewa2007" target="_blank" rel="noreferrer noopener"><img
src="assets/png/medium-logo.png" alt="Medium logo leading to my profile"></a>
</div>
<div class="footer-email">
<a href="mailto:kingjochewa2007@gmail.com">kingjochewa2007@gmail.com</a>
</div>
</footer>
<!-- Include Javascript Files -->
<script src="js/utilities.js"></script>
<script src="js/projects-related.js"></script>
<script src="js/main.js"></script>
</body>
</html>