Skip to content

Commit

Permalink
Merge pull request Its-Aman-Yadav#588 from sharmi4590/CS
Browse files Browse the repository at this point in the history
Enhanced buttons
  • Loading branch information
Kalivarapubindusree authored Jun 5, 2024
2 parents 695d599 + 93ff693 commit c91569f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ html {
}

.btn-default:hover {
background-color: #4c4d4a;
background-color: transparent;
}
.testimonial-author img {
display: block;
Expand Down
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
font-size: 20px;
color: white;
}
.home-thumb .btn{
background-color: transparent;
}

.home-thumb .btn:hover{
box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) , 0 0 25px rgb(255, 255, 255) , 0 0 50px rgb(255, 255, 255) , 0 0 200px rgb(255, 255, 255);
}
</style>
</head>

Expand Down Expand Up @@ -155,14 +162,14 @@ <h1 class="wow fadeInUp" data-wow-delay="0.4s">Hello, Villager</h1>
<h3 class="wow fadeInUp" data-wow-delay="0.6s">We are <strong>Open Source Village</strong></h3>
<h3 class="wow fadeInUp" data-wow-delay="0.8s"><strong>Join </strong>our community now</h3>
<a href="https://discord.gg/mM9qFh2uZR" class="btn btn-lg btn-default smoothScroll wow fadeInUp"
data-wow-delay="1s">
data-wow-delay="1s" style="color:white;">
Join Discord
<img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSSzDzOJpiBR0fBAJIOjXtUqpW9H_G9jhuQNTohtYu7sA&s"
alt="Discord">
</a>
<a href="https://www.linkedin.com/company/open-source-village/"
class="btn btn-lg btn-default smoothScroll wow fadeInUp" data-wow-delay="1s">
class="btn btn-lg btn-default smoothScroll wow fadeInUp" data-wow-delay="1s" style="color:white">
Follow us on LinkedIn
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/LinkedIn_icon.svg/1024px-LinkedIn_icon.svg.png"
Expand Down

0 comments on commit c91569f

Please sign in to comment.