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 github and youtube icons in the footer #1538

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Website/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ <h3>Join the Community</h3>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-square-x-twitter"></i></a>
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-github"></i></a>
<a href="#"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
<div class="footer-col-main">
Expand Down
3 changes: 2 additions & 1 deletion Website/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1796,6 +1796,7 @@ body.blue-mode {
.footer-social {
display: flex;
align-items: center;

}

.footer-social i {
Expand All @@ -1805,7 +1806,7 @@ body.blue-mode {
opacity: 0.7;
border: 2px solid white;
border-radius: 100%;
padding: 0.5rem;
padding: 0.6rem;
transition: background-color 0.3s ease 0s;
}

Expand Down
2 changes: 2 additions & 0 deletions Website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,8 @@ <h2>Here are some of our active GitHub repositories</h2>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-square-x-twitter"></i></a>
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-github"></i></a>
<a href="#"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
<div class="footer-col-main">
Expand Down
2 changes: 2 additions & 0 deletions Website/organization.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ <h2>Get Involved with Recode Hive</h2>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-square-x-twitter"></i></a>
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-github"></i></a>
<a href="#"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
<div class="footer-col-main">
Expand Down
Loading