-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
406 lines (398 loc) · 19.1 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
<!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>Hyebin Kim - Developpeuse front-end</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<!--=================== Fontawesome ===================-->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm"
crossorigin="anonymous"
/>
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js"></script>
<!--=================== GoogleFont ===================-->
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&family=Spline+Sans:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<script defer src="main.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js"
integrity="sha512-H6cPm97FAsgIKmlBA4s774vqoN24V5gSQL4yBTDOY2su2DeXZVhQPxFK4P6GPdnZqM9fg1G3cMv5wD7e6cFLZQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<!--=================== Favicon ===================-->
<link rel="shortcut icon" href="img/v.ico" type="image/x-icon" />
</head>
<body>
<!--=================== HEADER ===================-->
<!--================== MAIN ==================-->
<!-- <main class="landing"> -->
<nav class="nav">
<!-- <div class="nav-title"> -->
<img src="img/profile.jpeg" alt="" class="profile-photo" />
<p class="title" id="dynamic"></p>
<!-- </div> -->
</nav>
<!-- </main> -->
<!--============== LANDING ==============-->
<div class="intro">
<article class="intro-text">
<h1 class="hide">
<span class="text bonjour">Bienvenue! 👋</span>
</h1>
<h1 class="hide">
<span class="text">Je suis une developpeuse front-end</span>
</h1>
<h1 class="hide">
<div class="hide-icons">
<i class="fab fa-html5"></i>
<i class="fab fa-css3-alt"></i>
<i class="fab fa-js-square"></i>
<i class="fab fa-react"></i>
</div>
</h1>
</article>
</div>
<!--=========== SECTION A ===========-->
<section class="section-a">
<!-- <h1 class="section-a__text">Bonjour,</h1> -->
<!-- <p>
Je recherche un emploi en tant que développeur. Je vais grandir profondément et largement en tant que développeur front-end en comblant le fossé entre ce que j'ai appris en étudiant et en travaillant sur une variété de projets. Après un intérêt constant pour le web design, ui/ux, et une familiarité avec les langages et frameworks front-end, je vais continuer à travailler en tant que développeur front-end en accumulant des connaissances du back-end pour une communication plus fluide avec des collègues d'autres domaines pour travailler ensemble sur des projets, cela posera des bases solides.
</p> -->
<h1 class="section-a__text">Je suis Hyebin Kim<br><span>développeuse front-end,</span> <br>organisée, autonomie, challenge, responsibilité. <br> Passionnée par <span>le développement web</span></h1>
<ul class="section-a__icons">
<li>
<a
href="https://www.linkedin.com/in/%ED%98%9C%EB%B9%88-%EA%B9%80-61b787196/?locale=fr_FR"
target="_blank"
><i class="fab fa-linkedin"></i
></a>
</li>
<li>
<a href="mailto:[email protected]" target="_blank"
><i class="fas fa-envelope"></i
></a>
</li>
<li>
<a href="https://github.com/gpq8l8s" target="_blank"
><i class="fab fa-github-square"></i
></a>
</li>
</ul>
<div class="download-files">
<div class="download cv">
<a
href="/img/Hyebin_Kim_CV.pdf"
download="hyebin-kim-cv"
title="télécharger mon CV"
><i class="fas fa-download"></i>télécharger mon CV</a
>
</div>
<!-- <div class="download lettre">
<a
href="/img/hyebin-kim-lettre-de-motivation.pdf"
download="hyebin-kim-lettre-de-motivation"
title="télécharger mon lettre de motivation"
><i class="fas fa-download"></i>Lettre de motivation</a
>
</div> -->
</div>
</section>
<!--=================== WORK ===================-->
<section class="work">
<h2 class="work__title">Mes Travaux</h2>
<article class="card">
<div class="card__content" id="kasa">
<a href="https://github.com/gpq8l8s/Kasa_P7_OCR" target="_blank"><img src="img/kasa.png" alt=""></a>
<a href="https://github.com/gpq8l8s/Kasa_P7_OCR" target="_blank">
<i class="fab fa-github-square"></i>
</a>
</div>
<div class="card__content" id="piicante">
<a href="https://github.com/gpq8l8s/P6_Piiquante_ocr" target="_blank"><img src="img/piicante.png" alt=""></a>
<a href="https://github.com/gpq8l8s/P6_Piiquante_ocr" target="_blank">
<i class="fab fa-github-square"></i>
</a>
</div>
<div class="card__content" id="kanap">
<a href="https://github.com/gpq8l8s/kanap_p5_ocr" target="_blank"><img src="img/kanap.png" alt=""></a>
<a href="https://github.com/gpq8l8s/kanap_p5_ocr" target="_blank">
<i class="fab fa-github-square"></i>
</a>
</div>
<div class="card__content" id="seo">
<a href="https://gpq8l8s.github.io/lapanthere_p4_ocr/" target="_blank"
><img src="img/seo.png" alt=""
/></a>
<a href="https://github.com/gpq8l8s/lapanthere_p4_ocr" target="_blank"
><i class="fab fa-github-square"></i
></a>
</div>
<div class="card__content" id="resto">
<a href="https://gpq8l8s.github.io/ohmyfood_p3_openclassrooms/" target="_blank"
><img src="img/resto.png" alt=""
/></a>
<a href="https://github.com/gpq8l8s/ohmyfood_p3_openclassrooms" target="_blank"
><i class="fab fa-github-square"></i
></a>
</div>
<!-- <div class="card__content" id="camping">
<a href="https://gpq8l8s.github.io/camping-site/" target="_blank"
><img src="img/camping.png" alt=""
/></a>
<a href="https://github.com/gpq8l8s/camping-site" target="_blank"
><i class="fab fa-github-square"></i
></a>
</div> -->
</article>
</section>
<!--=================== SECTION-B ===================-->
<section class="section-b">
<section class="section-b__wrapper">
<h2 class="experience-title">Mes expériences</h2>
<article class="section-b__card first">
<h2>Développeuse web front-end</h2>
<div class="section-b__card-container">
<div class="section-b__card-name">
<h4>OpenClassRooms</h4>
<h4 class="text-lighter">03.2022-11.2022</h4>
</div>
<ul class="text-lighter">
<li>Création de composants de carousel, de dropdown, de rating et utilisation de hook, de route en récupérant des données depuis un fichier JSON avec <span>React.js</span> sans librairie</li>
<li> Authentification, fonctions créer, modifier, supprimer un poste. Button - aimer, ne pas aimer avec <span>MongoDB</span></li>
<li>Création de pages de Produit, Panier, Confirmation de paiement en appelant une API et en utilisant la réponse de cet appel pour construire la page. Validation de formulaire et envoie des données au serveur. Récupération et affichage de la réponse de l'API sur la page en <span>JavaScript</span></li>
<li>Amélioration <span>SEO</span> et Accessibilité de site web</li>
<li>html, css, sass<span>(MOBILE FIRST)</span></li>
</ul>
</div>
</article>
<article class="section-b__card">
<h2 id="experience-first">Développement web front-end</h2>
<div class="section-b__card-container">
<div class="section-b__card-name">
<h4>Anakao Express</h4>
<h4 class="text-lighter">01.2022-02.2022</h4>
</div>
<ul class="text-lighter">
<li>Création d'une pade de contact et d'un carousel sur la page d'accueil avec <span>JavaScript</span> </li>
<li><span>GitFlow</span></li>
</ul>
</div>
<div class="section-b__card-container">
<div class="section-b__card-name">
<h4>MusArtDons</h4>
<h4 class="text-lighter">12.2021-01.2022</h4>
</div>
<ul class="text-lighter">
<li>Création d'une page de contact et d'un Footer</li>
</ul>
</div>
</article>
</article>
</section>
<!-- <section class="section-b__wrapper">
<h2 class="experience-title">Les expériences personels</h2>
<article class="section-b__card">
<!-- <h2>Un site web de Photographe de bébé</h2>
<div class="section-b__card-container">
<div class="section-b__card-name">
<h4>Un site web de Photographe de bébé</h4>
<h4 class="text-lighter">12.2021-01-2022</h4>
</div>
<ul class="text-lighter">
<li>Un site du photographe qui j’ai travaillé sur Formation.</li>
<li>Page de la galerie utilisant <span>la grid sur CSS</span> et un formulaire utilisant le <form> sur HTML</li>
<li>Utilisation de <span>SASS(boiler-plate)</span>, Favicon</li>
</ul>
</div>
</article>
<article class="section-b__card">
<div class="section-b__card-container" id="card-last">
<div class="section-b__card-name">
<h4>Un site web de réservation de voyage</h4>
<h4 class="text-lighter">09.2021-11.2021</h4>
</div>
<ul class="text-lighter">
<li>Un site de réservation de voyage d'une page contenant des informations sur les destinations de voyage, les activités et les avis des clients</li>
<li><span>Carrousel</span> des images(<span>JS</span>) et function de défilement par<span> -webkit</span></li>
<li>Actuellement, je réorganise le code en utilisant responsive et sass.</li>
</ul>
</div>
</article>
</section> -->
</section>
<!--=================== SECTION-C -SKILLS ===================-->
<section class="section-c">
<h2>Compétences</h2>
<article class="section-c__language">
<div class="underbar">
<p class="underbar__skill red">
<a href="#"
><img src="img/Html.png" alt="" class="underbar__skill-img"
/></a>
</p>
<p>HTML</p>
</div>
<div class="underbar">
<p class="underbar__skill blue">
<a href="#"><img src="img/CSS.png" alt="" />
</a>
</p>
<p>CSS</p>
</div>
<div class="underbar">
<p class="underbar__skill yellow">
<a href="#"><img src="img/JavaScript.png" alt="" /></a>
</p>
<p>JavaScript</p>
</div>
<!-- <div class="underbar">
<p class="underbar__skill blue">
<a href="#"><img src="img/TypeScript.png" alt="" /></a>
</p>
<p>TypeScript<br></p>
</div> -->
<div class="underbar">
<p class="underbar__skill green">
<!-- <a href="#"><img src="img/AngularJS.png" alt="" /></a> -->
<a href="#"><svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect width="50" height="50" fill="url(#pattern0)"/>
<defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0_124_2" transform="scale(0.02)"/>
</pattern>
<image id="image0_124_2" width="50" height="50" xlink:href="data:image/png;base64,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"/>
</defs>
</svg>
</a>
</p>
<p>React.js<br></p>
</div>
<div class="underbar">
<p class="underbar__skill red">
<a href="#"><img src="img/AngularJS.png" alt="" /></a>
</p>
<p>Angular.js<br></p>
</div>
<div class="underbar">
<p class="underbar__skill blue">
<a href="#"><img src="img/java.png" alt=""></a>
</p>
<p>Java<br></p>
</div>
<!-- </article> -->
<!--=================== EXTRA SKILLS ===================-->
<!-- <article class="section-c__plus"> -->
<div class="underbar">
<p class="underbar__skill red">
<a href="#"><img src="img/XD.png" alt="" /></a>
</p>
<p>AdobeXD</p>
</div>
<div class="underbar">
<p class="underbar__skill green">
<a href="#"><img src="img/Figma.png" alt="" /></a>
</p>
<p>Figma</p>
</div>
</article>
</section>
<!--=================== SECTION-D - STUDY ===================-->
<section class="section-d">
<h2 class="section-d__title">Étude / Formation </h2>
<article class="section-d__card">
<div class="section-d__card-name">
<h4>Openclassroom</h4>
<h4 class="text-lighter">03.2022-11.2022</h4>
</div>
<div class="diplom">
<p>Développement du web</p>
<p class="text-lighter">Bac +2</p>
</div>
</article>
<article class="section-d__card">
<div class="section-d__card-name">
<h4>Harvard-cs50x</h4>
<h4 class="text-lighter">03.2022</h4>
</div>
<div class="diplom">
<p>Computer Science et Web Programming with Python and JavaScript</p>
<p class="text-lighter">Certificat</p>
</div>
</article>
<article class="section-d__card">
<div class="section-d__card-name">
<h4>Simplon</h4>
<h4 class="text-lighter">11.2021-02.2022</h4>
</div>
<div class="diplom">
<p>Integrateur / développement web front-end</p>
<p class="text-lighter">non diplom</p>
</div>
</article>
<article class="section-d__card">
<div class="section-d__card-name">
<h4>Université Woosong</h4>
<h4 class="text-lighter">03.2014-08.2018</h4>
</div>
<div class="diplom">
<p>Communication Design(graphiste)</p>
<p class="text-lighter">Bac +4</p>
</div>
</article>
</section>
<!--=================== SECTION_E - LANGUES ===================-->
<section class="section-e">
<h2>Langues</h2>
<article class="section-e__speak">
<div >
<p>
<img src="img/France.png" alt="" />
</p>
<p>Français<br><span>(Courant)</span></p>
</div>
<div >
<p>
<img src="img/Usa.png" alt="" />
</p>
<p>Anglais<br><span>(Courant)</span></p>
</div>
<div >
<p>
<img src="img/Korea.png" alt="" />
</p>
<p>Coréen<br><span>(Maternelle)</span></p>
</div>
</article>
</section>
<!--=================== FOOTER ===================-->
<footer class="footer">
<p class="footer__text">Hyebin Kim | Developpeuse front-end</p>
<ul class="footer__icons">
<li>
<a
href="https://www.linkedin.com/in/hyebin-kim-61b787196/"
target="_blank"
><i class="fab fa-linkedin"></i
></a>
</li>
<li>
<a href="mailto:[email protected]" target="_blank"
><i class="fas fa-envelope"></i
></a>
</li>
<li>
<a href="https://github.com/gpq8l8s" target="_blank"
><i class="fab fa-github-square"></i
></a>
</li>
</ul>
</footer>
</body>
</html>