feat: new site #1

Merged
naomi merged 20 commits from feat/init into main 2025-12-27 19:54:35 -08:00
2 changed files with 21 additions and 1 deletions
Showing only changes of commit f2158b814e - Show all commits
+10
View File
@@ -0,0 +1,10 @@
footer {
background-color: var(--color-secondary);
color: var(--color-primary);
}
@media screen and (max-width: 300px) {
.hide {
display: none;
}
}
+11 -1
View File
@@ -1 +1,11 @@
<p>footer works!</p>
<footer class="w-full fixed bottom-0 z-30 p-2 flex justify-around items-center">
<div>
<a href="https://nhcarrigan.com" target="_blank"><p>© 2025 NHCarrigan</p></a>
</div>
<div class="hide">
<a href="https://chat.nhcarrigan.com" target="_blank"><p>Discord</p></a>
</div>
<div class="hide">
<a href="https://contact.nhcarrigan.com" target="_blank"><p>Contact</p></a>
</div>
</footer>