-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsupport.html
58 lines (51 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
href="/assets/images/pixel_coffee_mug.png"
/>
<meta name="author" content="Derek Andersen" />
<meta
name="description"
content="The personal website of Derek Andersen, only on the World Wide Web!"
/>
<link rel="stylesheet" type="text/css" href="/main.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<script src="//code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="/JavaScript/header.js"></script>
<script src="/JavaScript/color-theme-toggle.js"></script>
<title>Support / Derek Andersen</title>
</head>
<body onload="fillHeader()">
<div class="content">
<p id="top-home-button">
<a href="/links">← Links</a>
</p>
<h2 class="section" id="support">
<a href="#support">Support Derek</a>
</h2>
<p class="text">
If you appreciate any of my work — whether it's my writing, software,
or something else —
consider supporting me by leaving a small donation. It would help me stay motivated to create more things.
</p>
<ul class="stuff-list">
<li>
<a
href="https://ko-fi.com/dechrissen"
target="_blank"
>
Donate on Ko-fi
</a>
</li>
</ul>
</div>
</body>
</html>