forked from srophe/srophe
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
76 lines (68 loc) · 4.72 KB
/
contact.html
File metadata and controls
76 lines (68 loc) · 4.72 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:srophe="https://srophe.app">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>SPEAR: Syriac Persons Events and Relations</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta data-template="config:app-meta" />
<link rel="shortcut icon" href="/favicon.ico" />
<!-- Bootstrap 5 -->
<link rel="stylesheet" type="text/css" href="/resources/bootstrap-5.3.6/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="/resources/css/sm-core-css.css" />
<!-- Srophe styles -->
<link rel="stylesheet" type="text/css" href="/resources/css/syr-icon-fonts.css" />
<link rel="stylesheet" type="text/css" href="/resources/css/style.css" />
<link rel="stylesheet" type="text/css" media="print" href="/resources/css/print.css" />
<!-- Leaflet -->
<link rel="stylesheet" href="/resources/leaflet/leaflet.css" />
<link rel="stylesheet" href="/resources/leaflet/leaflet.awesome-markers.css" />
<!-- JQuery -->
<link href="/resources/jquery-ui/jquery-ui.min.css" rel="stylesheet" />
<script type="text/javascript" src="/resources/js/jquery.min.js"></script>
<script type="text/javascript" src="/resources/jquery-ui/jquery-ui.min.js"></script>
<script type="text/javascript" src="/resources/js/jquery.smartmenus.min.js"></script>
<script type="text/javascript" src="/resources/js/clipboard.min.js"></script>
<!-- Bootstrap -->
<script type="text/javascript" src="/resources/bootstrap-5.3.6/js/bootstrap.min.js"></script>
<!-- ReCaptcha -->
<script src="https://www.google.com/recaptcha/api.js" type="text/javascript" async="async" defer="defer"></script>
<!-- Plausible Analytics -->
<script defer="defer" data-domain="spear.vuexistapps.us" src="https://plausible.io/js/script.js"></script>
</head>
<body id="body">
<nav class="navbar navbar-expand-lg bg-body-tertiary p-3 justify-content-between align-items-center">
<div class="container-fluid">
<a class="navbar-brand banner-container" href="/index.html">
<span class="syriaca-icon syriaca-syriaca banner-icon"></span>
<span class="banner-text" data-template="config:app-title">SPEAR<span class="d-none d-md-inline">: Syriac Persons Events and Relations</span></span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link" aria-current="page" href="/">Home</a>
<a class="nav-link" href="/browse.html">Browse</a>
<a class="nav-link" href="/documentation.html">Documentation</a>
<a class="nav-link" href="/about.html">About</a>
<a class="nav-link active" href="/contact.html">Contact Us</a>
</div>
</div>
</div>
</nav>
<div data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<div class="container my-5">
<h1 class="mb-5">Contact Us</h1>
<h2>Comments and Collaboration</h2>
<p><em>SPEAR</em> 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, Daniel Schwartz, at <a href="mailto:info@syriaca.org">info@syriaca.org</a>.
</p>
<h2>Support Our Work</h2>
<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>
</body><script type="text/javascript" src="/resources/js/jquery.validate.min.js"></script><script type="text/javascript" src="/resources/js/srophe.js"></script></html>