-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
362 lines (361 loc) · 14.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Marwan Alhameedy</title>
<link rel="icon" type="images/x-icon" href="images/cv.ico" />
<link rel="stylesheet" type="text/css" href="styles/style.css" />
<link rel="stylesheet" type="text/css" href="styles/utile.css" />
<link rel="stylesheet" type="text/css" href="styles/mobile-nav.css" />
<link rel="stylesheet" type="text/css" href="styles/hero.css" />
<link rel="stylesheet" type="text/css" href="styles/services.css" />
<link rel="stylesheet" type="text/css" href="styles/projects.css" />
<link rel="stylesheet" type="text/css" href="styles/testimonials.css" />
<link rel="stylesheet" type="text/css" href="styles/contact.css" />
</head>
<body>
<!-- Mobile Navigation -->
<button class="mobile-nav-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-6 h-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"
/>
</svg>
</button>
<div class="mobile-nav">
<nav>
<ul class="mobile-nav-menu">
<li><a class="mobile-nav-link" href="#about">About</a></li>
<li><a class="mobile-nav-link" href="#services">Services</a></li>
<li><a class="mobile-nav-link" href="#projects">Projects</a></li>
<li>
<a class="mobile-nav-link" href="#testimonials">Testimonials</a>
</li>
<li><a class="mobile-nav-link" href="#contact">Contact</a></li>
<li class="mobile-nav-line"></li>
</ul>
</nav>
</div>
<!-- ----------------- -->
<!---------------------------------Hero---------------------------------------->
<section class="hero main-section container" id="about">
<!-------------- Backgound Icons --------------------->
<div class="aboutIcons"></div>
<!-- ----------------------------------------------- -->
<div class="bar container">
<nav class="navigation">
<a href="#about" class="navi-elements underline-hover-animation"
>About</a
>
<a href="#services" class="navi-elements underline-hover-animation"
>Services</a
>
<a href="#projects" class="navi-elements underline-hover-animation"
>Projects</a
>
<a
href="#testimonials"
class="navi-elements underline-hover-animation"
>Testimonials</a
>
<a href="#contact" class="navi-elements underline-hover-animation"
>Contact</a
>
</nav>
</div>
<div class="personal-info">
<div class="specialization">Computer Engineer</div>
<div class="name">
Hello, I'm<br /><span class="autoType name"></span
><!--<span class="blinkingBar">|</span>-->
</div>
<div class="intro">
I am a student at Cairo University's Faculty of Engineering, Computer
Engineering Department. Right now, I am interested in learning new
technologies and getting an internship to extend my knowledge. I hope
you like my work.
</div>
<a href="My Resume.pdf" download="MY Resume.pdf" class="cv-a"
><button class="cv-button button">Download CV</button></a
>
</div>
<div class="photo fade">
<img src="images/Photo-min.png" alt="Marwan Alhameedy" />
</div>
</section>
<!---------------------------------------------------------------------------------->
<!-----------------------------------Services--------------------------------------->
<section class="services main-section container" id="services">
<div class="header">
<h2 class="underline-header">Services</h2>
</div>
<div class="circles">
<div class="svg-container">
<div id="obj1" class="tracker"></div>
<div id="obj2" class="tracker"></div>
<div id="obj3" class="tracker"></div>
<div id="obj4" class="tracker"></div>
<div id="obj5" class="tracker"></div>
<div id="obj6" class="tracker"></div>
<svg
width="537"
height="487"
viewBox="0 0 537 487"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M280 206C280 206 331 159 327 126C323 93 243.5 127.5 248 93C252.5 58.5 334 78 333 47C332 16 302 1.5 302 1.5"
stroke="#880A3F"
stroke-width="5"
id="figma"
/>
<path
d="M240 221C240 221 220 154 188 143.5C156 133 144.5 186 111.5 174.5C78.5 163 111.5 100 87.5 90.5C63.5 81 71 147 42 150C13 153 1.5 119.5 1.5 119.5"
stroke="#106488"
stroke-width="5"
id="coding"
/>
<path
d="M234 288C234 288 198.5 370.5 162 373.5C125.5 376.5 146.5 290.5 113.5 300C80.5 309.5 99 373.5 72 397.5C45 421.5 2 403 2 403"
stroke="#074097"
stroke-width="5"
id="code"
/>
<path
d="M274 306C274 306 305 345.5 299 374.5C293 403.5 234.5 393.5 234.5 420C234.5 446.5 299 436 305 455.5C311 475 279 497 279 497"
stroke="#807385"
stroke-width="5"
id="react"
/>
<path
d="M309 284C309 284 324 347.5 353 357C382 366.5 385.991 343.238 425.5 319.5C465.009 295.762 465 362.5 482.5 392C500 421.5 536 392 536 392"
stroke="#6E0793"
stroke-width="5"
id="github"
/>
<path
d="M328 242C328 242 347 177 377.5 170.5C408 164 416.5 195 451.5 201.5C486.5 208 471.5 128 492.5 115.5C513.5 103 534 110.5 534 110.5"
stroke="#065651"
stroke-width="5"
id="arduino"
/>
</svg>
</div>
<div class="circle figma figma-position">
<div class="scale-animation figma">
<div class="blink-animation figmaShadow">
<img src="images/Services/figma.svg" />
</div>
</div>
</div>
<div class="circle coding coding-position">
<div class="scale-animation coding">
<div class="blink-animation codingShadow">
<img src="images/Services/coding.png" />
</div>
</div>
</div>
<div class="circle arduino arduino-position">
<div class="scale-animation arduino">
<div class="blink-animation arduinoShadow">
<img src="images/Services/arduino.svg" />
</div>
</div>
</div>
<div class="brain">
<img src="images/Services/brain.svg" />
</div>
<div class="circle code code-position">
<div class="scale-animation code">
<div class="blink-animation codeShadow">
<img src="images/Services/code.png" />
</div>
</div>
</div>
<div class="circle github github-position">
<div class="scale-animation github">
<div class="blink-animation githubShadow">
<img src="images/Services/github.svg" />
</div>
</div>
</div>
<div class="circle react react-position">
<div class="scale-animation react">
<div class="blink-animation reactShadow">
<img src="images/Services/react.svg" />
</div>
</div>
</div>
</div>
</section>
<!----------------------------------------------------------------------------------->
<!-------------------------------------Projects-------------------------------------->
<section class="projects main-section container" id="projects">
<div class="header">
<h2 class="underline-header">Projects</h2>
</div>
<div class="buttons">
<button class="button project-button">All</button>
<button class="button project-button">Website</button>
<button class="button project-button">Mobile App</button>
<button class="button project-button">UI/UX Design</button>
<button class="button project-button">Simulator</button>
<button class="button project-button">AI</button>
<button class="button project-button">C++</button>
</div>
<div class="project-grid"></div>
</section>
<!----------------------------------------------------------------------------------->
<!-------------------------------------Testimonials-------------------------------------->
<section class="testimonials main-section container" id="testimonials">
<div class="header">
<h2 class="underline-header">Testimonials</h2>
</div>
<div class="testimonials-grid"></div>
</section>
<!------------------------------------------------------------------------------------->
<!-------------------------------------Contact----------------------------------------->
<section class="contact main-section container" id="contact">
<div class="header">
<h2 class="underline-header">contact</h2>
</div>
<div class="contact-grid">
<div class="outro">
<h2 class="hire">Hire/Inquiry</h2>
<div class="media">
<div class="information">
<img src="images/Contact/phone-solid.svg" loading="lazy" />
+201093165634
</div>
<div class="information">
<img
src="images/Contact/gmail.svg"
loading="lazy"
</div>
<div class="information">
<img src="images/Contact/location-dot-solid.svg" loading="lazy" />
Giza, Egypt
</div>
<div class="media-icons">
<a
href="https://www.facebook.com/profile.php?id=100010059756988"
target="_blank"
><img src="images/Contact/facebook.svg" loading="lazy"
/></a>
<a
href="https://www.linkedin.com/in/marwan-alhameedy-b64480277/"
target="_blank"
><img src="images/Contact/linkedin.svg" loading="lazy"
/></a>
<a href="https://github.com/marwan2232004" target="_blank"
><img src="images/Contact/github.svg" loading="lazy"
/></a>
</div>
</div>
</div>
<div class="contact-form">
<form
action="https://formspree.io/f/maygyjqo"
method="POST"
target="_blank"
>
<div class="input-box">
<input
type="text"
class="input-control"
name="Name"
id="name"
autocomplete="off"
required
/>
<label for="name" class="label-control">Name </label>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor"
class="inputIcon"
>
<path
fillrule="evenodd"
d="M7.5 6a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zM3.751 20.105a8.25 8.25 0 0116.498 0 .75.75 0 01-.437.695A18.683 18.683 0 0112 22.5c-2.786 0-5.433-.608-7.812-1.7a.75.75 0 01-.437-.695z"
cliprule="evenodd"
/>
</svg>
</div>
<div class="input-box">
<input
type="email"
class="input-control"
name="Email"
id="email"
autocomplete="off"
required
/>
<label for="email" class="label-control">Email </label>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor"
class="inputIcon"
>
<path
d="M1.5 8.67v8.58a3 3 0 003 3h15a3 3 0 003-3V8.67l-8.928 5.493a3 3 0 01-3.144 0L1.5 8.67z"
/>
<path
d="M22.5 6.908V6.75a3 3 0 00-3-3h-15a3 3 0 00-3 3v.158l9.714 5.978a1.5 1.5 0 001.572 0L22.5 6.908z"
/>
</svg>
</div>
<label class="message">Message</label>
<textarea name="Message"></textarea>
<input type="submit" value="Send" class="submit" />
</form>
</div>
</div>
</section>
<footer>
<div>© 2023 Marwan Mohammed | All Rights Reserved | made with <span>love</span> brian 🧠 </div>
</footer>
<script type="text/javascript" src="src/data.js"></script>
<script type="text/javascript" src="src/utiles.js"></script>
<script type="text/javascript" src="src/navigation.js"></script>
<!-- ?my code for auto type i works well also <script type="text/javascript" src="src/autoType.js"></script> -->
<script type="text/javascript" src="src/services.js"></script>
<script type="text/javascript" src="src/projects.js"></script>
<script type="text/javascript" src="src/testimonials.js"></script>
<script type="text/javascript" src="src/contact.js"></script>
<script type="text/javascript" src="src/mobile-nav.js"></script>
<!-- ! The following is from vanilla-tilt.js -->
<script type="text/javascript" src="vanilla-tilt.min.js"></script>
<script type="text/javascript">
VanillaTilt.init(document.querySelectorAll(".card"), {
perspective: 2500,
max: 25,
speed: 400,
glare: true,
"max-glare": 1,
});
</script>
<!-- ! The following is from typed.js https://github.com/mattboldt/typed.js this is for the auto typing but i also make my own i put this one to be efficient -->
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script>
var typed = new Typed(".autoType", {
strings: personalData,
typeSpeed: 70,
backSpeed: 50,
});
</script>
</body>
</html>