-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcontact.html
More file actions
20 lines (19 loc) · 807 Bytes
/
contact.html
File metadata and controls
20 lines (19 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: default
---
<div class="container mx-auto mt-2">
<div class="p-4 mx-2 lg:mx-16">
<h1 class="text-4xl mb-2">Contact</h1>
<p>You can find me on a variety of social networks.</p>
<p class="my-4">
<ul>
<li><a class="text-blue-300 hover:text-blue-400"
href="{{ site.social.links.twitter }}">{{ site.social.links.twitter }}</a></li>
<li><a class="text-blue-300 hover:text-blue-400"
href="{{ site.social.links.linkedin }}">{{ site.social.links.linkedin }}</a></li>
<li><a class="text-blue-300 hover:text-blue-400"
href="{{ site.social.links.github }}">{{ site.social.links.github }}</a></li>
</ul>
</p>
</div>
</div>