blob: 79e740af8492b7c08fcd81a30f58f549d050fa8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<header class="container">
<nav class="container-fluid">
<ul>
<li><h2>Yet Another Blog</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>
<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>
|