-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutme2.html
219 lines (195 loc) · 10.6 KB
/
aboutme2.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Okoro Joshua Portfolio - JoshDev</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/main.css" />
<meta name="author" content="Okoro Joshua">
<meta name="description" content="Okoro Joshua' Portfolio, Projects, and Upcoming Events. Breaking into Tech? Get a Mentor!">
<meta name="keywords" content="okoro, joshua, projects, javascript, node.js, express.js">
<!-- <link rel=“canonical” href=“https://shawncharles.com/aboutme.html” /> -->
<!-- FAVICON FILES -->
<link href="images/icons/fav/favicon.ico.png" rel="shortcut icon">
<link href="images/icons/fav/favicon.ico.png" rel="shortcut icon" sizes="16x16">
<link href="images/icons/fav/favicon.ico.png" rel="shortcut icon" sizes="32x32">
<link href="images/icons/fav/favicon.ico.png" rel="apple-touch-icon" sizes="192x192">
<link href="images/icons/fav/favicon.ico.png" rel="apple-touch-icon" sizes="512x512">
<link href="images/icons/fav/favicon.ico.png" rel="apple-touch-icon">
</head>
<body id="container" class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"> <strong class="text-blue me-auto ms-auto">Josh<span class="text-warning">Dev.</span></strong></a>
<ul class="icons">
<li><a title="Night Mode" onclick="change()" class="icon fa-moon"><span class="label">Night-Mode</span></a></li>
<li><a title="Send Email" href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li>
<li><a title="Twitter" target="_blank" href="https://twitter.com/okorojoshuaosi2" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a title="Linked-In" target="_blank" href="https://www.linkedin.com/in/okoro-joshua-621893255" class="icon brands fa-linkedin"><span class="label">Linked-In</span></a></li>
<li><a title="Github" target="_blank" href="https://github.com/joshua65676" class="icon brands fa-github"><span class="label">Github</span></a></li>
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>About Me</h1>
<span>I love answers!<br /><br />
I'm Okoro Joshua<br/> Software Engineer proficient in JavaScript MERN stack (MongoDB, Express JS, React JS, and Node JS). I am focused on creating seamless experiences and interactions on the web by transforming designs and ideas, pixel perfectly, to code. Over the years, I have learned better communication, teamwork, critical thinking, time management, adaptability, and unique problem-solving skills as a result of working in teams while I was a student<br /><br />
I am really fast at my work so you would not have to worry about time, i am very very creative when it comes to my work thats a fact, Am also very dedicated to my work and i really love doing it. <br /><br />
Get in touch to find the next answer together!</span><br><br>
</header>
<!-- <p>Mini Del-Blurb saying why anyone would want to click on that button below and learn more about me.</p> -->
<ul class="actions">
<li><a href="/Resume/my-resume.pdf" target="_blank" class="button primary icon solid fa-download"/>Resume</a></li>
</ul>
</div>
<span class="image object">
<img src="photos/png.png" alt="" />
</span>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>Services</h2>
</header>
<div class="features">
<article>
<span class="icon fa-gem"></span>
<div class="content">
<h3>Web App Development</h3>
<p>Front-end and back-end web development and design, from wireframes and UI/UX design, to Full Stack Web Applications</p>
</div>
</article>
<article>
<span class="icon solid fa-rocket"></span>
<div class="content">
<h3>UI/UX Design</h3>
<p>Human-centered approach to all design decisions so that products feel custom built for the target audience and is easy-to-navigate</p>
</div>
</article>
<article>
<span class="icon solid fa-paper-plane"></span>
<div class="content">
<h3>Responsive Design</h3>
<p>Built to look and perform beautifully on all types of devices, with a page structure that is logical and helps users (and search engines) browse efficiently</p>
</div>
</article>
<article>
<span class="icon solid fa-signal"></span>
<div class="content">
<h3>Business Strategy</h3>
<p>Marketing & advertsing strategy that utilizes online and offline based technologies to promote your services and grow your brand</p>
</div>
</article>
</div>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>Latest Projects</h2>
</header>
<div class="posts">
<article>
<a target="_blank" href="https://soccerhighlight.netlify.app/" class="image"><img src="photos/Football.gif.gif" alt="" /></a>
<h3>Soccerhighlights</h3>
<p><strong>Javascript, HTML, CSS, and REST API</strong> - This platform was built using data from scorebet soccer api for all football lovers to watch their football clubs recent highlight match!</p>
<ul class="actions">
<li><a a target="_blank" href="https://soccerhighlight.netlify.app/" class="button">Visit</a></li>
</ul>
</article>
<article>
<a target="_blank" href="https://joshnews.netlify.app/" class="image"><img src="photos/News.gif.gif" alt="" /></a>
<h3>JoshNews : "News Update"</h3>
<p><strong>Javascript, HTML, CSS, and REST API</strong> - Search site where you can find or search about your favorite News.</p>
<ul class="actions">
<li><a target="_blank" href="https://joshnews.netlify.app/" class="button">Visit</a></li>
</ul>
</article>
<article>
<a target="_blank" href="https://architect-urobach.netlify.app/" class="image"><img src="photos/urobach.gif.gif" alt="" /></a>
<h3>Architect Urobach</h3>
<p><strong>React JS, HTML5, Tailwind CSS, and Javascript</strong> - A beautiful landing page for an architect build to practice React JS, and Tailwind CSS.</p>
<ul class="actions">
<li><a target="_blank" href="https://architect-urobach.netlify.app/" class="button">Visit</a></li>
</ul>
</article>
<article>
<a target="_blank" href="https://tenzie-games.netlify.app/" class="image"><img src="photos/Tenzie-game.png" alt="" /></a>
<h3>Tenzie-Game</h3>
<p><strong>React.js</strong> - Tenzies is a fun and fast dice game,
The objective of the game is to roll all 10 dice as quickly as possible and get them to show the same number,
This Tenzies Game is build using React.js.</p>
<ul class="actions">
<li><a target="_blank" href="https://tenzie-games.netlify.app/" class="button">Play</a></li>
</ul>
</article>
<!-- <article>
<a target="_blank" href="https://shawncharles.com/movies" class="image"><img src="images/Shoppies.png" alt="" /></a>
<h3>Shoppies Movie Search</h3>
<p><strong>Javascript & Confetti.js</strong> - Search site where you can find out where you can watch your favorite movies.</p>
<ul class="actions">
<li><a target="_blank" href="https://shawncharles.com/movies" class="button">Visit</a></li>
</ul>
</article> -->
<!-- <article>
<a target="_blank" href="https://anime-sc.herokuapp.com/" class="image"><img src="images/anime.png" alt="" /></a>
<h3>Anime List</h3>
<p><strong>Bootstrap, Javascript, Node.js, Express.Js</strong> - Web application where you can find and save your favorite manga and anime</p>
<ul class="actions">
<li><a target="_blank" href="https://anime-sc.herokuapp.com/" class="button">Visit</a></li>
</ul>
</article> -->
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search -->
<section id="search" class="alt">
<form method="post" action="#">
<input type="text" name="query" id="query" placeholder="Search" />
</form>
</section>
<!-- Menu -->
<!-- Section -->
<section>
<header class="major">
<h2>Get in touch</h2>
</header>
<p>Reach out and let's start a conversation!</p>
<ul class="contact">
<li class="icon solid fa-envelope"><a target="_blank" href="mailto:[email protected]">[email protected]</a></li>
<li class="icon brands fa-twitter"><a target="_blank" href="https://twitter.com/okorojoshuaosi2" >okorojoshuaosi2.com/Twitter</a></li>
<li class="icon brands fa-linkedin"><a target="_blank" href="https://www.linkedin.com/in/okoro-joshua-621893255">Okoro-Joshua.com/LinkedIn</a></li>
<li class="icon brands fa-github"><a target="_blank" href="https://github.com/joshua65676">joshua65676.com/Github</a></li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© <strong>JoshDev</strong>. All rights reserved.</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script type="text/javascript" src="snowstorm.js">snowStorm.autoStart = false;</script>
<script src="assets/js/jquery.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="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/gsap.min.js"></script>
<script src="assets/js/main.js"></script>
<script type="text/javascript" src="snowstorm.js">snowStorm.autoStart = false;</script>
<script>change()</script>
</body>
<!--Editorial by HTML5 UP-->
</html>