-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
703 lines (511 loc) · 35.8 KB
/
Copy pathcode.html
File metadata and controls
703 lines (511 loc) · 35.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
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
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
<!doctype html>
<html data-n-head-ssr lang="en" data-n-head="%7B%22lang%22:%7B%22ssr%22:%22en%22%7D%7D">
<head>
<title>Faezeh Shayesteh - Faezeh Shayesteh</title>
<meta data-n-head="ssr" charset="utf-8">
<meta data-n-head="ssr" name="viewport" content="width=device-width, initial-scale=1">
<meta data-n-head="ssr" data-hid="description" name="description" content="Faezeh Shayesteh web app">
<meta data-n-head="ssr" data-hid="mobile-web-app-capable" name="mobile-web-app-capable" content="yes">
<meta data-n-head="ssr" data-hid="apple-mobile-web-app-title" name="apple-mobile-web-app-title"
content="Faezeh Shayesteh">
<meta data-n-head="ssr" data-hid="author" name="author" content="Faezeh Shayesteh">
<meta data-n-head="ssr" data-hid="theme-color" name="theme-color" content="#347eec">
<meta data-n-head="ssr" data-hid="og:type" name="og:type" property="og:type" content="website">
<meta data-n-head="ssr" data-hid="og:title" name="og:title" property="og:title" content="Faezeh Shayesteh">
<meta data-n-head="ssr" data-hid="og:site_name" name="og:site_name" property="og:site_name"
content="Faezeh Shayesteh">
<meta data-n-head="ssr" data-hid="og:description" name="og:description" property="og:description"
content="Faezeh Shayesteh web app">
<link data-n-head="ssr" rel="icon" type="image/x-icon" href="/favicon.ico">
<link data-n-head="ssr" rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Noto+Serif:400i|Roboto:400,500,700&display=swap">
<link data-n-head="ssr" rel="stylesheet" href="https://weloveiconfonts.com/api/?family=entypo">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<style>
body {
margin: 0;
font-family: "Roboto", sans-serif;
color: rgb(19, 19, 19);
overflow: hidden;
}
</style>
</head>
<body>
<div data-server-rendered="true" id="__nuxt">
<!---->
<div id="__layout">
<div>
<div>
<!---->
<div class="animBackground">
<div class="neon yellow"></div>
<div class="neon yellow"
style="width:400px;left:10%;bottom:-400px;animation-delay:0.2s;animation-duration:2.7s">
</div>
<div class="neon blue"
style="width:500px;left:20%;bottom:-500px;animation-delay:1s;animation-duration:2.2s"></div>
<div class="neon blue" style="width:150px;bottom:30%;left:-300px;animation-delay:0.1s"></div>
<div class="neon pink"
style="width:600px;left:-600px;bottom:10%;animation-delay:0.2s;animation-duration:2.8s">
</div>
<div class="neon pink"
style="width:600px;left:50%;bottom:-600px;animation-delay:0.5s;animation-duration:2.9s">
</div>
<div class="neon pink"
style="width:300px;left:30%;animation-delay:0.8s;animation-duration:2.5s"></div>
<div class="neon blue"
style="width:600px;bottom:20%;left:-600px;animation-delay:0.1s;animation-duration:3s"></div>
</div>
<div id="cr" class="cursor2"></div>
<div class="blank-up transparent row align-items-center m-0">
<!-- ======= Header ======= -->
<header id="header" class="w-100 align-middle align-self-center">
<div class="container-fluid d-flex justify-content-between align-items-center">
<div class="row align-items-center">
<div class="col-1 m-2">
<div class="bluerect"></div>
</div>
<div class="col-10">
<h1 class="logo me-auto me-lg-0 hoverable"><a href="index.html">Faezeh
Shayesteh</a></h1>
</div>
</div>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar order-last order-lg-0 m-4">
<ul>
<!-- <li><a class="hoverable" href="index.html">Home</a></li>
<li><a class=" hoverable active" href="projects.html">Projects</a></li>
<li><a class="hoverable" href="Faezeh_Shayesteh_CV.pdf">Resume</a></li> -->
<!-- <li><a class="hoverable" href="services.html">Services</a></li>
<li><a class="hoverable" href="portfolio.html">Portfolio</a></li>
<li><a class="hoverable" href="contact.html">Contact</a></li> -->
</ul>
<!-- <i class="bi bi-list mobile-nav-toggle"></i> -->
</nav><!-- .navbar -->
<!-- <div class="header-social-links">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></i></a>
</div> -->
</div>
</header><!-- End Header -->
</div>
<div class="container-row">
<!----container 1---------------------------------------------------------------------------------------------------------------->
<div class="content-code layer1 ">
<!--Works Slider==================================== -->
<section class="hero-area scroller">
<div class="container-2">
<!--Toopel=============== -->
<div class="row d-flex align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0">
<div class="video-player">
<div class="wrapper">
<span class="shape2"></span>
</div>
</a>
</div>
</div>
<div class="col-lg-6">
<div class="block">
<h3>Toopel Game</h3>
<p>Working in Ludaron Gam e Studio, a group of two, we made a hyper
-casual
game
targeted for android systems. This game is now published on Cafe
Bazaar
Android
Market. I worked as developer and artist in this project. </p> <a
class="arrow-link" target="_blank"
href="https://cafebazaar.ir/app/com.ludaron.toopel">Go to
Project</a>
</div>
</div>
</div>
<!--Toopel end=============== -->
<!--TO-DO WEB APPLICATIOn =============== -->
<div class="row d-flex align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0 order-lg-12">
<div class="video-player">
<div class="wrapper">
<span class="shape3"></span>
</div>
</a>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="block">
<h3>TO-DO Web Application</h3>
<p>Through a 3-month Internship program in Part Software Group, I worked
as a full time stack developer in
a group
to develop a to-do list web app. This project was then selected as
the best group
project and I was selected as the third best intern.
</p> <a class="arrow-link" target="_blank"
href="https://github.com/part-cadet/todo-server">Go to Project</a>
</div>
</div>
</div>
<!--end TO-DO WEB APPLICATIOn =============== -->
<!--sejam=============== -->
<div class="row d-flex align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0 ">
<div class="video-player">
<div class="wrapper">
<span class="shape2"></span>
</div>
</a>
</div>
</div>
<div class="col-lg-6">
<div class="block">
<h3>Sejam Authentication</h3>
<p>After My Internship in Part Software Group I got hired for a part
time job in
frontend developers team where I worked on one of the Persian
exchange organization’s
websites. </p> <a class="arrow-link" target="_blank"
href="https://isignal.ir/sejam/">Go to Website</a>
</div>
</div>
</div>
<!-----end sejam-->
<!--no fire APPLICATIOn =============== -->
<div class="row d-flex align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0 order-lg-12">
<div class="video-player">
<div class="wrapper">
<span class="shape3"></span>
</div>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="block">
<h3>No_Fire</h3>
<p>In a group of nine, we participated in a challange proposed by NASA
and I worked as a devoloper and a
designer to build No_fire application. No_Fire is an interactive
service built under Dr.Pourreza’s
supervision. Its main
purpose is to predict and estimate the probability of fire existence
in a worldwide
scale by image and text processing on social media. It also analyzes
tweets using
Natural Language Processing techniques and employs NASA APIs to
alarm the
people near the incident.
</p> <a class="arrow-link" target="_blank"
href="https://gitlab.com/no_fire_space_app_challenge_2018/android/no-fire-android">Go
to Project</a>
</div>
</div>
</div>
<!--end no fire APPLICATIOn =============== -->
<!--mirror=============== -->
<div class="row d-flex align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0 ">
<div class="video-player">
<div class="wrapper">
<span class="shape2"></span>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block">
<h3>Virtual Mirror</h3>
<p>With Corona Virus turning into pandemic cosmetic shops are no long er
allowed to
provide customers testers. As my thesis project I'm working on a
that is now being developed under
Dr.Pourrza’s
supervision to enable customers to scan the barcode of their desired
makeup
product and try it on virtually with the help of augmented reality
and image
processing. (This project has been invested by an Iranian-Canadian
company) </p> <a class="arrow-link" target="_blank"
href="https://github.com/fazixa/VirtualMirror-Server-Mediapipe">Go
to Project</a>
</div>
</div>
</div>
<!-- end mirror=============== -->
<!--bettre exam=============== -->
<div class="row d-flex align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0 order-lg-12">
<div class="video-player">
<div class="wrapper">
<span class="shape2"></span>
</div>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="block">
<h3>Better Exam</h3>
<p>Better Exam is a service that makes it easier for students who are
visually impaired to take an exam.
The core functionality of this service is built on Azure Cognitive
Speech Services. </p>
<a class="arrow-link" target="_blank"
href="https://devpost.com/software/ai-for-common-good">Devpost</a>
</div>
</div>
</div>
<!--end bettre exam=============== -->
<!--3d=============== -->
<div class="row d-flex align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0">
<div class="video-player">
<div class="wrapper">
<span class="shape2"></span>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block">
<h3>Vivified Drawings</h3>
<p>Designed a system that creates a 3D scenes using objects synthesized
from simple paper drawings and sketches. </p>
<a class="arrow-link" target="_blank"
href="https://docs.google.com/presentation/d/1nG-lEBJQR0NUmifF-ZiHb02pY7McTIvhCa_Z1e9IwlA/edit?usp=sharing">Go
to Demonstration</a>
</div>
</div>
</div>
<!--end 3d=============== -->
<br>
<br>
<br>
</div>
</section>
</div>
<!----container 2---------------------------------------------------------------------------------------------------------------->
<div class="content-code2 layer2 ">
<!--Works Slider==================================== -->
<section class="hero-area scroller">
<div class="container-2">
<!--Toopel=============== -->
<div class="row d-flex align-items-center justify-content-between">
<div class="col-lg-6 mb-4 mb-lg-0">
<div class="video-player">
<div class="wrapper">
<span class="shape2 transparent"></span>
<img class="is-content2" src="assets/img/toopel.jpg" width="400"
alt="me" caption="" data-width="original" data-scaling="no">
</div>
</a>
</div>
</div>
<div class="col-lg-6">
<div class="block">
<h3>Toopel Game</h3>
<p>Working in Ludaron Gam e Studio, a group of two, we made a hyper
-casual
game
targeted for android systems. This game is now published on Cafe
Bazaar
Android
Market. I worked as developer and artist in this project. </p> <a
class="arrow-link hoverable" target="_blank"
href="https://cafebazaar.ir/app/com.ludaron.toopel">Go to
Project</a>
</div>
</div>
</div>
<!--Toopel end=============== -->
<!--TO-DO WEB APPLICATIOn =============== -->
<div class="row d-flex align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0 order-lg-12">
<div class="video-player">
<div class="wrapper">
<span class="shape3 transparent"></span>
<img class="is-content2" src="assets/img/todo.png" width="400" alt="me"
caption="" data-width="original" data-scaling="no">
</div>
</a>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="block">
<h3>TO-DO Web Application</h3>
<p>Through a 3-month Internship program in Part Software Group, I worked
as a full time stack developer in
a group
to develop a to-do list web app. This project was then selected as
the best group
project and I was selected as the third best intern.
</p> <a class="arrow-link hoverable" target="_blank"
href="https://github.com/part-cadet/todo-server">Go to Project</a>
</div>
</div>
</div>
<!--end TO-DO WEB APPLICATIOn =============== -->
<!--sejam=============== -->
<div class="row d-flex align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0 ">
<div class="video-player">
<div class="wrapper">
<span class="shape2 transparent"></span>
<img class="is-content2" src="assets/img/signal.png" width="400"
alt="me" caption="" data-width="original" data-scaling="no">
</div>
</a>
</div>
</div>
<div class="col-lg-6">
<div class="block">
<h3>Sejam Authentication</h3>
<p>After My Internship in Part Software Group I got hired for a part
time job in
frontend developers team where I worked on one of the Persian
exchange organization’s
websites. </p> <a class="arrow-link hoverable" target="_blank"
href="https://isignal.ir/sejam/">Go to Website</a>
</div>
</div>
</div>
<!--------end sejam-->
<!--no fire APPLICATIOn =============== -->
<div class="row d-flex align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0 order-lg-12">
<div class="video-player">
<div class="wrapper">
<span class="shape3 transparent"></span>
<img class="is-content2" src="assets/img/nofire.png" width="400"
alt="me" caption="" data-width="original" data-scaling="no">
</div>
</a>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="block">
<h3>No_Fire</h3>
<p>In a group of nine, we participated in a challange proposed by NASA and I
worked as a devoloper and a
designer to build No_fire application. No_Fire is an interactive service
built under Dr.Pourreza’s
supervision. Its main
purpose is to predict and estimate the probability of fire existence in
a worldwide
scale by image and text processing on social media. It also analyzes
tweets using
Natural Language Processing techniques and employs NASA APIs to alarm
the
people near the incident.
</p> <a class="arrow-link hoverable" target="_blank"
href="https://gitlab.com/no_fire_space_app_challenge_2018/android/no-fire-android">Go
to Project</a>
</div>
</div>
</div>
<!--end no fire APPLICATIOn =============== -->
<!--mirror=============== -->
<div class="row d-flex align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0 ">
<div class="video-player">
<div class="wrapper">
<span class="shape2 transparent"></span>
<img class="is-content2" src="assets/img/mirror.png" width="200"
alt="me" caption="" data-width="original" data-scaling="no">
</div>
</a>
</div>
</div>
<div class="col-lg-6">
<div class="block">
<h3>Virtual Mirror</h3>
<p>With Corona Virus turning into pandemic cosmetic shops are no long er
allowed to
provide customers testers. As my thesis project I'm working on a that is
now being developed under
Dr.Pourrza’s
supervision to enable customers to scan the barcode of their desired
makeup
product and try it on virtually with the help of augmented reality and
image
processing. (This project has been invested by an Iranian-Canadian
company) </p> <a class="arrow-link hoverable" target="_blank"
href="https://github.com/fazixa/VirtualMirror-Server-Mediapipe">Go to
Project</a>
</div>
</div>
</div>
<!-- end mirror=============== -->
<!--bettre exam=============== -->
<div class="row d-flex align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0 order-lg-12">
<div class="video-player">
<div class="wrapper">
<span class="shape2 transparent"></span>
<img class="is-content2" src="assets/img/BE.png" width="300" alt="me"
caption="" data-width="original" data-scaling="no">
</div>
</a>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="block">
<h3>Better Exam</h3>
<p>Better Exam is a service that makes it easier for students who are
visually impaired to take an exam.
The core functionality of this service is built on Azure Cognitive
Speech Services. </p>
<a class="arrow-link hoverable" target="_blank"
href="https://devpost.com/software/ai-for-common-good">Devpost</a>
</div>
</div>
</div>
<!--end bettre exam=============== -->
<!--3d=============== -->
<div class="row d-flex align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0">
<div class="video-player">
<div class="wrapper">
<span class="shape2 transparent"></span>
<img class="is-content2" src="assets/img/3d.png" width="300" alt="me"
caption="" data-width="original" data-scaling="no">
</div>
</a>
</div>
</div>
<div class="col-lg-6">
<div class="block">
<h3>Vivified Drawings</h3>
<p>Designed a system that creates a 3D scenes using objects synthesized from
simple paper drawings and sketches. </p>
<a class="arrow-link hoverable" target="_blank"
href="https://docs.google.com/presentation/d/1nG-lEBJQR0NUmifF-ZiHb02pY7McTIvhCa_Z1e9IwlA/edit?usp=sharing">Go
to Demonstration</a>
</div>
</div>
</div>
<!--end 3d=============== -->
<br>
<br>
<br>
</div>
</section>
</div>
</div>
</div>
<!-- <div class="blank d-sm-none row m-0"></div> -->
</div>
</div>
</div>
</div>
<script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/gsap-latest-beta.min.js'></script>
<script src="./script.js"></script>
</body>
</html>