31 lines
No EOL
654 B
Text
31 lines
No EOL
654 B
Text
---
|
|
---
|
|
|
|
<footer>
|
|
<span class="greek-delta">Δ</span>
|
|
<div class="footer-links">
|
|
<a target="_blank" href="https://git.barrettruth.com">git</a>
|
|
<a target="_blank" href="https://www.linkedin.com/in/barrett-ruth/">linkedin</a>
|
|
<a target="_blank" href="mailto:br.barrettruth@gmail.com">email</a>
|
|
</div>
|
|
</footer>
|
|
|
|
<style>
|
|
footer {
|
|
padding: 20px;
|
|
font-size: 1.5em;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.greek-delta {
|
|
font-family: "Times New Roman", Times, serif;
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
.footer-links a {
|
|
margin-left: 25px;
|
|
text-decoration: none;
|
|
}
|
|
</style> |