-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbckup.html
844 lines (831 loc) · 33.5 KB
/
bckup.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
<!-- Start Blog -->
<!-- <section id="blog" class="py-12 lg:py-24">
<div class="container">
<h4 class="mb-2 text-2xl font-semibold text-center md:text-3xl">My Blog</h4>
<div class="splide blog">
<div class="splide__track">
<div class="splide__list">
<article
class="relative mt-10 mb-10 overflow-hidden rounded-md shadow-md splide__slide hover:shadow-xl"
data-splide-interval="3000"
>
<a
href="https://medium.com/@anlishamaharjan/linkedin-api-oauth-2-0-access-token-12760694012a"
target="_blank"
class="absolute top-0 left-0 w-full h-full z-1"
></a>
<figure class="aspect-[3/2]">
<img
src="https://miro.medium.com/max/700/1*qkdBlC628i4PRd_VciSYxg.jpeg"
class="object-cover w-full h-full"
/>
</figure>
<div class="p-4">
<h2 class="mb-1 text-xl font-semibold text-secondary-500">
LinkedIn API — OAuth 2.0 Access Token
</h2>
<span class="block mb-4 text-gray-500">Apr 22, 2022</span>
<p class="text-secondary-500">
Hi, on a recently worked project, we needed to fetch shares
(posts) of company in LinkedIn. Thus, I write this step by step
guide to access LinkedIn API. The LinkedIn API uses OAuth 2.0
for user authorization and API authentication. Since we need...
</p>
</div>
</article>
<article
class="relative mt-10 mb-10 overflow-hidden rounded-md shadow-md splide__slide hover:shadow-xl"
data-splide-interval="3000"
>
<a
href="https://towardsdev.com/tailwind-css-in-html-starter-via-npm-ec43a5144001"
target="_blank"
class="absolute top-0 left-0 w-full h-full z-1"
></a>
<figure class="aspect-[3/2]">
<img
src="https://miro.medium.com/max/1400/1*TEkIQ5DzoZjaL0qrzAxzqw.jpeg"
class="object-cover w-full h-full"
/>
</figure>
<div class="p-4">
<h2 class="mb-1 text-xl font-semibold text-secondary-500">
Tailwind CSS in HTML starter via NPM
</h2>
<span class="block mb-4 text-gray-500">Mar 28, 2022</span>
<p class="text-secondary-500">
Tailwind CSS is a utility-first CSS framework. This article
includes steps to install Tailwind CSS in HTML via package
manager and how to properly process Tailwind CSS. Although it
requires a bit more setup, it is definitely the best way to make
use of all of the features...
</p>
</div>
</article>
<article
class="relative mt-10 mb-10 overflow-hidden rounded-md shadow-md splide__slide hover:shadow-xl"
data-splide-interval="3000"
>
<a
href="https://medium.com/@anlishamaharjan/fabric-js-in-react-draw-bounding-box-in-webcam-preview-using-canvas-events-3504c8a919ba"
target="_blank"
class="absolute top-0 left-0 w-full h-full z-1"
></a>
<figure class="aspect-[3/2]">
<img
src="https://miro.medium.com/max/1050/1*KYtFaxQAlAX9LeVlFQs-xw.png"
class="object-cover w-full h-full"
/>
</figure>
<div class="p-4">
<h2 class="mb-1 text-xl font-semibold text-secondary-500">
Fabric.js in React — Draw bounding box in webcam preview using
canvas events
</h2>
<span class="block mb-4 text-gray-500">Mar 15, 2022</span>
<p class="text-secondary-500">
Fabric.js is a JavaScript library for HTML5 canvas. Using
Fabric.js one can create object/shapes on canvas. We’ll be
incorporating canvas events to draw bounding box over webcam...
</p>
</div>
</article>
<article
class="relative mt-10 mb-10 overflow-hidden rounded-md shadow-md splide__slide hover:shadow-xl"
data-splide-interval="3000"
>
<a
href="https://medium.com/@anlishamaharjan/automating-internationalization-with-google-spreadsheet-and-i18next-bca991660100"
target="_blank"
class="absolute top-0 left-0 w-full h-full z-1"
></a>
<figure class="aspect-[3/2]">
<img
src="https://miro.medium.com/max/1400/1*kcgdlmbz6RSfbvQqlAisCg.jpeg"
class="object-cover w-full h-full"
/>
</figure>
<div class="p-4">
<h2 class="mb-1 text-xl font-semibold text-secondary-500">
Automating Internationalization with Google Spreadsheet and
i18next
</h2>
<span class="block mb-4 text-gray-500">Mar 01, 2022</span>
<p class="text-secondary-500">
The article is for the front-end developers who are suffering
from the manual “copy-and-paste” internationalization process.
Through this guide executing a single line of script shall
automate the entire process...
</p>
</div>
</article>
<article
class="relative mt-10 mb-10 overflow-hidden rounded-md shadow-md splide__slide hover:shadow-xl"
data-splide-interval="3000"
>
<a
href="https://medium.com/@anlishamaharjan/integrate-jitsi-meet-iframe-api-in-react-707175bda031"
target="_blank"
class="absolute top-0 left-0 w-full h-full z-1"
></a>
<figure class="aspect-[3/2]">
<img
src="https://miro.medium.com/max/1400/1*M07PZJ2Aqy2Jdpxyy1c28w.jpeg"
class="object-cover w-full h-full"
/>
</figure>
<div class="p-4">
<h2 class="mb-1 text-xl font-semibold text-secondary-500">
Integrate Jitsi Meet IFrame API in React
</h2>
<span class="block mb-4 text-gray-500">Feb 13, 2022</span>
<p class="text-secondary-500">
Jitsi is a set of open-source projects that allows you to easily
build and deploy secure videoconferencing solutions. We’ll be
using IFrame API to embed Jitsi Meet functionality in React
application...
</p>
</div>
</article>
<article
class="relative mt-10 mb-10 overflow-hidden rounded-md shadow-md splide__slide hover:shadow-xl"
data-splide-interval="3000"
>
<a
href="https://medium.com/@anlishamaharjan/multiple-laravel-datatables-in-one-view-as-a-service-implementation-17a7465179e9"
target="_blank"
class="absolute top-0 left-0 w-full h-full z-1"
></a>
<figure class="aspect-[3/2]">
<img
src="https://miro.medium.com/max/1400/1*XgVwouyRuII2OqTfHcWOLA.jpeg"
class="object-cover w-full h-full"
/>
</figure>
<div class="p-4">
<h2 class="mb-1 text-xl font-semibold text-secondary-500">
Multiple Laravel DataTables in one view — as a Service
Implementation
</h2>
<span class="block mb-4 text-gray-500">Jan 25, 2022</span>
<p class="text-secondary-500">
Hi, If you are new to yajra/laravel-datatables follow the
installation or new to Laravel DataTables as a Service
Implementation, I recommend you to have a look at it here. We’ll
be rendering 2 data-table in 1 view quick and easy using latest
version of yajra/laravel-datatables as a service....
</p>
</div>
</article>
<article
class="relative mt-10 mb-10 overflow-hidden rounded-md shadow-md splide__slide hover:shadow-xl"
data-splide-interval="3000"
>
<a
href="https://medium.com/@anlishamaharjan/web-scraping-with-laravel-and-spatie-crawler-22d583b7535e"
target="_blank"
class="absolute top-0 left-0 w-full h-full z-1"
></a>
<figure class="aspect-[3/2]">
<img
src="https://miro.medium.com/max/1400/1*Z12bWM_7LVgaoxV3OHKblg.jpeg"
class="object-cover w-full h-full"
/>
</figure>
<div class="p-4">
<h2 class="mb-1 text-xl font-semibold text-secondary-500">
Web Scraping with Laravel and spatie/crawler
</h2>
<span class="block mb-4 text-gray-500">Jan 07, 2022</span>
<p class="text-secondary-500">
Probably among many articles on Web Scraping With PHP, you may
find something useful here along the lines. We’ll be using
spatie/crawler package which will provide us with a great
features for writing crawlers without going absolutely
crazy!....
</p>
</div>
</article>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Blog -->
<!-- Start Featured Project -->
<!-- <section id="project" class="py-12 lg:py-24">
<div class="container">
<h4
class="relative flex items-center w-full mb-8 text-2xl font-semibold lg:w-4/6 lg:text-3xl md:mb-12"
>
<span class="block pr-4 bg-body"> Some Things I’ve Built</span>
<hr class="absolute w-full h-px border-primary-400 -z-10" />
</h4>
<ul class="list-none">
<li
class="grid items-center grid-cols-1 gap-2 mb-8 lg:grid-cols-12 lg:mb-20 featured-project-1"
>
<div
class="relative z-20 hidden text-left lg:block col-content-right"
style="grid-area: 1 / 1 / -1 / 7"
>
<p
class="mb-2 text-lg font-semibold tracking-widest text-primary-400"
>
Featured Project
</p>
<h4 class="mb-6 text-3xl font-semibold">
<a
href="#"
target="_blank"
rel="noopener noreferrer"
class="hover:text-primary-500"
>Lorem Ipsum</a
>
</h4>
<div
class="z-10 p-8 mb-4 text-white rounded-md shadow-md bg-basicgrad"
>
<p class="text-xl">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's dummy text.
</p>
</div>
<ul class="flex flex-wrap justify-start list-none grow">
<li class="mr-6 text-lg leading-6">HTML</li>
<li class="mr-6 text-lg leading-6">CSS</li>
<li class="text-lg leading-6">PHP</li>
</ul>
</div>
<div
class="relative hidden rounded-md shadow-md lg:block col-img-left"
style="grid-area: 1 / 6 / -1 / -1"
>
<figure class="w-full h-[24vw] 2xl:h-[16vw]">
<a href="#" target="_blank" rel="noopener noreferrer">
<img
class="object-cover w-full h-full rounded-md"
src="https://images.unsplash.com/photo-1461749280684-dccba630e2f6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1469&q=80"
title=""
/>
</a>
</figure>
</div>
<div
class="flex flex-col h-full px-8 py-8 rounded-md shadow-md lg:hidden bg-basicgrad"
>
<p
class="mb-2 text-sm font-semibold tracking-widest md:text-lg text-primary-400"
>
Featured Project
</p>
<h4 class="mb-6 text-2xl font-semibold text-white md:text-3xl">
<a href="#" target="_blank" rel="noopener noreferrer"
>Lorem Ipsum</a
>
</h4>
<p class="mb-8 text-lg text-white md:text-xl">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s.
</p>
<ul class="flex flex-wrap justify-start text-white list-none grow">
<li class="mr-6 text-sm leading-6 md:text-base">HTML</li>
<li class="mr-6 text-sm leading-6 md:text-base">CSS</li>
<li class="mr-6 text-sm leading-6 md:text-base">PHP</li>
<li class="text-sm leading-6 md:text-base">iTerm2</li>
</ul>
</div>
</li>
<li
class="grid items-center grid-cols-1 gap-2 lg:grid-cols-12 featured-project-2"
>
<div
class="relative hidden rounded-md shadow-md lg:block"
style="grid-area: 1 / 6 / -1 / -1; grid-column: 1 / 8"
>
<figure class="w-full h-[24vw] 2xl:h-[16vw]">
<a href="#" target="_blank" rel="noopener noreferrer">
<img
class="object-cover w-full h-full rounded-md"
src="https://images.unsplash.com/photo-1461749280684-dccba630e2f6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1469&q=80"
title=""
/>
</a>
</figure>
</div>
<div
class="relative z-20 hidden text-right lg:block"
style="grid-area: 1 / 1 / -1 / 7; grid-column: 7 / -1"
>
<p
class="mb-2 text-lg font-semibold tracking-widest text-primary-400"
>
Featured Project
</p>
<h4 class="mb-6 text-3xl font-semibold">
<a
href="#"
target="_blank"
rel="noopener noreferrer"
class="hover:text-primary-500"
>Lorem Ipsum</a
>
</h4>
<div
class="z-10 p-8 mb-4 text-white rounded-md shadow-md bg-basicgrad"
>
<p class="text-xl">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's dummy text.
</p>
</div>
<ul class="flex flex-wrap justify-end list-none grow">
<li class="mr-6 text-lg leading-6">HTML</li>
<li class="mr-6 text-lg leading-6">CSS</li>
<li class="text-lg leading-6">PHP</li>
</ul>
</div>
<div
class="flex flex-col h-full px-8 py-8 rounded-md shadow-md lg:hidden bg-basicgrad"
>
<p
class="mb-2 text-sm font-semibold tracking-widest md:text-lg text-primary-400"
>
Featured Project
</p>
<h4 class="mb-6 text-2xl font-semibold text-white md:text-3xl">
<a href="#" target="_blank" rel="noopener noreferrer"
>Lorem Ipsum</a
>
</h4>
<p class="mb-8 text-lg text-white md:text-xl">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s.
</p>
<ul class="flex flex-wrap justify-start text-white list-none grow">
<li class="mr-6 text-sm leading-6 md:text-base">HTML</li>
<li class="mr-6 text-sm leading-6 md:text-base">CSS</li>
<li class="mr-6 text-sm leading-6 md:text-base">PHP</li>
<li class="text-sm leading-6 md:text-base">iTerm2</li>
</ul>
</div>
</li>
</ul>
</div>
</section> -->
<!-- End Featured Project -->
<!-- Mobile Menu Social -->
<!-- <div class="flex mb-8 gap-7">
<a
href="https://github.com/anlisha-maharjan"
target="_blank"
rel="noopener noreferrer"
>
<svg height="32" viewBox="0 0 24 24" width="32">
<path
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"
fill="none"
stroke="#f26440"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
/>
</svg>
</a>
<a
href="https://www.instagram.com/anlishamaharjan"
target="_blank"
rel="noopener noreferrer"
><svg
fill="none"
height="32"
stroke="#f26440"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="32"
>
<rect height="20" rx="5" ry="5" width="20" x="2" y="2" />
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" />
<line x1="17.5" x2="17.5" y1="6.5" y2="6.5" />
</svg>
</a>
<a
href="https://np.linkedin.com/in/anlisha-maharjan"
target="_blank"
rel="noopener noreferrer"
>
<svg class="fill-primary-500" height="34" viewBox="0 0 512 512" width="34">
<g>
<g>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M182.8,384V212.9h-54.9V384H182.8L182.8,384z M157.4,187c18.3,0,29.7-13.1,29.7-29.5 c-0.3-16.7-11.4-29.5-29.4-29.5c-18,0-29.7,12.8-29.7,29.5c0,16.4,11.4,29.5,29,29.5H157.4L157.4,187z"
/>
<path
class="st0"
d="M320.6,209c-29.1,0-41.6,16.4-49.6,27.8V213h-55v171h55v-97.4c0-5,0.4-10,1.9-13.5c4-10,13-20.3,28.2-20.3 c19.9,0,27.9,15.3,27.9,37.7V384h55v-99.9C384,232.8,356.8,209,320.6,209z"
/>
</g>
<path
d="M417.2,64H96.8C79.3,64,64,76.6,64,93.9v321.1c0,17.4,15.3,32.9,32.8,32.9h320.3c17.6,0,30.8-15.6,30.8-32.9V93.9 C448,76.6,434.7,64,417.2,64z M414,416c-1.1,0-313.1,0-314.9,0s-3.1-1.4-3.1-3.1S96,99.1,96,98s1-2,2-2s315,0,316,0s2,1,2,2 c0,23.3,0,314.9,0,316C416,414.9,415.1,416,414,416z"
/>
</g>
</svg>
</a>
<a
href="https://medium.com/@anlishamaharjan"
target="_blank"
rel="noopener noreferrer"
>
<svg class="fill-primary-500" viewBox="0 0 512 512" width="32" height="32">
<path
d="M60.713,135.684c0.637,-6.285 -1.759,-12.499 -6.453,-16.728l-47.807,-57.59l0,-8.603l148.437,0l114.735,251.627l100.872,-251.627l141.503,0.001l0,8.602l-40.874,39.189c-3.525,2.685 -5.272,7.102 -4.541,11.472l0,287.947c-0.731,4.37 1.016,8.786 4.541,11.471l39.917,39.19l0,8.602l-200.782,0l0,-8.602l41.35,-40.147c4.065,-4.061 4.065,-5.257 4.065,-11.468l0,-232.749l-114.973,292.009l-15.536,0l-133.859,-292.009l0,195.709c-1.114,8.228 1.618,16.513 7.41,22.462l53.784,65.235l0,8.603l-152.502,0l0,-8.603l53.784,-65.235c5.749,-5.96 8.321,-14.301 6.929,-22.462l0,-226.296Z"
/>
</svg>
</a>
</div> -->
<!-- Start Social -->
<!-- <div
class="fixed bottom-0 right-auto z-10 hidden w-10 lg:block left-8 xl:left-12"
>
<ul
class="flex flex-col items-center list-none m-0 p-0 after:content-[''] after:block after:w-px after:h-36 after:m-auto after:bg-primary-400"
>
<li
class="p-4 transition-all ease-[cubic-bezier(0.34, 1.56, 0.64, 1)] duration-500 hover:-translate-y-1"
>
<a
href="https://github.com/anlisha-maharjan"
target="_blank"
rel="noopener noreferrer"
><svg height="24" viewBox="0 0 24 24" width="24">
<path
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"
fill="none"
stroke="#f26440"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
/></svg
></a>
</li>
<li
class="p-4 transition-all ease-[cubic-bezier(0.34, 1.56, 0.64, 1)] duration-500 hover:-translate-y-1"
>
<a
href="https://www.instagram.com/anlishamaharjan"
target="_blank"
rel="noopener noreferrer"
><svg
fill="none"
height="24"
stroke="#f26440"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
>
<rect height="20" rx="5" ry="5" width="20" x="2" y="2" />
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" />
<line x1="17.5" x2="17.5" y1="6.5" y2="6.5" /></svg
></a>
</li>
<li
class="p-4 transition-all ease-[cubic-bezier(0.34, 1.56, 0.64, 1)] duration-500 hover:-translate-y-1"
>
<a
href="https://np.linkedin.com/in/anlisha-maharjan"
target="_blank"
rel="noopener noreferrer"
>
<svg
class="fill-primary-500"
height="28"
viewBox="0 0 512 512"
width="28"
>
<g>
<g>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M182.8,384V212.9h-54.9V384H182.8L182.8,384z M157.4,187c18.3,0,29.7-13.1,29.7-29.5 c-0.3-16.7-11.4-29.5-29.4-29.5c-18,0-29.7,12.8-29.7,29.5c0,16.4,11.4,29.5,29,29.5H157.4L157.4,187z"
/>
<path
class="st0"
d="M320.6,209c-29.1,0-41.6,16.4-49.6,27.8V213h-55v171h55v-97.4c0-5,0.4-10,1.9-13.5c4-10,13-20.3,28.2-20.3 c19.9,0,27.9,15.3,27.9,37.7V384h55v-99.9C384,232.8,356.8,209,320.6,209z"
/>
</g>
<path
d="M417.2,64H96.8C79.3,64,64,76.6,64,93.9v321.1c0,17.4,15.3,32.9,32.8,32.9h320.3c17.6,0,30.8-15.6,30.8-32.9V93.9 C448,76.6,434.7,64,417.2,64z M414,416c-1.1,0-313.1,0-314.9,0s-3.1-1.4-3.1-3.1S96,99.1,96,98s1-2,2-2s315,0,316,0s2,1,2,2 c0,23.3,0,314.9,0,316C416,414.9,415.1,416,414,416z"
/>
</g>
</svg>
</a>
</li>
<li
class="p-4 transition-all ease-[cubic-bezier(0.34, 1.56, 0.64, 1)] duration-500 hover:-translate-y-1"
>
<a
href="https://medium.com/@anlishamaharjan"
target="_blank"
rel="noopener noreferrer"
>
<svg
class="fill-primary-500"
viewBox="0 0 512 512"
width="24"
height="24"
>
<path
d="M60.713,135.684c0.637,-6.285 -1.759,-12.499 -6.453,-16.728l-47.807,-57.59l0,-8.603l148.437,0l114.735,251.627l100.872,-251.627l141.503,0.001l0,8.602l-40.874,39.189c-3.525,2.685 -5.272,7.102 -4.541,11.472l0,287.947c-0.731,4.37 1.016,8.786 4.541,11.471l39.917,39.19l0,8.602l-200.782,0l0,-8.602l41.35,-40.147c4.065,-4.061 4.065,-5.257 4.065,-11.468l0,-232.749l-114.973,292.009l-15.536,0l-133.859,-292.009l0,195.709c-1.114,8.228 1.618,16.513 7.41,22.462l53.784,65.235l0,8.603l-152.502,0l0,-8.603l53.784,-65.235c5.749,-5.96 8.321,-14.301 6.929,-22.462l0,-226.296Z"
/>
</svg>
</a>
</li>
</ul>
</div> -->
<!-- End Social -->
<!-- Start Email -->
<!-- <div
class="fixed bottom-0 left-auto z-10 hidden w-10 lg:block right-8 xl:right-12"
>
<div
class="flex flex-col items-center relative after:content-[''] after:block after:w-px after:h-36 after:m-auto after:bg-primary-400"
>
<a
style="writing-mode: vertical-lr"
class="text-primary-500 text-base p-2 tracking-widest transition-all ease-[cubic-bezier(0.34, 1.56, 0.64, 1)] duration-500 hover:-translate-y-1"
href="mailto:anlishamaharjan@gmail.com"
>anlishamaharjan@gmail.com</a
>
</div>
</div> -->
<!-- End Email -->
<!-- Start Project -->
<!-- <section class="py-12 text-center lg:py-24">
<div class="container">
<h4 class="mb-2 text-2xl font-semibold md:text-3xl">Selected Projects</h4>
<ul
class="grid grid-cols-1 gap-6 mt-10 list-none md:grid-cols-2 lg:grid-cols-3"
>
<li
class="relative flex flex-col items-start justify-between h-full px-8 py-8 text-left transition-all duration-300 ease-in-out rounded-md shadow-md cursor-pointer bg-gray-50 group hover:-translate-y-2 project-1"
>
<a href="#" target="_blank" rel="noopener noreferrer">
<h5
class="mb-4 text-xl font-semibold md:text-2xl group-hover:text-primary-500"
>
Hayk App
</h5>
<p class="mb-6 text-base md:text-xl">
Platform that provides accessible shared electric cars where people
live and work, to help live a sustainable life.
</p>
<ul
class="flex flex-wrap items-end list-none grow group-hover:text-primary-500"
>
<li class="mr-6 text-sm leading-6 md:text-base">Ionic</li>
<li class="mr-6 text-sm leading-6 md:text-base">Angular</li>
<li class="mr-6 text-sm leading-6 md:text-base">HTML</li>
<li class="text-sm leading-6 md:text-base">SCSS</li>
</ul>
</a>
</li>
<li
class="relative flex flex-col items-start justify-between h-full px-8 py-8 text-left transition-all duration-300 ease-in-out rounded-md shadow-md cursor-pointer bg-gray-50 group hover:-translate-y-2 project-2"
>
<a
href="https://sipradi.com.np"
target="_blank"
rel="noopener noreferrer"
>
<h5
class="mb-4 text-xl font-semibold md:text-2xl group-hover:text-primary-500"
>
SIPRADI
</h5>
<p class="mb-6 text-base md:text-xl">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s.
</p>
<ul
class="flex flex-wrap items-end list-none grow group-hover:text-primary-500"
>
<li class="mr-6 text-sm leading-6 md:text-base">HTML</li>
<li class="mr-6 text-sm leading-6 md:text-base">CSS</li>
<li class="mr-6 text-sm leading-6 md:text-base">PHP</li>
</ul>
</a>
</li>
<li
class="relative flex flex-col items-start justify-between h-full px-8 py-8 text-left transition-all duration-300 ease-in-out rounded-md shadow-md cursor-pointer bg-gray-50 group hover:-translate-y-2 project-2"
>
<a href="#" target="_blank" rel="noopener noreferrer">
<h5
class="mb-4 text-xl font-semibold md:text-2xl group-hover:text-primary-500"
>
Lorem Ipsum is simply dummy text.
</h5>
<p class="mb-6 text-base md:text-xl">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s.
</p>
<ul
class="flex flex-wrap items-end list-none grow group-hover:text-primary-500"
>
<li class="mr-6 text-sm leading-6 md:text-base">HTML</li>
<li class="mr-6 text-sm leading-6 md:text-base">CSS</li>
<li class="mr-6 text-sm leading-6 md:text-base">PHP</li>
</ul>
</a>
</li>
</ul>
</div>
</section> -->
<!-- End Project -->
<!-- Start Toolset -->
<!-- <p class="mb-4 text-lg md:text-xl md:mb-6">Few of my current toolsets:</p>
<ul class="grid grid-cols-2 gap-2 list-none">
<li
class="text-sm md:text-base tracking-wider mb-2 pl-5 relative before:content-['▹'] before:md:text-2xl before:text-primary-400 before:absolute before:left-0 before:md:leading-5"
>
JavaScript
</li>
<li
class="text-sm md:text-base tracking-wider mb-2 pl-5 relative before:content-['▹'] before:md:text-2xl before:text-primary-400 before:absolute before:left-0 before:md:leading-5"
>
TypeScript
</li>
<li
class="text-sm md:text-base tracking-wider mb-2 pl-5 relative before:content-['▹'] before:md:text-2xl before:text-primary-400 before:absolute before:left-0 before:md:leading-5"
>
React
</li>
<li
class="text-sm md:text-base tracking-wider mb-2 pl-5 relative before:content-['▹'] before:md:text-2xl before:text-primary-400 before:absolute before:left-0 before:md:leading-5"
>
React Native
</li>
<li
class="text-sm md:text-base tracking-wider mb-2 pl-5 relative before:content-['▹'] before:md:text-2xl before:text-primary-400 before:absolute before:left-0 before:md:leading-5"
>
Redux
</li>
<li
class="text-sm md:text-base tracking-wider mb-2 pl-5 relative before:content-['▹'] before:md:text-2xl before:text-primary-400 before:absolute before:left-0 before:md:leading-5"
>
Angular
</li>
<li
class="text-sm md:text-base tracking-wider mb-2 pl-5 relative before:content-['▹'] before:md:text-2xl before:text-primary-400 before:absolute before:left-0 before:md:leading-5"
>
Laravel
</li>
<li
class="text-sm md:text-base tracking-wider mb-2 pl-5 relative before:content-['▹'] before:md:text-2xl before:text-primary-400 before:absolute before:left-0 before:md:leading-5"
>
Docker
</li>
</ul> -->
<!-- End Toolset -->
<!-- <body
class="text-base leading-normal bg-body text-default font-body"
x-data="{ isMobileMenuOpen: false }"
@keydown.escape="isMobileMenuOpen = false"
:class="{ 'overflow-hidden lg:overflow-auto': isMobileMenuOpen }"
></body> -->
<!-- Hamburger Menu -->
<!-- <div class="block lg:hidden">
<button
type="button"
@click="isMobileMenuOpen = !isMobileMenuOpen"
class="relative z-20"
:class="{ 'transition transform-180': isMobileMenuOpen }"
>
<svg viewBox="0 0 32 32" height="32" width="32" x-show="isMobileMenuOpen">
<g>
<line
fill="none"
stroke="#f26440"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
x1="7"
x2="25"
y1="7"
y2="25"
/>
<line
fill="none"
stroke="#f26440"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
x1="7"
x2="25"
y1="25"
y2="7"
/>
</g>
</svg>
<svg
height="24"
viewBox="0 0 32 32"
width="24"
class="fill-primary-500"
x-show="!isMobileMenuOpen"
>
<path
d="M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z"
/>
</svg>
</button>
</div> -->
<!-- Mobile Menu -->
<!-- <nav
class="w-full h-[100vh] fixed top-0 right-0 bg-gray-50 hidden"
:class="{ 'flex flex-col items-center': isMobileMenuOpen, 'hidden': !isMobileMenuOpen }"
@click.away="isMobileMenuOpen = false"
x-show.transition="true"
>
<ul
class="flex flex-col items-center justify-center w-[50%] list-none space-y-9 mt-auto mb-auto"
>
<li class="">
<a
href="#about"
class="text-xl no-underline hover:text-primary-400"
@click="isMobileMenuOpen = false"
>About Me</a
>
</li>
<li class="">
<a
href="#job"
class="text-xl no-underline hover:text-primary-400"
@click="isMobileMenuOpen = false"
>Experience</a
>
</li>
<li class="">
<a
href="#project"
class="text-xl no-underline hover:text-primary-400"
@click="isMobileMenuOpen = false"
>Explore Work</a
>
</li>
<li class="">
<a
href="#contact"
class="text-xl no-underline hover:text-primary-400"
@click="isMobileMenuOpen = false"
>Contact</a
>
</li>
<li class="">
<a
href="#"
class="text-xl no-underline hover:text-primary-400"
@click="isMobileMenuOpen = false"
>Resume</a
>
</li>
</ul>
</nav> -->
<!-- DOCKER -->
<!-- <li class="transition-all duration-300 ease-in-out hover:scale-[1.15]">
<svg width="40" height="40" viewBox="0 0 512 512">
<g>
<g>
<g>
<rect height="43.193" style="fill: #099cec" width="47.506" x="229.999" y="147.225" />
<rect height="42.69" style="fill: #099cec" width="47.506" x="229.999" y="199.115" />
<rect height="43.193" style="fill: #099cec" width="47.506" x="173.869" y="147.225" />
<rect height="42.691" style="fill: #099cec" width="47.507" x="286.2" y="199.043" />
<rect height="43.625" style="fill: #099cec" width="47.506" x="229.999" y="94.975" />
<rect height="43.193" style="fill: #099cec" width="47.505" x="117.738" y="147.225" />
<rect height="42.691" style="fill: #099cec" width="47.506" x="173.869" y="199.043" />
<path
d="M476.441,219.095c-10.35-6.972-34.21-9.487-52.537-6.036 c-2.371-17.249-12.003-32.27-29.538-45.782l-10.062-6.685l-6.685,10.062c-13.225,19.98-16.817,52.896-2.658,74.602 c-6.252,3.377-18.545,7.978-34.786,7.689H27.757c-6.252,36.511,4.169,83.945,31.624,116.501 c26.663,31.551,66.623,47.579,118.872,47.579c113.124,0,196.851-52.104,236.021-146.76c15.381,0.288,48.584,0.073,65.618-32.483 c1.078-1.797,4.743-9.488,6.107-12.291L476.441,219.095z"
style="fill: #099cec"
/>
<polygon
points="109.186,199.043 109.113,199.043 61.68,199.043 61.68,241.734 109.186,241.734 "
style="fill: #099cec"
/>
<rect height="42.691" style="fill: #099cec" width="47.505" x="117.738" y="199.043" />
</g>
</g>
</g>
</svg>
</li> -->