forked from thecodedealer/JS_CSS_PortfolioProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
384 lines (367 loc) · 13.8 KB
/
Copy pathindex.html
File metadata and controls
384 lines (367 loc) · 13.8 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
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
<!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" />
<title>Portfolio</title>
<link rel="stylesheet" href="styles/styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
</head>
<body class="main-content">
<header class="container header active" id="home">
<div class="header-content">
<div class="left-header">
<div class="h-shape"></div>
<div class="image">
<img src="img/me.jpeg" alt="" />
</div>
</div>
<div class="right-header">
<h1 class="name">
Bonjour, je suis <span>AYADI Oussama.</span>
A full stack developer.
</h1>
<p>
je suis bon au travail d'équipe, mon superpouvoir je suis un
chercheur et j'apprends rapidement. Je maîtrise les différentes
étapes techniques de la création d'un site ou d'une application web
</p>
<div class="btn-con">
<a
href="https://drive.google.com/file/d/1OB87kEfahkYI6eEnXdfODRNZ1Mu_CghZ/view?usp=sharing"
target="_blank"
class="main-btn"
>
<span class="btn-text">Download CV</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
</div>
</div>
</div>
</header>
<main>
<section class="container about" id="about">
<div class="main-title">
<h2>À propos de <span>moi</span><span class="bg-text"></span></h2>
</div>
<div class="about-stats">
<h4 class="stat-title">Mes compétences</h4>
<div class="progress-bars">
<div class="progress-bar">
<p class="prog-title">html5</p>
<div class="progress-con">
<p class="prog-text">80%</p>
<div class="progress">
<span class="html"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">css3</p>
<div class="progress-con">
<p class="prog-text">95%</p>
<div class="progress">
<span class="css"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">javascript</p>
<div class="progress-con">
<p class="prog-text">80%</p>
<div class="progress">
<span class="js"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">ReactJS</p>
<div class="progress-con">
<p class="prog-text">75%</p>
<div class="progress">
<span class="react"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">PHP</p>
<div class="progress-con">
<p class="prog-text">87%</p>
<div class="progress">
<span class="node"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">Laravel</p>
<div class="progress-con">
<p class="prog-text">70%</p>
<div class="progress">
<span class="python"></span>
</div>
</div>
</div>
</div>
</div>
<h4 class="stat-title">mes diplôme et compétence</h4>
<div class="timeline">
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2021/2022</p>
<h5>
2eme année technicien specialise en developpement digital option
web Full Stack<span> - ISTA Berkane</span>
</h5>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2021</p>
<h5>FORMATION EN SOFT SKILLS ET NOUVELLES TECHNOLOGIES NUMERIQUES<span> - L'Association Al Jisr Berkane</span></h5>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2021 / 2022</p>
<h5>
PROGRAMME D'INNOVATION ENTREPRENEURIALE (PIE)<span>
- ISTA Berkane</span
>
</h5>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2021 - 2021</p>
<h5>stage en développement web <span> - EhdatheyatGS Oujda-Angad</span></h5>
<p>
<ul>
<li>Maîtriser l'un des langages de programmation : javascript , php</li>
<li>designer site web</li>
<li>Concevoir et développer un site web</li>
</ul>
</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2020 / 2021</p>
<h5>
DÉVELOPPEMENT WEB ET WEB MOBILE (Powered by Simplon)<span>
- greenchip 2.0 Berkane</span
>
</h5>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2022</p>
<h5>freelance développer un site web de gestion des vente et stock<span> - Pneu Map SARL </span></h5>
</div>
</div>
</section>
<section class="container" id="portfolio">
<div class="main-title">
<h2>Mon <span>Portfolio</span><span class="bg-text">Mon travail</span></h2>
</div>
<p class="port-text">
Voici quelques-uns des travaux que j'ai effectués dans divers langages de programmation.
</p>
<div class="portfolios">
<div class="portfolio-item">
<div class="image">
<img src="img/stock.jpg" alt="" />
</div>
<div class="hover-items">
<h3>pneu map</h3>
<div class="icons">
<a href="http://pneu-map.com/" target="_blank" class="icon">
<i class="fas fa-window-restore"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/shpx.png" alt="" />
</div>
<div class="hover-items">
<h3 style="text-align: center;">SHPX | ecommerce landing page</h3>
<div class="icons">
<a href="https://github.com/ayadi1/shpx-e-commerce-landing-page-using-nextJS" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="https://shpx-e-commerce-landing-page-using-nextjs.netlify.app/" class="icon">
<i class="fas fa-window-restore"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/unique.png" alt="" />
</div>
<div class="hover-items">
<h3>unique tech landing page</h3>
<div class="icons">
<a href="https://github.com/ayadi1/unique-tech-landing-page-html-css-js" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="https://unique-tech-landing-page.netlify.app" class="icon">
<i class="fas fa-window-restore"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/desktop.jpg" alt="" />
</div>
<div class="hover-items">
<h3 style="text-align: center;">E-commerce product page</h3>
<div class="icons">
<a href="https://github.com/ayadi1/E-commerce-product-page-using-ReactJS" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="https://e-commerce-product-page-using-reactjs.netlify.app" class="icon">
<i class="fas fa-window-restore"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/shortening.jpg" alt="" />
</div>
<div class="hover-items">
<h3 style="text-align: center;">Shortly URL shortening</h3>
<div class="icons">
<a href="https://github.com/ayadi1/url-shortening-api-using-next-js" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="https://url-shortening-api-using-next-js.vercel.app/" class="icon">
<i class="fas fa-window-restore"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/loopstudios.jpg" alt="" />
</div>
<div class="hover-items">
<h3 style="text-align: center;"> Loopstudios landing page | using nextJS</h3>
<div class="icons">
<a href="https://github.com/ayadi1/loopstudios-landing-page-next-js" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="https://loopstudios-landing-page-next-js.vercel.app/" class="icon">
<i class="fas fa-window-restore"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="container contact" id="contact">
<div class="contact-container">
<div class="main-title">
<h2>Contactez <span>moi</span><span class="bg-text">Contactez</span></h2>
</div>
<div class="contact-content-con">
<div class="left-contact">
<h4>Contactez-moi ici</h4>
<div class="contact-info">
<div class="contact-item">
<div class="icon">
<i class="fas fa-map-marker-alt"></i>
<span>Location</span>
</div>
<p>: Berkane, Maroc</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-envelope"></i>
<span>E-mail</span>
</div>
<p>
<span>: ayadi.oussama6@gmail.com</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-user-graduate"></i>
<span>Numéro de portable</span>
</div>
<p>
<span>: +212626005713</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-globe-africa"></i>
<span>Langages</span>
</div>
<p>
<span>: arabe, English, Français</span>
</p>
</div>
</div>
<div class="contact-icons">
<div class="contact-icon">
<a href="https://www.facebook.com/ossama.ayadi.9" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://twitter.com/ayadioo" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="https://github.com/ayadi1/" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<div class="controls">
<div class="control active-btn" data-id="home">
<i class="fas fa-home"></i>
</div>
<div class="control" data-id="about">
<i class="fas fa-user"></i>
</div>
<div class="control" data-id="portfolio">
<i class="fas fa-briefcase"></i>
</div>
<div class="control" data-id="contact">
<i class="fas fa-envelope-open"></i>
</div>
</div>
<div class="theme-btn">
<i class="fas fa-adjust"></i>
</div>
<script src="app.js"></script>
</body>
</html>