-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
36 lines (27 loc) · 1.35 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: main
title: Contact | ashleybot
description: Contact Ashley Wilson, a recent graduate of Carnegie-Mellon's Masters of HCI program.
keywords: contact,ashley,wilson,ashleywilson,ashleygreerwilson,lexington,kentucky,ky
---
<div class="row">
<!-- Contact Details -->
<div class="large-9 columns">
<h3>Get in Touch!</h3>
<p>I'd love to hear from you. You can either reach out to me via <a href="mailto:[email protected]">email</a> or <a href="https://careers.stackoverflow.com/ashleywilson" target="_blank">Stack Exchange</a>.</p>
</div>
<!-- Sidebar -->
<div class="large-3 columns">
<ul class="vcard">
<li class="fn">Ashley Wilson</li>
<li class="email"><a href="mailto:[email protected]">[email protected]</a></li>
<li class="locality">Lexington</li>
<li><span class="state">Kentucky</span>, <span class="zip">40511</span></li>
</ul>
<a href="http://ux.stackexchange.com/users/5023/ashley">
<img src="http://ux.stackexchange.com/users/flair/5023.png" width="208" height="58" alt="profile for ashley at User Experience Stack Exchange, Q&A for user experience researchers and experts" title="profile for ashley at User Experience Stack Exchange, Q&A for user experience researchers and experts">
</a>
</div>
<!-- End Sidebar -->
</div>
<!-- End Main Content and Sidebar -->