Update footer information

This commit is contained in:
Bill Niblock 2020-06-14 22:25:14 -04:00
parent 0f200a846d
commit fd29c2c48c
4 changed files with 18 additions and 5 deletions

View file

@ -24,11 +24,6 @@
width="32" height="32" alt="GitHub" width="32" height="32" alt="GitHub"
title="My GitHub Repos" /> title="My GitHub Repos" />
</a> </a>
<a href="https://twitter.com/Azulien">
<img src="{{ site.url }}/src/images/twitter_light.png"
width="32" height="32" alt="Twitter"
title="My Twitter Feed" />
</a>
<a href="https://www.twitch.tv/vagabondazulien/profile"> <a href="https://www.twitch.tv/vagabondazulien/profile">
<img src="{{ site.url }}/src/images/twitch_light.png" <img src="{{ site.url }}/src/images/twitch_light.png"
width="32" height="32" alt="Twitch" width="32" height="32" alt="Twitch"
@ -39,5 +34,13 @@
width="32" height="32" alt="Steam" width="32" height="32" alt="Steam"
title="My Steam Profile" /> title="My Steam Profile" />
</a> </a>
<a href="https://matrix.to/#/@vagabondazulien:exp.farm">
<img src="{{ site.url }}/src/images/matrix_light.png"
width="32" height="32" alt="Matrix"
title="My Steam Profile" />
</a>
</section>
<section id="email">
bill at theinternetvagabond.com
</section> </section>
</footer> </footer>

BIN
src/images/matrix_light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

View file

@ -41,6 +41,12 @@ footer #social {
justify-content: space-around; justify-content: space-around;
} }
footer #email {
display: flex;
justify-content: space-around;
padding: 1em;
}
main { main {
max-width: 100%; max-width: 100%;
} }

View file

@ -29,6 +29,10 @@ header div::first-letter {
color: white; color: white;
} }
footer #email {
color: darkgrey;
}
nav { nav {
font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif; font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: darkgrey; letter-spacing: 0.6em; line-height: 2.0em; color: darkgrey; letter-spacing: 0.6em; line-height: 2.0em;