Skip to content

Commit

Permalink
added linkedin follow button
Browse files Browse the repository at this point in the history
  • Loading branch information
HEM2058 committed Mar 10, 2024
1 parent 3ae6ea5 commit 5199712
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
17 changes: 17 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2918,3 +2918,20 @@ Readmore option */
}

/* Rest of the CSS code */


.libutton {
display: flex;
flex-direction: column;
justify-content: center;
padding: 7px;
text-align: center;
outline: none;
text-decoration: none !important;
color: #ffffff !important;
width: 200px;
height: 32px;
border-radius: 16px;
background-color: #0A66C2;
font-family: "SF Pro Text", Helvetica, sans-serif;
}
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,12 @@ <h1 class="mb-15">Discover my Amazing <br>Projects!</h1>
data-rotate='[ "GeoDjango Farmcalendar Web GIS Application", "Tourismo webApp.","Farmero webApp.","Flood Early warning webApp.", "Doctor Finder webApp.", "Geoinformation Visualization webApp." ]'></span>&lt;/<i>code</i>&gt;</div>
<div class="art-buttons-frame">
<!-- button -->
<a href="https://www.youtube.com/channel/UCpfv6PYtXehHCO3soEXYLiQ" class="art-btn art-btn-md"><span>Youtube</span></a>

<a class="libutton" href="https://www.linkedin.com/comm/mynetwork/discovery-see-all?usecase=PEOPLE_FOLLOWS&followMember=hem-raj-pandey-8b3a51197" target="_blank">Follow on LinkedIn</a>
<!-- button -->
<!-- <a href="#." class="art-link art-white-link art-w-chevron">Hire</a> -->

<a href="#" class="art-link art-color-link art-w-chevron" onclick="openPopup()">Hire</a>
<!-- <a href="#" class="art-link art-color-link art-w-chevron" onclick="openPopup()">Hire</a> -->


</div>
Expand Down Expand Up @@ -417,7 +418,7 @@ <h6>Years Experience</h6>
<!-- counter -->
<div class="art-counter-box">
<!-- counter number -->
<span class="art-counter">10</span>
<span class="art-counter">15</span>
</div>
<!-- counter end -->
<!-- title -->
Expand All @@ -436,7 +437,7 @@ <h6>Completed Projects</h6>
<!-- counter -->
<div class="art-counter-box">
<!-- counter number -->
<span class="art-counter">1</span>
<span class="art-counter">2</span>
</div>
<!-- counter end -->
<!-- title -->
Expand All @@ -455,11 +456,11 @@ <h6>Ongoing project</h6>
<!-- counter -->
<div class="art-counter-box">
<!-- counter number -->
<span class="art-counter">3</span>
<span class="art-counter">4<span>
</div>
<!-- counter end -->
<!-- title -->
<h6>Client Satisfaction</h6>
<h6>Clients Served</h6>
</div>
<!-- couner frame end -->

Expand Down

0 comments on commit 5199712

Please sign in to comment.