summaryrefslogtreecommitdiff
path: root/blag/layouts/partials/author.html
blob: 88a27362bbd103f20f794131d460bcf2e8e3cb94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<section>
    <div id="author">
        <a class="fade" href="about-me/"><h3 class="fade">Kenny Ballou</h3></a>
        <h4><code>:(){ :|:&amp; };:</code></h4>
        <a href="https://github.com/kennyballou">
            <i class="fade fa fa-github-square fa-2x"></i>
        </a>
        <a href="https://bitbucket.org/kballou">
            <i class="fade fa fa-bitbucket-square fa-2x"></i>
        </a>
        <a href="http://www.linkedin.com/in/kennyballou">
            <i class="fade fa fa-linkedin-square fa-2x"></i>
        </a>
        <a href="https://plus.google.com/+KennyBallou">
            <i class="fade fa fa-google-plus-square fa-2x"></i>
        </a>
        <a href="https://twitter.com/kennyballou">
            <i class="fade fa fa-twitter-square fa-2x"></i>
        </a>
    </div>
</section>