forked from wsalesky/srophe-eXist-app
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcontact-us.html
32 lines (32 loc) · 1.78 KB
/
contact-us.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
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<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">
<xi:include href="banner.html"/>
<h1 class="banner">Contact Us</h1>
<div class="row main-content-block">
<div class="col-md-8">
<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:[email protected]">[email protected]</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:[email protected]">[email protected]</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>