aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/layouts/partials/post-description.html
blob: ae79de6e96eedbe0ab1f639a8d537c8ed1dfda70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<div class="slim-description">
    <p>
        A gathering of information about some things I do on my spare time. You
        can find me on
        <a
            class="brand-icon"
            target="_blank"
            href="https://gitlab.com/gabrielgio"
        >
            <i class="fab fa-gitlab"></i>
        </a>,
        <a
            class="brand-icon"
            target="_blank"
            href="https://twitter.com/giovaninigabs">
            <i class="fab fa-twitter"></i>
        </a>
        and
        <a
            class="brand-icon"
            target="_blank"
            href="https://www.linkedin.com/in/gabriel-giovanini/">
            <i class="fab fa-linkedin-in"></i>
        </a>
        .
    </p>

</div>