-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
401 lines (334 loc) · 17.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#a789d4">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="./swiper-bundle.min.css">
<link rel="stylesheet" href="./styles.css">
<title>Amer Tahri Joutey | Portfolio</title>
</head>
<div class="custom-cursor"></div>
<body>
<!--Header-->
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav__logo">A T J</a>
<img src="./assets/img/homepage_logo.svg" alt="logo" class="navlogo">
<a href="./de/index.html" class="bx bx-globe" id="de-language-icon"></a>
<div class="nav__menu">
<ul class="nav__list">
<li class="nav__item ">
<a href="#home" class="nav__link">
<i class='bx bx-home'></i>
</a>
</li>
<li class="nav__item ">
<a href="#about" class="nav__link">
<i class='bx bx-user'></i>
</a>
</li>
<li class="nav__item">
<a href="#skills" class="nav__link">
<i class='bx bx-book'></i>
</a>
</li>
<li class="nav__item">
<a href="#work" class="nav__link">
<i class='bx bx-briefcase-alt-2'></i>
</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">
<i class='bx bx-message-square-dots'></i>
</a>
</li>
</ul>
</div>
<!--Theme Change-->
<a class='bx bx-moon change-theme change-theme-button' id="theme-button"></a>
</nav>
</header>
<!--Main-->
<main class="main">
<!--Home-->
<section class="home section" id="home">
<div class="home__container container grid">
<div class="home__data">
<span class="home__greeting">Hello, I'm</span>
<h1 class="home__name">Amer Tahri Joutey</h1>
<h3 class="home__education">
<span class="web-developer">Web Developer</span><br/>
<span class="voice-actor">Voice Actor</span><br/>
<span class="photographer">Photographer</span><br/>
<span class="designer">Designer</span>
</h3>
<div class="home__button">
<a download="" href="./assets/pdf/Amer_TAHRI_JOUTEY_CV.pdf" class="button button--ghost">
Download CV
</a>
<a href="#about" class="button">About</a>
</div>
</div>
<div class="home__handle">
<img src="./assets/img/profile.png" alt="" class="home__img">
</div>
<div class="home__social">
<a href="https://www.linkedin.com/in/tahrijouteyamer/" target="_blank" class="home__social-link">
<i class='bx bxl-linkedin'></i>
</a>
<a href="https://github.com/tahrijouteyamer" target="_blank" class="home__social-link">
<i class='bx bxl-github'></i>
</a>
<a href="https://dribbble.com/Amer_Is_Incridribbble" target="_blank" class="home__social-link">
<i class='bx bxl-dribbble'></i>
</a>
</div>
<a href="#about" class="home__scroll">
<i class='bx bx-mouse home__scroll-icon'></i>
<span class="home__scroll-name">Scroll Down</span>
</a>
</div>
</section>
<!--About-->
<section class="about section" id="about">
<!--About Section Code-->
</section>
<!--Skills-->
<section class="skills section" id="skills">
<span class="section__subtitle">My Abilities</span>
<h2 class="section__title">My Experience</h2>
<div class="skills__container container grid">
<div class="skills__content">
<h3 class="skills__title">Frontend Development</h3>
<div class="skills__box">
<div class="skills__group">
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">HTML</h3>
<span class="skills__level">Advanced</span>
</div>
</div>
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">CSS/SCSS</h3>
<span class="skills__level">Advanced</span>
</div>
</div>
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">Javascript</h3>
<span class="skills__level">Developing Skills</span>
</div>
</div>
</div>
<div class="skills__group">
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">Bootstrap</h3>
<span class="skills__level">Beginner</span>
</div>
</div>
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">Git</h3>
<span class="skills__level">Advanced</span>
</div>
</div>
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">React</h3>
<span class="skills__level">Beginner</span>
</div>
</div>
</div>
</div>
</div>
<div class="skills__content">
<h3 class="skills__title">Backend Development</h3>
<div class="skills__box">
<div class="skills__group">
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">Node JS</h3>
<span class="skills__level">Beginner</span>
</div>
</div>
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">Python</h3>
<span class="skills__level">Intermediate</span>
</div>
</div>
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">Shell</h3>
<span class="skills__level">Intermediate</span>
</div>
</div>
</div>
<div class="skills__group">
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">PHP</h3>
<span class="skills__level">Beginner</span>
</div>
</div>
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">SQL</h3>
<span class="skills__level">Intermediate</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Services=-->
<section class="services section">
<!--Services Section Code=-->
</section>
<!--Work-->
<section class="work section" id="work">
<span class="section__subtitle">My Portfolio</span>
<h2 class="section__title">Recent Works</h2>
<div class="work__filters">
<span class="work__item active-work" data-filter=".website">Web Development</span>
<span class="work__item" data-filter=".photography">Photography</span>
<span class="work__item" data-filter=".voice-acting">Voice Acting</span>
</div>
</section>
<!--Testimonials-->
<section class="testimonial section">
<span class="section__subtitle">My clients say</span>
<h2 class="section__title">Testimonials </h2>
<div class="testimonial__container container swiper">
<div class="swiper-wrapper">
</div>
<div class="swiper-pagination"></div>
</div>
</section>
<!--Contact-->
<section class="contact section" id="contact">
<sapn class="section__subtitle">Get in touch</sapn>
<h3 class="section__title">Contact Me</h3>
<div class="contact__container container grid">
<div class="contact__content">
<h3 class="contact__title contact__title-info">Talk to me</h3>
<div class="contact__info">
<div class="contact__card">
<i class='bx bx-mail-send contact__card-icon'></i>
<h3 class="contact__card-title">Email</h3>
<span class="contact__card-data">[email protected]</span>
<a href="mailto:[email protected]" target="_blank" class="contact__button">
Write Me <i class='bx bx-right-arrow contact__button-icon'></i>
</a>
</div>
<div class="contact__card">
<i class='bx bxl-whatsapp contact__card-icon'></i>
<h3 class="contact__card-title">Whatsapp</h3>
<span class="contact__card-data">+212 645-803-321</span>
<a href="https://api.whatsapp.com/send?phone=+212645803321&text=Hey there!" target="_blank"
class="contact__button">
Message me on WhatsApp <i class='bx bx-right-arrow contact__button-icon'></i>
</a>
</div>
<div class="contact__card">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="contact__card-icon" viewBox="0 0 16 16">
<path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
</svg>
<h3 class="contact__card-title">X</h3>
<span class="contact__card-data">tahrijouteyamer</span>
<a href="https://x.com/tahrijouteyamer" target="_blank" class="contact__button">
Contact me on X <i class='bx bx-right-arrow contact__button-icon'></i>
</a>
</div>
</div>
</div>
<!-- Contact Form -->
<div class="contact__content">
<h3 class="contact__title contact__title-form">Write Me your Message</h3>
<form id="contactForm" class="contact__form">
<div class="contact__form-div">
<label for="name" class="contact__form-tag">Name</label>
<input type="text" name="name" id="name" placeholder="Enter name" class="contact__form-input" required>
</div>
<div class="contact__form-div">
<label for="email" class="contact__form-tag">Mail</label>
<input type="email" name="_replyto" id="email" placeholder="Enter email" class="contact__form-input" required>
</div>
<div class="contact__form-div contact__form-area">
<label for="message" class="contact__form-tag">Message</label>
<textarea name="message" id="message" cols="30" rows="10" placeholder="Write your Message" class="contact__form-input" required></textarea>
</div>
<button type="submit" class="button">Send Message</button>
</form>
</div>
</section>
</main>
<!--Footer-->
<footer class="footer">
<div class="footer__container container">
<h1 class="footer__title">Amer Tahri Joutey</h1>
<ul class="footer__list">
<li class="footer__item">
<a href="#" class="footer__link">Home</a>
</li>
<li class="footer__item">
<a href="#about" class="footer__link">About</a>
</li>
<li class="footer__item">
<a href="#skills" class="footer__link">Skills</a>
</li>
<li class="footer__item">
<a href="#work" class="footer__link">Work</a>
</li>
<li class="footer__item">
<a href="#contact" class="footer__link">Contact</a>
</li>
</ul>
<ul class="footer__social">
<li class="footer__social-item">
<a href="https://x.com/tahrijouteyamer" target="_blank" class="footer__social-link">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="footer__social-icon" viewBox="0 0 16 16">
<path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
</svg>
</a>
</li>
<li class="footer__social-item">
<a href="https://www.linkedin.com/in/tahrijouteyamer/" target="_blank" class="footer__social-link">
<i class='bx bxl-linkedin footer__social-icon'></i>
</a>
</li>
<li class="footer__social-item">
<a href="https://www.instagram.com/amer.t02" target="_blank" class="footer__social-link">
<i class='bx bxl-instagram footer__social-icon'></i>
</a>
</li>
</ul>
<span class="footer__copy">
© 2024 ATJ. All rights reserved.
</span>
</div>
</footer>
<script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js"></script>
<script src="./assets/js/swiper-bundle.min.js"></script>
<script src="./assets/js/mixitup.min.js"></script>
<script src="./assets/js/main.js"></script>
<script src="./assets/js/SmoothScroll.js"></script>
</body>
</html>
<!--Note that this is not the full code of the index.html-->