aboutsummaryrefslogtreecommitdiff
path: root/templates/header.html
blob: e55cebef599eded1db5be972ddb071b808191601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<header class="container">
    <nav class="container-fluid">
        <ul>
            <li><strong>Yet Another Blog</strong></li>
        </ul>
        <ul>
            <li><a class="secondary">Posts</a></li>
            <li><a class="secondary">Projects</a></li>
            <li><a 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>