-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact-us.html
More file actions
48 lines (48 loc) · 2.42 KB
/
contact-us.html
File metadata and controls
48 lines (48 loc) · 2.42 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
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude"
data-template="templates:surround" data-template-with="templates/page.html"
data-template-at="content">
<div class="image-banner">
<span class="img-credit">
<label>Photo Credit:</label>Decorative Arch, Resafa, Syria. Copyright, Daniel Schwartz.
<button class="btn btn-link white-link" data-toggle="collapse"
data-target="#img-rights">
<span class="glyphicon glyphicon-info-sign" aria-hidden="true"/>
</button>
<span id="img-rights" class="collapse"/>
</span>
</div>
<div class="main-content-block">
<div class="row">
<div class="col-md-8">
<h1>Contact Us</h1>
<div class="indent">
<!--
<p style="text-align:center;">
<img title="Project-Team" src="http://syriac.library.vanderbilt.edu/blog/wp-content/uploads/2011/11/Project-Team3.jpg" alt="" width="100%"/>
</p>
-->
<p>Syriaca.org is designed by and for the Syriac Studies scholarly community. We
invite you to join the project as a collaborator. If you have comments,
feedback, or would like to suggest a particular avenue of collaboration,
please contact the general editor, David Michelson, at <a
href="mailto:info@syriaca.org">info@syriaca.org</a>.</p>
<p>We are also grateful to all financial supporters of our work. Financial
contributions can be made through Vanderbilt University at <a
href="http://www.vu.edu/syriac">www.vu.edu/syriac</a> or by contacting
<a href="mailto:info@syriaca.org">info@syriaca.org</a>.</p>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">About Syriaca.org</h3>
</div>
<div class="panel-body">
<div data-template="app:shared-content"
data-template-path="/about-menu.html"/>
</div>
</div>
</div>
</div>
</div>
</div>