Add social links
This commit is contained in:
parent
474936057a
commit
f4d142b79d
@ -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 I’m 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">
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user