aboutsummaryrefslogtreecommitdiff
path: root/templates/simple_header.html
blob: 4382df4342e8602d50ea29aca519284f3451e021 (plain)
1
2
3
4
5
6
7
8
9
10
<header class="container">
    <nav class="container-fluid">
        <ul>
            <li><strong><a href="/">Yet Another Blog</a></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>
</header>