-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.html
More file actions
122 lines (92 loc) · 4.59 KB
/
donate.html
File metadata and controls
122 lines (92 loc) · 4.59 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SCRIPTORIUM | Donate</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Asul:400,700" rel="stylesheet">
<link rel="stylesheet" href="css/global.css" type="text/css" charset="utf-8"/>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55145025-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="wrapper">
<header id="header">
</header>
<section id="main">
<div class="container">
<div class="breadcrumb">
<a href="/donate">Donate</a>
</div>
<!-- CONTENT STARTS HERE =============================== -->
<div id="content">
<p>Coptic Scriptorium's <a href="https://blog.copticscriptorium.org/2025/04/21/continuing-our-work-without-the-neh/">current NEH grant was terminated</a> prematurely, suddenly, and unexpectedly.</p>
<p></p>
<h1>How to give</h1>
<p>You can support our efforts to keep our resources open source and open access! There are three ways to give:</p>
<ol>
<li>A tax-deductible charitable contribution to Coptic Scriptorium via the University of Oklahoma</li>
<ul>
<li>Visit <a href="https://give.oufoundation.org/WGS">the giving page for CS co-founder Caroline Schroeder's department</a></li>
<li>Enter the amount of your gift <b>in the box next to Coptic Scriptorium Fund.</b> (Please do NOT click the X on that line.)</li>
<li>If you prefer to send a paper check, you may mail a check made out to "OU Foundation" to the Women’s and Gender Studies Department, The University of Oklahoma, 731 Elm Avenue, 101 Robertson Hall, Norman OK 73019. Write "Coptic Scriptorium" in the memo area.</li>
</ul>
<li>A tax-deductible charitable contribution to Coptic Scriptorium via Georgetown University</li>
<ul>
<li>Visit the <a href="
https://secure.advancement.georgetown.edu/s/1686/18/giving.aspx?sid=1686&gid=4&pgid=3975&cid=5816&dids=609.29.144&bledit=1&sort=1&appealcode=23UW004506">giving page for CS co-founder Amir Zeldes's department</a></li>
<li>Choose to support "Other," fill out the form, and write “Department of Linguistics, Coptic Scriptorium”</li>
</ul>
<li>A tax-deductible charitable contribution to the St. Shenouda Society, one of our research partners</li>
<ul>
<li>Visit <a href="https://www.paypal.com/paypalme/StShenouda">the Society's Paypal page</a> to make a donation</li>
<li>Write in that it is for "Coptic Scriptorium"</li>
</ul>
</ol>
<p>All donations will be allocated directly to Coptic Scriptorium. Our two priorities are 1) continuing to employ our part-time post-doctoral researcher, and 2) maintaining our servers, which support access to resources such as the <a href="https://coptic-dictionary.org">Coptic Dictionary Online</a>, our <a href="https://annis.copticscriptorium.org/annis/scriptorium">searchable database</a>, our platform to <a href="https://data.copticscriptorium.org">read Coptic literary documents</a>, and much, much more.</p>
<h1>Thank you to our donors!</h1>
<p>Diliana Atanassova<br/>
Sherymaria Makkar Bacon<br/>
Sarah E. Bond<br/>
David Brakke<br/>
Joel Kalvesmaki<br/>
Theodore Labib<br/>
Eliese-Sophia Lincke</br>
David Mihalyfy<br/>
Arthur and Janet Miller<br/>
So Miyagawa<br/>
Mark Moussa<br/>
Laura Nasrallah<br/>
Saad Michael Saad<br/>
Melissa Harl Sellew<br/>
Agnieszka Szymanska<br/>
James and Janet Timbie<br/>
</p>
<p>We especially thank the <a href="http://www.stshenouda.org/administration">St. Shenouda Society: President and Board of Directors</a> for their generous support.</p>
</div>
<!-- END CONTENT ============================== -->
</section>
<footer id="footer">
</footer>
</div> <!-- /#wrapper -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(function(){
//$("#navbar").load("nav.html");
$("#header").load("header.html",function() {
$(".m-donate").addClass('on');
});
$("#footer").load("footer.html");
});
</script>
</body>
</html>