-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
912 lines (907 loc) · 62.8 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
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
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/neumorphism.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<title>Shahabmohammadi.github.io</title>
<link rel="icon" class="js-site-favicon" type="image/svg+xml"
href="https://github.githubassets.com/favicons/favicon-dark.svg">
</head>
<body class="bg-light" data-spy="scroll">
<!-- Navigation-section -->
<nav class="navbar fixed-bottom navbar-light bg-light d-flex justify-content-center">
<nav aria-label="Posts navigation example">
<ul class="pagination pagination-sm ">
<li class="page-item" id="home-nav">
<a class="page-link" href="#home">
<i class="fa fa-home"></i>
</a>
</li>
<li class="page-item" id="cv-nav">
<a class="page-link" href="#cv">
<i class="fa fa-paperclip"></i>
</a>
</li>
<li class="page-item" id="playlist-nav">
<a class="page-link" href="#playlist">
<i class="fa fa-soundcloud"></i>
</a>
</li>
<li class="page-item" id="game-nav">
<a class="page-link" href="#game">
<i class="fa fa-gamepad"></i>
</a>
</li>
<li class="page-item" id="contact-nav">
<a class="page-link" href="#contact">
<i class="fa fa-address-card"></i>
</a>
</li>
</ul>
</nav>
</nav>
<!-- Navigation-section-end -->
<!-- Main-Container -->
<div class="container pt-3">
<!-- Open-source-title -->
<div class="container">
<!-- title-section -->
<div class="col-sm-12">
<blockquote class="blockquote text-center">The power of Open Source is the power of the people, The
people rule.<footer class="blockquote-footer mt-3 text-dark">
<a href="https://en.wikipedia.org/wiki/Philippe_Kahn">
Philippe Kahn
</a>
</footer>
</blockquote>
</div>
<div class="row">
<div class="col-sm-12">
<p class="lead">This project is launched with <i class="fa fa-heart" aria-hidden="true"></i>
in an open source platform.
</div>
</div>
<!-- title-section-end -->
<!-- icon-section -->
<div class="row">
<div class="col-sm-6 col-md-1 mb-3">
<iframe
src="https://ghbtns.com/github-btn.html?user=shahabmohammadi&repo=shahabmohammadi.github.io&type=star&count=true"
frameborder="0" scrolling="0" width="150" height="20" title="GitHub"></iframe>
</div>
<div class="col-sm-6 col-md-1">
<iframe
src="https://ghbtns.com/github-btn.html?user=shahabmohammadi&repo=shahabmohammadi.github.io&type=watch&count=true&v=2"
frameborder="0" scrolling="0" width="150" height="20" title="GitHub"></iframe>
</div>
<div class="col-sm-6 col-md-1">
<iframe
src="https://ghbtns.com/github-btn.html?user=shahabmohammadi&repo=shahabmohammadi.github.io&type=fork&count=true"
frameborder="0" scrolling="0" width="150" height="20" title="GitHub"></iframe>
</div>
<div class="col-sm-6 col-md-1">
<iframe src="https://ghbtns.com/github-btn.html?user=shahabmohammadi&type=follow&count=true"
frameborder="0" scrolling="0" width="180" height="20" title="GitHub"></iframe>
</div>
</div>
<!-- icon-section-end -->
</div>
<!-- Open-source-title-end -->
<!-- page-card-section -->
<div class="card shadow-inset bg-light border-light p-4 rounded">
<div class="card-body p-0">
<!-- content-container -->
<div class="container">
<!-- main-row -->
<div class="row">
<!-- home-nav-section -->
<div class="col-12" id="home">
<div class="alert alert-danger shadow-inset d-flex justify-content-center" role="alert">
<span class="alert-inner--text"> <i class="fa fa-home" aria-hidden="true"></i>
<span class="navbar-text">
MyHome
</span>
</span>
</div>
</div>
<!-- home-nav-section-end -->
<!-- home-img-card-section -->
<div class="col-12 pt-3 d-flex justify-content-center">
<div class="card bg-primary shadow-soft border-light">
<div class="card-header p-4">
<img src="https://avatars2.githubusercontent.com/u/45038855?s=460&u=08f69850a40dc09a75cc95fcb648ac924e73f482&v=4"
class="card-img-top rounded" alt="ProfilePicture">
</div>
<div class="card-body pt-2">
<h3 class="h5 mb-2">Shahab Mohammadi</h3>
<a href="https://www.w3schools.com/whatis/whatis_fullstack.asp">
<span class="h6 font-weight-normal text-gray mb-4">Junior Full Stack Web
Developer</span>
</a>
<br>
<a href="https://www.fullstackacademy.com/blog/what-do-software-engineers-do">
<span class="h6 font-weight-normal text-gray mb-4">Software Engineer</span>
</a>
<br>
<a href="https://www.16personalities.com/infp-personality">
<span class="h6 font-weight-normal text-gray mb-4">INFP</span>
</a>
<br>
</div>
</div>
</div>
<!-- home-img-card-section-end -->
<!-- about-me-section -->
<div class="col-md-6 pt-5">
<div class="mb-5">
<div class="mb-4"><span class="h5"><i class="fa fa-user-circle" aria-hidden="true"></i>
About Me:</span></div>
<table class="table table-hover shadow-inset rounded">
<tbody>
<tr>
<th class="border-0" scope="col" id="class3">Junior Full Stack Programmer.
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">One years of experience in
analysis, design, and development
of
Software.
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">Deadline orientated and
having
the
ability to organize and present
complex
solutions clearly and accurately.
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">Effective in working
independently and
collaboratively in a team.
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">Solution/Software Architect
</th>
</tr>
</tbody>
</table>
</div>
</div>
<!-- about-me-section-end -->
<!-- programming-skills-section -->
<div class="col-md-6 pt-5">
<div class="mb-4">
<span class="h5">
<i class="fa fa-cogs" aria-hidden="true"></i>
Programming Languages:
</div>
<table class="table table-hover shadow-inset rounded">
<tbody>
<tr>
<th class="border-0" scope="col" id="class3">
Python
<div class="progress-wrapper">
<div class="progress-info info-xl">
<div class="progress-label"><span class="text-dark">
<p class="text-info mb-0">
Primary</p>
</span></div>
<div class="progress-percentage"><span>86%</span>
</div>
</div>
<div class="progress progress-xl">
<div class="progress-bar bg-dark" role="progressbar"
aria-valuenow="86" aria-valuemin="0" aria-valuemax="100"
style="width: 86%; animation: 3s ease 0s 1 normal none running animate-positive; opacity: 1;">
</div>
</div>
</div>
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">
JavaScript
<div class="progress-wrapper">
<div class="progress-info info-xl">
<div class="progress-label"><span class="text-dark">
<p class="text-info mb-0">
Secondary</p>
</span></div>
<div class="progress-percentage"><span>20%</span>
</div>
</div>
<div class="progress progress-xl">
<div class="progress-bar bg-dark" role="progressbar"
aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"
style="width: 20%; animation: 3s ease 0s 1 normal none running animate-positive; opacity: 1;">
</div>
</div>
</div>
</th>
</tr>
</tbody>
</table>
</div>
<!-- programming-skills-section-end -->
<!-- graduation-section -->
<div class="col-md-12">
<div class="mb-5">
<div class="mb-4"><span class="h5">
<i class="fa fa-graduation-cap" aria-hidden="true"></i>
Graduation:</span></div>
<div class="table-responsive-sm shadow-soft rounded">
<table class="table table-striped">
<tbody>
<tr>
<th class="border-0" scope="col" id="class3">Degree</th>
<th class="border-0" scope="col" id="class3">Major</th>
<th class="border-0" scope="col" id="class3">University</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">PHD
</th>
<th class="border-0" scope="col" id="class3">-</th>
<th class="border-0" scope="col" id="class3">-</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">Master's degree
</th>
<th class="border-0" scope="col" id="class3">-</th>
<th class="border-0" scope="col" id="class3">-</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">Bachelor's degree
</th>
<th class="border-0" scope="col" id="class3">Software
Engineering
</th>
<th class="border-0" scope="col" id="class3">Islamic Azad
University
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">Diploma
</th>
<th class="border-0" scope="col" id="class3">Computer Science
</th>
<th class="border-0" scope="col" id="class3">Islamic Azad
University
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">
</th>
<th class="border-0" scope="col" id="class3">Audio
Mixing and Mastering
</th>
<th class="border-0" scope="col" id="class3">Vivid Sound
Austrailia
</th>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- graduation-section-end -->
<!-- database-section -->
<div class="col-sm12 col-md-6">
<div class="mb-5">
<div class="mb-4"><span class="h5">
<i class="fa fa-database" aria-hidden="true"></i>
Database:</span></div>
<table class="table table-hover shadow-inset rounded">
<tbody>
<tr>
<th class="border-0" scope="col" id="class3">SQL Database Structure
<div class="progress-wrapper">
<div class="progress-info info-xl">
<div class="progress-label"></div>
<div class="progress-percentage"><span>70%</span></div>
</div>
<div class="progress progress-xl">
<div class="progress-bar bg-dark" role="progressbar"
aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"
style="width: 70%; animation: 3s ease 0s 1 normal none running animate-positive; opacity: 1;">
</div>
</div>
</div>
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">
NoSql Database Structure
<div class="progress-wrapper">
<div class="progress-info info-xl">
<div class="progress-label"></div>
<div class="progress-percentage"><span>60%</span></div>
</div>
<div class="progress progress-xl">
<div class="progress-bar bg-dark" role="progressbar"
aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"
style="width: 60%; animation: 3s ease 0s 1 normal none running animate-positive; opacity: 1;">
</div>
</div>
</div>
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">
Sqlite3
<div class="progress-wrapper">
<div class="progress-info info-xl">
<div class="progress-label"><span class="text-dark">
<p class="text-info mb-0">Mostly Used For
Django Practices</p>
</span></div>
<div class="progress-percentage"><span>40%</span></div>
</div>
<div class="progress progress-xl">
<div class="progress-bar bg-dark" role="progressbar"
aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"
style="width: 25%; animation: 3s ease 0s 1 normal none running animate-positive; opacity: 1;">
</div>
</div>
</div>
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">
MongoDB
<div class="progress-wrapper">
<div class="progress-info info-xl">
<div class="progress-label"><span class="text-dark"></span>
</div>
<div class="progress-percentage"><span>15%</span></div>
</div>
<div class="progress progress-xl">
<div class="progress-bar bg-dark" role="progressbar"
aria-valuenow="15" aria-valuemin="0" aria-valuemax="100"
style="width: 15%; animation: 3s ease 0s 1 normal none running animate-positive; opacity: 1;">
</div>
</div>
</div>
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">
MariaDB
<div class="progress-wrapper">
<div class="progress-info info-xl">
<div class="progress-label"><span class="text-dark"></span>
</div>
<div class="progress-percentage"><span>26%</span></div>
</div>
<div class="progress progress-xl">
<div class="progress-bar bg-dark" role="progressbar"
aria-valuenow="26" aria-valuemin="0" aria-valuemax="100"
style="width: 26%; animation: 3s ease 0s 1 normal none running animate-positive; opacity: 1;">
</div>
</div>
</div>
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">
Navicat
<div class="progress-wrapper">
<div class="progress-info info-xl">
<div class="progress-label"><span class="text-dark">
<p class="text-info mb-0">Database Management
Platform</p>
</span></div>
<div class="progress-percentage"><span>40%</span></div>
</div>
<div class="progress progress-xl">
<div class="progress-bar bg-dark" role="progressbar"
aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"
style="width: 25%; animation: 3s ease 0s 1 normal none running animate-positive; opacity: 1;">
</div>
</div>
</div>
</th>
</tr>
</tbody>
</table>
</div>
</div>
<!-- database-section-end -->
<!-- frameworks-section -->
<div class="col-sm12 col-md-6">
<div class="mb-5">
<div class="mb-4"><span class="h5">
<i class="fa fa-globe" aria-hidden="true"></i>
Web Technologies, Scripting and Markup
Languages:</span></div>
<table class="table table-hover shadow-inset rounded">
<tbody>
<tr>
<th class="border-0" scope="col" id="class3">Django
<div class="progress-wrapper">
<div class="progress-info info-xl">
<div class="progress-label"><span class="text-dark">
<p class="text-info mb-0">
Model, View, Routing, Template Engine, i18
</p>
</span></div>
<div class="progress-percentage"><span>55%</span></div>
</div>
<div class="progress progress-xl">
<div class="progress-bar bg-dark" role="progressbar"
aria-valuenow="55" aria-valuemin="0" aria-valuemax="100"
style="width: 55%; animation: 3s ease 0s 1 normal none running animate-positive; opacity: 1;">
</div>
</div>
</div>
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">
Flask
<div class="progress-wrapper">
<div class="progress-info info-xl">
<div class="progress-label"><span class="text-dark">
<p class="text-info mb-0">
SQLAlchemy, Login, Jinja
</p>
</span></div>
<div class="progress-percentage"><span>25%</span></div>
</div>
<div class="progress progress-xl">
<div class="progress-bar bg-dark" role="progressbar"
aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"
style="width: 25%; animation: 3s ease 0s 1 normal none running animate-positive; opacity: 1;">
</div>
</div>
</div>
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">
HTML5
<div class="progress-wrapper">
<div class="progress-info info-xl">
<div class="progress-label"><span class="text-dark"></span>
</div>
<div class="progress-percentage"><span>55%</span></div>
</div>
<div class="progress progress-xl">
<div class="progress-bar bg-dark" role="progressbar"
aria-valuenow="55" aria-valuemin="0" aria-valuemax="100"
style="width: 55%; animation: 3s ease 0s 1 normal none running animate-positive; opacity: 1;">
</div>
</div>
</div>
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">
CSS3
<div class="progress-wrapper">
<div class="progress-info info-xl">
<div class="progress-label"><span class="text-dark"></span>
</div>
<div class="progress-percentage"><span>30%</span></div>
</div>
<div class="progress progress-xl">
<div class="progress-bar bg-dark" role="progressbar"
aria-valuenow="30" aria-valuemin="0" aria-valuemax="100"
style="width: 30%; animation: 3s ease 0s 1 normal none running animate-positive; opacity: 1;">
</div>
</div>
</div>
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">
JQuery
<div class="progress-wrapper">
<div class="progress-info info-xl">
<div class="progress-label"><span class="text-dark"></span>
</div>
<div class="progress-percentage"><span>10%</span></div>
</div>
<div class="progress progress-xl">
<div class="progress-bar bg-dark" role="progressbar"
aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"
style="width: 10%; animation: 3s ease 0s 1 normal none running animate-positive; opacity: 1;">
</div>
</div>
</div>
</th>
</tr>
<tr>
<th class="border-0" scope="col" id="class3">
Bootstrap
<div class="progress-wrapper">
<div class="progress-info info-xl">
<div class="progress-label"><span class="text-dark"></span>
</div>
<div class="progress-percentage"><span>50%</span></div>
</div>
<div class="progress progress-xl">
<div class="progress-bar bg-dark" role="progressbar"
aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"
style="width: 50%; animation: 3s ease 0s 1 normal none running animate-positive; opacity: 1;">
</div>
</div>
</div>
</th>
</tr>
</tbody>
</table>
</div>
</div>
<!-- frameworks-section-end -->
<!-- cv-nav -->
<div class="col-md-12" id="cv">
<div class="alert alert-danger shadow-inset d-flex justify-content-center" role="alert">
<span class="alert-inner--text">
<i class="fa fa-paperclip" aria-hidden="true"></i>
<span class="navbar-text">
MyCV
</span>
</span>
</div>
</div>
<!-- cv-nav-end -->
<!-- cv-content-section -->
<div class="col-12 col-md-12 col-lg-12 mb-5 mb-md-0 mt-5">
<div class="card bg-primary shadow-soft border-light">
<div class="card-header p-4">
<div id="68131674">
<script type="text/JavaScript"
src="https://www.aparat.com/embed/ayFSJ?data[rnddiv]=68131674&data[responsive]=yes&&recom=none"></script>
</div>
</div>
<div class="card-header p-4">
<div id="7244626110">
<script type="text/JavaScript"
src="https://www.aparat.com/embed/0IPqD?data[rnddiv]=7244626110&data[responsive]=yes&&recom=none"></script>
</div>
</div>
<div class="card-body pt-2">
<h3 class="h5 mb-2">DigiPay Innovation Camp 2020</h3><span
class="h6 font-weight-normal text-gray mb-4">Co-Founder of MyCapital</span>
<p class="card-text">Capital is a free financial assistant that helps you spend
smarter
and save
more. It applies artificial intelligence to learn your spending patterns, to
predict
your
purchases, and to recommend ways to get more for your money. Capital is trained
to
analyze
your past spending habits, to predict your future purchases, and to offer unique
insights on
how you can stretch your money - all through a familiar, intuitive text
messaging
interface.
</p>
<div class="row pt-5">
<div class="col-12 col-md-3 mb-5 mb-md-0">
<div class="icon-box text-center mb-5 mb-md-0">
<div
class="icon icon-shape icon-lg bg-soft shadow-soft border border-light rounded-circle mb-3">
<img class="icon-size" src="assets\icons\teacher.svg"
alt="Kiwi standing on oval">
</div>
<h2 class="h5 my-3">Statistic and Insights</h2>
</div>
</div>
<div class="col-12 col-md-3 mb-5 mb-md-0">
<div class="icon-box text-center">
<div
class="icon icon-shape icon-lg bg-soft shadow-soft border border-light rounded-circle mb-3">
<img class="icon-size" src="assets/icons/signpost.svg">
</div>
<h2 class="h5 my-3">Financial Coaching</h2>
</div>
</div>
<div class="col-12 col-md-3 mb-5 mb-md-0">
<div class="icon-box text-center">
<div
class="icon icon-shape icon-lg bg-soft shadow-soft border border-light rounded-circle mb-3">
<img class="icon-size" src="assets/icons/money-bag.svg">
</div>
<h2 class="h5 my-3">Budget and Goals</h2>
</div>
</div>
<div class="col-12 col-md-3 mb-5 mb-md-0">
<div class="icon-box text-center">
<div
class="icon icon-shape icon-lg bg-soft shadow-soft border border-light rounded-circle mb-3">
<img class="icon-size" src="assets/icons/chat.svg">
</div>
<h2 class="h5 my-3">Conversation Engine</h2>
</div>
</div>
</div>
<div class="btn-wrapper my-4 text-center">
<a href="https://www.linkedin.com/company/mydigipay/">
<button class="btn btn-primary btn-pill btn-icon-only text-facebook mr-2"
type="button" aria-label="facebook button"
title="Digipay Official Page">
<span aria-hidden="true" class="">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</span>
</button>
</a>
</div>
</div>
</div>
<!-- carosel-section -->
<div class="row justify-content-center">
<div class="col-md-12 pt-5">
<div id="Carousel3"
class="carousel slide shadow-soft border border-light p-4 rounded"
data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#Carousel3" data-slide-to="0" class="active"></li>
<li data-target="#Carousel3" data-slide-to="1" class=""></li>
<li data-target="#Carousel3" data-slide-to="2" class=""></li>
</ol>
<div class="carousel-inner rounded">
<div class="carousel-item"><img class="d-block w-100"
src="./assets/img/carousel/1.jpg" alt="First slide"></div>
<div class="carousel-item active"><img class="d-block w-100"
src="./assets/img/carousel/2.jpg" alt="Second slide"></div>
<div class="carousel-item"><img class="d-block w-100"
src="./assets/img/carousel/3.jpg" alt="Third slide"></div>
</div>
</div>
</div>
</div>
<!-- carosel-section-end -->
</div>
<!-- cv-content-section-end -->
<!-- playlist-nav -->
<div class="col-md-12 pt-5" id="playlist">
<div class="alert alert-danger shadow-inset d-flex justify-content-center" role="alert">
<span class="alert-inner--text">
<i class="fa fa-soundcloud" aria-hidden="true"></i>
<span class="navbar-text">
MyPlaylist
</span>
</span>
</div>
</div>
<!-- playlist-nav-end -->
<!-- playlist-section -->
<div class="col-12">
<div class="row">
<div class="col-md-12 pt-3">
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/849222622&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
<div
style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;">
</div>
</div>
<div class="col-md-7 pt-3">
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/861347590&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
<div
style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;">
</div>
</div>
<div class="col-md-5 pt-3">
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/561110556&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
<div
style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;">
</div>
</div>
<div class="col-md-12 pt-3">
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/92826071&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
<div
style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;">
</div>
</div>
<div class="col-md-4 pt-3">
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/103897060&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
<div
style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;">
</div>
</div>
<div class="col-md-8 pt-3">
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/330102556&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
<div
style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;">
</div>
</div>
<div class="col-md-6 pt-3">
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/145906779&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
<div
style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;">
</div>
</div>
<div class="col-md-6 pt-3">
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/374058665&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
<div
style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;">
</div>
</div>
<div class="col-md-6 pt-3"><iframe width="100%" height="166" scrolling="no"
frameborder="no" allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/460827507&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
<div
style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;">
</div>
</div>
<div class="col-md-6 pt-3"><iframe width="100%" height="166" scrolling="no"
frameborder="no" allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/259945945&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
<div
style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;">
</div>
</div>
</div>
</div>
<!-- playlist-section-end -->
<!-- game-nav -->
<div class="col-md-12 pt-3" id="game">
<div class="alert alert-danger shadow-inset d-flex justify-content-center" role="alert">
<span class="alert-inner--text">
<i class="fa fa-gamepad" aria-hidden="true"></i>
<span class="navbar-text">
My Favorite Games
</span>
</span>
</div>
</div>
<!-- game-nav-end -->
<!-- game-section -->
<div class="col-12">
<div class="row">
<div class="col text-center pt-5">
<iframe class="col" src="https://store.steampowered.com/widget/945360/"
frameborder="0" width="646" height="190"></iframe>
</div>
<div class="col-12 text-center pt-5">
<iframe class="col-12" src="https://store.steampowered.com/widget/10/"
frameborder="0" width="646" height="190"></iframe>
</div>
<div class="col-12 text-center pt-5">
<iframe class="col-12" src="https://store.steampowered.com/widget/203140/"
frameborder="0" width="646" height="190"></iframe>
</div>
<div class="col-12 text-center pt-5">
<iframe class="col-12" src="https://store.steampowered.com/widget/312660/123425/"
frameborder="0" width="646" height="190"></iframe>
</div>
<div class="col-12 text-center pt-5">
<iframe class="col-12" src="https://store.steampowered.com/widget/1313860/467134/"
frameborder="0" width="646" height="190"></iframe>
</div>
</div>
</div>
<!-- game-section-end -->
<!-- contat-nav -->
<div class="col-md-12 pt-5" id="contact">
<div class="alert alert-danger shadow-inset d-flex justify-content-center" role="alert">
<span class="alert-inner--text">
<i class="fa fa-address-card" aria-hidden="true"></i>
<span class="navbar-text">
My Contacts
</span>
</span>
</div>
</div>
<!-- contat-nav-end -->
<!-- contact-section -->
<div class="col-12 mb-5">
<div class="card bg-primary shadow-inset border-light p-3">
<div class="card-body shadow-soft border border-light rounded p-4">
<h4 class="mb-3">Email:</h4>
<a href="mailto:develop.shahab@hotmail.com">
<button type="button" class="btn btn-primary btn-block rounded-bottom"><i
class="fa fa-envelope" aria-hidden="true"></i>
Develop.shahab@Hotmail.com
</button>
</a>
<h4 class="mb-3 pt-3">Phone Call:</h4>
<a href="call:00989389364404">
<button type="button" class="btn btn-primary btn-block rounded-bottom">
<i class="fa fa-mobile" aria-hidden="true"></i>
+98 938 936 4404
</button>
</a>
<h4 class="mb-3 pt-3">Linkedin:</h4>
<a href="https://www.linkedin.com/in/shahab-mohammadi-stevelex">
<button type="button" class="btn btn-primary btn-block rounded-bottom">
<i class="fa fa-linkedin" aria-hidden="true"></i>
shahab-mohammadi-stevelex
</button>
</a>
<h4 class="mb-3 pt-3">Github:</h4>
<a href="https://github.com/shahabmohammadi">
<button type="button" class="btn btn-primary btn-block rounded-bottom">
<i class="fa fa-github" aria-hidden="true"></i>
shahabmohammadi
</button>
</a>
</div>
</div>
</div>
<!-- contact-section-add -->
<!-- footer -->
<div class="col-12 text-center">
<span>
I <i class="fa fa-heart" aria-hidden="true"></i>
<i class="fa fa-github" aria-hidden="true"></i>
</span>
</div>
<!-- footer-end -->
</div>
<!-- main-row-end -->
</div>
<!-- content-container-end -->
</div>
<!-- page-card-section-end -->
</div>
<!-- Main-Container-end -->
<!-- pb-section -->
<div class="row">
<div class="col pt-5">-</div>
</div>
<div class="row">
<div class="col pt-1">-</div>
</div>
</div>
<!-- pb-section-end -->
<!-- scripts-section -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"></script>
<script src="assets/js/neumorphism.js"></script>
<script type="text/javascript" src="https://unpkg.com/onscreen/dist/on-screen.umd.min.js"></script>
<script type="text/javascript">
function removeClasses() {
var tags_id_list = ["#home-nav", "#cv-nav", "#playlist-nav", "#game-nav", "#contact-nav"]
tags_id_list.forEach(
function (item, index) {
$(item).removeClass("active");
}
);
}
var os = new OnScreen();
os.on('enter', '#home', (element, event) => {
removeClasses();
$("#home-nav").addClass("active");
});
os.on('enter', '#cv', (element, event) => {
removeClasses();
$("#cv-nav").addClass("active");
});
os.on('enter', '#playlist', (element, event) => {
removeClasses();
$("#playlist-nav").addClass("active");
});
os.on('enter', '#game', (element, event) => {
removeClasses();
$("#game-nav").addClass("active");
});
os.on('enter', '#contact', (element, event) => {
removeClasses();
$("#contact-nav").addClass("active");
});
</script>
<!-- scripts-section-end -->
</body>
</html>