-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
414 lines (380 loc) · 18.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
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
<!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, shrink-to-fit=no">
<title>I'm Farah Ait Elahmadi!</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/css/all.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Cabin&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/favicon/apple-touch-icon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon/favicon-16x16.ico">
<meta name="mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="#111233" />
<meta name="description"
content="Farah AIT ELAHMADI, a software engineer and lover of the open-source movement philosophy." />
<meta name="image" content="https://farahelahmadi.me/assets/img/banner/banner.png" />
<meta name="author" content="Farah AIT ELAHMADI">
<meta name="title" property="og:title" content="Hi, I'm Farah Ait elahmadi!" />
<meta name="description" property="og:description"
content="Farah AIT ELAHMADI, a software engineer and lover of the open-source movement philosophy." />
<meta property="og:url" content="https://farahelahmadi.me" />
<meta property="og:type" content="website" />
<meta name="image" property="og:image" content="https://farahelahmadi.me/assets/img/banner/banner.png" />
<meta property="fb:app_id" content="205295131675303" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@ahmadiF__" />
<meta name="twitter:creator" content="@ahmadiF__" />
<meta property="twitter:title" content="Hi, I'm Farah Ait elahmadi!" />
<meta property="twitter:description"
content="Farah AIT ELAHMADI, a software engineer and lover of the open-source movement philosophy." />
<meta property="twitter:image:src" content="https://farahelahmadi.me/assets/img/banner/banner.png" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-211130793-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-211130793-1');
</script>
</head>
<body data-bs-spy="scroll" data-bs-target="#navbar">
<!-- Start Navbar -->
<nav class="navbar navbar-expand-md fixed-top navbar-dark navbar-top bg-primary py-3 shadow-sm">
<div class="container-lg ">
<a class="navbar-brand fs-5 fw-bold " href="/">
<img src="/assets/img/others/logo.png" alt="Purple Letter F inside polygon" width="43" height="43"
class="brand-text">
<!-- <span>Farah AIT ELAHMADI</span> -->
</a>
<button class="d-lg-none d-md-none bg-primary " style="border-color: rgba(102, 172, 204, 0);"
data-bs-toggle="collapse" data-bs-target="#toggelMobileMenu" aria-controls="toggelMobileMenu"
aria-expanded="false" aria-label="Toggle navigation">
<span class="text-white "><i class="fas fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse " id="toggelMobileMenu" id="navbar">
<hr>
<ul class="navbar-nav ms-auto ">
<li class="nav-item me-3">
<a class="nav-link " href="#whoami">About </a>
</li>
<li class="nav-item me-3">
<a class="nav-link " href="#skills">Skills</a>
</li>
<li class="nav-item me-3">
<a class="nav-link " href="#projects">Side Projects</a>
</li>
<li class="nav-item me-4">
<a class="nav-link " href="#contact">Contact</a>
</li>
<li class="nav-item font-monospace d-none d-lg-block d-md-block">
<a class="myShadow text-white btn btn-primary " href="#contact">Hire me</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<!-- Hero section -->
<section id="whoami">
<div class="container-lg ">
<div class="row justify-content-between">
<div class="col-md-6 text-center text-md-start">
<h6 class="text-primary mb-1">
<span class="fs-5">👋</span>
Hi, Welcome There!
</h6>
<p class="fs-1 fw-bold lh-1 ">
I'm Farah AIT ELAHMADI
<span class="bg-primary mt-1 d-block bar-primary ms-auto me-auto ms-md-0 "></span>
</p>
<p class="text-primary lh-lg fw-lighter fs-6 ">
Software engineer and Master's degree student specialised in Compture Systems Engineering, and lover of the open-source movement philosophy.
<br />
I am always doing that which I cannot do in order that I may learn how to do it, and I believe in sharing
knowledge.
<span class="d-none d-lg-block d-md-block">
I think it's essential always to keep professional and surround yourself with good people, work hard, and
be nice to everyone.
</span>
</p>
<a href="#get_in_touch" class="myShadow mt-lg-5 mt-3 btn btn-outline-primary py-2 px-2 px-sm-4">
Get In Touch
</a>
<a href="https://drive.google.com/file/d/1OSpxJYz9v4c_CO7fijHQ647PYAmxxmBD/view?usp=sharing"
class="myShadow mt-lg-5 mt-3 ms-2 btn btn-primary py-2 px-2 px-sm-4" target="_blank" rel="noopener">
View Resume
</a>
</div>
<div class="col-md-6 col-lg-5 text-center d-none d-lg-block d-md-block ">
<img class="img-fluid" src="assets/img/others/Developer.svg" alt="Developer">
</div>
</div>
</div>
</section>
<!-- End Hero section -->
<!-- Skills section -->
<section id="skills" class=" bg-light ">
<div class="container-lg ">
<div class="text-md-start text-center">
<p class="fs-2 lh-1">
Tech Stack
<span class="bg-primary mt-1 ms-auto me-auto ms-md-0 d-block bar-primary "></span>
</p>
</div>
<div class="row mt-5 align-items-center justify-content-between ">
<div class="col-6 col-md-3 col-xl-2 mb-3">
<div class="card bg-primary myShadow border-0 transition">
<div class="card-body card-tools text-center py-4">
<img src="./assets/img/Teck stacks/laravel-2.svg" alt="laravel icon">
<div class="fs-6 text-mueted fw-bold mt-3">Laravel </div>
</div>
</div>
</div>
<div class="col-6 col-md-3 col-xl-2 mb-3">
<div class="card bg-primary myShadow border-0 transition">
<div class="card-body card-tools text-center py-4">
<img src="./assets/img/Teck stacks/vuejs-icon.svg" alt="VueJS icon">
<div class=" fs-6 fw-bold mt-3">VueJS</div>
</div>
</div>
</div>
<div class="col-6 col-md-3 col-xl-2 mb-3">
<div class="card bg-primary myShadow border-0 transition">
<div class="card-body card-tools text-center py-4">
<img src="./assets/img/Teck stacks/java-icon.svg" alt="java icon">
<div class=" fs-6 fw-bold mt-3">JavaEE</div>
</div>
</div>
</div>
<div class="col-6 col-md-3 col-xl-2 mb-3">
<div class="card bg-primary myShadow border-0 transition">
<div class="card-body card-tools text-center py-4">
<img src="./assets/img/Teck stacks/sass.svg" alt="sass icon">
<div class="fs-6 fw-bold mt-3">Sass</div>
</div>
</div>
</div>
</div>
<div class="row align-items-center justify-content-evenly">
<div class="col-6 col-md-3 col-xl-2 mb-3">
<div class="card bg-primary myShadow border-0 transition">
<div class="card-body card-tools text-center py-4">
<img src="./assets/img/Teck stacks/tailwindcss-icon.svg" alt="tailwind css icon">
<div class=" fs-6 fw-bold mt-3">Tailwind CSS</div>
</div>
</div>
</div>
<div class="col-6 col-md-3 col-xl-2 mb-3">
<div class="card bg-primary myShadow border-0 transition">
<div class="card-body card-tools text-center py-4">
<img src="./assets/img/Teck stacks/bootstrap-4.svg" alt="bootstrap icon">
<div class=" fs-6 fw-bold mt-3">Bootstrap</div>
</div>
</div>
</div>
<div class="col-6 col-md-3 col-xl-2 mb-3">
<div class="card bg-primary myShadow border-0 transition">
<div class="card-body card-tools text-center py-4">
<img src="./assets/img/Teck stacks/git-scm-icon.svg" alt="git icon">
<div class="fs-6 fw-bold mt-3">Git basics</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Skills section -->
<!-- Projects Section-->
<section id="projects">
<div class="container-lg">
<!-- Projects Section Heading-->
<div class="text-md-start text-center">
<p class="fs-2 lh-1">
Side Projects
<span class=" mt-1 ms-auto me-auto ms-md-0 d-block bar-primary "></span>
</p>
</div>
<!-- Projects Grid Items-->
<div class="card card-project mb-3 mt-5 bg-light myShadow overflow-hidden border-0">
<div class="row g-3 align-items-center justify-content-center ">
<div class="col-md-5 ">
<img class="img-project img-fluid rounded text-center" src="/assets/img/projects/JoySHOP.png" alt="JoySHOP">
</div>
<div class="col-md-7 ">
<div class="card-body ">
<h5 class="card-title">JoySHOP✨<span
class="bg-primary text-center text-md-start mt-1 d-block bar-primary "></span></h5>
<p class="card-text fw-lighter text-primary">JoySHOP is a cosmetics eCommerce website made with Laravel
and VueJS.</p>
<p class="card-text "><small class="text-primary"><i class="fas fa-code"></i> Laravel, VueJS, Bootstrap,
MySQL</small></p>
<a class="card-text btn btn-outline-primary" href="https://github.com/Ray0Emma/JoySHOP">
<small> Github Repo </small>
</a>
</div>
</div>
</div>
</div>
<div class="card card-project mb-3 mt-4 bg-light myShadow overflow-hidden border-0">
<div class="row g-3 align-items-center ">
<div class="col-md-5 ">
<img src="/assets/img/projects/digital_Books.png" class="img-project img-fluid rounded" alt="Digital Books">
</div>
<div class="col-md-7">
<div class="card-body ">
<h5 class="card-title">Digital Books✨<span
class="bg-primary text-center text-md-start mt-1 d-block bar-primary "></span></h5>
<p class="card-text fw-lighter text-primary">It's a web application that allow user to store informations
about books they owen or they've read. It will allow to save basic book data like title, authors along
with description created by the user.</p>
<p class="card-text "><small class="text-primary"><i class="fas fa-code"></i> Laravel, Bootstrap,
MySQL</small></p>
<a class="card-text btn btn-outline-primary" href="https://github.com/Ray0Emma/Digital_Books">
<small> Github Repo </small>
</a>
</div>
</div>
</div>
</div>
<div class="card card-project bg-light mb-3 mt-4 myShadow overflow-hidden border-0 ">
<div class="row g-3 align-items-center justify-content-center ">
<div class="col-md-5 ">
<img class="img-project img-fluid rounded" src="/assets/img/projects/textalk.png" alt="TexTalk">
</div>
<div class="col-md-7 ">
<div class="card-body ">
<h5 class="card-title">TexTalk✨<span
class=" text-center text-md-start mt-1 d-block bar-primary "></span></h5>
<p class="card-text fw-lighter text-primary">Web application based on the concept of sending and receiving
messages when two or more users joined the same group.</p>
<p class="card-text "><small class="text-primary"><i class="fas fa-code"></i> Angular, Angular Material,
Firebase realtime</small></p>
<a class="card-text btn btn-outline-primary" href="https://github.com/Ray0Emma/TexTalk_Chat_App">
<small> Github Repo </small>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- End Projects section -->
<!-- Contact section -->
<section id="contact" class="position-relative bg-light ">
<svg class=" position-absolute top-0 end-0 text-primary d-none d-lg-block d-md-block" width="170px" height="170px"
fill="none" viewBox="0 0 404 404" role="img" aria-labelledby="title desc">
<title id="title">Dots square</title>
<desc id="desc">Dots square pattern</desc>
<defs>
<pattern id="ad119f34-7694-4c31-947f-5c9d249b21f3" x="0" y="0" width="20" height="20"
patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="4" height="4" class="text-brand-100" fill="currentColor"></rect>
</pattern>
</defs>
<rect width="404" height="404" fill="url(#ad119f34-7694-4c31-947f-5c9d249b21f3)"></rect>
</svg>
<svg class=" position-absolute bottom-0 start-0 text-primary d-none d-lg-block d-md-block" width="170px"
height="170px" fill="none" viewBox="0 0 404 404" role="img" aria-labelledby="title desc">
<title id="title">Dots square</title>
<desc id="desc">Dots square pattern</desc>
<defs>
<pattern id="ad119f34-7694-4c31-947f-5c9d249b21f3" x="0" y="0" width="20" height="20"
patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="4" height="4" class="text-brand-100" fill="currentColor"></rect>
</pattern>
</defs>
<rect width="404" height="404" fill="url(#ad119f34-7694-4c31-947f-5c9d249b21f3)"></rect>
</svg>
<div class="container-lg ">
<!-- Contact Section Heading-->
<div class="text-md-start text-center mb-5">
<p class="fs-2 lh-1">
Contact Me
<span class="bg-primary mt-1 ms-auto me-auto ms-md-0 d-block bar-primary "></span>
</p>
</div>
<!-- Contact Grid Items-->
<form class="row justify-content-center" action="https://formspree.io/f/xbjqbwgp" method="POST">
<div class="col-md-6 col-lg-5 mb-5">
<label for="full-name" class="form-label ">Full Name</label>
<input type="text" id="full-name" name="full-name" class="form-control bg-light py-3 rounded-0 text-white"
placeholder="Enter your full name" required>
</div>
<div class="col-md-6 col-lg-5 mb-5">
<label for="email" class="form-label">Email</label>
<input type="email" id="email" name="email" class="form-control bg-light py-3 rounded-0 text-white"
placeholder="Enter your email" required>
</div>
<div class="col-md-12 col-lg-10 mb-5">
<label for="message" class="form-label">Message</label>
<textarea class="form-control bg-light py-3 rounded-0 text-white" id="message" name="message" rows="6"
placeholder="Enter your message..." required></textarea>
</div>
<div class="col-md-12 col-lg-10 mb-5 d-flex flex-row-reverse">
<button type="submit" class=" myShadow btn btn-primary border-0 py-3 px-4 rounded-pill "><i
class="fas fa-paper-plane"></i>
<span class="fs-5">Submit</span>
</button>
</div>
</form>
</div>
</div>
</section>
<!-- End Contact section -->
<!-- Start Social section -->
<section id="get_in_touch">
<div class="container-lg">
<div class="row align-items-center justify-content-center">
<div class="col-11 col-md-6 ">
<div class="card bg-primary border-0 mt-5 contact-card ">
<img src="./assets/img/others/Mailbox.svg" class="position-absolute top-0 start-50 translate-middle img-fluid"
alt="purple mailbox">
<div class="card-body mt-5 text-center">
<h1 class="card-title mt-5 mb-3">Get In Touch</h1>
<p class="card-text text-primary mb-5">I’m currently looking for great new opportunity, my inbox is always
open. Whether you have a suggestion or just want to say hi, I’ll try my best to get back to you!</p>
<div class="text-center mb-4">
<a href="https://twitter.com/ahmadiF__" class="btn btn-outline-primary rounded-circle fs-5"
aria-label="Twitter link">
<i class="fab fa-twitter"></i>
</a>
<a href="https://github.com/Ray0Emma"
class="btn btn-outline-primary rounded-circle fs-5 ms-md-4 me-md-4" aria-label="Github link">
<i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/farah-ahmadi/"
class="btn btn-outline-primary rounded-circle fs-5" aria-label="Linkedin link">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Social section -->
<!-- Footer section -->
<footer class="bg-primary pt-3 mb-4">
<div class="container-lg">
<a href="/" class="text-center text-xl">
<div>Designed & Built with <small style="color: #f03d3d;">❤</small> by Farah Ait Elahmadi</div>
<div>
<span>
Copyright © 2021 - 2022.
</span>
</div>
</a>
</div>
</footer>
<!-- End Footer section -->
<script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>