aboutsummaryrefslogtreecommitdiff
path: root/templates/header.html
blob: c830273fec5e96c3e65e4832315f6ab9d164aec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<header class="container">
    <div class="title-wrapper">
        <a href="/">
            <h2 class="title">Yet Another Blog</h2>
        </a>
        <nav class="container-fluid">
            <ul>
                <li><a href="https://gitlab.com/gabrielgio/cv/-/raw/main/cv.pdf?inline=false" class="secondary">Resume</a></li>
            </ul>
        </nav>
    </div>
</header>