diff --git a/index.html b/index.html index cf66908..22fe4d0 100644 --- a/index.html +++ b/index.html @@ -95,6 +95,7 @@
+ Resume

Experience

diff --git a/shared/style.css b/shared/style.css index 280203e..ac281f6 100644 --- a/shared/style.css +++ b/shared/style.css @@ -178,6 +178,19 @@ p.experience-grid-time { padding: 10px; } +a.button { + background: rgb(0, 170, 255); + border-radius: 0.2em; + padding: 0.2em 1em; + font-weight: bold; + font-size: 1.25em; + border-radius: 100em; +} +a.button:hover { + background: rgb(162, 224, 255); + color: black; +} + @media only screen and (max-width: 640px) { .personal-info-grid { display: grid;