Add social links
This commit is contained in:
parent
474936057a
commit
f4d142b79d
@ -72,6 +72,12 @@
|
|||||||
<section>
|
<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>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>
|
<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>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
<article id="bio">
|
<article id="bio">
|
||||||
|
|||||||
@ -171,6 +171,14 @@ img {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.social {
|
||||||
|
font-style: italic;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
font-size: 1.25em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
width: calc(50% - 10.6665px);
|
width: calc(50% - 10.6665px);
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
@ -272,7 +280,7 @@ iframe {
|
|||||||
.logo {
|
.logo {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
nav, .portfolio {
|
nav, .portfolio, .social {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user