Skip to content

Commit ab229d4

Browse files
✨ Add social media icons
1 parent 33c7b73 commit ab229d4

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

content/index.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# Homepage
22

33
This is the homepage
4+
5+
<section class="links">
6+
<a href="https://www.facebook.com/O15YVentures"><i class="fab fa-facebook" title="Facebook"></i></a>
7+
<a href="https://twitter.com/O15YVentures"><i class="fab fa-twitter" title="Twitter"></i></a>
8+
<a href="https://www.linkedin.com/company/o15y"><i class="fab fa-linkedin" title="Linkedin"></i></a>
9+
<a href="https://github.com/o15y"><i class="fab fa-github" title="Github"></i></a>
10+
<a href="https://www.instagram.com/o15yventures"><i class="fab fa-instagram" title="Instagram"></i></a>
11+
</section>
12+
13+
<script async defer src=https://use.fontawesome.com/releases/v5.8.2/js/brands.js crossorigin=anonymous integrity=sha384-GtvEzzhN52RvAD7CnSR7TcPw555abR8NK28tAqa/GgIDk59o0TsaK6FHglLstzCf></script>
14+
<script async defer src=https://use.fontawesome.com/releases/v5.8.2/js/fontawesome.js crossorigin=anonymous integrity=sha384-Ia7KZbX22R7DDSbxNmxHqPQ15ceNzg2U4h5A8dy3K47G2fV1k658BTxXjp7rdhXa></script>

styles.scss

+10
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,13 @@ header#masthead {
88
display: block;
99
}
1010
}
11+
12+
.links {
13+
font-size: 150%;
14+
a {
15+
margin-right: 0.5rem;
16+
}
17+
a.external-link::after {
18+
display: none;
19+
}
20+
}

0 commit comments

Comments
 (0)