-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
298 lines (267 loc) · 12.4 KB
/
index.html
File metadata and controls
298 lines (267 loc) · 12.4 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
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
<!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>manosakpujiha.tech</title>
<link rel="stylesheet" href="./style.css">
<script src="https://kit.fontawesome.com/63d9427c27.js" crossorigin="anonymous" defer></script>
<script src="./script/script.js" defer></script>
</head>
<body >
<div class="navbar">
<div id="scrollUp" class="scroll-up-btn">
<a href="#home"><i class="fas fa-arrow-circle-up"></i></a>
</div>
<div id="logo" class="logo">
manos<span>akpujiha.tech</span>
</div>
<div class="menu">
<div class="time"></div>
<div class="links"><a href="#home">Home</a></div>
<div class="links"><a href="#about">About Me</a></div>
<div class="links"><a href="#hats">My Many Hats</a></div>
<div class="links"><a href="#skills">Skills</a></div>
<div class="links"><a href="#projects">Projects</a></div>
<div class="links"><a href="#contact">Say HI!</a></div>
</div>
<div class="paintBrush darkMode">
<button onclick="myFunction()"><i class="fas fa-paint-roller"></i></button>
</div>
</div>
<div id="home" class="hero-image">
<div class="text">
<div id="userName" class="text1">
Hi...
</div>
<div class="text2">I'm Manos Akpujiha</div>
<div class="text3"> <Software Engineer/></div>
<div class="text4">I Design, Engineer & Teach</div>
</div>
<button>Get In Touch!</button>
</div>
<section class="about" id="about">
<div class="title">
<h2 class="text1">About me</h2>
<p class="text2">---who am i?---</p>
</div>
<div class="container">
<div class="column-left">
<img src="images/profile-1.jpeg" alt="picture of Manos" width="300px" height="400px">
</div>
<div class="column-right">
<div class="text">I <span> Design, Develop & Deploy.</span></div>
<p>
I'm a self-taught software developer, with a Civil Engineering Background based in Lagos, Nigeria.
I specialize in developing exceptional web applications, and mobile applications
and i am quite passionate about shaping the future of Technology in Nigeria, Africa & the World with my software skills.
</p>
<button><a href="#">Download my C.V. to know more...</a></button>
</div>
</div>
</section>
<section class="hats" id="hats">
<div class="title">
<h2 class="text1">My Many Hats!</h2>
<p class="text2">---Who is Manos?---</p>
</div>
<div class="carousel">
<div class="card">
<div class="box">
<img src="images/profile-1.jpeg" alt="picture of manos">
<div class="text">A Software Engineer</div>
<p>My passion and love for tech has always kept me at the corridors of the computer industry. I have now become completely taken by this endeavour within the last 2 years. </p>
</div>
</div>
<div class="card">
<div class="box">
<img src="images/profile-2.png" alt="picture of manos">
<div class="text">A Project Manager</div>
<p>I am also a seasoned Civil/Structural engineer and project manager, with close to 10 years experience under my belt within various states around Nigeria, My home country.</p>
</div>
</div>
<div class="card">
<div class="box">
<img src="images/profile-3.jpeg" alt="picture of manos">
<div class="text">A Teacher</div>
<p>I have always derived great joy in empowering people with knowledge, hence I mentor and coach online as a tech vlogger and offline as well. </p>
</div>
</div>
</div>
</section>
<section class="skills" id="skills">
<div class="title">
<h2 class="text1">My skills</h2>
<p class="text2">---My Abilites---</p>
</div>
<div class="skills-content">
<div class="column left">
<div class="text">My creative skills & experiences.</div>
<p>I'm a motivated Front-End Developer with great passion for building excellent software,
with experience in converting design mockups to fully fledged websites.
I build fun projects using mostly, Html, CSS, JAVASCRIPT & REACT. I offer 2 years of development experience,
a strong aptitude for learning new technologies, and a track record of meeting aggressive goals.</p>
<a href="#">Read more</a>
</div>
<div class="column right">
<div class="bars">
<div class="info">
<span>HTML</span>
<span>90%</span>
</div>
<div class="line html"></div>
</div>
<div class="bars">
<div class="info">
<span>CSS</span>
<span>80%</span>
</div>
<div class="line css"></div>
</div>
<div class="bars">
<div class="info">
<span>JavaScript</span>
<span>50%</span>
</div>
<div class="line js"></div>
</div>
<div class="bars">
<div class="info">
<span>PHP</span>
<span>30%</span>
</div>
<div class="line php"></div>
</div>
<div class="bars">
<div class="info">
<span>MySQL</span>
<span>30%</span>
</div>
<div class="line mysql"></div>
</div>
<div class="bars">
<div class="info">
<span>React</span>
<span>30%</span>
</div>
<div class="line mysql"></div>
</div>
</div>
</div>
</section>
<!-- services section start -->
<section class="projects" id="projects">
<div class="title">
<h2 class="text1">My Projects</h2>
<p class="text2"> ---what i provide---</p>
</div>
<div class="serv-content">
<div class="card">
<div class="box">
<i class="fas fa-paint-brush"></i>
<div class="text">Personal Portfolio</div>
<p>You are here. 😜</p>
</div>
</div>
<div class="card">
<!-- <div class="box">
<i class="fas fa-code"></i>
<div class="text">Concepts and Clones</div>
<p>Glasmorphism, dark theme switch, Quiz-app, gmail, twitter and netflix clone</p>
</div> -->
</div>
<div class="card">
<div class="box">
<i class="fas fa-wallet"></i>
<div class="text"> E-commerce sites</div>
<p>Pizza sales app with react and data sales website</p>
</div>
</div>
</div>
<div class="serv-content">
<div class="card">
<div class="box">
<i class="fas fa-dice"></i>
<div class="text">Apps</div>
<p>python and Javascript games and other simple games and apps, clock, calculator, bible quiz, etc </p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-laptop"></i>
<div class="text"> complex web apps with back-end & use of API's</div>
<p> data sales website, twitter clone, weather app, udemy clone, forum, chat app...</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-code"></i>
<div class="text">Concepts and Clones</div>
<p>Glasmorphism, dark theme switch, Quiz-app, gmail, twitter and netflix clone</p>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="title">
<h2 class="text1">Say Hello!</h2>
<p class="text2">---get in touch---</p>
</div>
<div class="contact-content">
<div class="column left">
<div class="text">Thanks for visiting!</div>
<p>My inbox and media handles are always open, I'd love to listen and see if
there's any new idea, project or opportunity. I would try my best to get back to you as soon as i can.
Even if you don't have any biz, a little hi, is always welcome.😊 Stay kool.</p>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Manos Akpujiha</div>
</div>
</div>
<div class="row">
<i class="fas fa-phone"></i>
<div class="info">
<div class="head">Phone</div>
<div class="sub-title">(+234) 8064301017</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title">manos.akpujiha@gmail.com</div>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text"> <i class="fas fa-satellite" > </i> Send me a message</div>
<form class="contact-form" action="https://formspree.io/f/mpzkypgv" method="POST">
<div class="fields">
<label class="field name">
<input name="name" type="text" placeholder="Name" class="fullname">
</label>
<label class="field email">
<input name="_replyto" type="email" placeholder="Email" class="email-input">
</label>
</div>
<label class="field textarea">
<textarea name="message" placeholder="Message.." class="message"></textarea>
</label>
<div class="button-area">
<button class="send-msg" type="submit">Send message </button>
</div>
</form>
</div>
</div>
</div>
</section>
<footer>
<span>Designed & Built By <a href="https://www.manosakpujiha.tech">Manos</a> | <span class="far fa-copyright"></span> 2021 All rights reserved.</span>
</footer>
</body>
</html>