-
Notifications
You must be signed in to change notification settings - Fork 35
/
support.html
executable file
·85 lines (75 loc) · 2.69 KB
/
support.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
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Like what we're doing here?</title>
<!-- 2015-10-19 Mon 13:38 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<link rel="stylesheet" type="text/css" href="./css/foundation.min.css"></link>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'></link>
<link rel="stylesheet" type="text/css" href="./css/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="./css/style.css"></link>
<link rel="stylesheet" type="text/css" href="./css/emacs-notes.css"></link>
<script src="./js/jquery.min.js"></script>
<script src="./js/emacs-notes.js"></script>
</head>
<body>
<div id="content">
<h1 class="title">Like what we're doing here?</h1>
<p>
I want to put together more resources to help people learn about Emacs. The biggest challenges are:
</p>
<ul class="org-ul">
<li>Figuring out what needs to be explained: Please ask questions!
</li>
<li>Organizing things in a reasonable order: Please make suggestions!
</li>
<li>Sharing tips: Please write!
</li>
</ul>
<p>
Want to help with any of these? You can reach me at
<a href="mailto:[email protected]">[email protected]</a>.
</p>
<p>
I like working on a free/pay-what-you-want basis so that everyone can
use these resources without being limited by money or access to
payment methods. If you would like to support this by sending money,
please contact me at <a href="mailto:[email protected]">[email protected]</a> and we'll sort something out.
You can also donate anonymously by sending to
<code>1EVJgwMAuAYkgPEJCMvki2vbkLyPKGUvKb</code> (but I'd love to know who you are
anyway so that I can thank you!) =) Here's a rough idea of what
different donations translate to:
</p>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="left" />
<col class="left" />
</colgroup>
<tbody>
<tr>
<td class="left">$10</td>
<td class="left">That's, like, a week of lunches. =)</td>
</tr>
<tr>
<td class="left">$15</td>
<td class="left">A domain name for a year</td>
</tr>
<tr>
<td class="left">$30</td>
<td class="left">A month of VPS hosting (I use Linode)</td>
</tr>
<tr>
<td class="left">$50</td>
<td class="left">A transcript of an hour-long Emacs Chat episode or something similar do</td>
</tr>
</tbody>
</table>
</div>
<div id="postamble" class="status">
<div class="back-to-top"><a href="#top">Back to top</a> | <a href="mailto:[email protected]">E-mail me</a></div>
</div>
</body>
</html>