-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
903 lines (814 loc) · 46.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<!--====== Title ======-->
<title>Santhusha Janana's Blog</title>
<!--====== Meta Tags ======-->
<meta name="description" content="Santhusha Janana Mudannayaka's Blog website Home Page">
<meta name="keywords"
content="santhushajanana, Santhusha Janana's Blog, Blog, Blog website, Santhusha, Janana, Mudannayaka, Santhusha Janana Mudannayaka, Santhusha Janana">
<meta name="author" content="Santhusha Janana Mudannayaka">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="6EDnfvnPu1b16NmeIFQ7JhYPdDV3mwJ7eu2xqZQVCJs" />
<meta name="theme-color" content="#074bad">
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-MHKWT9N');</script>
<!-- End Google Tag Manager -->
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png">
<!--====== Adsense Here ======-->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3571034365880153"
crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GF3P5NSH47"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-GF3P5NSH47');
</script>
<!--====== Animate CSS ======-->
<link rel="stylesheet" href="assets/css/animate.css">
<!--====== Magnific Popup CSS ======-->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!--====== Slick CSS ======-->
<link rel="stylesheet" href="assets/css/slick.css">
<!--====== Line Icons CSS ======-->
<link rel="stylesheet" href="assets/css/LineIcons.css">
<!--====== Font Awesome CSS ======-->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!--====== Bootstrap CSS ======-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--====== Default CSS ======-->
<link rel="stylesheet" href="assets/css/default.css">
<!--====== Style CSS ======-->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MHKWT9N" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!--====== PRELOADER PART START ======-->
<div class="preloader">
<div class="loader">
<div class="ytp-spinner">
<div class="ytp-spinner-container">
<div class="ytp-spinner-rotator">
<div class="ytp-spinner-left">
<div class="ytp-spinner-circle"></div>
</div>
<div class="ytp-spinner-right">
<div class="ytp-spinner-circle"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--====== PRELOADER PART ENDS ======-->
<!--====== HEADER PART START ======-->
<header class="header-area">
<div class="navbar-area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html">
<h4 style="color: rgb(0, 229, 255);">Santhusha Janana's Blog</h4>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button>
<div class="collapse navbar-collapse sub-menu-bar" id="navbarSupportedContent">
<ul id="nav" class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="page-scroll" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="https://santhushajanana.medium.com/"
target="_blank">Medium</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="https://santhushajanana.substack.com/"
target="_blank">Substack</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#team">About</a>
</li>
</ul>
</div> <!-- navbar collapse -->
<div class="navbar-btn d-none d-sm-inline-block">
<a class="main-btn" data-scroll-nav="0" href="#footer">Sign Up</a>
</div>
</nav> <!-- navbar -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- navbar area -->
<div id="home" class="header-hero bg_cover" style="background-image: url(assets/images/banner-bg.svg)">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="header-hero-content text-center">
<h3 class="header-sub-title wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="0.2s">
Welcome you all to the</h3>
<h2 class="header-title wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="0.5s">
Blog of Santhusha Janana</h2>
<p class="text wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="0.8s">I write about
Technology, Investing, Business, Productivity and Career Development</p>
<a href="index.html#blogs" class="main-btn wow fadeInUp" data-wow-duration="1.3s"
data-wow-delay="1.1s">Get
Started</a>
</div> <!-- header hero content -->
</div>
</div> <!-- row -->
<div class="row">
<div class="col-lg-12">
<div class="header-hero-image text-center wow fadeIn" data-wow-duration="1.3s"
data-wow-delay="1.4s">
<img src="assets/images/header-one.png" alt="hero">
</div> <!-- header hero image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
<div id="particles-1" class="particles"></div>
</div> <!-- header hero -->
</header>
<!--====== HEADER PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<section id="blogs" class="about-area pt-70">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="about-content mt-50 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="section-title">
<div class="line"></div>
<h3 class="title">A Beginner's Guide to GitKraken</h3>
</div> <!-- section title -->
<p class="text" style="text-align:justify">Most people don’t get around to it because they’re busy,
and because it can
sometimes feel selfish or egotistical to invest time in marketing themselves. Sometimes they
think about what others will think about them or others will think that they are trying to show
off. However, when we neglect personal branding, we don’t just sell ourselves, we also miss a
big opportunity from us.</p>
<a href="https://santhushajanana.cf/a-beginner's-guide-to-gitkraken.html" class="main-btn"
target="_blank">Read now</a>
</div> <!-- about content -->
</div>
<div class="col-lg-6">
<div class="about-image text-center mt-50 wow fadeInRightBig" data-wow-duration="1s"
data-wow-delay="0.5s">
<img src="assets/images/about7.png" style="border-radius: 50px;" alt="about">
</div> <!-- about image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
<div class="about-shape-1">
<img src="assets/images/about-shape-1.svg" alt="shape">
</div>
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<section class="about-area pt-70">
<div class="about-shape-2">
<img src="assets/images/about-shape-2.svg" alt="shape">
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 order-lg-last">
<div class="about-content mt-50 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="section-title">
<div class="line"></div>
<h3 class="title">How to take Coursera paid courses for FREE 😮?</h3>
</div> <!-- section title -->
<p class="text" style="text-align:justify">Coursera is a U.S.-based online course provider founded in 2012 by Stanford
University computer science professors Andrew Ng and Daphne Koller. Coursera works with
universities and other organizations to offer online courses, certifications, and degrees in a
variety of subjects. In 2021 it was estimated that about 150 universities including University
of Michigan, Yale University, University of Califonia, etc. and organizations including Google,
Meta, IBM, etc. offered more than 4,000 courses through Coursera.</p>
<a href="https://santhushajanana.medium.com/how-to-take-coursera-paid-courses-for-free-b5827e923168"
class="main-btn" target="_blank">Read now</a>
</div> <!-- about content -->
</div>
<div class="col-lg-6 order-lg-first">
<div class="about-image text-center mt-50 wow fadeInRightBig" data-wow-duration="1s"
data-wow-delay="0.5s">
<img src="assets/images/about8.png" style="border-radius: 50px;" alt="about">
</div> <!-- about image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<section id="blogs" class="about-area pt-70">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="about-content mt-50 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="section-title">
<div class="line"></div>
<h3 class="title">How to brand yourself on LinkedIn?</h3>
</div> <!-- section title -->
<p class="text" style="text-align:justify">Most people don’t get around to it because they’re busy, and because it can
sometimes feel selfish or egotistical to invest time in marketing themselves. Sometimes they
think about what others will think about them or others will think that they are trying to show
off. However, when we neglect personal branding, we don’t just sell ourselves, we also miss a
big opportunity from us.</p>
<a href="https://santhushajanana.medium.com/how-to-brand-yourself-on-linkedin-564bda3fd6a4"
class="main-btn" target="_blank">Read now</a>
</div> <!-- about content -->
</div>
<div class="col-lg-6">
<div class="about-image text-center mt-50 wow fadeInRightBig" data-wow-duration="1s"
data-wow-delay="0.5s">
<img src="assets/images/about7.png" style="border-radius: 50px;" alt="about">
</div> <!-- about image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
<div class="about-shape-1">
<img src="assets/images/about-shape-1.svg" alt="shape">
</div>
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<section class="about-area pt-70">
<div class="about-shape-2">
<img src="assets/images/about-shape-2.svg" alt="shape">
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 order-lg-last">
<div class="about-content mt-50 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="section-title">
<div class="line"></div>
<h3 class="title">How to grow on LinkedIn?</h3>
</div> <!-- section title -->
<p class="text" style="text-align:justify">LinkedIn allows members (both workers and employers) to create profiles and
connect
with each other in an online social network that may represent real-world professional
relationships. LinkedIn helps job seekers to easily and directly connect with companies and
employers. According to the stats, 77 job applications are submitted every second. There are 58
million companies on LinkedIn. Don’t you think, it’s worth having a LinkedIn profile? </p>
<a href="https://santhushajanana.medium.com/how-to-grow-on-linkedin-a9c5536f8182" class="main-btn"
target="_blank">Read now</a>
</div> <!-- about content -->
</div>
<div class="col-lg-6 order-lg-first">
<div class="about-image text-center mt-50 wow fadeInRightBig" data-wow-duration="1s"
data-wow-delay="0.5s">
<img src="assets/images/about6.png" style="border-radius: 50px;" alt="about">
</div> <!-- about image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<section id="blogs" class="about-area pt-70">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="about-content mt-50 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="section-title">
<div class="line"></div>
<h3 class="title">How to rank in Google?</h3>
</div> <!-- section title -->
<p class="text" style="text-align:justify">Google ranking is the position that your website is listed in Google when a
user
searches for a phrase or keyword. A ranking of 1 means that you are at the top. If you are
number 11, that means that you are on page 2 of Google as most search results have 10
listings per page. </p>
<a href="https://santhushajanana.medium.com/how-to-rank-on-google-b33123b06664" class="main-btn"
target="_blank">Read now</a>
</div> <!-- about content -->
</div>
<div class="col-lg-6">
<div class="about-image text-center mt-50 wow fadeInRightBig" data-wow-duration="1s"
data-wow-delay="0.5s">
<img src="assets/images/about5.png" style="border-radius: 50px;" alt="about">
</div> <!-- about image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
<div class="about-shape-1">
<img src="assets/images/about-shape-1.svg" alt="shape">
</div>
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<section class="about-area pt-70">
<div class="about-shape-2">
<img src="assets/images/about-shape-2.svg" alt="shape">
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 order-lg-last">
<div class="about-content mt-50 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="section-title">
<div class="line"></div>
<h3 class="title">Save $ 30000 using GitHub</h3>
</div> <!-- section title -->
<p class="text" style="text-align:justify">You can have access to resources worth more than $ 30,000 for free being a
student. Believe me, after reading the article you will get the key to material worth $
30,000. Read the article to the end to find out the key and thank me later. Github Student
Developer Pack is a collection or bundle of different tools, software, and
services provided by GitHub and its partners. </p>
<a href="https://santhushajanana.medium.com/save-30-000-using-github-582e3426f9db"
class="main-btn" target="_blank">Read now</a>
</div> <!-- about content -->
</div>
<div class="col-lg-6 order-lg-first">
<div class="about-image text-center mt-50 wow fadeInRightBig" data-wow-duration="1s"
data-wow-delay="0.5s">
<img src="assets/images/about4.png" style="border-radius: 50px;" alt="about">
</div> <!-- about image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<section class="about-area pt-70">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="about-content mt-50 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="section-title">
<div class="line"></div>
<h3 class="title">17 Google products that have been built for Developers</h3>
</div> <!-- section title -->
<p class="text" style="text-align:justify">Google is an American multinational technology company that focuses on
artificial intelligence, search engine, cloud computing, computer software, etc. It has been
referred to as one of the world’s most valuable brands due to its market dominance, data
collection, and technological advantages in the area of artificial intelligence. </p>
<a href="https://santhushajanana.medium.com/17-google-products-that-have-been-built-for-developers-part-1-f6d8352d87"
class="main-btn" target="_blank">Read Part 1 now</a>
<a href="https://santhushajanana.medium.com/17-google-products-that-have-been-built-for-developers-part-2-70919db9aeed"
class="main-btn" target="_blank">Read Part 2 now</a>
</div> <!-- about content -->
</div>
<div class="col-lg-6">
<div class="about-image text-center mt-50 wow fadeInRightBig" data-wow-duration="1s"
data-wow-delay="0.5s">
<img src="assets/images/about3.png" style="border-radius: 50px;" alt="about">
</div> <!-- about image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
<div class="about-shape-1">
<img src="assets/images/about-shape-1.svg" alt="shape">
</div>
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<section class="about-area pt-70">
<div class="about-shape-2">
<img src="assets/images/about-shape-2.svg" alt="shape">
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 order-lg-last">
<div class="about-content mt-50 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="section-title">
<div class="line"></div>
<h3 class="title">How to learn the programming language you like?</h3>
</div> <!-- section title -->
<p class="text" style="text-align:justify">I should say, Actually, Coding is the process of translating and writing
codes
from one language to another. But, Programming is the process of building an executable
program that can be used to carry out proper machine-level outcomes. It’s important to know
the difference between programming and coding.</p>
<a href="https://medium.com/coffee-times/how-to-learn-the-programming-language-you-like-d4c2faac6d5e"
class="main-btn" target="_blank">Read now</a>
</div> <!-- about content -->
</div>
<div class="col-lg-6 order-lg-first">
<div class="about-image text-center mt-50 wow fadeInRightBig" data-wow-duration="1s"
data-wow-delay="0.5s">
<img src="assets/images/about2.jpeg" style="border-radius: 50px;" alt="about">
</div> <!-- about image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<section class="about-area pt-70">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="about-content mt-50 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="section-title">
<div class="line"></div>
<h3 class="title">How to select your first programming language?</h3>
</div> <!-- section title -->
<p class="text" style="text-align:justify">There are around 700 different programming languages in the world, including
esoteric coding languages. So, as a beginner in programming, it may be a little struggling
to select a programming language to study. It made me confused also when selecting a
programming language to learn first. I was asked the same question by many of my friends...
</p>
<a href="https://santhushajanana.medium.com/how-to-select-your-first-programming-language-837034d35d62"
class="main-btn" target="_blank">Read now</a>
</div> <!-- about content -->
</div>
<div class="col-lg-6">
<div class="about-image text-center mt-50 wow fadeInRightBig" data-wow-duration="1s"
data-wow-delay="0.5s">
<img src="assets/images/about1.jpeg" style="border-radius: 50px;" alt="about">
</div> <!-- about image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
<div class="about-shape-1">
<img src="assets/images/about-shape-1.svg" alt="shape">
</div>
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== VIDEO COUNTER PART START ======-->
<section id="facts" class="video-counter pt-70">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="video-content mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<img class="dots" src="assets/images/dots.svg" alt="dots">
<div class="video-wrapper">
<div class="video-image">
<img src="assets/images/video.png" alt="video">
</div>
<!-- <div class="video-icon">
<a href="https://www.youtube.com/watch?v=r44RKWyfcFw" class="video-popup"><i
class="lni-play"></i></a>
</div> -->
</div> <!-- video wrapper -->
</div> <!-- video content -->
</div>
<div class="col-lg-6">
<div class="counter-wrapper mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s">
<div class="counter-content">
<div class="section-title">
<div class="line"></div>
<h3 class="title">Analytics <span> so far</span></h3>
</div> <!-- section title -->
<p class="text">I started to write on Medium on 25th of April 2022. So, I have been writing
on Medium almost for 1.5 months.</p>
</div> <!-- counter content -->
<div class="row no-gutters">
<div class="col-4">
<div
class="single-counter counter-color-1 d-flex align-items-center justify-content-center">
<div class="counter-items text-center">
<span class="count"><span class="counter">525</span></span>
<p class="text">Medium<br> Followers</p>
</div>
</div> <!-- single counter -->
</div>
<div class="col-4">
<div
class="single-counter counter-color-2 d-flex align-items-center justify-content-center">
<div class="counter-items text-center">
<span class="count"><span class="counter">22.05</span>K+</span>
<p class="text">Total<br> Views</p>
</div>
</div> <!-- single counter -->
</div>
<div class="col-4">
<div
class="single-counter counter-color-3 d-flex align-items-center justify-content-center">
<div class="counter-items text-center">
<span class="count"><span class="counter">4000</span>+</span>
<p class="text">Monthly<br> Readings</p>
</div>
</div> <!-- single counter -->
</div>
</div> <!-- row -->
</div> <!-- counter wrapper -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== VIDEO COUNTER PART ENDS ======-->
<!--====== TEAM PART START ======-->
<section id="team" class="team-area pt-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-5">
<div class="section-title text-center pb-30">
<div class="line m-auto"></div>
<h3 class="title">About Me</h3>
</div> <!-- section title -->
</div>
</div> <!-- row -->
<div class="row justify-content-center">
<div class="col-lg-4 col-md-7 col-sm-8">
<div class="single-team text-center mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="team-image">
<img src="assets/images/team-2.png" alt="Team">
<div class="social">
<ul>
<li><a href="https://www.facebook.com/santhushajanana.mudannayaka"
target="_blank"><i class="lni-facebook-filled"></i></a></li>
<li><a href="https://twitter.com/SanthushaJanana" target="_blank"><i
class="lni-twitter-filled"></i></a></li>
<li><a href="https://www.instagram.com/santhusha_janana" target="_blank"><i
class="lni-instagram-filled"></i></a></li>
<li><a href="https://www.linkedin.com/in/santhusha-janana-mudannayaka"
target="_blank"><i class="lni-linkedin-original"></i></a></li>
</ul>
</div>
</div>
<div class="team-content">
<h5 class="holder-name">Santhusha Janana Mudannayaka</h5>
<p class="text">Engineering Undergraduate at University of Moratuwa, Sri Lanka | Tech & Startup Enthusiast | Writer |
Learner</p>
</div>
</div> <!-- single team -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== TEAM PART ENDS ======-->
<!--====== TESTIMONIAL PART START ======-->
<section id="testimonial" class="testimonial-area pt-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-5">
<div class="section-title text-center pb-40">
<div class="line m-auto"></div>
<h3 class="title">Readers sharing<span> their experience</span></h3>
</div> <!-- section title -->
</div>
</div> <!-- row -->
<div class="row testimonial-active wow fadeInUpBig" data-wow-duration="1s" data-wow-delay="0.8s">
<div class="col-lg-4">
<div class="single-testimonial">
<div class="testimonial-review d-flex align-items-center justify-content-between">
<div class="quota">
<i class="lni-quotation"></i>
</div>
<div class="star">
<ul>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
</ul>
</div>
</div>
<div class="testimonial-text">
<p class="text">Kudos to your work. I would like to add something here, for some enterprise
projects python will be a good option ex: automated or web service, for some projects
there will be different options ex: low-latency. Therefore, I would like to say it
depends on the domain of the project. The programing language is only one factor and
there will be many other factors to consider when you work on such a project.</p>
</div>
<div class="testimonial-author d-flex align-items-center">
<div class="author-image">
<img class="shape" src="assets/images/textimonial-shape.svg" alt="shape">
<img class="author" src="assets/images/ravindu.jpg" style="border-radius: 50%;"
alt="author">
</div>
<div class="author-content media-body">
<h6 class="holder-name">Ravindu Taveesha</h6>
<p class="text">Master's Student at Asia Pacific University of Technology and Innovation
</p>
</div>
</div>
</div> <!-- single testimonial -->
</div>
<div class="col-lg-4">
<div class="single-testimonial">
<div class="testimonial-review d-flex align-items-center justify-content-between">
<div class="quota">
<i class="lni-quotation"></i>
</div>
<div class="star">
<ul>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
</ul>
</div>
</div>
<div class="testimonial-text">
<p class="text">Awesome read and wel written. Thank you!</p>
</div>
<div class="testimonial-author d-flex align-items-center">
<div class="author-image">
<img class="shape" src="assets/images/textimonial-shape.svg" alt="shape">
<img class="author" src="assets/images/eldar.jpg" style="border-radius: 50%;"
alt="author">
</div>
<div class="author-content media-body">
<h6 class="holder-name">Eldar Jahijagic</h6>
<p class="text">Top writer in Technology and Science</p>
</div>
</div>
</div> <!-- single testimonial -->
</div>
<div class="col-lg-4">
<div class="single-testimonial">
<div class="testimonial-review d-flex align-items-center justify-content-between">
<div class="quota">
<i class="lni-quotation"></i>
</div>
<div class="star">
<ul>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
</ul>unity_MX7 efmkdflsknf fsksjf csknjsd cskdjc
</div>
</div>
<div class="testimonial-text">
<p class="text">Interesting stuff. Thanks.</p>
</div>
<div class="testimonial-author d-flex align-items-center">
<div class="author-image">
<img class="shape" src="assets/images/textimonial-shape.svg" alt="shape">
<img class="author" src="assets/images/viki.jpg" style="border-radius: 50%;"
alt="author">
</div>
<div class="author-content media-body">
<h6 class="holder-name">Vikash R. Dharmaratne</h6>
<p class="text">Undergraduate at SLIIT</p>
</div>
</div>
</div> <!-- single testimonial -->
</div>
<div class="col-lg-4">
<div class="single-testimonial">
<div class="testimonial-review d-flex align-items-center justify-content-between">
<div class="quota">
<i class="lni-quotation"></i>
</div>
<div class="star">
<ul>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
<li><i class="lni-star-filled"></i></li>
</ul>
</div>
</div>
<div class="testimonial-text">
<p class="text">Thank you very much. Very Informative.</p>
</div>
<div class="testimonial-author d-flex align-items-center">
<div class="author-image">
<img class="shape" src="assets/images/textimonial-shape.svg" alt="shape">
<img class="author" src="assets/images/mario.jpg" style="border-radius: 50%;"
alt="author">
</div>
<div class="author-content media-body">
<h6 class="holder-name">Mario López-Goicoechea</h6>
<p class="text">London-based, Cuban writer.</p>
</div>
</div>
</div> <!-- single testimonial -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== TESTIMONIAL PART ENDS ======-->
<!--====== FOOTER PART START ======-->
<footer id="footer" class="footer-area pt-120">
<div class="container">
<div class="subscribe-area wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="row">
<div class="col-lg-6">
<div class="subscribe-content mt-45">
<h2 class="subscribe-title">Subscribe My Newsletter <span>get weekly blog posts</span></h2>
</div>
</div>
<div class="col-lg-6">
<div class="subscribe-form mt-50">
<iframe src="https://santhushajanana.substack.com/embed" width="100%"
style="border:1px solid #EEE; background:white;" frameborder="0"
scrolling="no"></iframe>
</div>
</div>
</div> <!-- row -->
</div> <!-- subscribe area -->
<div class="footer-widget pb-100">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="footer-about mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<a class="logo" href="index.html">
<h3 style="color: white;">Santhusha Janana's Blog</h3>
</a>
<p class="text">I would like to connect with you all. Thanks for coming here to see my
stuff.</p>
<ul class="social">
<li><a href="https://www.facebook.com/santhushajanana.mudannayaka" target="_blank"><i
class="lni-facebook-filled"></i></a></li>
<li><a href="https://twitter.com/SanthushaJanana" target="_blank"><i
class="lni-twitter-filled"></i></a>
</li>
<li><a href="https://www.instagram.com/santhusha_janana" target="_blank"><i
class="lni-instagram-filled"></i></a></li>
<li><a href="https://www.linkedin.com/in/santhusha-janana-mudannayaka"
target="_blank"><i class="lni-linkedin-original"></i></a></li>
</ul>
</div> <!-- footer about -->
</div>
<div class="col-lg-5 col-md-7 col-sm-7">
<div class="footer-link d-flex mt-50 justify-content-md-between">
<div class="link-wrapper wow fadeIn" data-wow-duration="1s" data-wow-delay="0.4s">
<div class="footer-title">
<h4 class="title">Useful Links</h4>
</div>
<ul class="link">
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms.html">Terms and Conditions</a></li>
<li><a href="https://santhusha-bit.github.io/ProCaller/" target="_blank">My Product - Pro Caller</a></li>
<li><a href="https://rapidapi.com/santhushajanana-DnecWplK34t/api/sjm-amazon-data-absorber"
target="_blank">My Product - Rapid API</a></li>
</ul>
</div> <!-- footer wrapper -->
</div> <!-- footer link -->
</div>
<div class="col-lg-3 col-md-5 col-sm-5">
<div class="footer-contact mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s">
<div class="footer-title">
<h4 class="title">Contact Us</h4>
</div>
<ul class="contact">
<li>88 F /105, Wickramasinghapura, Baththaramulla, Sri lanka</li>
<li>+94 779795680</li>
<li>[email protected]</li>
</ul>
</div> <!-- footer contact -->
</div>
</div> <!-- row -->
</div> <!-- footer widget -->
</div> <!-- container -->
<div id="particles-2"></div>
</footer>
<!--====== FOOTER PART ENDS ======-->
<!--====== BACK TOP TOP PART START ======-->
<a href="#" class="back-to-top"><i class="lni-chevron-up"></i></a>
<!--====== BACK TOP TOP PART ENDS ======-->
<!--====== PART START ======-->
<!--
<section class="">
<div class="container">
<div class="row">
<div class="col-lg-"></div>
</div>
</div>
</section>
-->
<!--====== PART ENDS ======-->
<!--====== Jquery js ======-->
<script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="assets/js/vendor/modernizr-3.7.1.min.js"></script>
<!--====== Bootstrap js ======-->
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!--====== Plugins js ======-->
<script src="assets/js/plugins.js"></script>
<!--====== Slick js ======-->
<script src="assets/js/slick.min.js"></script>
<!--====== Ajax Contact js ======-->
<script src="assets/js/ajax-contact.js"></script>
<!--====== Counter Up js ======-->
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<!--====== Magnific Popup js ======-->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!--====== Scrolling Nav js ======-->
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
<!--====== wow js ======-->
<script src="assets/js/wow.min.js"></script>
<!--====== Particles js ======-->
<script src="assets/js/particles.min.js"></script>
<!--====== Main js ======-->
<script src="assets/js/main.js"></script>
</body>
</html>