-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
446 lines (446 loc) · 13 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
<!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="./css/main.css" />
<link rel="icon" href="./favicon.ico" />
<title>Aziz Mejri - Portfolio</title>
</head>
<body>
<header>
<h1 id="logo">Aziz Mejri</h1>
<button type="button" class="menu-bars">
<i class="fas fa-bars"></i>
</button>
<nav id="desktop-nav">
<ul>
<li><a class="nav-link" href="#projects">Portoflio</a></li>
<li><a class="nav-link" href="#about-me">About</a></li>
<li>
<a class="nav-link" href="#contact"
>Contact <i class="far fa-envelope"></i
></a>
</li>
</ul>
</nav>
</header>
<main>
<div id="intro">
<div class="intro-icon">
<img
class="mobile-icon"
src="./media/svg/icon.svg"
alt="Icon for the side"
/>
<img
class="desktop-icon"
src="./media/svg/desktop-icon.svg"
alt="Icon for the side"
/>
</div>
<h2 class="intro-greet">
Hey There.
<br />
I'm Aziz
</h2>
<h2 class="intro-me">I’am a Software Developer</h2>
<p class="intro-text">
I can help you build a product, feature or website <br />
Look through some of my work and experience! <br />
If you like what you see and have a project you need coded, don’t
hestiate to contact me.
</p>
<div class="social top-social">
<a
class="social-link"
href="https://github.com/SpaYco"
target="_blank"
rel="noreferrer noopener"
>
<img
class="social-icon"
src="./media/svg/github.svg"
alt="GitHub Icon"
/>
</a>
<a
class="social-link"
href="https://www.linkedin.com/in/spayco"
target="_blank"
rel="noreferrer noopener"
>
<img
class="social-icon"
src="./media/svg/linkedin.svg"
alt="LinkedIn Icon"
/>
</a>
<a
class="social-link"
href="https://angel.co/spayco"
target="_blank"
rel="noreferrer noopener"
>
<img
class="social-icon"
src="./media/svg/angel.svg"
alt="AngelList Icon"
/>
</a>
<a
class="social-link"
href="https://twitter.com/iSpaYco"
target="_blank"
rel="noreferrer noopener"
>
<img
class="social-icon"
src="./media/svg/twitter.svg"
alt="Twitter Icon"
/>
</a>
<a
class="social-link"
href="https://spayco.medium.com/"
target="_blank"
rel="noreferrer noopener"
>
<img
class="social-icon"
src="./media/svg/medium.svg"
alt="Medium Icon"
/>
</a>
</div>
</div>
<div id="projects">
<h2>My Recent Work</h2>
<hr />
<div class="first-card">
<img
src="./media/png/ubrunning.png"
alt="UB-Running Screenshot"
class="first-card-img"
/>
<div class="first-card-description">
<h2>UB Running</h2>
<p class="description blue-color">
A Platform game made with JavaScript using the Phaser framework
</p>
<ul class="project-stacks blue-color">
<li>HTML</li>
<li>SASS/CSS</li>
<li>JavaScript</li>
<li>WebPack</li>
<li>Babel</li>
<li>Phaser</li>
</ul>
<a
href="https://github.com/Spayco/UB-Running/"
class="link"
target="_blank"
rel="noreferrer noopener"
>See project</a
>
</div>
</div>
<div class="cards-list">
<div class="card gtime">
<div class="background-div"></div>
<div class="card-description">
<h2>GTime</h2>
<p class="white-description">
This is the front-end of a website that tracks your game stats,
so you can see how much you are improving. Built with
JavaScript. (The link to the back-end API can be found in the
GitHub repo)
</p>
<ul class="project-stacks card-stacks">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>React</li>
<li>redux</li>
<li>Jest</li>
<li>API</li>
</ul>
</div>
<a
href="https://github.com/Spayco/gtime-frontend/"
class="card-link link"
target="_blank"
rel="noreferrer noopener"
>See project
</a>
</div>
<div class="card weather">
<div class="background-div"></div>
<div class="card-description">
<h2>Weather App</h2>
<p class="white-description">
This is a responsive weather app made with JavaScript that
displays the temperature, humidity and timezone for cities
around the world.
</p>
<ul class="project-stacks card-stacks">
<li>HTML</li>
<li>SASS/CSS</li>
<li>JavaScript</li>
<li>WebPack</li>
<li>Babel</li>
</ul>
</div>
<a
href="https://github.com/Spayco/Weather-App/"
class="card-link link"
target="_blank"
rel="noreferrer noopener"
>See project
</a>
</div>
<div class="card conference">
<div class="background-div"></div>
<div class="card-description">
<h2>Conference page</h2>
<p class="white-description">
This is a sample conference page made using HTML and CSS.
</p>
<ul class="project-stacks card-stacks">
<li>HTML</li>
<li>CSS</li>
<li>SASS</li>
</ul>
</div>
<a
href="https://github.com/Spayco/Conference-page/"
class="card-link link"
target="_blank"
rel="noreferrer noopener"
>See project
</a>
</div>
<div class="card katchy">
<div class="background-div"></div>
<div class="card-description">
<h2>Katchy</h2>
<p class="white-description">
This is a website for recipes made with Ruby on Rails
</p>
<ul class="project-stacks card-stacks">
<li>Ruby</li>
<li>Ruby on Rails</li>
<li>HTML</li>
<li>CSS</li>
<li>ERB</li>
<li>RSPec</li>
</ul>
</div>
<a
href="https://github.com/Spayco/katchy/"
class="card-link link"
target="_blank"
rel="noreferrer noopener"
>See project
</a>
</div>
</div>
</div>
<div id="about-me">
<section class="about-me-section">
<h2>About me</h2>
<p class="about-me-text">
I am a skilled Full-Stack Web Developer who loves making pages with
beautiful UI. I have studied at Microverse, and I am experienced in
remote work.
<br />
I've also been a good helping hand to a lot of developers in
different communities!
<br />
if you'd like to get in contact about potential job opportunities,
please reach out!
</p>
<a
href="https://docs.google.com/document/d/1lYq0Kb50TujzJzDWGobIchRI17JMnAiZMF9OBQgNU68/edit?usp=sharing"
class="link"
target="_blank"
rel="noreferrer noopener"
>
Get my resume
</a>
<img
class="about-me-icon mobile-icon"
src="./media/svg/icon-2.svg"
alt="Icon"
/>
<img
class="about-me-icon desktop-icon"
src="./media/svg/desktop-icon-2.svg"
alt="Icon"
/>
</section>
<hr />
<div class="stacks">
<ul>
<li class="languages list-title">
Languages
<ul>
<li>JavaScript</li>
<li>TypeScript</li>
<li>Ruby</li>
<li>HTML</li>
<li>CSS</li>
<li>Sass</li>
</ul>
</li>
</ul>
<ul>
<li class="frameworks list-title">
Frameworks
<ul>
<li>React & Redux</li>
<li>Material-UI</li>
<li>Jest</li>
<li>Bootstrap</li>
<li>Ruby on Rails</li>
<li>RSPec</li>
</ul>
</li>
</ul>
<ul>
<li class="skills list-title">
Skills
<ul>
<li>GitHub</li>
<li>CodePen</li>
<li>GitLab</li>
<li>Terminal</li>
<li>WSL</li>
<li>Remote Pair-Programming</li>
<li>Teamwork</li>
<li>Mentoring</li>
<li>Code Reviews</li>
<li>Mobile/Responsive Development</li>
</ul>
</li>
</ul>
</div>
</div>
<div id="contact">
<h2>
I'm always interested in hearing about new projects, so if you'd like
to chat please get in touch.
</h2>
<form action="https://formspree.io/f/mwkakrqj" method="POST">
<input
type="text"
name="fullname"
id="fullname"
placeholder="Full name"
maxlength="30"
required
/>
<div class="name-form">
<input
type="text"
name="name"
id="name"
placeholder="First name"
maxlength="30"
required
/>
<input
type="text"
name="surname"
id="surname"
placeholder="Last name"
maxlength="30"
required
/>
</div>
<input
type="email"
id="email"
name="_replyto"
placeholder="Email address"
required
/>
<textarea
name="message"
placeholder="Enter text here"
maxlength="500"
required
></textarea>
<button type="submit" class="link centered-link">Send</button>
</form>
</div>
</main>
<footer class="social footer-social">
<a
class="social-link"
href="https://github.com/SpaYco"
target="_blank"
rel="noreferrer noopener"
>
<img
class="social-icon"
src="./media/svg/github.svg"
alt="GitHub Icon"
/>
</a>
<a
class="social-link"
href="https://www.linkedin.com/in/spayco"
target="_blank"
rel="noreferrer noopener"
>
<img
class="social-icon"
src="./media/svg/linkedin.svg"
alt="LinkedIn Icon"
/>
</a>
<a
class="social-link"
href="https://angel.co/spayco"
target="_blank"
rel="noreferrer noopener"
>
<img
class="social-icon"
src="./media/svg/angel.svg"
alt="AngelList Icon"
/>
</a>
<a
class="social-link"
href="https://twitter.com/iSpaYco"
target="_blank"
rel="noreferrer noopener"
>
<img
class="social-icon"
src="./media/svg/twitter.svg"
alt="Twitter Icon"
/>
</a>
<a
class="social-link"
href="https://spayco.medium.com/"
target="_blank"
rel="noreferrer noopener"
>
<img
class="social-icon"
src="./media/svg/medium.svg"
alt="Medium Icon"
/>
</a>
</footer>
<script
src="https://kit.fontawesome.com/e966a3bd22.js"
crossorigin="anonymous"
></script>
</body>
</html>