-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
225 lines (182 loc) · 8.73 KB
/
index.html
File metadata and controls
225 lines (182 loc) · 8.73 KB
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
<!DOCTYPE HTML>
<!-- Copyright of devkay07. It may be used for commercial and personal use as stated on the LISENSE -->
<html>
<head>
<title>Kingsley Ofonime</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Kingsley Ofonime is a Frontend Web Developer who uses HTML5, CSS3, Javascript, Bootstrap, Jquery and Python to create wonderful websites and web apps." />
<meta name="keywords" content="Kingsley Ofonime, Kingsley Ofonime A., devkay07, Portfolio, Web Development, Weather App, Youtube Clone, Picture Gallery ." />
<meta property="og:title" content="Kingsley Ofonime - Frontend Web Developer | devkay07" />
<meta property="og:url" content="https://devkay07.github.io" />
<meta property="og:site_name" content="Kingsley Ofonime A. - Web Developer" />
<meta property="og:description"
content="A Frontend Web Developer with over a year of experience. He has a good mastery of HTML, CSS and JavaScript. He has other skill sets like Bootstrap, Jquery, SASS and Python" />
<meta name="google-site-verification" content="xmomDe-XeflbgyH9grou_geKgtxpjzQscDjqevTeCUg" />
<meta name="google-site-verification" content="xmomDe-XeflbgyH9grou_geKgtxpjzQscDjqevTeCUg" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="images/icon.jpg" type="image/x-icon" />
</head>
<body class="is-preload">
<!-- Header -->
<div id="header">
<div class="top">
<!-- Logo -->
<div id="logo">
<span class="image avatar48"><img src="images/avatar.jpg" alt="my avatar" /></span>
<h1 id="title">Kingsley Ofonime</h1>
<p>Web Developer</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#top" id="top-link"><span class="icon solid fa-home">Home</span></a></li>
<li><a href="#projects" id="portfolio-link"><span class="icon solid fa-th">Projects</span></a></li>
<li><a href="#about" id="about-link"><span class="icon solid fa-user">About Me</span></a></li>
<li><a href="#contact" id="contact-link"><span class="icon solid fa-envelope">Contact</span></a></li>
</ul>
</nav>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<li><a href="https://twitter.com/devkay07?t=SgUM3mWedbUhnoRJYQajWQ&s=01" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/kingsley.ofonime.56" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/devkay07" class="icon brands fa-github"><span class="label">Github</span></a></li>
<!--<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>-->
<li><a href="kofonime2020@gmail.com" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
</div>
</div>
<!-- Main -->
<div id="main">
<!-- Intro -->
<section id="top" class="one dark cover">
<div class="container">
<header>
<h2 class="alt">Hi! I'm <strong>Kingsley Ofonime</strong>, a Web Developer.</h2>
<p>Welcome to my Portfolio.<br />
You can download my <strong>Resume</strong> below</p>
</header>
<footer>
<a href="#portfolio" class="button scrolly" onclick="location.href='Resume_green.pdf';">Resume</a>
</footer>
</div>
</section>
<!-- Portfolio -->
<section id="projects" class="two">
<div class="container">
<header>
<h2>Projects</h2>
</header>
<p>Here are some of my notable <em>Projects</em></p>
<div class="row">
<div class="col-4 col-12-mobile">
<article class="item">
<a href="https://devkay07.github.io/Weather-App/" class="image fit"><img src="images/weatherapp-bg~2.jpg" alt="weather app" /></a>
<header>
<h3>Weather App</h3>
<p>This calls on an API (openweathermap) to collect data about the weather of the inputed city/location.</p>
</header>
</article>
<article class="item">
<a href="#portfolio" class="image fit"><img src="images/portfolio-bg.jpg" alt="portfolio picture" /></a>
<header>
<h3>Portfolio</h3>
<p>A highly responsive portfolio website built with HTML, CSS, Javascript, SASS and JQuery. SEO was highly targetted in this project.</p>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images/youtube-clone.png" alt="Photo of a cloned Youtube page" /></a>
<header>
<h3>Youtube Clone</h3>
<p>COMING SOON</p>
</header>
</article>
<article class="item">
<a href="#" class="image fit"><img src="images/picture-gallery.png" alt="Gallery Images" /></a>
<header>
<h3>Picture Gallery (COMIMG SOON)</h3>
<p>A gallery to showcase my pictures.</p>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images/coming-soon.jpeg" alt="" /></a>
<header>
<h3>COMING SOON</h3>
</header>
</article>
<article class="item">
<a href="#" class="image fit"><img src="images/coming-soon.jpeg" alt="" /></a>
<header>
<h3>COMING SOON</h3>
</header>
</article>
</div>
</div>
</div>
</section>
<!-- About Me -->
<section id="about" class="three">
<div class="container">
<header>
<h2>About Me</h2>
</header>
<a href="#" class="image featured"><img src="images/bgbanner1.jpg" alt="" /></a>
<p>I am a Frontend Web Developer with over a year of experience. I have a good mastery of HTML, CSS and JavaScript. I have other skill sets like Bootstrap, Jquery, SASS and Python. </p>
</div>
</section>
<!-- Contact -->
<section id="contact" class="four">
<div class="container">
<header>
<h2>Contact Me</h2>
<p>Contact Me On <br />
<ul class="icons">
<li><a href="https://twitter.com/devkay07?t=SgUM3mWedbUhnoRJYQajWQ&s=01" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/kingsley.ofonime.56" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/devkay07" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="kofonime2020@gmail.com" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
<h6>Or</h6>
<!--<span>Facebook: <a href="https://www.facebook.com/kingsley.ofonime.56">Kingsley Ofonime. </a></span> <br />
<span>Phone: <a href="tel:+2348068934787">+2348068934787</a>. </span>
<span>Twitter: <a href="https://twitter.com/devkay07?t=SgUM3mWedbUhnoRJYQajWQ&s=01">@devkay07. </a></span> <br />
<span>Github: <a href="https://github.com/devkay07">@devkay07. </a></span> <br /> Or you can send a mail to kofonime2020@gmail.com</p> -->
<br />
<!-- Connect forns with formspree.io -->
<form method="post" action="https://formspree.io/f/mbjwadel">
<div class="row">
<div class="col-6 col-12-mobile"><input type="text" name="name" placeholder="Name" /></div>
<div class="col-6 col-12-mobile"><input type="text" name="email" placeholder="Email" /></div>
<div class="col-12">
<textarea name="message" placeholder="Message"></textarea>
</div>
<div class="col-12">
<input type="submit" value="Send Message" />
</div>
</div>
</form>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
<li>©2024 KayCodes. All rights reserved.</li>
</ul>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>