-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
344 lines (333 loc) · 11.6 KB
/
Copy pathindex.html
File metadata and controls
344 lines (333 loc) · 11.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="favicon.ico" 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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles/style.css" />
<title>Youssef Badr</title>
</head>
<body>
<div class="container">
<!-- <video class="video-loop" autoplay loop muted>
<source src="assets/video-loop.mp4" type="video/mp4" />
</video> -->
<header class="header">
<label class="burger-menu" for="menu">
<div class="burger-menu__bar"></div>
<div class="burger-menu__bar"></div>
<div class="burger-menu__bar"></div>
</label>
<input id="menu" type="checkbox" class="burger-menu__checkbox" />
<nav class="navigation">
<ul class="navigation__list">
<li>
<a href="#bio" class="navigation__link navigation__bio">Bio</a>
</li>
<li>
<a href="#skills" class="navigation__link navigation__skills"
>Skills</a
>
</li>
<li>
<a href="#media" class="navigation__link navigation__media"
>Media</a
>
</li>
<li>
<a href="#projects" class="navigation__link navigation__projects"
>Projects</a
>
</li>
<li>
<a href="#clients" class="navigation__link navigation__clients"
>My Clients</a
>
</li>
<li>
<a href="#contact" class="navigation__link navigation__contact"
>Contact</a
>
</li>
</ul>
</nav>
<div class="toggle">
<h3 class="toggle__title">Switch Theme</h3>
<input
type="checkbox"
name="toggle checkbox"
class="toggle__checkbox"
id="toggle"
/>
<label
for="toggle"
class="toggle__label"
role="button"
tabindex="0"
></label>
</div>
</header>
<section id="bio" class="bio section">
<div class="bio__data">
<h1 class="bio__heading">
Hi There, I’M A Passionate Software Engineer
</h1>
<p class="bio__objective">
My name is <span class="bio__name">Mohamed Abusrea</span>, a
co-founder of
<a href="https://www.almdrasa.com/" class="bio__almdrasa"
>Almdrasa.com</a
>, Software Engineer and a content creator who publish content on
<a href="https://www.facebook.com/m.abusre3" class="bio__facebook"
>Facebook</a
>,
<a href="https://x.com/mohamed_abusrea" class="bio__twitter"
>Twitter</a
>,
<a
href="https://www.linkedin.com/in/mohamedabusrea/"
class="bio__linkedin"
>LinkedIn</a
>
and
<a
href="https://www.youtube.com/c/MohamedAbusrea/"
class="bio__youtube"
>Youtube</a
>.
</p>
<a href="#contact" class="bio__links say-hi-link">Say Hi</a>
<a
href="assets/mohamedAbusreaResume.pdf"
class="bio__links find-out-link"
>
Download CV <span class="bio__arrow">⇣</span>
</a>
</div>
<div class="bio__pic-content">
<img
class="bio__pic"
src="images/personal-pic2.png"
alt="image of mohammed abusrea"
/>
</div>
</section>
<section id="skills" class="skills section section--with-bg">
<h2 class="h2-heading">Skills</h2>
<div class="skills__filters">
<button
class="skills__button skills__button--isActive"
data-type="all"
>
All
</button>
<button class="skills__button" data-type="frontend">Frontend</button>
<button class="skills__button" data-type="backend">Backend</button>
</div>
<ul class="skills__list"></ul>
</section>
<section id="media" class="media section">
<video
class="media__video"
poster="images/thumbnail.jpg"
controls
muted
>
<source src="assets/video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</section>
<section id="projects" class="projects">
<h2 class="h2-heading">MY FEATURED<br />PROJECTS</h2>
<div class="projects__main">
<img
class="projects__img"
src="images/project-1.jpg"
alt="quran tab Extension"
/>
<div class="projects__data">
<h3 class="h3-heading">Quran Tab<br />Extension</h3>
<p class="projects__description">
Quran Tab is an Islamic new tab page that will keep you inspired
by a verse from the Quran every time you open a new tab that helps
you achieve your "Khatma" and keeps you connected with the words
of Allah.
</p>
<a
href="https://bit.ly/qt-chrome"
class="projects__link"
target="_blank"
>Chrome Link</a
>
<span>-</span>
<a
href="https://bit.ly/qt-edge"
class="projects__link"
target="_blank"
>Edge Link</a
>
</div>
<div class="projects__data">
<h3 class="h3-heading">Quran Station<br />Extension</h3>
<p class="projects__description">
Small extension that gives you access to over 100 stations to help
you listen to the Quran from your favorite reciters easily
Quran-Station has over 100 stations to help you listen to the
Quran from your favorite reciters in a quick and easy way.
</p>
<a
href="https://bit.ly/qt-chrome"
class="projects__link"
target="_blank"
>Chrome Link</a
>
<span>-</span>
<a
href="https://bit.ly/qt-firefox"
class="projects__link"
target="_blank"
>Firefox link</a
>
<span>-</span>
<a
href="https://bit.ly/qt-edge"
class="projects__link"
target="_blank"
>Edge Link</a
>
</div>
<img
class="projects__img"
src="images/project-2.jpg"
alt="quran station Extension"
/>
</div>
</section>
<section id="clients" class="clients section section--with-bg">
<h2 class="h2-heading">What My<br />Clients Says.</h2>
<div class="clients__opinions">
<div class="clients__wrapper">
<p class="clients__opinion">
Abusrea has the advantageous ability to understand a problem and
implement code to a high standard within the deadline. Each
project we have worked on, I know I can completely trust Abusrea
to own his tasks and complete what is needed when asked of him.
</p>
<p class="clients__opinion">
Mohamed will patiently listen to you and give you his own Ideas as
well, and in the end, he comes up with something completely
different from what you’re expecting, but the good news is, you’ll
always love it.
</p>
<p class="clients__opinion">
I had a chance to work closely with Mohamed as a direct manager
from hist first day at DeliveryHero until my last day there
(6+months). Mohamed's biggest strengths that I admire are taking
initiatives on personal and team level, and driving them.
</p>
</div>
</div>
</section>
<section id="contact" class="contact section">
<div>
<p class="contact__description">
Feel free to reach out to me any time. I prefer to talk over email,
especially since we may be a few time zones away.
</p>
<a class="contact__email" href="mailto:example@gmail.com"
>example@gmail.com</a
>
<div class="contact__socials">
<a
href="https://www.facebook.com/yousef.mohamed.587"
class="contact__social"
>
<img
class="icon"
src="images/brand/facebook.png"
alt="facebook icon"
/>
</a>
<a href="https://x.com/Y0ussefBadr" class="contact__social">
<img
class="icon"
src="images/brand/twitter.png"
alt="twitter icon"
/>
</a>
<a
href="https://youtube.com/@dormodo2326?si=8QszasaxFrv9dqjx"
class="contact__social"
>
<img
class="icon"
src="images/brand/youtube.png"
alt="youtube icon"
/>
</a>
<a href="https://github.com/DORMODO" class="contact__social">
<img
class="icon"
src="images/brand/github.png"
alt="github icon"
/>
</a>
<a
href="https://www.linkedin.com/in/youssef-badr-b55748312/"
class="contact__social"
>
<img
class="icon"
src="images/brand/linkedin.png"
alt="LinkedIn icon"
/>
</a>
</div>
</div>
<div class="contact__form-content">
<h2 class="h2-heading">Let’s Work Together!</h2>
<form action="results.html">
<div class="contact__inputs">
<input
type="text"
class="contact__input"
placeholder="Full name"
name="fullName"
required
/>
<input
type="tel"
class="contact__input"
placeholder="Phone No."
name="telephone"
pattern="[0-9]{3}-[0-9]{2}-[0-9]{3}"
required
/>
</div>
<textarea
class="contact__input contact__textarea exclude-textarea"
name="description"
id="description"
rows="1"
placeholder="Your Message"
required
></textarea>
<input type="submit" class="contact__button" value="Send Message" />
</form>
</div>
</section>
<footer class="footer">© 2024 by Youssef Badr</footer>
</div>
<script src="script.js"></script>
</body>
</html>