-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
22 lines (18 loc) · 997 Bytes
/
contact.html
File metadata and controls
22 lines (18 loc) · 997 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
title: Contact Me
---
<h3> Contact Me: </h3>
<p> If you're interested in my research and would like to contact me, I'd love to talk to you! I'm always interested in new ideas, perspectives, and potential collaborations. If you wish to call me, please leave a message. I'm often away from my phone and depend on my voicemail to filter out spam callers.</p>
<div class="contact_info">
<div class="input-group email">
<div class="input-group-addon glyphicon glyphicon-envelope" aria-hidden="true"></div>
<div class="input-group-addon">
<a href="mailto:contact@nathanmitchell.graphics?Subject=Hello%20Nathan" target="_top">contact@nathanmitchell.graphics</a>
</div>
</div>
<div class="input-group phone">
<div class="input-group-addon glyphicon glyphicon-earphone" aria-hidden="true"></div>
<div class="input-group-addon" itemprop="telephone"><a href="tel:+16085094176">(608) 509-4176</a></div>
</div>
</div>