Introduce links in footer and update styling
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user