aboutsummaryrefslogtreecommitdiff
path: root/templates/header.html
blob: b81a09e67cd7204906fc0ce079d1fe44ea21a629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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="/projects" class="secondary">Projects</a></li>
                <li><a href="https://gitlab.com/gabrielgio/cv/-/raw/main/cv.pdf?inline=false" class="secondary">Resume</a></li>
            </ul>
        </nav>
    </div>
</header>