-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
888 lines (823 loc) · 44.3 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://subramanyaks.github.io/" />
<meta property="og:title" content="Subramanya K S Website" />
<meta property="og:description" content="Subramanya K S Website" />
<meta property="og:image" content="https://subramanyaks.github.io/images/logo2.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<!-- Again fill content attr with the URL of this portfolio you'll host -->
<meta property="twitter:url" content="https://subramanyaks.github.io/" />
<!-- Recommended to use the same text used within <title> element -->
<meta property="twitter:title" content="Subramanya K S Website" />
<!-- short description that shows up while your portfolio is shared -->
<meta property="twitter:description" content="Subramanya K S Personal Website" />
<!-- Fill content with the URL to the thumbnail image that you'll put in the assets folder -->
<meta property="twitter:image" content="https://subramanyaks.github.io/images/subbu1.png" />
<!--Google Site Verification-->
<meta name="google-site-verification" content="V-_PTXbrTaOz05aKLRMJGBJE_w62SXOJ2OdcZ4TmPb4" />
<!--Custom CSS and JS file included-->
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<link rel="stylesheet" href="./css/project.css">
<link rel="stylesheet" href="./css/education.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
<!--Font Awesome Library-->
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.0/css/fontawesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/fontawesome.min.css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.2.0/css/all.min.css"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<!-- BootStrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<style>
@import url(https://fonts.googleapis.com/earlyaccess/notosanskannada.css);
body {
font-family: "Noto Sans Kannada", sans-serif;
font-size: 19.0px;
line-height: 1.11em;
}
</style>
<!--Various JS Files-->
<!--Typed.js -->
<script src="./js/myweb.js"></script>
<!-- Popper.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous">
</script>
<!--JQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
<!--Anime.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<!--Iconify.js-->
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<!-- Bootstrap CSS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!--Title Card-->
<title>Subramanya K S Website</title>
<link rel="icon" href="./images/logo2.png" type="image/x-icon">
</head>
<body>
<!--========================================Loader Page===================================-->
<div id="loader">
<span></span>
<span></span>
<span></span>
</div>
<!--=======================================End of Loader Page=============================-->
<!--=====================================NavBar Section ==================================-->
<nav class="navbar navbar-expand-md navbar-dark">
<a class="navbar-brand" href="#"><i class="fas fa-laptop-code"></i></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#"><b>HOME</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about"><b>ABOUT</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#education"><b>EDUCATION</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience"><b>EXPERIENCE</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skill"><b>SKILL</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#project"><b>PROJECT</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact"><b>CONTACT</b></a>
</li>
</ul>
</div>
</nav>
<!--=========================================END OF NAVBAR=========================================-->
<!---================================== Main section /Home Section=================================-->
<section class="main py-5" id="main">
<div class="container-fluid py-5">
<div class="row py-5">
<div class="col-lg-6 col-mg-6 py-5 mr-auto ">
<h4 class="main-primary"><small>Hi <span class="wave">👋</span>, I am </small><br>
<span class="name">SUBRAMANYA</span>
</h4>
<h5 class="pt-3 "><
<span class="typed"></span>> </h5><br>
<script>
var typed = new Typed('.typed', {
strings: ['OPEN SOURCE CONTRIBUTOR', 'LEARNER', 'PROGRAMMER', 'DEVELOPER', 'WEB DEVELOPER', 'SIMPLE CODER'],
typeSpeed: 40,
backSpeed: 40,
loop: true,
});
</script>
</div>
<div class="col-lg-6 col-mg-6 py-5 mx-auto d-flex justify-content-center align-items-center">
<div class="card edit">
<div class="card-header">
<ul class="nav nav-tabs card-header-tabs" id="bologna-list" role="tablist">
<li class="nav-item">
<a class="nav-link active" href="#description" role="tab" aria-controls="description" aria-selected="true"><b>Java</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#history" role="tab" aria-controls="history" aria-selected="false"><b>python</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#deals" role="tab" aria-controls="deals" aria-selected="false"><b>Javascript</b></a>
</li>
</ul>
</div>
<div class="card-body">
<div class="tab-content mt-3">
<div class="tab-pane active" id="description" role="tabpanel">
<p style="text-align: left;" class="card-text"><code><span class="cn">class</span> <span style="color: rgb(104, 206, 236);">Me</span><br>
{<br>
<span class="vn">String</span> name;<br>
<span class="vn">int</span> age;<br>
<span class="vn">String</span> nationality;<br>
<span class="fn">Me</span>()<br>
{<br>
<span class="cn">this</span>.name=<span class="val">"Subramanya"</span>;<br>
<span class="cn">this</span>.age=<span class="val">22</span>;<br>
<span class="cn">this</span>.nationality=<span class="val">"Indian"</span>;<br>
}<br>
void <span class="fn">Hi</span> ()<br>
{<br>
System.out.println(<span class="val"> "Welcome to my website"</span>);
<br> }<br>
<span class="cn">public static void</span> <span class="fn"> main</span> (<span class="vn"> String[]</span> args) <br>
{ <br>
<span class="fn">Me </span> me= <span class="cn"> new </span><span style="color: rgb(104, 206, 236);">Me </span>();<br>
me.Hi();<br>
}<br>
} </code></p>
</div>
<div class="tab-pane" id="history" role="tabpanel" aria-labelledby="history-tab">
<p style="text-align: left;" class="card-text"><code><span class="cn">class</span> <span class="fn">Me</span>:<br>
<br> <span class="cn">def</span> <span class="fn"> __init__</span>(self):<br>
self.name = <span class="val"> "Subramanya"</span> <br>
self.age = <span class="val""> 22</span><br>
self.nationality =<span class="val"> "Indian"</span><br>
<span class="cn">def</span> <span class="fn"> say_hi</span>(self):<br>
print(<span class="val"> "Welcome to my website"</span>)<br><br>
me = <span class="fn"> Me</span>()<br>
me.<span class="fn">say_hi</span>()<br>
</code></p>
<!-- <a href="#" class="card-link text-danger">Read more</a> -->
</div>
<div class="tab-pane" id="deals" role="tabpanel" aria-labelledby="deals-tab">
<p style="text-align: left;" class="card-text"><code>
<span style="color: rgb(33, 18, 240);">class</span> <span style="color: rgb(104, 206, 236);">Me</span><br>
{<br>
<span style="color: rgb(104, 206, 236);">constructor</span>()<br>
{<br>
<span style="color: rgba(33, 18, 240, 0.972);">this</span>.name=<span style="color: rgba(248, 124, 7, 0.692);">"Subramanya"</span>;<br>
<span style="color: rgb(33, 18, 240);">this</span>.age=<span style="color: rgba(248, 124, 7, 0.692);">22</span>;<br>
<span style="color: rgb(33, 18, 240);">this</span>.nationality=<span style="color: rgba(248, 124, 7, 0.692);">"Indian"</span>;<br>
}<br>
<span class="fn">Hi</span>() <br>
{<br>
console.log(<span class="val">"Welcome to my website"</span>)<br>
}<br>
} <br>
<span class="vn">let</span> me = <span class="cn"> new</span><span class="fn">Me</span>()<br>
me.<span class="fn">Hi</span>()<br></code></p>
<!-- <a href="#" class="btn btn-danger btn-sm">Get Deals</a> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================================================END OF MAIN SECCTION===========================================-->
<!--=================================================About Section=================================================-->
<section class="about py-5" id="about">
<div class="container reveal py-5">
<div class="row ">
<div class="col-lg-5 col-md-6">
<img src="./images/subbu1.png" class="img-fluid" alt="">
</div>
<div class="col-md-7 my-3">
<h2 style="font-family: cursive;"> About Me.</h2>
<p style="font-family: cursive;"> Learner|Programmer|Developer</p>
<p class="py-5"> I am <span class="font-weight-bold span-name">Subramanya K S</span>.
I'm passionate about Web Development and Android App Development.
I have completed several projects regarding the same and thus am aware of the real world
practical constraints that is usually encountered while solving problems.
I also actively interact with the open source community, contributing to it and also trying out
new stuff.
I'm constantly open to new ideas and always look to reach out to others, share and discuss ideas
with them, thereby learn and also help others grow too.</p>
<!-- <div class="resume-details">
<a data-toggle="tooltip" title="Download resume" href="https://drive.google.com/file/d/15V_I5zW-iQ8eYWvtQEmi6sZ-6DgWGvya/view?usp=sharin"
target="_blank"><i class="fa fa-download"></i>Download</a>
</div> -->
<div class="resume-button ">
<button id="openLinkButton" class="external-link-button"> <span class="buttonText">Download</span>
<i class="fa fa-download"></i></button>
</div>
</div>
</div>
</div>
</section>
<!--======================================================END OF ABOUT SECTION=============================================-->
<!--========================================================EDUCATION SECTION==============================================-->
<section class="education py-5" id="education">
<div class="reveal">
<h2 class="text-center mb-5" style="font-family: cursive;"> Education Details.</h2>
<div class="timeline">
<div class="container-e left-container">
<!-- <div class="timeline-bullet"></div> -->
<img src="./images/jnncelogo-mini.jpg" alt=""/>
<div class="text-box card">
<h3 class="card-title">J N N College of Engineering, Shivamogga</h3>
<p class="card-subtitle">Affiliated to Vishvesvaraya Technological University,Belgavi</p>
<br>
<p class="card-text">Bachelor of Engineering</p>
<p class="card-text">Information Science and Engineering</p>
<p class="card-text"><small class="text-muted">2018-2022</small></p>
<span class="left-container-arrow"></span>
</div>
</div>
<div class="container-e right-container">
<!-- <div class="timeline-bullet"></div> -->
<img src="./images/vikasalogo-mini.jpg" alt="vikasa"/>
<div class="text-box card">
<h3 class="card-title">Vikasa P U College, Shivamogga</h3>
<p class="card-subtitle">Department of Pre University Education, Karnataka</p>
<br>
<p class="card-text">PUC /12th</p>
<p class="card-text"><small class="text-muted">2018</small></p>
<span class="right-container-arrow"></span>
</div>
</div>
<div class="container-e left-container">
<!-- <div class="timeline-bullet "></div> -->
<img src="./images/srvk-mini.jpg" alt="srvk"/>
<div class="text-box card">
<h3 class="card-title">Sri Ramakrishna Vidyanikethana, Shivamogga</h3>
<p class="card-subtitle">Karnataka Secondary Education Examination Board</p>
<br>
<p class="card-text">SSLC/10th.</p>
<p class="card-text"><small class="text-muted">2016</small></p>
<span class="left-container-arrow"></span>
</div>
</div>
</div>
</div>
</section>
<!--=====================================================END OF EDUCATION SECTION======================================-->
<!--==============================================================Experience===========================================-->
<section class="experience py-5" id="experience">
<div class="container reveal ">
<h2 class="text-center" style="font-family: cursive;"> Experience.</h2>
<br><br><br>
<div class="row ">
<div class="col mb-4 d-flex justify-content-center align-items-center">
<div class="card main-primary">
<img src="./images/ekatvaI.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Web Development Intern.</h5>
<h6 class="card-subtitle mb-2"><a style="text-decoration: none;" href="https://www.ekathvainnovations.com/" target="_blank">Ekathva
Innovations Pvt. Ltd.</a></h6>
<p class="card-text">Done a Project titled "Django Based REST API development for Ayucare Management".One
month online industry level internship helped me to gain knowledge about resent
technology, ideologies and aesthetics of the company.Learnt about Django and REST API
</p>
<div class="social-buttons mt-5"><a
href="https://github.com/SubramanyaKS/AyuCareManagement" target="_blank"> <button data-toggle="tooltip" title="Internship project link"
class="neo-button"><i class="fab fa-github"></i> </button></a></div>
</div>
</div>
</div>
<div class="col mb-4 d-flex justify-content-center align-items-center">
<div class="card main-primary">
<img src="./images/Thesparks.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Web Development and Design Intern.</h5>
<h6 class="card-subtitle mb-2"><a style="text-decoration: none;" href="https://www.thesparksfoundationsingapore.org/" target="_blank">The
Sparks Foundation.</a></h6>
<p class="card-text">My First Internship helped me to gain some knowledge on web development. Worked on the
project title 'Basic Banking System' which is demonstrate the basic banking operation.
</p>
<div class="social-buttons mt-5"><a
href="https://github.com/SubramanyaKS/Task1-BasicBankingSystem" target="_blank"> <button data-toggle="tooltip" title="Internship project link"
class="neo-button"><i class="fab fa-github"></i> </button></a></div>
</div>
</div>
</div>
</div>
</section>
<!--=============================================END OF EXPERIENCE SECTION==============================================-->
<!--=============================================Skills===========================================================-->
<section class="skill py-5 reveal" id="skill">
<h2 style="text-align: center; font-family: cursive;"><b>Skills</b></h2>
<div class="container-fluid py-5">
<p style="text-align: center;color:white"><b>Theses are the skills I am currently learning and usually used in my
projects .</b></p>
<br>
<div class="row row-eq-height">
<div class="col mb-4 d-flex justify-content-center align-items-center ">
<div class="card reveal">
<div class="card-body">
<h5 class="card-title" style="text-align: center;"><b>Programming Language</b></h5>
<br>
<img src="https://img.icons8.com/color/48/000000/c-programming.png" alt="C" />
<img src="https://img.icons8.com/color/48/000000/java-coffee-cup-logo--v1.png" alt="Java"/>
<img src="https://img.icons8.com/color/48/000000/python--v1.png" alt="Python" />
</div>
</div>
</div>
<div class="col mb-4 d-flex justify-content-center align-items-center">
<div class="card reveal">
<div class="card-body">
<h5 class="card-title" style="text-align: center;"><b>Databases</b></h5>
<br>
<img src="https://img.icons8.com/color/60/000000/mysql-logo.png" alt="MySQL" />
<img src="https://img.icons8.com/color/48/000000/mongodb.png" alt="MongoDB" />
</div>
</div>
</div>
<div class="col mb-4 d-flex justify-content-center align-items-center">
<div class="card reveal">
<div class="card-body">
<h5 class="card-title" style="text-align: center;"><b>Web Technology</b></h5>
<br>
<img src="https://img.icons8.com/color/48/000000/css3.png" alt="CSS"/>
<img src="https://img.icons8.com/color/48/000000/javascript--v1.png" alt="Javascript" />
<img src="https://img.icons8.com/color/48/000000/html-5--v1.png" alt="HTML" />
<img src="https://img.icons8.com/ultraviolet/48/000000/react--v1.png" alt="React" />
</div>
</div>
</div>
<div class="col mb-4 d-flex justify-content-center align-items-center">
<div class="card reveal">
<div class="card-body">
<h5 class="card-title" style="text-align: center;"><b>FrameWorks</b></h5>
<br>
<img src="https://img.icons8.com/color/48/000000/django.png" alt="Django" />
<img src="https://img.icons8.com/color/48/000000/flask.png" alt="Flask" />
<img src="https://img.icons8.com/color/48/000000/bootstrap.png" alt="Bootstrap" />
<img src="https://img.icons8.com/color/48/000000/nodejs.png" alt="Node JS" />
</div>
</div>
</div>
<div class="col mb-4 d-flex justify-content-center align-items-center">
<div class="card reveal">
<div class="card-body">
<h5 class="card-title" style="text-align: center;"><b>IDE</b></h5>
<br>
<img src="https://img.icons8.com/color/48/000000/visual-studio-code-2019.png" alt="vscode" />
<img src="https://img.icons8.com/ios-filled/50/null/java-eclipse.png" alt="Eclipse" />
</div>
</div>
</div>
<div class="col mb-4 d-flex justify-content-center align-items-center">
<div class="card reveal">
<div class="card-body">
<h5 class="card-title" style="text-align: center;"><b>Other Tools</b></h5>
<br>
<img src="https://img.icons8.com/color/48/000000/git.png" alt="Git" />
<img src="https://img.icons8.com/color/48/000000/android-os.png" alt="Android" />
<img src="https://img.icons8.com/fluency/48/000000/jupyter.png" alt="Jupyter" />
<img src="https://img.icons8.com/external-tal-revivo-color-tal-revivo/48/null/external-postman-is-the-only-complete-api-development-environment-logo-color-tal-revivo.png" alt="postman"/>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=======================================================END OF SKILLS SECTION=========================================-->
<!--=======================================================Project Section===============================================-->
<section class="project py-5 reveal" id="project">
<h2 class="text-center" style="font-family: cursive;"> My Project.</h2></br>
<p style="color:white"> If you like projects don't forget to <i class="fa fa-2x fa-code-fork" style="padding: 0%;"></i> the repository and don't forget to <i class="fa-2x fa fa-star" style="margin:0;padding: 0%;margin: 0;"></i> the repository in github.</p>
<div class="container mt-5">
<div class="row">
<div class="col-md-12">
<!-- Place carousel slide buttons outside the carousel -->
<div class="carousel-controls">
<a class="carousel-control-prev" href="#projectCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#projectCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div id="projectCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-md-4">
<div class="project-card">
<img src="./images/weather.jpg" alt="Project Image" class="card-img-top">
<div class="card-body">
<div class="github-icons">
<i class="icon fas fa-code-branch medium-icon"></i>
<i class="icon far fa-star medium-icon"></i>
</div>
<h5 class="card-title mt-5">Weather Application.</h5>
<h6 class="card-subtitle mb-3">API Based Web Application.</h6>
<p class="card-description">React based web application which fetch the weather details of various city across the globe using
openweathermap API</p>
<div class="card-icons mb-2">
<i class="medium-icon fab fa-react p-2"></i>
<i class="medium-icon fab fa-html5 fa-lg p-2"></i>
<i class="medium-icon fab fa-js p-2"></i>
<i class="medium-icon fab fa-css3-alt p-2"></i>
</div>
<a href="https://github.com/SubramanyaKS/Weather-app/" class="rounded-icon-button" target="_blank">
<i class=" fab fa-github" style="font-size: 24px;"></i>
</a>
<a href="https://subramanyaks.github.io/Weather-app" class="rounded-icon-button" target="_blank">
<i class="fas fa-external-link-alt" style="font-size: 24px;"></i>
</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="project-card">
<img src="./images/news.jpg" alt="Project Image" class="card-img-top">
<div class="card-body">
<div class="github-icons">
<i class="icon fas fa-code-branch medium-icon"></i>
<i class="icon far fa-star medium-icon"></i>
</div>
<h5 class="card-title mt-5">React News App</h5>
<h6 class="card-subtitle mb-3">API Based Web Application.</h6>
<p class="card-description">React JS-based online news web app that utilizes the NewsAPI.org API. It allows users to access and read news articles from a wide range of sources.</p>
<div class="card-icons mb-2">
<i class="medium-icon fab fa-react p-2"></i>
<i class="medium-icon fab fa-html5 fa-lg p-2"></i>
<i class="medium-icon fab fa-js p-2"></i>
<i class="medium-icon fab fa-css3-alt p-2"></i>
</div>
<a href="https://github.com/SubramanyaKS/React-News-App/" class="rounded-icon-button" target="_blank">
<i class="fab fa-github" style="font-size: 24px;"></i>
</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="project-card">
<img src="./images/portfolio.jpg" alt="Project Image" class="card-img-top">
<div class="card-body">
<div class="github-icons">
<i class="icon fas fa-code-branch medium-icon"></i>
<i class="icon far fa-star medium-icon"></i>
</div>
<h5 class="card-title mt-5">My React Portfolio.</h5>
<h6 class="card-subtitle mb-3 ">React based portfolio website.</h6>
<p class="card-description">My portfolio website version 2 using react js with beautiful ui with support
of particle.js. Deployed in netlify app.</p>
<div class="card-icons mb-2">
<i class="medium-icon fab fa-react p-2"></i>
<i class="medium-icon fab fa-html5 fa-lg p-2"></i>
<i class="medium-icon fab fa-js p-2"></i>
<i class="medium-icon fab fa-css3-alt p-2"></i>
</div>
<a href="https://github.com/SubramanyaKS/MYReactApp" class="rounded-icon-button" target="_blank">
<i class="fab fa-github" style="font-size: 24px;"></i>
</a>
<a href="https://subramanyaks.netlify.app/" class="rounded-icon-button" target="_blank">
<i class="fas fa-external-link-alt" style="font-size: 24px;"></i>
</a>
</div>
</div>
</div>
<!-- Add two more project cards here -->
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-4">
<div class="project-card">
<img src="./images/e-commerce.jpg" alt="Project Image" class="card-img-top">
<div class="card-body">
<div class="github-icons mb-1">
<i class="icon fas fa-code-branch medium-icon"></i>
<i class="icon far fa-star medium-icon"></i>
</div>
<h5 class="card-title mt-5">NamKart.</h5>
<h6 class="card-subtitle mb-3 ">React E-commerce website.</h6>
<p class="card-description">React shopping app a modern and responsive shopping app built with React.js, Bootstrap for styling, and powered by the FakeStoreAPI.</p>
<div class="card-icons mb-2">
<i class="medium-icon fab fa-react p-2"></i>
<i class="medium-icon fab fa-html5 fa-lg p-2"></i>
<i class="medium-icon fab fa-js p-2"></i>
<i class="medium-icon fab fa-css3-alt p-2"></i>
</div>
<a href="https://github.com/SubramanyaKS/shopping-app" class="rounded-icon-button" target="_blank">
<i class="fab fa-github" style="font-size: 24px;"></i>
</a>
<a href="https://namkart-ecommerce.netlify.app/" class="rounded-icon-button" target="_blank">
<i class="fas fa-external-link-alt" style="font-size: 24px;"></i>
</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="project-card">
<img src="./images/quote.jpg" alt="Project Image" class="card-img-top">
<div class="card-body">
<div class="github-icons">
<i class="icon fas fa-code-branch medium-icon"></i>
<i class="icon far fa-star medium-icon"></i>
</div>
<h5 class="card-title mt-5">Random Quote Generator.</h5>
<h6 class="card-subtitle mb-3 ">Html javascript based web app.</h6>
<p class="card-description">A simple web application which display the quote with both text and speech using random quote api.</p>
<div class="card-icons mb-2">
<i class="medium-icon fab fa-html5 fa-lg p-2"></i>
<i class="medium-icon fab fa-js p-2"></i>
<i class="medium-icon fab fa-css3-alt p-2"></i>
</div>
<a href="https://github.com/SubramanyaKS/RandomQuoteGenerator/" class="rounded-icon-button" target="_blank">
<i class="fab fa-github" style="font-size: 24px;"></i>
</a>
<a href="https://subramanyaks.github.io/RandomQuoteGenerator" class="rounded-icon-button" target="_blank">
<i class="fas fa-external-link-alt" style="font-size: 24px;"></i>
</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="project-card">
<img src="./images/media.jpg" alt="Project Image" class="card-img-top">
<div class="card-body">
<div class="github-icons">
<i class="icon fas fa-code-branch medium-icon"></i>
<i class="icon far fa-star medium-icon"></i>
</div>
<h5 class="card-title mt-5">Media Player Application.</h5>
<h6 class="card-subtitle mb-3">Android application.</h6>
<p class="card-description">Application which play the audio and video and able to move forward and backword of media using button.</p>
<div class="card-icons mb-2">
<i class="medium-icon fab fa-java p-2"></i>
<i class='medium-icon bx bxl-android' ></i>
</div>
<a href="https://github.com/SubramanyaKS/MediaPlayer-Android-Application/" class="rounded-icon-button" target="_blank">
<i class="fab fa-github" style="font-size: 24px;"></i>
</a>
</div>
</div>
</div>
<!-- Add two more project cards here -->
</div>
</div>
<!-- Add more carousel items with three project cards each -->
<div class="carousel-item">
<div class="row">
<div class="col-md-4">
<div class="project-card">
<img src="./images/bus.jpg" alt="Project Image" class="card-img-top">
<div class="card-body">
<div class="github-icons">
<i class="icon fas fa-code-branch medium-icon"></i>
<i class="icon far fa-star medium-icon"></i>
</div>
<h5 class="card-title mt-5">Bus Reservation System</h5>
<h6 class="card-subtitle mb-3 ">A Dbms mini-project</h6>
<p class="card-description">This Project passenger can reserve the bus seat,check the seat availability,view the seat arrangement and do
the payment after reservation.</p>
<div class="card-icons mb-2">
<i class="medium-icon fab fa-java p-2"></i>
</div>
<a href="https://github.com/SubramanyaKS/busreservation" class="rounded-icon-button" target="_blank">
<i class="fab fa-github" style="font-size: 24px;"></i>
</a>
<a href="https://github.com/SubramanyaKS/busreservation/blob/main/BusReservation.jar" class="rounded-icon-button" target="_blank">
<i class="fas fa-download" style="font-size: 24px;"></i>
</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="project-card">
<img src="./images/energy.jpg" alt="Project Image" class="card-img-top">
<div class="card-body">
<div class="github-icons">
<i class="icon fas fa-code-branch medium-icon"></i>
<i class="icon far fa-star medium-icon"></i>
</div>
<h5 class="card-title mt-5">Electricity monitoring System.</h5>
<h6 class="card-subtitle mb-3 ">IoT and Web based project.</h6>
<p class="card-description">Project based on IoT and web based electric energy monitoring system. Used Nodemcu and flask</p>
<div class="card-icons mb-2">
<i class='medium-icon bx bxl-flask'></i>
<i class="medium-icon fab fa-html5 fa-lg p-2"></i>
<i class="medium-icon fab fa-js p-2"></i>
<i class="medium-icon fab fa-css3-alt p-2"></i>
</div>
<a href="https://github.com/SubramanyaKS/Final-year-project/" class="rounded-icon-button" target="_blank">
<i class="fab fa-github" style="font-size: 24px;"></i>
</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="project-card">
<img src="./images/cal.jpg" alt="Project Image" class="card-img-top">
<div class="card-body">
<div class="github-icons">
<i class="icon fas fa-code-branch medium-icon"></i>
<i class="icon far fa-star medium-icon"></i>
</div>
<h5 class="card-title mt-5">VTU SGPA CGPA Calculator.</h5>
<h6 class="card-subtitle mb-3 ">Java jar application.</h6>
<p class="card-description">Created an app which calculates the CGPA and SGPA of VTU students of old schemes.Created both java jar application and android app</p>
<div class="card-icons mb-2">
<i class="medium-icon fab fa-java p-2"></i>
<i class='medium-icon bx bxl-android' ></i>
</div>
<a href="https://github.com/SubramanyaKS//VTU-CGPA_SGPA-Calculator/" class="rounded-icon-button" target="_blank">
<i class="fab fa-github" style="font-size: 24px;"></i>
</a>
<a href="https://github.com/SubramanyaKS/VTU-CGPA_SGPA-Calculator/blob/main/Vtu_SGPACGPA_Calculator_1.0.apk" class="rounded-icon-button" target="_blank">
<i class="fas fa-external-link-alt" style="font-size: 24px;"></i>
</a>
<a href="https://github.com/SubramanyaKS/VTU-CGPA_SGPA-Calculator/blob/main/VTU_SGPA_CGPA.jar" class="rounded-icon-button" target="_blank">
<i class="fas fa-download" style="font-size: 24px;"></i>
</a>
</div>
</div>
</div>
<br/>
<!-- Add two more project cards here -->
</div>
</div>
</div>
</div>
</div>
<br/>
</div>
<div class="button-container">
<a href="https://github.com/SubramanyaKS?tab=repositories" target="_blank" class="project-button">View more <i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</section>
<!--=====================================END OF PROJECT SECTION=======================================================-->
<!-- Project Details -->
<section class="py-5">
<h3 class="text-center mt-2">Packages</h3>
<div class="container">
<div class="row">
<div class="col">
<div class="package-card">
<!-- <h5 class="card-header">Featured</h5> -->
<div class="card-body">
<h5 class="card-title text-center mb-3">Reactjs Toggle Switch</h5>
<p class="text-white">reactjs-toggleswitch is a toggle switch component implemented using react js and TypeScript.
It is customizable switch component for React applications.</p>
<div class="d-flex justify-content-between align-content-between">
<a href="https://www.npmjs.com/package/reactjs-toggleswitch" target="_blank" class="rounded-icon-button"><i class="fa-brands fa-npm"></i></a>
<a href="https://github.com/SubramanyaKS/reactjs-toggleswitch" target="_blank" class="rounded-icon-button"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col">
<div class="package-card">
<!-- <h5 class="card-header">Featured</h5> -->
<div class="card-body">
<h5 class="card-title text-center mb-3">Reactjs Accordion ui</h5>
<p class="text-white">reactjs-accordion-ui is a customizable and lightweight ReactJS accordion component
that allows you to easily create collapsible sections of content.</p>
<div class="d-flex justify-content-between align-content-between">
<a href="https://www.npmjs.com/package/reactjs-accordion-ui" target="_blank" class="rounded-icon-button"><i class="fa-brands fa-npm"></i></a>
<a href="https://github.com/SubramanyaKS/reactjs-accordion-ui" target="_blank" class="rounded-icon-button"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END Test -->
<!--==============================================CONTACT SECTION=======================================-->
<section class="contact py-5" id="contact">
<div class="container-fluid reveal">
<h1 class="text-center" style="font-family: cursive;"> Contact me.</h1>
<div class="row"><br>
<p style="text-align:center;color:white"><b> you can connect me through any of my below social profile.</b></p>
<div class="contact-form col-md-6">
<div>
<!--<i class="fa fa-envelope" aria-hidden="true"></i>
<i class ="text">subramanyaks2205@gmail.com</i><br>-->
<i class="fa fa-map-marker" aria-hidden="true"></i>
<i class="text">Shivamogga,Karnataka,India</i><br>
</div>
</div>
<div class="container-c">
<div class="inside-box">
<a href="https://www.freecounterstat.com" title="html hit counter code"><img
src="https://counter1.stat.ovh/private/freecounterstat.php?c=eejyl6w9aejyy3q3em38bw6lse7a6ha8"
border="0" title="html hit counter code" alt="html hit counter code"></a>
</div>
<div class="inside-box" style="text-align: center;">
<!--<a href="https://leetcode.com/Subramanya_KS/" target="_blank"><span class="iconify" data-icon="simple-icons:leetcode" data-inline="false"></span></a>-->
<a href="https://www.linkedin.com/in/subramanya-k-s-b74a92204/" target="_blank" class=" icon-box fab fa-linkedin"
style="font-size:30px; margin-right: 1%;"></a>
<a href="https://github.com/SubramanyaKS" target="_blank" class="icon-box fab fa-github" style="font-size:30px;margin-right: 1%;"></a>
<a href="https://www.hackerrank.com/subramanyaks2205" target="_blank" class="icon-box fab fa-hackerrank"
style="font-size:30px; margin-right: 1%;"></a>
<a href="https://www.youtube.com/channel/UCg28-MrcK-8CCFos7FWp0Dg/" target="_blank" ><i class="icon-box fab fa-youtube"
style="color:red; margin-right: 1%;"></i></a>
<a href="https://twitter.com/subbukshebbar" target="_blank"><i class="icon-box fab fa-x-twitter"
style="color:rgb(106, 142, 241); margin-right: 1%;"></i></a>
<a href="https://www.facebook.com/profile.php?id=100070944345090" target="_blank"><i class="icon-box fab fa-facebook-f"
style="color:rgb(23, 23, 243); margin-right: 1%;"></i></a>
<!--<a href="https://leetcode.com/Subramanya_KS/" target="_blank"><span class="iconify" data-icon="simple-icons:leetcode"></span></a>
<a href="https://www.hackerearth.com/@subramanya43" target="_blank"><span class="iconify" data-icon="simple-icons:hackerearth" data-inline="false"></span></a>-->
<a href="mailto:subramanyaks2205@gmail.com" target="_blank" ><i class="icon-box fab fa-google" style="color:red"></i></a>
</div>
<div class="inside-box" style="text-align: right;">
<!-- <i class="fa fa-angle-up bounce"></i><br> -->
<a href="#"><i class="fa fa-arrow-circle-up bounce" style="color:rgb(239, 239, 243);"></i></a>
</div>
</div>
</div>
</div>
</section>
<!--=====================================END OF CONTACT SECTION====================================================================-->
<!--========================================FOOTER SECTION==========================================================================-->
<footer class="footer">
<p class="text-center"><b>©2023. Designed with <i class="fas fa-heart beat" style="color: red;"></i> by
Subramanya K S.</b></p>
</footer>
<!--====================================END OF FOOTER SECTION=======================================================================-->
<!--===============================SCRIPT FOR LOADER========================================================-->
<script>
var loader = document.getElementById("loader");
window.addEventListener("load", function () {
setTimeout(function () {
loader.style.display = "none";
}, 3000);
})
</script>
<script>
document.getElementById("openLinkButton").addEventListener("click", function() {
window.open("https://drive.google.com/file/d/15V_I5zW-iQ8eYWvtQEmi6sZ-6DgWGvya/view?usp=sharing", "_blank"); // Opens the link in a new tab
});
</script>
<script type="text/javascript">
window.addEventListener('scroll', reveal);
function reveal() {
var reveals = document.querySelectorAll('.reveal');
for (var i = 0; i < reveals.length; i++) {
var windowheight = window.innerHeight;
var revealtop = reveals[i].getBoundingClientRect().top;
var revealpoint = 150;
if (revealtop < windowheight - revealpoint) {
reveals[i].classList.add('active');
} else {
reveals[i].classList.remove('active');
}
}
}
$('#bologna-list a').on('click', function (e) {
e.preventDefault()
$(this).tab('show')
})
</script>
</body>
</html>