-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
executable file
·65 lines (56 loc) · 1.3 KB
/
contact.php
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
52
53
54
55
56
57
58
59
60
61
62
63
64
<?php
$page_title = "Contact";
include 'includes/header.html';
require_once 'includes/funcs.inc';
?>
<style type="text/css">
.column{padding:20px;}
</style>
<div class="col_3">
<div id="navWrap">
<div id="nav">
<ul class="alt1">
<li> <a href="#contact">Contact</a></li>
<li> <a href="#team"> Team </a></li>
</ul>
<br class="clearLeft" />
</div> <!--nav-->
</div> <!--navWrap-->
</div> <!-- col_2 -->
<div class="col_9" data-spy="scroll" data-target=".navbar">
<section id="contact">
<h2> Contact </h2>
<p> General questions relating to the quasar absorption line project should be directed to:
<address>
<p>
Don York <br />
University of Chicago <br />
don - at - oddjob.uchicago.edu
</p>
</address>
<p> Questions relating to this catalog release or available python code should be directed to:
<address>
<p>
Britt F. Lundgren <br />
University of Wisconsin <br />
lundgren -at - astro.wisc.edu
</p>
</address>
<p> Questions relating to this website should be directed to:
<address>
<p>
Yusra AlSayyad <br />
Princeton University <br />
yusra -at- astro.princeton.edu
</p>
</address>
</p>
<h2> Team </h2>
<section id="team">
<address>
<p>
Noah Baskes<br />
University of Chicago <br />
nabaskes -at- uchicago.edu
</p>
</address>