Add social links

This commit is contained in:
Nathan Chapman 2019-06-11 17:07:44 -07:00
parent 474936057a
commit f4d142b79d
2 changed files with 15 additions and 1 deletions

View File

@ -72,6 +72,12 @@
<section>
<p>Get in touch with me at <a href="email:contact@jjayberthumemusic.com">contact@jjayberthumemusic.com</a>. I can compose a free 30-second musical demo to your specifications so you can see if Im the right fit for your project.</p>
<p><img src="images/berthume_banner.jpg"></p>
<div class="social">
<a href="https://soundcloud.com/jjayberthume">SoundCloud</a>
<a href="https://www.youtube.com/user/JJBerthume/">YouTube</a>
<a href="https://www.patreon.com/jjayberthume">Patreon</a>
<a href="https://www.facebook.com/JJayBerthumeMusic/">Facebook</a>
</div>
</section>
</article>
<article id="bio">

View File

@ -171,6 +171,14 @@ img {
justify-content: space-between;
}
.social {
font-style: italic;
display: flex;
justify-content: space-between;
font-size: 1.25em;
text-align: center;
}
iframe {
width: calc(50% - 10.6665px);
margin-bottom: 1em;
@ -272,7 +280,7 @@ iframe {
.logo {
max-width: 200px;
}
nav, .portfolio {
nav, .portfolio, .social {
flex-direction: column;
}
}