-
Notifications
You must be signed in to change notification settings - Fork 7
/
donate.html
102 lines (80 loc) · 4.07 KB
/
donate.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!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>Freeciv.org - Donate</title>
<link rel="apple-touch-icon" href="images/civicon.png" />
<link rel="shortcut icon" href="images/civicon.png" />
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/freeciv.css" rel="stylesheet">
<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-40584174-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-553240ed5ba009c1" async="async"></script>
<!-- Fixed navbar -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://www.freeciv.org/"><img id="top_logo" alt="Freeciv.org" src="images/logo-top.png"></a> <!--Logo font is: Liberation Sans Bold Italic -->
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="https://www.freeciv.org/">Home</a></li>
<li><a href="download.html">Download</a></li>
<!-- <li><a href="https://play.freeciv.org/">Freeciv-web</a></li> -->
<li><a href="https://meta.freeciv.org/">Metaserver</a></li>
<li><a href="https://www.freeciv.org/wiki/">Wiki</a></li>
<li><a href="https://forum.freeciv.org/">Forum</a></li>
</ul>
<form class="navbar-form navbar-right searchbox">
<iframe src="https://duckduckgo.com/search.html?width=170&site=www.freeciv.org,forum.freeciv.org,freeciv.wikia.com,play.freeciv.org&prefill=Search Freeciv.org" style="overflow:hidden;margin:0;padding:0;width:228px;height:40px;" frameborder="0"></iframe>
</form>
</div>
</div>
</nav>
<!-- Begin page content -->
<div id="content" class="container">
<div class="row" >
<div class="col-lg-10 left_pagepart" >
<h1>Donations</h1>
<p>Freeciv is hosted together with Warzone2100 project. Donations go toward paying
those hosting costs.</p>
<p><a href="http://donations.wz2100.net/">Donate here!</a>
<!-- Old PayPal account -->
<!--
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QKGC4Q5FSMKLC">
<img src="images/paypal.gif">Donate via PayPal</a><br>
</p>
-->
<p>A big THANK YOU to all who have contributed.</p>
<p>You can browse some <a href="https://www.freeciv.org/wiki/Donations/old">old information</a> about donations we had in the early days.</p>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="text-muted">© The Freeciv Project 1996-<script type="text/javascript">document.write(new Date().getFullYear());</script>.
Freeciv is free and open source software. Freeciv is released under the <a href="https://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>, while the Freeciv-web client is released under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License</a>.</p>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/detect.js"></script>
<script src="js/freeciv.js"></script>
</body>
</html>