Add email info

merge-requests/1/head
Matthew Ess 2016-06-28 10:37:15 -04:00
parent c2568757bc
commit d706f65520
2 changed files with 7 additions and 1 deletions

View File

@ -13,6 +13,11 @@
font-weight: 300;
}
.tiny {
font-size: 10pt;
margin-top: 40;
}
#content {
text-align: center;
font-size: 14pt;
@ -79,4 +84,4 @@ li a.active {
li {
margin-top: 2px;
}
}
}

View File

@ -27,6 +27,7 @@
</nav>
<div id="content" class="text">
<p>Dedicated problem solver and developer, looking for interesting challenges to tackle.</p>
<p class="tiny">if you need to contact me, my email is</br>me [at] matthewess [dot] xyz</p>
</div>
</body>
</html>