-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
450 lines (448 loc) · 15.7 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
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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
<!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" />
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="images/logo (2).png" type="image/x-icon" />
<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=Abril+Fatface&family=Kode+Mono:wght@400..700&family=Protest+Guerrilla&family=Sixtyfour&family=Smooch+Sans:wght@100..900&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<title>ZEYAD M.NAGI</title>
</head>
<body>
<div class="container">
<header>
<nav>
<h2 class="logo"><a href="#">zeyad m.nagi</a></h2>
<h3 class="others">
<a class="lin" href="#about">about</a>
<a class="lin" href="./projects/index.html">portfolio</a>
<a class="lin" href="#contact">contact</a>
</h3>
</nav>
</header>
<section class="start">
<div class="icon">
<div class="rec"></div>
<div class="name">zeyad m.nagi</div>
<div class="job">Front-end developer</div>
</div>
<div class="lak">
<h2>creative</h2>
<h4>developer</h4>
</div>
<img src="images/circles/need.png" class="img img1" alt="#" />
<img src="images/circles/need1.png" class="img img2" alt="#" />
<img src="images/circles/need4.png" class="img img5" alt="#" />
<img src="images/circles/need5.png" class="img img6" alt="#" />
<img src="images/circles/need6.png" class="img img7" alt="#" />
</section>
<section id="about" class="about">
<div class="lot" style="width: 800px">
<div class="kalam">
<h2 class="jname">I AM A FRONT END DEVELOPER</h2>
<h4 style="padding: 10px 0 10px 0; z-index: 4">
My name is Zeyad, a 16-year-old from Egypt, and I have been a
front-end developer for two years. I am committed to dedicating my
time and putting in effort on each project for my clients. I have
mastered the fundamental languages for website development.
<br />
<br />
To excel in web development, one must learn five crucial skills:
<ul style="padding: 10px">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript (JS)</li>
<li>UI/UX</li>
<li>problem-solving</li>
</ul>
I have been working hard to expand my knowledge in back-end
development, specifically Django, Python, and SQL. This journey
has been exciting, and I am eager to continue learning and growing
in this field. I am confident that my skills will be a valuable
asset to any project or team I work with.
<br />
<br />
To improve my skills, I am currently learning React.js. It has
been challenging, but I am excited to apply this knowledge to my
work and stay updated with the latest technologies. I use Visual
Studio Code to develop responsive websites with great designs and
consistent colors for all screen sizes.
</h4>
</div>
</div>
<img
src="images/WhatsApp Image 2024-01-16 at 15.32.09_c642a394.jpg"
alt="me"
class="me"
/>
</section>
<section id="certification">
<center>
<h2 class="jname" style="text-transform: capitalize">
certifications
</h2>
<br />
<h3
style="
font-family: 'Smooch Sans', sans-serif;
font-optical-sizing: auto;
"
>
here is some of it
</h3>
</center>
<div class="pdfs">
<iframe
title="IBM "
class="pdf"
src="./certification/WebDevelopmentFundamentals_Badge20231111-29-rs2lhx.pdf#view=FitH"
type="application/pdf"
></iframe>
<iframe
title="IBM"
class="pdf"
src="./certification/IBM DS0101EN Certificate _ IBM SkillsBuild.pdf#view=FitH"
type="application/pdf"
></iframe>
<iframe
src="./certification/DataFundamentals_Badge20240317-29-pihlf3.pdf"
title="Data Fundamental Badge"
class="pdf"
type="application/pdf"
></iframe>
<iframe
src="./certification/zeyad-nagi-4befd090-1c02-402c-b989-178a0c26b59f-certificate.pdf"
title="Protocol Buffer By the linux foundation"
class="pdf"
type="application/pdf"
></iframe>
<iframe
src="./certification/Datacertificate.pdf"
title="Generative AI Fundamentals"
class="pdf"
type="application/pdf"
></iframe>
<iframe
src="./certification/105_3_5201580_1711167279_AWS Course Completion Certificate (1).pdf"
title="Getting into the Serverless Mindset"
class="pdf"
type="application/pdf"
></iframe>
<iframe
title="freeCodeCamp"
class="pdf"
src="./certification/freeCodeCamp org.pdf#view=FitH"
type="application/pdf"
></iframe>
<iframe
title="openLearn"
class="pdf"
src="./certification/BG012_1_statement.pdf#view=FitH"
type="application/pdf"
></iframe>
<img
src="./certification/Zeyad_Mohammed_Nagi20240319-76-k8kioc.jpg"
alt="introduction to R by the great learner"
class="pdf"
/>
<iframe
title="hp"
class="pdf"
src="./certification/certificate.pdf#view=FitH"
type="application/pdf"
></iframe>
<iframe
title="hp"
class="pdf"
src="./certification/certificate_2.pdf#view=FitH"
type="application/pdf"
></iframe>
<iframe
title="hp"
class="pdf"
src="./certification/certificate_3.pdf#view=FitH"
type="application/pdf"
></iframe>
</div>
<center>
<h2 class="jname">These are some of my certifications</h2>
</center>
</section>
<section id="protfolio">
<center>
<h2 class="jname">MY PROTFOLIO</h2>
<h5 style="padding: 15px">
I have done alot of projects <br />
<span>Click on the image to see more details.</span>
</h5>
<div class="p">
<div class="p1">
<div
class="card crd1"
onclick="window.location.href='./projects/index.html'"
>
<img
src="images/projects/images/مناهضة-التدخين.png"
alt="vs smoking project"
class="project"
/>
<h3>VS Smoking Project</h3>
<a href="./projects/index.html#vs-smoking" class="more"
>See more Details</a
>
</div>
<div
class="card crd2"
onclick="window.location.href='./projects/index.html'"
>
<img
src="images/projects/images/X-0.png"
alt="X-0 game"
class="project"
/>
<h3>X-O game</h3>
<a href="./projects/index.html#X-O" class="more"
>See more Details</a
>
</div>
<div
class="card crd3"
onclick="window.location.href='./projects/index.html'"
>
<img
src="images/projects/images/Language-Translator-CodingNepal.png"
alt="language translator"
class="project"
/>
<h3>Language Translator App</h3>
<a href="./projects/index.html#Translator" class="more"
>See more Details</a
>
</div>
</div>
<div class="p2">
<div
class="card crd4"
onclick="window.location.href='./projects/index.html'"
>
<img
src="images/projects/images/apple.png"
alt="iphone 13 pro project"
class="project"
/>
<h3>Apple IPhone 13 Pro Project</h3>
<a href="./projects/index.html#Iphone" class="more"
>See more Details</a
>
</div>
<div
class="card crd5"
onclick="window.location.href='./projects/index.html'"
>
<img
src="images/projects/images/cruds.png"
alt="CRUD APP"
class="project"
/>
<h3>CRUD Application (Create, Read, Update, Delete)</h3>
<a href="./projects/index.html#curds" class="more"
>See more Details</a
>
</div>
<div
class="card crd6"
onclick="window.location.href='./projects/index.html'"
>
<img
src="images/projects/images/fighter.png"
alt="fighter game"
class="project"
/>
<h3>Fighter Game - A simple fighter game made using pureJS.</h3>
<a href="./projects/index.html#fighter" class="more"
>See more Details</a
>
</div>
</div>
<div class="p3">
<div
class="card crd7"
onclick="window.location.href='./projects/index.html'"
>
<img
src="images/projects/images/t0_d0-app.png"
alt="T0D0 app"
class="project"
/>
<h3>T0D0 App.</h3>
<a href="./projects/index.html#T0D0" class="more"
>See more Details</a
>
</div>
<div
class="card crd8"
onclick="window.location.href='./projects/index.html'"
>
<img
src="images/projects/images/balance.png"
alt="bank balance"
class="project"
/>
<h3>Bank Balance Calculator.</h3>
<a href="./projects/index.html#Bank" class="more"
>See more Details</a
>
</div>
<div
class="card crd9"
onclick="window.location.href='./projects/index.html'"
>
<img
src="images/projects/images/photoie.png"
alt="photo editor project"
class="project"
/>
<h3>Photo Editor Project.</h3>
<a href="./projects/index.html#photoie" class="more"
>See more Details</a
>
</div>
<div
class="card crd10"
onclick="window.location.href='./projects/index.html'"
>
<img
src="images/projects/images/Data-Analyze-project (2).png"
alt="Data Analyze Web Page"
class="project"
/>
<h3>Data Analyze Web Page</h3>
<a href="./projects/index.html#data" class="more"
>See more Details</a
>
</div>
</div>
</div>
<h2 class="jname">these are some of my projects</h2>
</center>
</section>
<section id="contact">
<div class="words">
<h2>CONTACT WITH ME</h2>
<div class="line"></div>
<div class="con">
<h4 class="ooo">EMAIL</h4>
<h3>
<a class="jname" href="mailto:Zeyadnagi46@gmail.com"
>Zeyadnagi46@gmail.com</a
>
</h3>
<h4 class="ooo">WHATSAPP</h4>
<h3>
<a
class="jname"
href="https://api.whatsapp.com/send?phone=201555128227"
>+20 15 5512 8227</a
>
</h3>
<h4 class="ooo">TELEGRAM</h4>
<h3>
<a class="jname" href="https://t.me/Det_zeyad"
>+20 10 0260 6562</a
>
</h3>
<h4 class="ooo">Social media</h4>
<h2>
<a
href="https://www.facebook.com/profile.php?id=100011004994819"
class="fa fa-facebook"
></a>
<a href="https://twitter.com/ZegoNagi" class="fa fa-twitter"></a>
<a
href="https://www.instagram.com/zeya_m_nagi/"
class="fa fa-instagram"
></a>
<a
href="https://www.linkedin.com/in/zeyad-mohammed-nagi-64aa96240/"
class="fa fa-linkedin"
></a>
</h2>
</div>
</div>
<form id="contact-form">
<center><h2 class="jname con-t">Send me a message</h2></center>
<input type="hidden" name="contact_number" />
<label>Name</label>
<input id="name" type="text" placeholder="name" name="user_name" />
<label>Email</label>
<input
id="email"
type="email"
placeholder="email"
name="user_email"
/>
<label>Message</label><br />
<textarea
id="message"
placeholder="message"
name="message"
></textarea>
<center><input id="submit" type="submit" value="Send" /></center>
</form>
</section>
</div>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-6ZW0PJ9LBN"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-6ZW0PJ9LBN");
</script>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"
></script>
<script type="text/javascript">
(function () {
emailjs.init({
publicKey: "L37i1-IXaivM00Th4",
});
})();
</script>
<script type="text/javascript">
window.onload = function () {
document
.getElementById("contact-form")
.addEventListener("submit", function (event) {
event.preventDefault();
// these IDs from the previous steps
emailjs.sendForm("contact_service", "contact_form", this).then(
() => {
console.log("SUCCESS!");
alert("Thank you for messaging me 😍");
},
(error) => {
console.log("FAILED...", error);
}
);
});
};
</script>
</body>
</html>