Skip to content

Commit f332b89

Browse files
authored
Merge pull request #2 from codersk/v_0_0_2
feat:(new) GitHub Follow button added
2 parents 3c938eb + 14efc4a commit f332b89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<link href="assets/css/font-awesome.min.css" rel="stylesheet" media="screen">
1717
<link href="assets/css/simple-line-icons.css" rel="stylesheet" media="screen">
1818
<link href="assets/css/animate.css" rel="stylesheet">
19+
<script async defer src="https://buttons.github.io/buttons.js"></script>
1920

2021
<!-- Custom styles CSS -->
2122
<link href="assets/css/style.css" rel="stylesheet" media="screen">
@@ -43,6 +44,10 @@
4344
<div class="start">Hello, my name is <b>Sandeep Kumbhar</b> and I am</div>
4445
<h1>Software Engineer</h1>
4546
<div class="start">creating modern, robust, scalable and secure Cloud Application</div>
47+
<div class="start">
48+
<a class="github-button" href="https://github.com/codersk" data-size="large"
49+
aria-label="Follow @codersk on GitHub">Follow @codersk</a>
50+
</div>
4651
</div>
4752

4853
<a href="#services">

0 commit comments

Comments
 (0)