-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
406 lines (280 loc) · 17.8 KB
/
Copy pathindex.html
File metadata and controls
406 lines (280 loc) · 17.8 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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!DOCTYPE html>
<html lang="en" class="scroll-smooth dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio - Ismail</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="./tailwind.config.js"></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=Outfit:wght@100..900&family=Ovo&display=swap" rel="stylesheet">
</head>
<body class="overflow-x-hidden font-Outfit leading-8 dark:bg-darkTheme dark:text-white">
<div class="fixed top-0 right-0 w-11/12 -z-10 translate-y-[-80%] dark:hidden">
<img src="header-bg-color.png" alt="" class="w-full">
</div>
<nav class="w-full fixed px-5 lg:px-8 xl:px-[8%] py-4 flex items-center justify-between z-50">
<img src="logo.png" alt="Logo"
class="w-28 cursor-pointer mr-14 dark:hidden">
<img src="logo_dark.png" alt="Logo"
class="w-28 cursor-pointer mr-14 hidden dark:block">
<ul class="hidden md:flex items-center gap-6 lg:gap-8 rounded-full px-12 py-3 bg-white shadow-sm bg-opacity-50 font-Ovo
dark:border dark:border-white/50 dark:bg-transparent ">
<li><a href="#top">Home</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#Services">Services</a></li>
<li><a href="#Work">My Work</a></li>
<li><a href="#Contact">Contact Me</a></li>
</ul>
<div class="flex items-center gap-4">
<button onclick="toggleTheme()">
<img src="moon_icon.png" alt="" class="w-6 dark:hidden">
<img src="sun_icon.png" alt="" class="w-6 hidden dark:block">
</button>
<a href="#contact"
class="hidden lg:flex items-center gap-3 px-10 py-2.5 border
border-gray-500 rounded-full ml-4 font-Ovo dark:border-white/50">
Contact<img src="arrow-icon.png" alt="" class="w-3 dark:hidden">
<img src="arrow-icon-dark.png" alt="" class="w-3 hidden dark:block"></a>
<button class="block md:hidden ml-3" onclick="openMenu()">
<img src="menu-black.png" alt="" class="w-6 dark:hidden">
<img src="menu-white.png" alt="" class="w-6 hidden dark:block">
</button>
</div>
<!-- ----- mobile menu ------ -->
<ul id="sideMenu" class="flex md:hidden flex-col gap-4 py-20 px-10 fixed -right-64 top-0 bottom-0 w-64 z-50 h-screen
bg-rose-50 transition duration-500 font-Ovo dark:bg-[#2a004a] dark:text-white">
<div class="absolute right-6 top-6" onclick="closeMenu()">
<img src="close-black.png" alt="" class="w-5 cursor-pointer">
<li><a href="#top" onclick="closeMenu()">Home</a></li>
<li><a href="#About" onclick="closeMenu()">About Me</a></li>
<li><a href="#Services" onclick="closeMenu()">Services</a></li>
<li><a href="#Work" onclick="closeMenu()">My Work</a></li>
<li><a href="#Contact" onclick="closeMenu()">Contact Me</a></li>
</ul>
</ul>
</nav>
<!-- ------ header -------- -->
<div class="w-11/12 max-w-3x1 text-center mx-auto h-screen flex flex-col items-center justify-center gap-4">
<img src="IMG_7771.jpeg" alt="" class="rounded-full w-32">
<h3 class="flex items-end gap-2 text-xl md:text-2xl mb-3">Hi! I'm Ismail Hassan <img src="hand-icon.png" alt="" class="w-6 font-Ovo"></h3>
<h1 class="text-3xl sm:text-6xl lg:text-[66px] font-Ovo">Frontend developer.</h1>
<p class="max-w-2x1 mx-auto font-Ovo">A Frontend developer and ethical hacker from Nigeria, with 2 years of experience in multiple
platforms like EDX, Cybrary, Alison, Coursera, tryhackme.</p>
<div class="flex flex-col sm:flex-row items-center gap-4 mt-4">
<a href="#Contact"
class="px-10 py-3 border rounded-full bg-gradient-to-r from-[#b820e6]
to-[#da7d20] text-white flex items-center gap-2 dark:border-transparent">Contact me <img src="right-arrow-white.png" alt=""
class="w-4"></a>
<a href="Security Analyst Resume.jpg" download
class="px-10 py-3 border rounded-full border-gray-500 flex items-center gap-2 bg-white dark:text-black">my resume <img src="download-icon.png"
alt="" class="w-4"></a>
</div>
</div>
<!-- ------------ about me ----------- -->
<div id="about" classs="w-full px-[12%] py-10 scroll-mt-20">
<h4 class="text-center mb-2 text-lg font-Ovo">Introduction</h4>
<h2 class="text-center text-5xl font-Ovo">About me</h2>
<div class="flex w-full flex-col lg:flex-row items-center gap-20 my-20">
<div class="max-w-max mx-auto relative">
<img src="IMG_7771.jpeg" alt="" class="w-64 sm:w-80 rounded-3xl max-w-none">
<div class="bg-white w-1/2 aspect-square absolute right-0 bottom-0
rounded-full translate-x-1/4 translate-y-1/3 shadow-[0_4px_55px_rgba(149,0,162,0,15)] flex items-center justify-center">
<img src="circular-text.png" alt="" class="w-full animate-spin_slow">
<img src="dev-icon.png" alt="" class="w-1/4 absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">
</div>
</div>
<div class="flex-1">
<p class="mb-10 max-w-2xl font-Ovo">“I’m a frontend developer and penetration tester with 2 years of hands-on experience. Passionate about secure code and elegant interfaces, I thrive on challenges and perpetual learning.</p>
<ul class="grid grid-cols-1 sm:grid-cols-3 gap-6 max-w-2xl">
<li class="border-[0.5px] border-gray-400 rounded-xl p-6 cursor-pointer hover:bg-lightHover
hover:-translate-y-1 duration-500 hover:shadow-black">
<img src="code-icon.png" alt="" class="w-7 mt-3">
<h3 class="my-4 font-semibold text-gray-700">Languages</h3>
<p class="text-gray-600 text-sm">HTML, CSS, JavaScript, Mongo DB, Mysql </p>
</li>
<li class="border-[0.5px] border-gray-400 rounded-xl p-6 cursor-pointer hover:bg-[#fcf4ff]
hover:-translate-y-1 duration-500 hover:shadow-black">
<img src="edu-icon.png" alt="" class="w-7 mt-3">
<h3 class="my-4 font-semibold text-gray-700">Education</h3>
<p class="text-gray-600 text-sm">B.Tech in Information Technology </p>
</li>
<li class="border-[0.5px] border-gray-400 rounded-xl p-6 cursor-pointer hover:bg-[#fcf4ff]
hover:-translate-y-1 duration-500 hover:shadow-[4px_4px_0_#000]">
<img src="project-icon.png" alt="" class="w-7 mt-3">
<h3 class="my-4 font-semibold text-gray-700">Projects</h3>
<p class="text-gray-600 text-sm">Build more than 5 projects </p>
</li>
</ul>
<h4 class="my-6 text-gray-700 font-Ovo">Tools i use</h4>
<ul class="flex items-center gap-3 sm:gap-5">
<li class="flex items-center justify-center w-12 sm:w-14 aspect-square border border-gray-400
rounded-lg cursor-pointer hover:-translate-y-1 duration-500">
<img src="vscode.png" alt="" class="w-5 sm:w-7">
</li>
<li class="flex items-center justify-center w-12 sm:w-14 aspect-square border border-gray-400
rounded-lg cursor-pointer hover:-translate-y-1 duration-500">
<img src="firebase.png" alt="" class="w-5 sm:w-7">
</li>
<li class="flex items-center justify-center w-12 sm:w-14 aspect-square border border-gray-400
rounded-lg cursor-pointer hover:-translate-y-1 duration-500">
<img src="mongodb.png" alt="" class="w-5 sm:w-7">
</li>
<li class="flex items-center justify-center w-12 sm:w-14 aspect-square border border-gray-400
rounded-lg cursor-pointer hover:-translate-y-1 duration-500">
<img src="figma.png" alt="" class="w-5 sm:w-7">
</li>
<li class="flex items-center justify-center w-12 sm:w-14 aspect-square border border-gray-400
rounded-lg cursor-pointer hover:-translate-y-1 duration-500">
<img src="git.png" alt="" class="w-5 sm:w-7">
</li>
</ul>
</div>
</div>
</div>
<!-- ------------ services------------- -->
<div id="Services" class="w-full px-[12%] py-10 scroll-mt-20">
<h4 class="text-center mb-2 text-lg font-Ovo">What i offer</h4>
<h2 class="text-center text-5xl font-Ovo">My Services</h2>
<P class="text-center max-w-2xl mx-auto mt-5 mb-12 font-Ovo">“I’m a frontend developer and penetration tester with 2 years of hands-on experience. Passionate about secure code and elegant interfaces, I thrive on challenges and perpetual learning.</P>
<div class="grid grid-cols-auto gap-6 my-10">
<div class="border border-gray-400 rounded-lg px-8 py-12 hover:shadow-[4px_4px_0_#000] cursor-pointer
hover:bg-[#fcf4ff] hover:-translate-y-1 duration-500">
<img src="web-icon.png" alt="" class="w-10">
<h3 class="text-lg my-4 text-gray-700">Web design</h3>
<p class="text-5m text-gray-600 leading-5">Web development is the process of building, programming...</p>
<a href="" class="flex items-center gap-2 text-sm mt-5">Read more <img src="right-arrow.png" alt="" class="w-4"></a>
</div>
<div class="border border-gray-400 rounded-lg px-8 py-12 hover:shadow-[4px_4px_0_#000] cursor-pointer
hover:bg-[#fcf4ff] hover:-translate-y-1 duration-500">
<img src="mobile-icon.png" alt="" class="w-10">
<h3 class="text-lg my-4 text-gray-700">Mobile Apps</h3>
<p class="text-5m text-gray-600 leading-5">Web development is the process of building, programming...</p>
<a href="" class="flex items-center gap-2 text-sm mt-5">Read more <img src="right-arrow.png" alt="" class="w-4"></a>
</div>
<div class="border border-gray-400 rounded-lg px-8 py-12 hover:shadow-[4px_4px_0_#000] cursor-pointer
hover:bg-[#fcf4ff] hover:-translate-y-1 duration-500">
<img src="ui-icon.png" alt="" class="w-10">
<h3 class="text-lg my-4 text-gray-700">UI/ UX design</h3>
<p class="text-5m text-gray-600 leading-5">Web development is the process of building, programming...</p>
<a href="" class="flex items-center gap-2 text-sm mt-5">Read more <img src="right-arrow.png" alt="" class="w-4"></a>
</div>
<div class="border border-gray-400 rounded-lg px-8 py-12 hover:shadow-[4px_4px_0_#000] cursor-pointer
hover:bg-[#fcf4ff] hover:-translate-y-1 duration-500">
<img src="graphics-icon.png" alt="" class="w-10">
<h3 class="text-lg my-4 text-gray-700">Graphics design</h3>
<p class="text-5m text-gray-600 leading-5">Web development is the process of building, programming...</p>
<a href="" class="flex items-center gap-2 text-sm mt-5">Read more <img src="right-arrow.png" alt="" class="w-4"></a>
</div>
</div>
</div>
<!-- ---------- my Work ----------- -->
<div id="My Work" class="w-full px-[12%] py-10 scroll-mt-20">
<h4 class="text-center mb-2 text-lg font-Ovo">My Work</h4>
<h2 class="text-center text-5xl font-Ovo">My latest Work</h2>
<P class="text-center max-w-2xl mx-auto mt-5 mb-12 font-Ovo">Welcome to my web development portfolio! explore a collection of projects showcasting my expertise in front-end development and ethical hacking.</P>
<div class="grid grid-cols-auto my-10 gap-5">
<div class="aspect-square bg-[url('work-1.png')] bg-no-repeat
bg-cover bg-center rounded-lg relative cursor-pointer group">
<div class="bg-white w-10/12 rounded-md absolute bottom-5 left-1/2 -translate-x-1/2 py-3 px-5 flex items-center
justify-between duration-500 group-hover:bottom-7">
<div>
<h2 class="font-semibold">Frontend project</h2>
<p class="text-sm text-gray-700">Web design</p>
</div>
<div class="border rounded-full border-black w-9 aspect-square flex
items-center justify-center shadow-[2px_2px_0_#000] group-hover:bg-lime-300 transition">
<img src="send-icon.png" alt="" class="w-5">
</div>
</div>
</div>
<div class="aspect-square bg-[url('work-2.png')] bg-no-repeat
bg-cover bg-center rounded-lg relative cursor-pointer group">
<div class="bg-white w-10/12 rounded-md absolute bottom-5 left-1/2 -translate-x-1/2 py-3 px-5 flex items-center
justify-between duration-500 group-hover:bottom-7">
<div>
<h2 class="font-semibold">Tracking app</h2>
<p class="text-sm text-gray-700">mobile app</p>
</div>
<div class="border rounded-full border-black w-9 aspect-square flex
items-center justify-center shadow-[2px_2px_0_#000] group-hover:bg-lime-300 transition">
<img src="send-icon.png" alt="" class="w-5">
</div>
</div>
</div>
<div class="aspect-square bg-[url('work-3.png')] bg-no-repeat
bg-cover bg-center rounded-lg relative cursor-pointer group">
<div class="bg-white w-10/12 rounded-md absolute bottom-5 left-1/2 -translate-x-1/2 py-3 px-5 flex items-center
justify-between duration-500 group-hover:bottom-7">
<div>
<h2 class="font-semibold">Photography site</h2>
<p class="text-sm text-gray-700">Web Design</p>
</div>
<div class="border rounded-full border-black w-9 aspect-square flex
items-center justify-center shadow-[2px_2px_0_#000] group-hover:bg-lime-300 transition">
<img src="send-icon.png" alt="" class="w-5">
</div>
</div>
</div>
<div class="aspect-square bg-[url('work-4.png')] bg-no-repeat
bg-cover bg-center rounded-lg relative cursor-pointer group">
<div class="bg-white w-10/12 rounded-md absolute bottom-5 left-1/2 -translate-x-1/2 py-3 px-5 flex items-center
justify-between duration-500 group-hover:bottom-7">
<div>
<h2 class="font-semibold">UI/UX designing</h2>
<p class="text-sm text-gray-700">UI/UX Design</p>
</div>
<div class="border rounded-full border-black w-9 aspect-square flex
items-center justify-center shadow-[2px_2px_0_#000] group-hover:bg-lime-300 transition">
<img src="send-icon.png" alt="" class="w-5">
</div>
</div>
</div>
</div>
<a href="#" class="w-max flex items-center justify-center gap-2 text-gray-700
border-[0.5px] border-gray-700 rounded-full py-3 px-10 mx-auto my-20 hover:bg-[#fcf4ff] duration-500">Show more
<img src="right-arrow-bold.png" alt="" class="w-4">
</a>
</div>
<!-- ---------- contact ----------- -->
<div id="Contact" class="w-full px-[12%] py-10 scroll-mt-20 bg-[url('footer-bg-color.png')] bg-no-repeat bg-[length:90%_auto bg-center]">
<h4 class="text-center mb-2 text-lg font-Ovo">Connect with me</h4>
<h2 class="text-center text-5xl font-Ovo">Get in touch</h2>
<P class="text-center max-w-2xl mx-auto mt-5 mb-12 font-Ovo">i'd love ro hear from you! if you have questions, comments or feedback, please use the form below.</P>
<form action="" class="max-w-2xl mx-auto">
<div class="grid grid-cols-auto gap-6 mt-10 mb-8">
<input type="text" placeholder="Enter your name" class="flex-1 p-3 outline-none
border-[0.5px] border-gray-400 rounded-md bg-white">
<input type="email" placeholder="Enter your email" class="flex-1 p-3 outline-none
border-[0.5px] border-gray-400 rounded-md bg-white">
</div>
<textarea rows="6" placeholder="Enter your message" class="w-full p-4 outline-none border-[0.5px]
border-gray-400 rounded-md bg-white mb-6"></textarea>
<bottom class="py-3 px-8 w-max flex items-center justify-between gap-2 bg-black/80 text-white
rounded-full mx-auto hover:bg-black duration-500">Submit now
<img src="right-arrow-white.png" alt="" class="w-4">
</bottom>
</form>
</div>
<!-- ------------ footer ----------- -->
<div class="mt-20">
<div class="text-center">
<img src="logo.png" alt="" class="w-36 mx-auto mb-2">
<div class="w-max flex items-center gap-1 mx-auto">
<img src="mail_icon.png" alt="" class="w-6">
manhasino@gmail.com
</div>
</div>
<div class="text-center sm:flex items-center justify-between border-t border-gray-400 mx-[10%] mt-12 py-6">
<p>0 2024 Ismail Shuaibu. All rights reserved.</p>
<ul class="flex items-center gap-10 justify-center mt-4 sm:mt-0">
<li><a href="https://github.com/Hasinohacker">Github</a></li>
<li><a href="https://LinkedIn.com/Hasinocompany">LinkedIn</a></li>
<li><a href="https://Twitter.com/ismail">Twitter</a></li>
</ul>
</div>
</div>
<script src="./script.js"></script>
</body>
</html>