-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
24 lines (21 loc) · 883 Bytes
/
contact.html
File metadata and controls
24 lines (21 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: Contact Information
description: Contact information
permalink: /contact/
layout: default
active: contact
---
<div class="container-fluid">
<h2>{{ page.title }}</h2>
<dl class="dl-horizontal">
<dt><i class="fa fa-building-o fa-fw"></i> <strong>Office:</strong></dt>
<dd>404 <a href="http://www.washington.edu/home/maps/southcentral.html?kin">Kincaid Hall</a></dd>
<dt><i class="fa fa-phone fa-fw"></i> <strong>Office Phone:</strong></dt>
<dd><a href="tel:+1 (206) 221-3996">+1 (206) 221-3996</a></dd>
<dt><i class="fa fa-phone fa-fw"></i> <strong>Lab Phone:</strong></dt>
<dd><a href="tel:+1 (206) 221-7026">+1 (206) 221-7026</a></dd>
<dt><i class="fa fa-envelope-o fa-fw"></i> <strong>Post:</strong></dt>
<dd>Department of Biology<br>University of Washington<br>Box 351800<br>Seattle, WA 98195<br>USA
</dd>
</dl>
</div>