feat: add social media page

This commit is contained in:
2025-12-27 13:49:05 -08:00
parent 837430d165
commit ca4794f46c
4 changed files with 499 additions and 401 deletions
+22 -21
View File
@@ -15,31 +15,32 @@
></script>
<style>
.badge {
width: 80%;
margin: auto;
border-radius: 5550px;
padding: 10px;
}
width: 80%;
margin: auto;
border-radius: 5550px;
padding: 10px;
margin-bottom: 10px;
}
.url {
display: grid;
grid-template-columns: 100px auto;
align-items: center;
color: unset;
text-decoration: none;
}
.url {
display: grid;
grid-template-columns: 100px auto;
align-items: center;
color: unset;
text-decoration: none;
}
i {
font-size: 3rem;
}
i {
font-size: 3rem;
}
.name {
font-size: 1.2rem;
}
.name {
font-size: 1.2rem;
}
.text {
text-align: center;
}
.text {
text-align: center;
}
</style>
</head>
<body>