-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
446 lines (437 loc) · 15.5 KB
/
about.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" />
<meta
name="description"
content="Elle Famkar | About skills and abilities as frontend developer"
/>
<!-- fontawesome -->
<script
src="https://kit.fontawesome.com/3c15966463.js"
crossorigin="anonymous"
></script>
<!-- styles -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous"
/>
<!-- scripts -->
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
<!-- custom styles -->
<link rel="stylesheet" href="/css/styles.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<title>About Elle Famkar | FrontEnd Developer</title>
</head>
<body class="dark-section w-100 o-about-container o-scrollable-body">
<header class="d-block d-md-none">
<div class="o-menu-container position-fixed">
<div class="c-menu">
<div class="c-menu__trigger js-menu-trigger"><span>MENU</span></div>
<div class="c-menu__inner js-menu-inner">
<ul class="c-menu__inner-background js-menu-inner-background">
<li><i></i></li>
<li><i></i></li>
<li><i></i></li>
<li><i></i></li>
<li><i></i></li>
</ul>
<div class="c-menu__items-wrapper js-menu-items-wrapper">
<ul class="c-menu__items-list js-menu-items-list">
<li class="js-menu-item">
<a href="/" title="homepage" target="_blank">HOME</a>
</li>
<li class="js-menu-item is-active">
<a href="#" target="_blank" title="about me">ABOUT ME</a>
</li>
<li class="js-menu-item">
<a href="/portfolio.html" target="_blank" title="portfolio"
>PORTFOLIO</a
>
</li>
<li class="js-menu-item">
<a href="/contact.html" target="_blank" title="contact"
>CONTACT</a
>
</li>
</ul>
</div>
<div class="c-menu__trigger c-menu__trigger--close js-menu-close">
<span>Close</span>
</div>
</div>
</div>
</div>
</header>
<section class="o-main-sections">
<main class="o-main-container container-fluid m-0 p-0">
<div
class="c-main-title-box position-relative d-flex flex-column align-items-center"
>
<h1 class="c-main-title" id="c-main-title">
<span class="c-main-title--one">About</span>
<span class="c-main-title--two">ME</span>
</h1>
<p
class="c-main-job-title mb-0 text-white c-typewriter js-typewriter"
>
Elle Famkar
</p>
<div
class="c-scroll c-scroll--heading w-100 d-flex align-items-center justify-content-center position-relative"
>
<strong class="mr-2 d-none d-md-inline-block c-scroll-text text-white"
>Keep scrolling</strong
>
<div class="c-scroll-wrapper">
<div class="c-scroller"></div>
</div>
</div>
<img
class="img-fluid c-title-img"
src="/assets/images/about-elle-famkar.jpg"
alt="Elle Famkar"
/>
</div>
</main>
</section>
<div class="js-bg">
<div class="container-slider">
<div class="description c-panel js-panel">
<div class="c-panel__description">
<p>
Hey Everyone! Welcome to my portfolio! This is Elnaz, but you can
call me Elle/ˈɛl.le/! I am a Frontend Developer and Wordpress
Developer
</p>
<div
class="c-scroll d-flex align-items-center justify-content-center position-relative mb-2"
>
<strong class="mr-2 d-inline-block c-scroll-text"
>Keep scrolling</strong
>
<div class="c-scroll-wrapper">
<div class="c-scroller"></div>
</div>
</div>
<p>
for getting more familiar with me, my technical and soft skills
along with my experience as a frontend developer.
</p>
</div>
</div>
<section class="c-panel js-panel d-flex flex-column">
<h2>MARKUP LANJUAGES, STYLING AND UI/UX Design Tools</h2>
<div class="d-flex flex-column flex-md-row">
<div>
<ul>
<li>HTML/HTML5</li>
<li>CSS/CSS3</li>
<li>SCSS</li>
<li>Bootstrap CSS</li>
<li>Tailwind</li>
<li>Styled Component</li>
<li>Material-UI</li>
</ul>
</div>
<div>
<ul>
<li>Material-UI</li>
<li>Clean Code</li>
<li>BEM Namespace</li>
<li>Conventional Commits</li>
<li>Responsive Design Principles</li>
</ul>
</div>
<div>
<ul>
<li>Figma</li>
<li>Invision & Wireframing</li>
<li>Adobe XD</li>
<li>Adobe Illustrator(AI)</li>
<li>Adobe Photoshop(PSD)</li>
</ul>
</div>
</div>
</section>
<section class="c-panel js-panel d-flex flex-column">
<h2>PROGRAMMING LANGUAGES, FRAMEWORKS, LIBRARIES AND CMS</h2>
<div class="d-flex flex-column flex-md-row">
<div>
<h3 class="text-left">EXPERT</h3>
<div class="d-flex flex-column flex-md-row">
<ul>
<li>JavaScript/ES6</li>
<li>JQuery/JQ PLUGINS</li>
<li>PHP</li>
<li>Laravel</li>
<li>Django</li>
</ul>
<ul>
<li>WordPress</li>
<li>Woocommerce</li>
<li>SEO</li>
<li>WPML</li>
<li>Google Analytics</li>
</ul>
</div>
</div>
<div>
<h3 class="text-left">PROFICIENT IN</h3>
<ul>
<li>React JS</li>
<li>React Redux</li>
<li>React Hooks</li>
<li>TypeScript</li>
<li>Next JS</li>
</ul>
</div>
</div>
</section>
<section class="c-panel js-panel d-flex flex-column">
<h2>AGILE, PROJECT MANAGEMENT TOOLS AND DEVELOPMENT METHODOLOGIES</h2>
<div class="d-flex flex-column flex-md-row">
<div>
<ul>
<li>Slack</li>
<li>Trello</li>
<li>Ziplin</li>
<li>MS Teams</li>
</ul>
</div>
<div>
<ul>
<li>Jira</li>
<li>Agile (SCRUM, Lean, SAFe)</li>
<li>Waterfall Methodologies</li>
</ul>
</div>
</div>
</section>
<section class="c-panel js-panel d-flex flex-column">
<h2>WEB TECHNOLOGIES, STANDARDS, VERSION CONTROL</h2>
<div class="d-flex flex-column flex-md-row">
<div>
<ul>
<li>Git</li>
<li>GitLab</li>
<li>GitHub</li>
<li>TFS Server</li>
</ul>
</div>
<div>
<ul>
<li>RESTful APIs / AJAX</li>
<li>GraphQL</li>
<li>HTTP/HTTPS, HTTP/2</li>
<li>OAuth, SON/XML</li>
<li>DOM</li>
</ul>
</div>
</div>
</section>
<section class="c-panel js-panel d-flex flex-column">
<div>
<div class="mb-4">
<h2>TESTING AND DEBUGGING</h2>
<div class="d-flex flex-column flex-md-row">
<div>
<ul>
<li>Jest</li>
<li>React Testing Library</li>
<li>Unit Testing Methodologies</li>
</ul>
</div>
</div>
</div>
<div>
<h2>SOFT SKILLS</h2>
<div class="d-flex flex-column flex-md-row">
<div>
<ul>
<li>Collaborative cross-skilling in teams</li>
<li>Active listener with strong attention to detail</li>
<li>Strong written and verbal communication</li>
<li>Emotional intelligence and empathy</li>
</ul>
</div>
<div>
<ul>
<li>Stakeholder management and engagement</li>
<li>Adaptive to different project environments</li>
<li>Problem-solving and troubleshooting</li>
<li>Self-starter with a growth mindset</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="c-panel js-panel d-flex flex-column">
<h2>SOFT SKILLS</h2>
<div class="d-flex flex-column flex-md-row">
<div>
<ul>
<li>Collaborative cross-skilling in teams</li>
<li>Active listener with strong attention to detail</li>
<li>Strong written and verbal communication</li>
<li>Emotional intelligence and empathy</li>
</ul>
</div>
<div>
<ul>
<li>Stakeholder management and engagement</li>
<li>Adaptive to different project environments</li>
<li>Problem-solving and troubleshooting</li>
<li>Self-starter with a growth mindset</li>
</ul>
</div>
</div>
</section> -->
<!-- <section class="c-panel js-panel d-flex flex-column">
<p>
FEEL FREE TO CONTACT ME FOR MORE INFORMATION! <br />
I'D BE HAPPY TO WORK WITH YOU AND BUILD YOUR DREAM WEBSITE AND
APPLICATION.
</p>
<p>
DON'T FORGET TO CHECK OUT MY WEBSITE FROM TIME TO TIME! <br />I AM
IN THE PROGRESS OF LEARNING FOREVER!
</p>
</section> -->
</div>
</div>
<nav
class="position-fixed w-100 c-destop-menu js-desktop-menu px-2 px-md-5 d-none d-md-block"
>
<ul class="navbar-nav mx-3 mx-md-4">
<li class="nav-item d-flex align-items-center">
<i class="fas fa-long-arrow-right d-none"></i>
<a
class="nav-link d-inline-block img-nav-item"
href="/"
title="homepage"
target="_blank"
>
<img src="/assets/images/elnazfamkar.jpg" />
Home</a
>
</li>
<li class="nav-item active ms-1">
<i class="fas fa-long-arrow-right mx-2"></i>
<a
class="nav-link d-inline-block img-nav-item"
href="#"
title="about me"
target="_blank"
>
<!-- <img src="/assets/images/menu-about.png"> -->
About me</a
>
</li>
<li class="nav-item ms-4">
<i class="fas fa-long-arrow-right d-none"></i>
<a
class="nav-link d-inline-block img-nav-item"
href="/portfolio.html"
title="portfolio"
target="_blank"
>
<img src="/assets/images/portfolio-work.jpg" />
portfolio</a
>
</li>
<li class="nav-item ms-2">
<i class="fas fa-long-arrow-right d-none"></i>
<a
class="nav-link d-inline-block img-nav-item"
href="/contact.html"
title="contact"
target="_blank"
>
<img src="/assets/images/contact-elle.jpg" />
contact</a
>
</li>
</ul>
</nav>
<div class="c-social-icons position-fixed d-flex flex-column flex-md-row">
<a
href="https://github.com/ellefamkar"
target="_blank"
title="github"
class="text-decoration-none d-inline-block mx-2"
>
<i class="fa-brands fa-github"></i>
</a>
<a
href="https://www.instagram.com/ellefamkar"
target="_blank"
title="instagram"
class="text-decoration-none d-inline-block mx-2"
>
<i class="fa-brands fa-instagram"></i>
</a>
<a
href="https://www.linkedin.com/in/elle-famkar-2086b0230/"
target="_blank"
title="linkedin"
class="text-decoration-none d-inline-block mx-2"
>
<i class="fa-brands fa-linkedin"></i>
</a>
<a
href="https://www.shecodes.io/graduates/58531-elnaz-elle-famkar"
target="_blank"
title="SheCodes"
class="text-decoration-none d-inline-block mx-2"
>
<img
class="c-social-logo"
src="/assets/images/shecodes-logo.png"
alt="shecodes logo"
/>
</a>
</div>
<div class="c-cursor">
<div class="c-cursor--outline js-cursor-outline"></div>
<div class="c-cursor--inline js-cursor-inline"></div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js"
integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V"
crossorigin="anonymous"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/gsap.min.js"
integrity="sha512-gmwBmiTVER57N3jYS3LinA9eb8aHrJua5iQD7yqYCKa5x6Jjc7VDVaEA0je0Lu0bP9j7tEjV3+1qUm6loO99Kw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="https://s0.2mdn.net/ads/studio/cached_libs/tweenmax_1.19.0_643d6911392a3398cb1607993edabfa7_min.js"></script>
<script src="https://unpkg.com/gsap@3/dist/ScrollTrigger.min.js"></script>
<script src="https://codepen.io/GreenSock/pen/7ba936b34824fefdccfe2c6d9f0b740b.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/MorphSVGPlugin.min.js"></script>
<script src="https://s0.2mdn.net/ads/studio/cached_libs/textplugin_1.19.0_ee0a9b7420a65afd44a2fd958cd72d16_min.js"></script>
<script src="/js/app.js"></script>
</body>
</html>