Skip to content

Commit ebaec5b

Browse files
authored
chore: replace the slack url to updated invite url (#55)
* chore: replace the slack url to updated invite url Signed-off-by: amaan-bhati <amaanbhati49@gmail.com> * fix: replace invalid button-anchor nesting with styled anchor in join slack CTA Signed-off-by: amaan-bhati <amaanbhati49@gmail.com> * fix: restore tap target padding and add focus-visible outline to join-slack link Signed-off-by: amaan-bhati <amaanbhati49@gmail.com> --------- Signed-off-by: amaan-bhati <amaanbhati49@gmail.com>
1 parent 8089fa2 commit ebaec5b

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thank you for your interest in Keploy and for taking the time to contribute to this project. 🙌
44
Keploy is a project by developers for developers and there are a lot of ways you can contribute.
5-
If you don't know where to start contributing, ask us on our [Slack channel](https://join.slack.com/t/keploy/shared_invite/zt-357qqm9b5-PbZRVu3Yt2rJIa6ofrwWNg).
5+
If you don't know where to start contributing, ask us on our [Slack channel](https://join.slack.com/t/keploy/shared_invite/zt-3zcnuqfgl-WYK1NMhslVHsCtNcA1ULwA).
66

77
## Code of conduct
88

css/main.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3920,16 +3920,19 @@ html.no-csstransitions .home-content__main {
39203920
}
39213921

39223922
.join-btn{
3923+
display: inline-block;
39233924
margin:0 auto;
3925+
padding: 6px 16px;
39243926
background-color: #00163D;
39253927
border-radius: 5px;
3926-
color:#FF914D;
3927-
outline: none;
3928+
color: white;
39283929
border:0px;
3930+
text-decoration: none;
39293931
}
39303932

3931-
.join-btn a{
3932-
color:white
3933+
.join-btn:focus-visible{
3934+
outline: 2px solid #FF914D;
3935+
outline-offset: 2px;
39333936
}
39343937

39353938
.countdown-timer{

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ <h3> An Open-Source Prorgam for Students, Professionals, and Freelancers</h3>
237237
<a href="https://forms.gle/R7RbuL39sc1TFW449" class=" btn btn--stroke" style="background: #F89559; border: 0.2rem solid #ff904d; color: #00163D;">
238238
Register Now!
239239
</a>
240-
<a href="https://join.slack.com/t/keploy/shared_invite/zt-357qqm9b5-PbZRVu3Yt2rJIa6ofrwWNg" class="btn btn--stroke" style="background: #00163D; border: 0.2rem solid #00163D; color: #FFFFFF;">
240+
<a href="https://join.slack.com/t/keploy/shared_invite/zt-3zcnuqfgl-WYK1NMhslVHsCtNcA1ULwA" class="btn btn--stroke" style="background: #00163D; border: 0.2rem solid #00163D; color: #FFFFFF;">
241241
Join Community
242242
</a>
243243
</div>
@@ -734,7 +734,7 @@ <h1 class="display-2 display-2--light" style="font-weight: 800;">Join Our Commun
734734
<h3 class="h6" style="font-size: 2rem; font-family: 'Inconsolata', monospace; text-transform: none;">Get Involved In The Community Today!</h3>
735735
<img src="./images/slack.png" alt="Slack Image"/>
736736
<!-- <img src="./images/slack2.png"/> -->
737-
<button class="join-btn"><a href="https://join.slack.com/t/keploy/shared_invite/zt-357qqm9b5-PbZRVu3Yt2rJIa6ofrwWNg">Join Slack</a></button>
737+
<a href="https://join.slack.com/t/keploy/shared_invite/zt-3zcnuqfgl-WYK1NMhslVHsCtNcA1ULwA" class="join-btn">Join Slack</a>
738738
</div>
739739
<!-- end contact-primary -->
740740
<div class="contact-secondary">

0 commit comments

Comments
 (0)