aboutsummaryrefslogtreecommitdiff
path: root/templates/header.html
blob: 1005e66b8875d2bf57e725bda2405dade9f6f61c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<header class="container">
    <nav class="container-fluid">
        <ul>
            <li><strong>Yet Another Blog</strong></li>
        </ul>
        <ul>
            <li><a href="https://gitlab.com/gabrielgio/cv/-/raw/main/cv.pdf?inline=false" class="secondary">Resume</a></li>
        </ul>
    </nav>
    <hgroup>
        <h2>
            A gathering of information about some things I do on my spare time. You can find me on gitlab , twitter and
            linkedin .
        </h2>
    </hgroup>
</header>