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