-
Notifications
You must be signed in to change notification settings - Fork 1
/
support.html
68 lines (62 loc) · 2.33 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
<!DOCTYPE html>
<html>
<head>
<title>THATCHER'S TECHBASE</title>
<link rel="shortcut icon" type="image/jpg" href="images/favicon.ico" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="main">
<div class="abitlessopaque">
<!-- navbar code needs to be on same line to avoid spacing issues -->
<p align="center">
<a href="index.html"><img src="images/logo.png" width="560px" /></a>
</p>
<br />
<p align="center">
<a class="navbar" href="get.html">Play</a>
<a class="navbar" href="sound.html">Soundtrack</a>
<a class="navbar" href="screens.html">Media</a>
<a class="navbarcurrent" href="support.html">Support</a>
<a class="navbar" href="credits.html">Credits</a>
</p>
</div>
<br />
<div class="abitopaque" style="width: 98%; padding: 2%" align="center">
<h3>SUPPORTING THATCHER'S TECHBASE</h3>
<hr />
<br />
I can't ask you for any money for this game -
<b>THATCHER'S TECHBASE</b> is based on licensed code and assets provided
by id Software, and uses copyrighted images, sounds and other reference
material.<br /><br />
If you enjoyed <b>THATCHER'S TECHBASE</b> and would like to show your
support, why not consider making a charitable donation to one of these
organisations?<br /><br />
<hr />
<div align="center">
<a href="https://www.ciswo.org.uk/"
><img src="images/ciswo.png" style="width: 40%"
/></a>
<a href="https://www.stonewall.org.uk/"
><img src="images/stonewall.png" style="width: 40%"
/></a>
<a href="https://www.ictj.org/"
><img src="images/ictj.png" style="width: 40%"
/></a>
<a href="https://www.facebook.com/HJCOfficial/"
><img src="images/hillsborough.png" style="width: 40%"
/></a>
<a href="https://www.livingrent.org/"
><img src="images/living-rent.png" style="width: 40%"
/></a>
<a href="https://www.scottishrefugeecouncil.org.uk/"
><img src="images/refugee-council.png" style="width: 40%"
/></a>
</div>
<hr />
</div>
<br />
</div>
</body>
</html>