-
Notifications
You must be signed in to change notification settings - Fork 7
/
donate.html
107 lines (95 loc) · 5.7 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
103
104
105
106
107
<!DOCTYPE html>
<html>
<title>LibreCAD - Free Open Source 2D CAD</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://librecad.org/css/w3.css">
<link rel="stylesheet" href="https://librecad.org/css/w3-theme-light-green.css">
<link rel="stylesheet" href="https://librecad.org/css/librecad.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<body>
<!-- Navbar (fixed on top) -->
<div class="w3-top">
<div class="w3-bar w3-theme-l3 w3-padding w3-card lc-top">
<!-- Right-sided navbar links. Hide them on small screens -->
<div class="w3-left">
<a href="https://librecad.org/" class="w3-bar-item w3-button w3-hover-theme">
<img src="https://librecad.org/img/logo.png" alt="LibreCAD Logo" width="150">
</a>
</div>
<div class="w3-right w3-hide-small w3-hide-medium">
<a href="https://librecad.org/" class="w3-bar-item w3-button w3-hover-theme">Home</a>
</div>
</div>
</div>
<!-- Page content -->
<div class="lc-content">
<!-- Donate -->
<section id="donate" class="w3-section lc-section">
<!-- Links -->
<div class="w3-theme-d4 lc-links lc-text-l4">
<div class="w3-row lc-row">
<div class="w3-cell w3-third w3-cell-middle w3-center w3-mobile lc-cell">
<a href="https://web.libera.chat/#librecad" target="_blank"><i class="fa fa-comments"></i> IRC #librecad</a>
<br>
<a href="https://librecad.zulipchat.com/" target="_blank"><i class="fa fa-comments"></i> Zulip chat</a>
<br>
<a href="https://forum.librecad.org/" target="_blank"><i class="fa fa-users"></i> Forum</a>
</div>
<div class="w3-cell w3-third w3-cell-middle w3-center w3-mobile lc-cell">
<a href="https://librecad.readthedocs.io/" target="_blank"><i class="fa fa-book"></i> Manual</a>
<br>
<a href="https://dokuwiki.librecad.org/" target="_blank"><i class="fa fa-book"></i> Wiki</a>
<br>
<a href="https://blog.librecad.org/" target="_blank"><i class="fa fa-comment"></i> Blog</a>
</div>
<div class="w3-cell w3-third w3-cell-middle w3-center w3-mobile lc-cell">
<a href="https://github.com/LibreCAD/LibreCAD" target="_blank"><i class="fa fa-github"></i> GitHub</a>
<br>
<a href="https://sourceforge.net/projects/librecad" target="_blank"><i class="fa fa-download"></i> SourceForge</a>
<br>
<a href="https://translate.librecad.org/" target="_blank"><i class="fa fa-language"></i> Translate</a>
</div>
</div>
</div>
<!-- Donate -->
<div class="w3-row lc-row w3-white">
<div class="w3-cell w3-half w3-cell-middle w3-mobile lc-cell">
<h1><strong>Donations</strong></h1>
<h2>Not necessary, but welcome!</h2>
<p><strong>LibreCAD</strong> is free software!<br>
There is no trial period or expiry date, you can use it immediately, unlimited.
<br>And you are not obligated to pay for its use.</p>
<p>But we have charges to keep the project running, mainly the server for our various services.<br>
Thus it is more than welcome when you donate to the project to keep it up and running.</p>
</div>
<div class="w3-cell w3-half w3-cell-middle w3-mobile lc-cell">
<h1><strong> </strong></h1>
<h2>How to donate</h2>
<p>To support us financially, you can donate to our <strong>Open Collective</strong> account or use <strong>GitHub Sponsors</strong>, if you already have a GitHub account.<br>
<strong>Use the buttons below to reach out to the donation sites.</strong>
<p>Anyhow, you can also support <strong>LibreCAD</strong> by contributing to the community according to needs and possibilities.<br>
Find our resources in the links above and don't hesitate to ask questions or share your experiences with our worldwide community.</p>
</div>
</div>
<div class="w3-row lc-row w3-white">
<div class="w3-cell w3-half w3-cell-middle w3-mobile w3-center lc-cell">
<a href="https://opencollective.com/librecad/donate" target="_blank">
<img src="https://opencollective.com/librecad/donate/[email protected]?color=white" width=250 />
</a>
</div>
<div class="w3-cell w3-half w3-cell-middle w3-mobile w3-center lc-cell">
<iframe src="https://github.com/sponsors/LibreCAD/button" title="Sponsor LibreCAD" height="32" width="200" style="border: 0;border-radius: 7px;"></iframe></p>
<div style="background-color: white;"><!-- workaround for GitHub button in dark mode, compensate the higher OC button--></div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer class="w3-center w3-theme-d5 w3-padding-16">
<small>Unless otherwise specified, all text and images on this website are licensed under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" class="lc-hover-black"><i class="fa fa-creative-commons"></i> Creative Commons Attribution 4.0 License</a> (CC BY 4.0).<br>
All trademarks referenced herein are the properties of their respective owners.</small>
</footer>
</body>
</html>