Introduce links in footer and update styling
This commit is contained in:
@@ -26,7 +26,13 @@
|
||||
{{ content }}
|
||||
</main>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -34,7 +34,7 @@ footer {
|
||||
max-width: 720px;
|
||||
width: 100%;
|
||||
|
||||
padding-bottom: 64px;
|
||||
padding-bottom: 32px;
|
||||
padding-top: 64px;
|
||||
color: dimgray;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user