-
Notifications
You must be signed in to change notification settings - Fork 3
/
contact.html
26 lines (22 loc) · 951 Bytes
/
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
---
bla: bla
---
{% include header.html %}
<div class="lofar">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="jumbotron text-center index">
<h1>Contact Details</h1>
<p>
AARTFAAC is based at the <a href="http://www.astro.uva.nl/">Anton Pannekoek Institute for Astronomy</a> of the <a
href="http://www.uva.nl/">University of Amsterdam</a>. General enquiries may
be directed to <a href="mailto:info@aartfaac.org">info@aartfaac.org</a>.
</p>
<p><a class="btn btn-primary btn-lg" href="mailto:info@aartfaac.org">info@aartfaac.org</a></p>
</div>
</div>
</div>
</div>
</div>
{% include footer.html %}