-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
708 lines (538 loc) · 44.7 KB
/
index.html
File metadata and controls
708 lines (538 loc) · 44.7 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
704
705
706
707
708
<!DOCTYPE html>
<html lang="en" class="no-js" >
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>A.F.P.</title>
<script>
document.documentElement.classList.remove('no-js');
document.documentElement.classList.add('js');
</script>
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/styles.css">
<!-- favicons
================================================== -->
<!-- <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="322sx32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest"> -->
<link rel="icon" href="images/aryanFavIcon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body id="top">
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader">
</div>
</div>
<!-- page wrap
================================================== -->
<div id="page" class="s-pagewrap">
<!-- # site header
================================================== -->
<header class="s-header">
<div class="s-header__logo">
<a class="logo" href="index.html">
<!-- <img src="images/logo.svg" alt="Homepage"> -->
A.F.P.
</a>
</div>
<a class="s-header__menu-toggle" href="#0" class="">
<span class="s-header__menu-text">Menu</span>
<span class="s-header__menu-icon"></span>
</a>
<nav class="s-header__nav">
<a href="#0" class="s-header__nav-close-btn" title="close"><span>Close</span></a>
<h3>A.F.P.</h3>
<ul class="s-header__nav-list">
<li><a href="#home" class="smoothscroll">Home</a></li>
<li><a href="#about" class="smoothscroll">About</a></li>
<li><a href="#services" class="smoothscroll">Skills</a></li>
<li><a href="#portfolio" class="smoothscroll">Projects</a></li>
<li><a href="#contact" class="smoothscroll">Contact</a></li>
</ul>
<ul class="s-header__social">
<li>
<a href="https://www.facebook.com/profile.php?id=61555013140465" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:"><path d="M20,3H4C3.447,3,3,3.448,3,4v16c0,0.552,0.447,1,1,1h8.615v-6.96h-2.338v-2.725h2.338v-2c0-2.325,1.42-3.592,3.5-3.592 c0.699-0.002,1.399,0.034,2.095,0.107v2.42h-1.435c-1.128,0-1.348,0.538-1.348,1.325v1.735h2.697l-0.35,2.725h-2.348V21H20 c0.553,0,1-0.448,1-1V4C21,3.448,20.553,3,20,3z"></path></svg>
<span class="u-screen-reader-text">Facebook</span>
</a>
</li>
<li>
<a href="https://twitter.com/aryan19199" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:"><path d="M19.633,7.997c0.013,0.175,0.013,0.349,0.013,0.523c0,5.325-4.053,11.461-11.46,11.461c-2.282,0-4.402-0.661-6.186-1.809 c0.324,0.037,0.636,0.05,0.973,0.05c1.883,0,3.616-0.636,5.001-1.721c-1.771-0.037-3.255-1.197-3.767-2.793 c0.249,0.037,0.499,0.062,0.761,0.062c0.361,0,0.724-0.05,1.061-0.137c-1.847-0.374-3.23-1.995-3.23-3.953v-0.05 c0.537,0.299,1.16,0.486,1.82,0.511C3.534,9.419,2.823,8.184,2.823,6.787c0-0.748,0.199-1.434,0.548-2.032 c1.983,2.443,4.964,4.04,8.306,4.215c-0.062-0.3-0.1-0.611-0.1-0.923c0-2.22,1.796-4.028,4.028-4.028 c1.16,0,2.207,0.486,2.943,1.272c0.91-0.175,1.782-0.512,2.556-0.973c-0.299,0.935-0.936,1.721-1.771,2.22 c0.811-0.088,1.597-0.312,2.319-0.624C21.104,6.712,20.419,7.423,19.633,7.997z"></path></svg>
<span class="u-screen-reader-text">Twitter</span>
</a>
</li>
<li>
<a href="https://www.instagram.com/a.f.p2314/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:"><path d="M11.999,7.377c-2.554,0-4.623,2.07-4.623,4.623c0,2.554,2.069,4.624,4.623,4.624c2.552,0,4.623-2.07,4.623-4.624 C16.622,9.447,14.551,7.377,11.999,7.377L11.999,7.377z M11.999,15.004c-1.659,0-3.004-1.345-3.004-3.003 c0-1.659,1.345-3.003,3.004-3.003s3.002,1.344,3.002,3.003C15.001,13.659,13.658,15.004,11.999,15.004L11.999,15.004z"></path><circle cx="16.806" cy="7.207" r="1.078"></circle><path d="M20.533,6.111c-0.469-1.209-1.424-2.165-2.633-2.632c-0.699-0.263-1.438-0.404-2.186-0.42 c-0.963-0.042-1.268-0.054-3.71-0.054s-2.755,0-3.71,0.054C7.548,3.074,6.809,3.215,6.11,3.479C4.9,3.946,3.945,4.902,3.477,6.111 c-0.263,0.7-0.404,1.438-0.419,2.186c-0.043,0.962-0.056,1.267-0.056,3.71c0,2.442,0,2.753,0.056,3.71 c0.015,0.748,0.156,1.486,0.419,2.187c0.469,1.208,1.424,2.164,2.634,2.632c0.696,0.272,1.435,0.426,2.185,0.45 c0.963,0.042,1.268,0.055,3.71,0.055s2.755,0,3.71-0.055c0.747-0.015,1.486-0.157,2.186-0.419c1.209-0.469,2.164-1.424,2.633-2.633 c0.263-0.7,0.404-1.438,0.419-2.186c0.043-0.962,0.056-1.267,0.056-3.71s0-2.753-0.056-3.71C20.941,7.57,20.801,6.819,20.533,6.111z M19.315,15.643c-0.007,0.576-0.111,1.147-0.311,1.688c-0.305,0.787-0.926,1.409-1.712,1.711c-0.535,0.199-1.099,0.303-1.67,0.311 c-0.95,0.044-1.218,0.055-3.654,0.055c-2.438,0-2.687,0-3.655-0.055c-0.569-0.007-1.135-0.112-1.669-0.311 c-0.789-0.301-1.414-0.923-1.719-1.711c-0.196-0.534-0.302-1.099-0.311-1.669c-0.043-0.95-0.053-1.218-0.053-3.654 c0-2.437,0-2.686,0.053-3.655c0.007-0.576,0.111-1.146,0.311-1.687c0.305-0.789,0.93-1.41,1.719-1.712 c0.534-0.198,1.1-0.303,1.669-0.311c0.951-0.043,1.218-0.055,3.655-0.055c2.437,0,2.687,0,3.654,0.055 c0.571,0.007,1.135,0.112,1.67,0.311c0.786,0.303,1.407,0.925,1.712,1.712c0.196,0.534,0.302,1.099,0.311,1.669 c0.043,0.951,0.054,1.218,0.054,3.655c0,2.436,0,2.698-0.043,3.654H19.315z"></path></svg>
<span class="u-screen-reader-text">Instagram</span>
</a>
</li>
</ul>
</nav>
</header> <!-- end s-header -->
<!-- # site-content
================================================== -->
<section id="content" class="s-content">
<!-- intro
----------------------------------------------- -->
<section id="intro" class="s-intro target-section">
<div class="s-intro__bg rellax" data-rellax-speed="-5">
<video autoplay muted loop id="video-background">
<source src="images/vid1.mp4" type="video/mp4">
<!-- You can add other video formats here for better browser compatibility -->
Your browser does not support HTML5 video.
</video>
</div>
<div class="row s-intro__content">
<div class="column lg-12 s-intro__content-inner">
<h3 class="s-intro__pretitle">MY IMAGINATION</h3>
<h1 class="s-intro__title">
ARYAN <br>
.F.P.
</h1>
<div class="s-intro__more">
<a class="smoothscroll btn btn--stroke s-intro__more-btn" href="#about">
Learn More
</a>
</div>
</div> <!-- s-intro__content-inner -->
</div> <!-- s-intro__content -->
<ul class="s-intro__social">
<li>
<a href="https://www.facebook.com/profile.php?id=61555013140465" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:"><path d="M20,3H4C3.447,3,3,3.448,3,4v16c0,0.552,0.447,1,1,1h8.615v-6.96h-2.338v-2.725h2.338v-2c0-2.325,1.42-3.592,3.5-3.592 c0.699-0.002,1.399,0.034,2.095,0.107v2.42h-1.435c-1.128,0-1.348,0.538-1.348,1.325v1.735h2.697l-0.35,2.725h-2.348V21H20 c0.553,0,1-0.448,1-1V4C21,3.448,20.553,3,20,3z"></path></svg>
<span class="u-screen-reader-text">Facebook</span>
</a>
</li>
<li>
<a href="https://twitter.com/aryan19199" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:"><path d="M19.633,7.997c0.013,0.175,0.013,0.349,0.013,0.523c0,5.325-4.053,11.461-11.46,11.461c-2.282,0-4.402-0.661-6.186-1.809 c0.324,0.037,0.636,0.05,0.973,0.05c1.883,0,3.616-0.636,5.001-1.721c-1.771-0.037-3.255-1.197-3.767-2.793 c0.249,0.037,0.499,0.062,0.761,0.062c0.361,0,0.724-0.05,1.061-0.137c-1.847-0.374-3.23-1.995-3.23-3.953v-0.05 c0.537,0.299,1.16,0.486,1.82,0.511C3.534,9.419,2.823,8.184,2.823,6.787c0-0.748,0.199-1.434,0.548-2.032 c1.983,2.443,4.964,4.04,8.306,4.215c-0.062-0.3-0.1-0.611-0.1-0.923c0-2.22,1.796-4.028,4.028-4.028 c1.16,0,2.207,0.486,2.943,1.272c0.91-0.175,1.782-0.512,2.556-0.973c-0.299,0.935-0.936,1.721-1.771,2.22 c0.811-0.088,1.597-0.312,2.319-0.624C21.104,6.712,20.419,7.423,19.633,7.997z"></path></svg>
<span class="u-screen-reader-text">Twitter</span>
</a>
</li>
<li>
<a href="https://www.instagram.com/a.f.p2314/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:"><path d="M11.999,7.377c-2.554,0-4.623,2.07-4.623,4.623c0,2.554,2.069,4.624,4.623,4.624c2.552,0,4.623-2.07,4.623-4.624 C16.622,9.447,14.551,7.377,11.999,7.377L11.999,7.377z M11.999,15.004c-1.659,0-3.004-1.345-3.004-3.003 c0-1.659,1.345-3.003,3.004-3.003s3.002,1.344,3.002,3.003C15.001,13.659,13.658,15.004,11.999,15.004L11.999,15.004z"></path><circle cx="16.806" cy="7.207" r="1.078"></circle><path d="M20.533,6.111c-0.469-1.209-1.424-2.165-2.633-2.632c-0.699-0.263-1.438-0.404-2.186-0.42 c-0.963-0.042-1.268-0.054-3.71-0.054s-2.755,0-3.71,0.054C7.548,3.074,6.809,3.215,6.11,3.479C4.9,3.946,3.945,4.902,3.477,6.111 c-0.263,0.7-0.404,1.438-0.419,2.186c-0.043,0.962-0.056,1.267-0.056,3.71c0,2.442,0,2.753,0.056,3.71 c0.015,0.748,0.156,1.486,0.419,2.187c0.469,1.208,1.424,2.164,2.634,2.632c0.696,0.272,1.435,0.426,2.185,0.45 c0.963,0.042,1.268,0.055,3.71,0.055s2.755,0,3.71-0.055c0.747-0.015,1.486-0.157,2.186-0.419c1.209-0.469,2.164-1.424,2.633-2.633 c0.263-0.7,0.404-1.438,0.419-2.186c0.043-0.962,0.056-1.267,0.056-3.71s0-2.753-0.056-3.71C20.941,7.57,20.801,6.819,20.533,6.111z M19.315,15.643c-0.007,0.576-0.111,1.147-0.311,1.688c-0.305,0.787-0.926,1.409-1.712,1.711c-0.535,0.199-1.099,0.303-1.67,0.311 c-0.95,0.044-1.218,0.055-3.654,0.055c-2.438,0-2.687,0-3.655-0.055c-0.569-0.007-1.135-0.112-1.669-0.311 c-0.789-0.301-1.414-0.923-1.719-1.711c-0.196-0.534-0.302-1.099-0.311-1.669c-0.043-0.95-0.053-1.218-0.053-3.654 c0-2.437,0-2.686,0.053-3.655c0.007-0.576,0.111-1.146,0.311-1.687c0.305-0.789,0.93-1.41,1.719-1.712 c0.534-0.198,1.1-0.303,1.669-0.311c0.951-0.043,1.218-0.055,3.655-0.055c2.437,0,2.687,0,3.654,0.055 c0.571,0.007,1.135,0.112,1.67,0.311c0.786,0.303,1.407,0.925,1.712,1.712c0.196,0.534,0.302,1.099,0.311,1.669 c0.043,0.951,0.054,1.218,0.054,3.655c0,2.436,0,2.698-0.043,3.654H19.315z"></path></svg>
<span class="u-screen-reader-text">Instagram</span>
</a>
</li>
<li>
<a href="https://github.com/Drakonheart" target="_blank">
<img src="images/icons/clients/github.svg" width="24" height="24">
</a>
</li>
</ul> <!-- s-intro__social -->
<div class="s-intro__scroll">
<a href="#about" class="smoothscroll">
<span>Scroll Down</span>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: rotate(180deg);msFilter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);"><path d="M21 11H6.414l5.293-5.293-1.414-1.414L2.586 12l7.707 7.707 1.414-1.414L6.414 13H21z"></path></svg>
</a>
</div> <!-- s-intro__scroll -->
</section> <!-- end s-intro -->
<!-- about
----------------------------------------------- -->
<section id="about" class="s-about target-section">
<div class="row s-about__content" data-animate-block>
<div class="column lg-12">
<h2 class="text-pretitle" data-animate-el>About me</h2>
<p class="s-about__desc" data-animate-el>
I'm a Computer Science Honours student at the University of Western London, enthusiastic about learning. Passionate about exploring new ideas and technologies, I'm always eager to expand my knowledge. </p>
</div> <!-- end column -->
</div> <!-- end s-about__content -->
</section> <!-- end about -->
<!-- services
----------------------------------------------- -->
<section id="services" class="s-services">
<div class="s-services__bg">
<video autoplay muted loop id="video-background">
<source src="images/vid2.mp4" type="video/mp4">
<!-- You can add other video formats here for better browser compatibility -->
Your browser does not support HTML5 video.
</video>
</div>
<div class="row narrow section-header section-header--dark has-bottom-sep">
<div class="column lg-12">
<h3 class="text-pretitle">Specialties</h3>
<h1 class="text-display-title">What I Do.</h1>
<p class="lead">As a Developer, I design and develop robust applications, utilizing various programming languages and frameworks. My role involves analyzing user needs, crafting innovative solutions, coding, testing, and problem-solving to ensure the creation of reliable, scalable software meeting specific user requirements and functionalities.</p>
</div> <!-- end column -->
</div> <!-- end section header -->
<div class="s-services__content">
<div class="row services-list block-lg-one-half block-tab-whole" data-animate-block>
<div class="column service-item" data-animate-el>
<span class="service-icon-block">
<i class="material-icons custom-icon">developer_mode</i>
</span>
<div class="service-content">
<h3 class="h4">App Development</h3>
<p>
Proficient in Android Studio, Swift, and Flutter, I bring extensive experience in crafting diverse and efficient apps. My expertise ensures innovative and seamless solutions, enabling the creation of user-friendly and dynamic mobile applications across platforms with utmost efficiency and creativity.
</p>
</div>
</div> <!-- end service-item -->
<div class="column service-item" data-animate-el>
<span class="service-icon-block">
<i class="material-icons custom-icon">palette</i>
</span>
<div class="service-content">
<h3 class="h4">UI/UX Design</h3>
<p>
Experienced in UI/UX design, specializing in Figma and Adobe XD. Proficiently craft visually engaging interfaces for gym app. Expertise ensures intuitive and captivating designs, enhancing user experiences and seamlessly translating concepts into captivating, user-friendly software interfaces for movie enthusiasts.
</p>
</div>
</div> <!-- end service-item -->
<div class="column service-item" data-animate-el>
<span class="service-icon-block">
<i class="material-icons custom-icon">code</i>
</span>
<div class="service-content">
<h3 class="h4">Web Development</h3>
<p>
I have substantial experience in React and Electron software development. My proficiency includes crafting user interfaces with React, leveraging its component-based structure for dynamic web applications. Additionally, I've built cross-platform desktop applications using Electron, harnessing web technologies like HTML, CSS, and JavaScript.
</p>
</div>
</div> <!-- end service-item -->
<div class="column service-item" data-animate-el>
<span class="service-icon-block">
<i class="material-icons custom-icon">webhook</i>
</span>
<div class="service-content">
<h3 class="h4">Databases</h3>
<p>
I possess considerable expertise in managing Firebase and MongoDB databases. I've crafted robust architectures, optimized queries, and integrated AI functionalities. Leveraging Firebase, I've developed real-time apps, while with MongoDB, I've structured flexible NoSQL databases, enabling efficient AI-driven solutions for responsive and scalable applications.
</p>
</div>
</div> <!-- end service-item -->
</div> <!-- end services-list -->
</div> <!-- end services-content -->
</section> <!-- end services -->
<!-- portfolio
----------------------------------------------- -->
<section id="portfolio" class="s-portfolio">
<div class="s-portfolio__header">
<div class="row narrow section-header section-header--dark has-bottom-sep">
<div class="column lg-12">
<h3 class="text-pretitle">Showcase</h3>
<h1 class="text-display-title1">MANA</h1>
<p class="lead1">
I've been passionately developing an Android app named "Mana," a fitness-centric platform revolutionizing workout routines. Mana offers a diverse array of workouts, allowing users to pick their preferred sessions. It's not just about exercising; it's a comprehensive workout tracker. The app includes social media elements, enabling users to browse others' workouts and share their progress. Integrating game-like features, each completed session earns XP, enhancing your level, while missed sessions deduct XP. Utilizing Firebase for authentication and data storage, I'm diligently working in Android Studio, focusing on creating a motivational game-like experience for fitness enthusiasts. Scheduled for release in April, Mana is still under development, poised to revolutionize fitness tracking and motivation.
</p>
</div> <!-- end column -->
</div> <!-- end section header -->
</div> <!-- end s-portfolio__header -->
<div class="row s-portfolio__content" data-animate-block>
<div class="column lg-12">
<div class="folio-list bricks">
<div class="brick folio-item" data-animate-el>
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="images/frame1.png" Title="Logging In" data-size="9400x6752">
<img src="images/frame1cut.png"
>
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Logging In</div>
<h4 class="folio-item__title">FRAME 1</h4>
</div>
<div class="folio-item__caption">
<p>
The app's visual elements are created in Figma, and are integrated into the development
environment of Android Studio. The authentication system is robust, employing email verification to
validate users' authenticity, fortifying security measures and ensuring a reliable user experience rooted
in trust and safeguarding user information.
</p>
</div>
</div> <!-- end brick-->
<div class="brick folio-item" data-animate-el>
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="images/frame2.png" Title="Home Page" data-size="5920x4252">
<img src="images/frame2cut.png" >
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Home Page</div>
<h4 class="folio-item__title">FRAME 2</h4>
</div>
<div class="folio-item__caption">
<p>This section encompasses the home page housing a total of 5 pages, with 2 currently under development. The first
page is dedicated to showcasing the current scheduled workout sessions, with ongoing work on upcoming features.
The next page incorporates a search function, enabling users to explore various workouts and gather diverse information.
The third page focuses on preset features, empowering users to customize and create workout sets for convenient access
while logging their exercises.</p>
</div>
</div> <!-- end brick-->
<div class="brick folio-item" data-animate-el>
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="images/frame3.png" Title="Schedule Your Sessions" data-size="5920x4252">
<img src="images/frame3cut.png"
>
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Schedule Your Sessions</div>
<h4 class="folio-item__title">FRAME 3</h4>
</div>
<div class="folio-item__caption">
<p>This page serves a pivotal role in organizing both future and current workout schedules efficiently. Its primary
function involves scheduling forthcoming workouts and logging today's exercises. An integral feature integrated
into its mechanism is the ability to monitor missed workout sessions, ensuring a comprehensive tracking system.
Leveraging the .LocalDateTime API, I've adeptly configured the date functionality to operate seamlessly for upcoming
years, fostering a dynamic environment that adapts to changing timelines effortlessly.</p>
</div>
</div> <!-- end brick-->
<div class="brick folio-item" data-animate-el>
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="images/frame4.png" Title="Durring Session" data-size="5920x4252">
<img src="images/frame4cut.png"
>
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Durring Session</div>
<h4 class="folio-item__title">FRAME 4</h4>
</div>
<div class="folio-item__caption">
<p>
This page serves as the central hub housing essential information such as the number of sets, reps,
and workouts to be completed, alongside estimated and actual time spent. The animated mascot dynamically
corresponds to the ongoing workout session, visually engaging users. By clicking on the mascot, users can
access detailed information about the workout. While this hub provides substantial data, two additional
activity pages remain under construction, promising further enhancements and features in the future.
</p>
</div>
</div> <!-- end brick-->
<div class="brick folio-item" data-animate-el>
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="images/frame5.png" Title="UI/UX Design" data-size="9400x6752">
<img src="images/frame5cut1.png"
>
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">UI/UX Design</div>
<h4 class="folio-item__title">FRAME 5</h4>
</div>
<div class="folio-item__caption">
<p>Within this app, a significant milestone has been achieved, with over 22 activity pages completed and
fully functional. Currently, 15 more pages are in the developmental phase, steadily inching towards
completion. Upon finalization, this comprehensive app is scheduled for release on the Google Play Store
in April 2024, promising a robust collection of functionalities and an extensive array of activities for
users to explore and benefit from.</p>
</div>
</div> <!-- end brick-->
<!-- <div class="brick folio-item" data-animate-el>
<div class="folio-item__thumb">
<a class="folio-item__thumb-link" href="images/portfolio/gallery/g-salad.jpg" Title="Salad" data-size="1050x700">
<img src="images/frame5cut.png"
>
</a>
</div>
<div class="folio-item__info">
<div class="folio-item__cat">Branding</div>
<h4 class="folio-item__title">Salad</h4>
</div>
<a href="https://www.behance.net/" title="Project Link" class="folio-item__project-link">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;"><path d="M4.222 19.778a4.983 4.983 0 0 0 3.535 1.462 4.986 4.986 0 0 0 3.536-1.462l2.828-2.829-1.414-1.414-2.828 2.829a3.007 3.007 0 0 1-4.243 0 3.005 3.005 0 0 1 0-4.243l2.829-2.828-1.414-1.414-2.829 2.828a5.006 5.006 0 0 0 0 7.071zm15.556-8.485a5.008 5.008 0 0 0 0-7.071 5.006 5.006 0 0 0-7.071 0L9.879 7.051l1.414 1.414 2.828-2.829a3.007 3.007 0 0 1 4.243 0 3.005 3.005 0 0 1 0 4.243l-2.829 2.828 1.414 1.414 2.829-2.828z"></path><path d="m8.464 16.95-1.415-1.414 8.487-8.486 1.414 1.415z"></path></svg>
</a>
<div class="folio-item__caption">
<p>Vero molestiae sed aut natus excepturi. Et tempora numquam. Temporibus iusto quo.Unde dolorem corrupti neque nisi.</p>
</div>
</div> -->
<!-- end brick-->
</div> <!-- end folio-list, bricks -->
</div> <!-- end column -->
</div> <!-- end s-portfolio__content -->
<div class="row testimonials">
<div class="column lg-12" data-animate-block>
<h2 class="text-pretitle" data-animate-el>What I've learned</h2>
<div class="swiper-container testimonial-slider" data-animate-el>
<div class="swiper-wrapper">
<div class="testimonial-slider__slide swiper-slide">
<p>
When constructing 'Mana,' a significant challenge was defining its approach. Numerous weight loss apps existed, yet they lacked encouragement, a crucial aspect. Addressing this shortfall demanded reimagining how motivation was integrated within the app's framework to foster sustained engagement and support for users on their fitness journey.
</p>
<!-- <div class="testimonial-slider__author">
<img src="images/avatars/user-02.jpg" alt="Author image" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>Tim Cook</strong>
<span>CEO, Apple</span>
</cite>
</div> -->
</div> <!-- end testimonial-slider__slide -->
<div class="testimonial-slider__slide swiper-slide">
<p>
In my learning process, I acquired skills in linking user input within the app to Firebase databases, enabling efficient storage and retrieval of information. This involved leveraging JSON files to encapsulate data, allowing seamless accessibility and manipulation of vital user-generated content within the application structure. </p>
<!-- <div class="testimonial-slider__author">
<img src="images/avatars/user-03.jpg" alt="Author image" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>Sundar Pichai</strong>
<span>CEO, Google</span>
</cite>
</div> -->
</div> <!-- end testimonial-slider__slide -->
<div class="testimonial-slider__slide swiper-slide">
<p>
During my learning journey, I mastered the creation of applications by exploring diverse libraries and AI technologies like ChatGPT. Integrating these tools enabled the design and implementation of features to accurately record and manage calorie intake through user voice commands, enhancing user experience accessibility.
</p>
<!-- <div class="testimonial-slider__author">
<img src="images/avatars/user-01.jpg" alt="Author image" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>Satya Nadella</strong>
<span>CEO, Microsoft</span>
</cite>
</div> -->
</div> <!-- end testimonial-slider__slide -->
<div class="testimonial-slider__slide swiper-slide">
<p>
In my learning process, I gained proficiency in fundamental design strategies essential for creating captivating UI/UX experiences. This encompassed understanding color palettes, leveraging design elements, and employing techniques to craft visually appealing interfaces. Figma became a pivotal tool, allowing me to user-centric design solutions.
</p>
<!-- <div class="testimonial-slider__author">
<img src="images/avatars/user-06.jpg" alt="Author image" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>Jeff Bezos</strong>
<span>CEO, Amazon</span>
</cite>
</div> -->
</div>
<!-- end testimonial-slider__slide -->
</div> <!-- end swiper-wrapper -->
<div class="swiper-pagination"></div>
</div> <!-- end swiper-container -->
</div> <!-- end column -->
</div> <!-- end row testimonials -->
<!-- <div class="clients-block">
<div class="row">
<div class="column lg-12" data-animate-block>
<div class="swiper-container clients" data-animate-el>
<div class="swiper-wrapper clients__content">
<a href="#0" title="" class="swiper-slide clients__slide"><img src="images/icons/clients/dropbox.svg" /></a>
<a href="#0" title="" class="swiper-slide clients__slide"><img src="images/icons/clients/atom.svg" /></a>
<a href="#0" title="" class="swiper-slide clients__slide"><img src="images/icons/clients/github.svg" /></a>
<a href="#0" title="" class="swiper-slide clients__slide"><img src="images/icons/clients/redhat.svg" /></a>
<a href="#0" title="" class="swiper-slide clients__slide"><img src="images/icons/clients/medium.svg" /></a>
<a href="#0" title="" class="swiper-slide clients__slide"><img src="images/icons/clients/messenger.svg" /></a>
<a href="#0" title="" class="swiper-slide clients__slide"><img src="images/icons/clients/steam.svg" /></a>
<a href="#0" title="" class="swiper-slide clients__slide"><img src="images/icons/clients/spotify.svg" /></a>
</div>
<div class="swiper-pagination"></div>
</div>
end clients -->
<!-- </div> -->
<!-- end column -->
<!-- </div> -->
<!-- end clients-outer -->
<!-- </div> -->
<!-- end clients-block -->
</section> <!-- end portfolio -->
<!-- contact
----------------------------------------------- -->
<section id="contact" class="s-contact target-section">
<div class="bottom-right-div">
</div>
<iframe src='https://my.spline.design/sphereparticle-932b8c36c15b4bc491dc39c6ecc19153/' frameborder='0' width='100%' height='100%' ></iframe>
<div class="row section-header section-header--dark">
<div class="column lg-12">
<h3 class="text-pretitle">Get In Touch</h3>
<h1 class="text-display-title">
Intrested in me? Get in contact!
Email me at <a href="mailto:fparyan28@gmail.com">fparyan28@gmail.com</a>.
</h1>
</div> <!-- end column -->
</div> <!-- end section header -->
<!-- <div class="row s-contact__infos">
<div class="column lg-5 md-6 stack-on-900 s-contact__block-address">
<h5 class="with-top-line">Where to Find Me</h5>
<p>
1600 Amphitheatre Parkway <br>
Mountain View, California <br>
94043 US
</p>
</div>
<div class="column lg-3 md-6 stack-on-900 s-contact__block-social">
<h5 class="with-top-line">Follow Me</h5>
<ul class="s-contact__list">
<li><a href="#0">Facebook</a></li>
<li><a href="#0">X</a></li>
<li><a href="#0">Instagram</a></li>
</ul>
</div>
<div class="column lg-4 md-12 stack-on-900 s-contact__block-number">
<h5 class="with-top-line">Contact Us</h5>
<ul class="s-contact__list">
<li><a href="mailto:#0">armfar13@gmail.com</a></li>
<li><a href="tel:197-543-2345">+197 543 2345</a></li>
<li><a href="tel:197-123-9876">+197 123 9876</a></li>
</ul>
</div>
</div> end s-contact__infos -->
<div class="column lg-5 tab-12 s-contact__mail-block">
<div class="divider"></div> <!-- Divider -->
<a href="mailto:fparyan28@gmail.com" class="btn btn--stroke btn--mail">
Let's Talk
</a>
</div>
</section> <!-- end contact -->
</section>
<!-- end s-content -->
<!-- footer
================================================== -->
<footer id="colophon" class="s-footer">
<div class="row">
<div class="column lg-12 ss-copyright">
<span>© Copyright AFP</span>
</div>
</div>
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;"><path d="M6 4h12v2H6zm5 10v6h2v-6h5l-6-6-6 6z"></path></svg>
</a>
</div> <!-- end ss-go-top -->
</footer> <!-- end s-footer -->
</div> <!-- end s-pagewrap -->
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div><button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title=
"Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title=
"Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title=
"Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div> <!-- end photoSwipe background -->
<!-- Java Script
================================================== -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>