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

changed twitter logo in all footers #251

Merged
merged 1 commit into from
Feb 3, 2025
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: 1 addition & 1 deletion about.css
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ footer {
.social-icons div a i.fa-facebook-f:hover {
color: rgb(51, 51, 199);
}
.social-icons div a i.fa-twitter:hover {
.social-icons div a i.fa-x-twitter:hover {
color: rgb(51, 98, 199);
}
.social-icons div a i.fa-linkedin-in:hover {
Expand Down
2 changes: 1 addition & 1 deletion contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ footer {
.social-icons div a i.fa-facebook-f:hover {
color: rgb(51, 51, 199);
}
.social-icons div a i.fa-twitter:hover {
.social-icons div a i.fa-x-twitter:hover {
color: rgb(51, 98, 199);
}
.social-icons div a i.fa-linkedin-in:hover {
Expand Down
8 changes: 3 additions & 5 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contact Us - CareerSite</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"/>

<link rel="stylesheet" href="navbar.css" />
<link rel="stylesheet" href="contact.css" />
</head>
Expand Down Expand Up @@ -291,7 +289,7 @@ <h3>Follow Us</h3>
target="_blank"
style="color: #fff; text-decoration: none"
>
<i class="fab fa-twitter"></i>
<i class="fab fa-x-twitter"></i>
</a>
<a
href="https://linkedin.com"
Expand Down
21 changes: 21 additions & 0 deletions contributors/contributor.css
Original file line number Diff line number Diff line change
Expand Up @@ -949,3 +949,24 @@ body.dark .back-button{
body.dark .back-button:hover{
color: #d6a52b;
}

.social-icons div a {
transition: all 0.3s ease;
}

.social-icons div a:hover {
scale: 1.3;
rotate: 15deg;
}
.social-icons div a i.fa-facebook-f:hover {
color: rgb(51, 51, 199);
}
.social-icons div a i.fa-x-twitter:hover {
color: rgb(51, 98, 199);
}
.social-icons div a i.fa-linkedin-in:hover {
color: rgb(51, 132, 199);
}
.social-icons div a i.fa-instagram:hover {
color: rgb(199, 51, 167);
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@
.social-icons div a i.fa-facebook-f:hover {
color: rgb(51, 51, 199);
}
.social-icons div a i.fa-twitter:hover {
.social-icons div a i.fa-x-twitter:hover {
color: rgb(51, 98, 199);
}
.social-icons div a i.fa-linkedin-in:hover {
Expand Down Expand Up @@ -1379,7 +1379,7 @@ <h3>
target="_blank"
style="color: #fff; text-decoration: none"
>
<i class="fab fa-twitter"></i>
<i class="fa-brands fa-x-twitter"></i>
</a>
<a
href="https://linkedin.com"
Expand Down
2 changes: 1 addition & 1 deletion pricing.css
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ footer {
.social-icons div a i.fa-facebook-f:hover {
color: rgb(51, 51, 199);
}
.social-icons div a i.fa-twitter:hover {
.social-icons div a i.fa-x-twitter:hover {
color: rgb(51, 98, 199);
}
.social-icons div a i.fa-linkedin-in:hover {
Expand Down
4 changes: 2 additions & 2 deletions pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"/>
<link rel="stylesheet" href="navbar.css" />
<link rel="stylesheet" href="pricing.css" />
<title>Pricing - Ajivika</title>
Expand Down Expand Up @@ -313,7 +313,7 @@ <h3>Follow Us</h3>
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://twitter.com" target="_blank" style="color: #fff; text-decoration: none">
<i class="fab fa-twitter"></i>
<i class="fab fa-x-twitter"></i>
</a>
<a href="https://linkedin.com" target="_blank" style="color: #fff; text-decoration: none">
<i class="fab fa-linkedin-in"></i>
Expand Down