1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-26 00:01:24 +00:00

made text easier to read

This commit is contained in:
2022-11-08 17:45:14 -05:00
parent 1a90232d4f
commit d160920be7
2 changed files with 44 additions and 6 deletions

View File

@@ -39,12 +39,17 @@
<p>
To see what I'm currently working on, check out my
<a href="https://gitlab.com/MisterBiggs">Gitlab</a> or my
<a href="https://projects.ansonbiggs.com">Projects Website</a>. You can
reach me on <a href="https://t.me/MisterBiggs" rel="me">Telegram</a>,
<a href="https://projects.ansonbiggs.com">Projects Website</a>.
</p>
<p>
You can reach me on
<a href="https://t.me/MisterBiggs" rel="me">Telegram</a>,
<a href="https://twitter.com/AnsonBiggs" rel="me">Twitter</a>,
<a rel="me" href="https://qoto.org/@anson">Mastodon</a> or by
<a href="mailto:anson@ansonbiggs.com" rel="me">Email</a>. If you're really
curious you check out my <a href="/resume">Resume</a>.
<a rel="me" href="https://qoto.org/@anson">Mastodon</a> or at
<a href="mailto:anson@ansonbiggs.com" rel="me">anson@ansonbiggs.com</a>.
</p>
<p>
If you're really curious you check out my <a href="/resume">Resume</a>.
</p>
<!--/sse-->
</body>

View File

@@ -5,4 +5,37 @@ body {
padding-left: 15vw;
padding-right: 15vw;
/* padding-bottom: 5em; */
}
}
p {
line-height: 1.4;
}
a {
outline: none;
text-decoration: none;
padding: 2px 1px 0;
}
a:link {
color: #70e2f1;
}
a:visited {
color: #0db0c5;
}
a:focus {
border-bottom: 1px solid;
background: #bae498;
}
a:hover {
border-bottom: 1px solid;
background: #1984fd;
}
a:active {
background: #0004ff;
color: #70e2f1;
}