add opengraph tags & social cards

No forgejo icon, shame on you FA!
This commit is contained in:
raf 2024-09-27 21:42:20 +03:00
commit 1cd28becab
Signed by: NotAShelf
GPG key ID: AF26552424E53993
2 changed files with 63 additions and 0 deletions

View file

@ -83,6 +83,39 @@ body {
letter-spacing: 0.6px;
}
.social-cards {
display: flex;
justify-content: center;
margin-top: 20px; /* Add space after the About Me section */
}
.social-cards a {
display: inline-block;
margin: 0 10px;
text-decoration: none;
}
.social-cards i {
font-size: 32px;
color: #f8fafc;
transition: color 0.3s ease;
}
.social-cards a:hover i {
color: #a1a1aa;
}
.social-cards a {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
border-radius: 5px;
}
@media (max-width: 768px) {
.social-cards a {
margin: 5px;
}
}
footer {
padding: 10px;
text-align: center;