Introduce links in footer and update styling

This commit is contained in:
2025-10-09 11:25:43 -07:00
parent 282122d789
commit 4c1106c645
2 changed files with 8 additions and 2 deletions

View File

@@ -26,7 +26,13 @@
{{ content }} {{ content }}
</main> </main>
<footer> <footer>
copyright 2025 Brendan Chen copyright 2025 Brendan Chen |
<a target="_blank" href="https://github.com/brendan-ch">
GitHub
</a> |
<a target="_blank" href="https://linkedin.com/in/brendan-ch">
LinkedIn
</a> | e: me [at] bchen.dev
</footer> </footer>
</body> </body>
</html> </html>

View File

@@ -34,7 +34,7 @@ footer {
max-width: 720px; max-width: 720px;
width: 100%; width: 100%;
padding-bottom: 64px; padding-bottom: 32px;
padding-top: 64px; padding-top: 64px;
color: dimgray; color: dimgray;
} }