Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added LinkedIn icon in footer #1375

Merged
merged 13 commits into from
Jun 23, 2024
12 changes: 8 additions & 4 deletions assets/about/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,18 @@
color: #73408f;
}

.social a.github:hover {
color: #21d061;
.social a.linkedin:hover {
color: #1990cb;
}

.social a.twitter:hover {
color: #00fff7;
.social a.github:hover {
color: #21d061;
}

.social a.facebook:hover {
color: #0026ff;
}

.social a.twitter:hover {
color: #00fff7;
}
3 changes: 2 additions & 1 deletion assets/about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ <h1>Join Us</h1>
<div class="social">
<a class="user" href="https://rakesh9100.bio.link/" target="_blank"><i class="fa-solid fa-user socials"></i></a>
<a class="message" href="mailto:[email protected]" target="_blank"><i class="fa-solid fa-envelope"></i></a>
<a class="linkedin" href="https://www.linkedin.com/in/rakesh-roshan-9100/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a class="github" href="https://www.github.com/Rakesh9100" target="_blank"><i class="fa-brands fa-square-github"></i></a>
<a class="twitter" href="https://twitter.com/rakeshroshan73" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a>
<a class="facebook" href="https://www.facebook.com/rakesh6203/" target="_blank"><i class="fa-brands fa-square-facebook"></i></a>
<a class="twitter" href="https://twitter.com/rakeshroshan73" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a>
</div>
<ul class="list-inline">
<li class="list-inline-item"><a href="../../index.html">Home</a></li>
Expand Down
12 changes: 8 additions & 4 deletions assets/contact/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,18 @@ button:hover {
color: #73408f;
}

.social a.github:hover {
color: #21d061;
.social a.linkedin:hover {
color: #1990cb;
}

.social a.twitter:hover {
color: #00fff7;
.social a.github:hover {
color: #21d061;
}

.social a.facebook:hover {
color: #0026ff;
}

.social a.twitter:hover {
color: #00fff7;
}
3 changes: 2 additions & 1 deletion assets/contact/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ <h2>Contact Us</h2>
<div class="social">
<a class="user" href="https://rakesh9100.bio.link/" target="_blank"><i class="fa-solid fa-user socials"></i></a>
<a class="message" href="mailto:[email protected]" target="_blank"><i class="fa-solid fa-envelope"></i></a>
<a class="linkedin" href="https://www.linkedin.com/in/rakesh-roshan-9100/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a class="github" href="https://www.github.com/Rakesh9100" target="_blank"><i class="fa-brands fa-square-github"></i></a>
<a class="twitter" href="https://twitter.com/rakeshroshan73" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a>
<a class="facebook" href="https://www.facebook.com/rakesh6203/" target="_blank"><i class="fa-brands fa-square-facebook"></i></a>
<a class="twitter" href="https://twitter.com/rakeshroshan73" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a>
</div>
<ul class="list-inline">
<li class="list-inline-item"><a href="../../index.html#home">Home</a></li>
Expand Down
12 changes: 8 additions & 4 deletions assets/contributors/contributor.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,18 +208,22 @@ div {
color: #73408f;
}

.social a.github:hover {
color: #21d061;
.social a.linkedin:hover {
color: #1990cb;
}

.social a.twitter:hover {
color: #00fff7;
.social a.github:hover {
color: #21d061;
}

.social a.facebook:hover {
color: #0026ff;
}

.social a.twitter:hover {
color: #00fff7;
}

.footer-basic .copyright {
margin-top: 15px;
text-align: center;
Expand Down
3 changes: 2 additions & 1 deletion assets/contributors/contributor.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,10 @@ <h1>Faces of Dedication: Our Contributing Heroes</h1>
<div class="social">
<a class="user" href="https://rakesh9100.bio.link/" target="_blank"><i class="fa-solid fa-user socials"></i></a>
<a class="message" href="mailto:[email protected]" target="_blank"><i class="fa-solid fa-envelope"></i></a>
<a class="linkedin" href="https://www.linkedin.com/in/rakesh-roshan-9100/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a class="github" href="https://www.github.com/Rakesh9100" target="_blank"><i class="fa-brands fa-square-github"></i></a>
<a class="twitter" href="https://twitter.com/rakeshroshan73" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a>
<a class="facebook" href="https://www.facebook.com/rakesh6203/" target="_blank"><i class="fa-brands fa-square-facebook"></i></a>
<a class="twitter" href="https://twitter.com/rakeshroshan73" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a>
</div>
<ul class="list-inline">
<li class="list-inline-item"><a href="../../index.html#home">Home</a></li>
Expand Down
12 changes: 8 additions & 4 deletions assets/faq/faq.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,22 @@
color: #73408f;
}

.social a.github:hover {
color: #21d061;
.social a.linkedin:hover {
color: #1990cb;
}

.social a.twitter:hover {
color: #00fff7;
.social a.github:hover {
color: #21d061;
}

.social a.facebook:hover {
color: #0026ff;
}

.social a.twitter:hover {
color: #00fff7;
}

/* Responsive Media Query */

@media screen and (max-width: 768px) {
Expand Down
3 changes: 2 additions & 1 deletion assets/faq/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@
<div class="social">
<a class="user" href="https://rakesh9100.bio.link/" target="_blank"><i class="fa-solid fa-user socials"></i></a>
<a class="message" href="mailto:[email protected]" target="_blank"><i class="fa-solid fa-envelope"></i></a>
<a class="linkedin" href="https://www.linkedin.com/in/rakesh-roshan-9100/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a class="github" href="https://www.github.com/Rakesh9100" target="_blank"><i class="fa-brands fa-square-github"></i></a>
<a class="twitter" href="https://twitter.com/rakeshroshan73" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a>
<a class="facebook" href="https://www.facebook.com/rakesh6203/" target="_blank"><i class="fa-brands fa-square-facebook"></i></a>
<a class="twitter" href="https://twitter.com/rakeshroshan73" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a>
</div>
<ul class="list-inline">
<li class="list-inline-item"><a href="../../index.html">Home</a></li>
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3543,9 +3543,10 @@ <h3>Calculates the linear density of the yarn from unit system to another.</h3>
<div class="social">
<a class="user" href="https://rakesh9100.bio.link/" target="_blank"><i class="fa-solid fa-user socials"></i></a>
<a class="message" href="mailto:[email protected]" target="_blank"><i class="fa-solid fa-envelope"></i></a>
<a class="linkedin" href="https://www.linkedin.com/in/rakesh-roshan-9100/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a class="github" href="https://www.github.com/Rakesh9100" target="_blank"><i class="fa-brands fa-square-github"></i></a>
<a class="twitter" href="https://twitter.com/rakeshroshan73" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a>
<a class="facebook" href="https://www.facebook.com/rakesh6203/" target="_blank"><i class="fa-brands fa-square-facebook"></i></a>
<a class="twitter" href="https://twitter.com/rakeshroshan73" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a>
</div>
<ul class="list-inline">
<li class="list-inline-item"><a href="#home"><i class="fa fa-home" aria-hidden="true"></i> Home</a></li>
Expand Down
12 changes: 8 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1517,18 +1517,22 @@ section {
color: #73408f;
}

.social a.github:hover {
color: #21d061;
.social a.linkedin:hover {
color: #1990cb;
}

.social a.twitter:hover {
color: #00fff7;
.social a.github:hover {
color: #21d061;
}

.social a.facebook:hover {
color: #0026ff;
}

.social a.twitter:hover {
color: #00fff7;
}

.footer-basic .copyright {
margin-top: 15px;
text-align: center;
Expand Down