-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.php
More file actions
executable file
·51 lines (44 loc) · 1.69 KB
/
Copy pathcontact.php
File metadata and controls
executable file
·51 lines (44 loc) · 1.69 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php
$currfile = basename(__FILE__);
include('php/header.php');
?>
<section id="content" class="container">
<div class="hero-unit">
<p>Contact</p>
<iframe id="map" width="100%" height="450" src="https://maps.google.com/maps?q=Jadwin+Hall+Princeton&oe=utf-8&output=embed" frameborder="0"></iframe>
<img id="map-shadow" src="img/shadow.png" />
</div>
<div class="row">
<div class="span4 offset1">
<h3>Where to find us</h3>
<p class="active lead">
Leifer Lab <br />
118 Jadwin Hall <br />
Joseph Henry Laboratories <br />
Princeton NJ 08544<br />
</p>
<p class="active lead" /=>
<i class="icon-envelope"></i> Email: <a href="mailto:leifer@princeton.edu"> leifer@princeton.edu</a> <br />
<i class="icon-phone"></i> Ph: (609) 258-2973<br />
<i class="icon-print"></i> Fax: (609) 258-8020<br />
</p>
<br />
<h3>Social networks</h3>
<p class="lead">
<a href="https://twitter.com/AndrewLeifer" class="social-network icon-twitter" target="_blank" title="Twitter"></a>
<a href="https://github.com/leiferlab/" class="social-network icon-github" target="_blank" title="Github"></a>
<a href="https://vimeo.com/user11723595" class="social-network icon-vimeo" target="_blank" title="Vimeo"></a>
<!-- <a class="social-network icon-linkedin"></a>
<a class="social-network icon-facebook"></a> -->
</p>
<br />
</div>
<div class="span6 pull1">
<img id="pic" src="assets/JadwinHall640px.JPG" class="img-rounded" alt="Jadwin Hall">
<p>Jadwin Hall, home to the Leifer Lab.</p>
</div>
</div>
</section>
<?php
include('php/footer.php');
?>