]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/static/get-involved.html
Donation page responsivness
[people/shoehn/ipfire.org.git] / templates / static / get-involved.html
CommitLineData
60b0917c
MT
1{% extends "../base-1.html" %}
2
3{% block title %}{{ _("Get Involved") }}{% end block %}
4
5{% block container %}
ae6a2da5
SH
6 <section id="support" class="content-section">
7 <div class="container">
8 <div class="row mb-5">
9 <section class="features-content col-12">
10 <h2 class="display-2 text-center">{{ _("Join the IPFire Community") }}</h2>
11
12 <div class="row">
13 <div class="col-md-4 text-center">
14 <a href="/chat" class="link-normal">
15 <span class="fa fa-4x fa-wechat"></span>
16 <h3>{{ _("Chat") }}</h3>
17 </a>
18 </div>
19
20 <div class="col-md-4 text-center">
21 <a href="//forum.ipfire.org" class="link-normal">
22 <span class="fa fa-4x fa-users"></span>
23 <h3>{{ _("Forums") }}</h3>
24 </a>
25 </div>
26
27 <div class="col-md-4 text-center">
28 <a href="http://lists.ipfire.org" class="link-normal">
29 <span class="fa fa-4x fa-envelope-o"></span>
30 <h3>{{ _("Mailing Lists") }}</h3>
31 </a>
32 </div>
b54b8ec3 33 </div>
ae6a2da5
SH
34 </section>
35 </div>
b54b8ec3 36 </div>
ae6a2da5
SH
37 </section>
38
39 <div class="container mt-6">
b54b8ec3
SH
40 <div class="row">
41 <section class="col-12">
42 <h2 class="display-2 text-center">{{ _("Contribute") }}</h2>
d5d466f1 43
b54b8ec3
SH
44 <div class="row mb-6">
45 <section id="community_support" class="col-5">
46 <h4>{{ _("Provide Community Support") }}</h4>
47 <p>
48 {% if lang == "de" %}
49 Werde Teil der wundervollen Gemeinschaft von IPFire und helfe
50 Einsteigern bei ihren ersten Schritten. Bring dich ein in Diskussionen
51 rund um das Projekt in <a href="/chat">Chaträumen</a>, dem
52 <a href="//forum.ipfire.org">IPFire Forum</a>, und
53 den <a href="//lists.ipfire.org/">Mailinglisten</a>.
54 {% else %}
55 Join the wonderful IPFire Community and help other people getting started with IPFire.
56 Take part in discussions all around the project on our <a href="/chat">channels</a>,
57 the <a href="//forum.ipfire.org">IPFire Forums</a>, and
58 <a href="//lists.ipfire.org/">Mailing Lists</a>.
59 {% end %}
60 </p>
61
bca33e54
SH
62 <a class="btn btn-white mb-3" href="http://forum.ipfire.org/search.php?search_id=unanswered">{{ _("Unanswered questions on the forums") }}</a>
63 <a class="btn btn-white" href="/chat">{{ _("On our Jabber/IRC channels") }}</a>
b54b8ec3
SH
64 </section>
65
66 <section id="documentation" class="col-5 offset-2">
67 <h4>{{ _("Improve our Documentation") }}</h4>
68 <p>
69 {% if lang == "de" %}
70 Das <a href="//wiki.ipfire.org">IPFire Wiki</a> beinhaltet Dokumentation
71 über IPFire und beantwortet alle Fragen. Hast du etwas gefunden, das
72 undokumentiert, nicht vollständig ist oder Überarbeitung bedarf?
73 Logge dich ein und editiere gleich los.
74 {% else %}
75 The <a href="//wiki.ipfire.org">IPFire Wiki</a> is the source of documentation
76 and answers all questions about IPFire. Found something that needs to be
77 documented, improved, or rewritten? Sign up and get it done!
78 {% end %}
79 </p>
80
bca33e54 81 <a class="btn btn-white" href="http://wiki.ipfire.org">{{ _("IPFire Wiki") }}</a>
b54b8ec3 82 </section>
60b0917c 83 </div>
d5d466f1 84
b54b8ec3
SH
85 <div class="row mb-6">
86 <section id="translation" class="col-5">
87 <h4>{{ _("Translate") }}</h4>
88 <p>
89 {% if lang == "de" %}
90 IPFire wird in vielen Ländern der Welt eingesetzt.
91 Die Software zu übersetzen hilft dabei IPFire leichter
92 bedienbar zu machen. Trage dazu bei IPFire in eine
93 neue Sprache zu übersetzen, oder verbessere bestehende
94 Übersetzungen.
95 {% else %}
96 IPFire is used in many countries all over the world.
97 Translating the software helps us to make it usable for
98 more and more people. Join our efforts and translate IPFire
99 into a new language or improve already existing translations.
100 {% end %}
101 </p>
102 </section>
103
104
105 <section id="maintain" class="col-5 offset-2">
106 <h4>{{ _("Maintain Packages") }}</h4>
107 <p>
108 {% if lang == "de" %}
109 Werde Experte in einem Subsystem der IPFire-Distribution und
110 helfe dabei Funktionen auf aktuellem Stand zu erhalten und
111 Bugs zu beseitigen.
112 Die Wartung von Paketen ist ein essentieller Teil des Projekts
113 und unerlässlich, um die großartige Stabilität und Sicherheit
114 von IPFire zu erhalten, die es heute hat.
115 {% else %}
116 Become an expert for a subsystem of the IPFire distribution and help
117 to keep features up to date and fix bugs.
118 Maintaining packages is an essential part of the project and needed
119 to provide the great level of stability and security that IPFire does
120 today.
121 {% end %}
122 </p>
123
bca33e54
SH
124 <a class="btn btn-white mr-3" href="http://wiki.ipfire.org/devel/submit-patches">{{ _("Submit Patches") }}</a>
125 <a class="btn btn-white" href="https://pakfire.ipfire.org/">{{ _("Pakfire Build Service") }}</a>
b54b8ec3 126 </section>
60b0917c 127 </div>
d5d466f1 128
b54b8ec3
SH
129 <div class="row mb-6">
130 <section id="bugs" class="col-5">
131 <h4>{{ _("Report & Resolve Bugs") }}</h4>
132 <p>
133 {% if lang == "de" %}
134 Solltest du einen Fehler in IPFire gefunden haben, nimm dir einen Moment Zeit, um
135 ihn zu melden. Natürlich freuen wir uns über Lösungen für bereits gemeldete Bugs.
136 {% else %}
137 If you have come across a flaw in the IPFire distribution, please take a moment and
138 report it to us. Of course we appreciate any solutions for already existing bug
139 reports.
140 {% end %}
141 </p>
142
bca33e54
SH
143 <a class="btn btn-white mr-3" href="http://bugzilla.ipfire.org">{{ _("IPFire Bugzilla") }}</a>
144 <a class="btn btn-white" href="http://wiki.ipfire.org/devel/bugzilla">{{ _("Dealing with bug reports") }}</a>
b54b8ec3
SH
145 </section>
146
147 <section id="infrastructure" class="col-5 offset-2">
148 <h4>{{ _("Provide Infrastructure") }}</h4>
149 <p>
150 {% if lang == "de" %}
151 Das IPFire-Projekt unterhält eine Menge Infrastruktur für verschiedene Dienste für die Nutzer.
152 Für schnelle Downloads und eine hohe Zuverlässigkeit der Dienste zu gewährleisten arbeitet
153 das IPFire Infrastructure-Team, das sich über Unterstützung freut.
154 {% else %}
155 The IPFire project is hosted on a huge infrastructure and runs various services for the users.
156 To keep access to IPFire download images as fast as possible and to keep our services running
157 as reliable as possible, the IPFire Infrastructure team is operating this infrastructure and
158 appreciates your support.
159 {% end %}
160 </p>
161
bca33e54 162 <a class="btn btn-white" href="http://wiki.ipfire.org/en/project/mirror">{{ _("Host a mirror") }}</a>
b54b8ec3
SH
163 </section>
164 </div>
d5d466f1 165
b54b8ec3
SH
166 <div class="row justify-content-center mb-6">
167 <section id="donate" class="col-5 text-center">
168 <h4>{{ _("Donate") }}</h4>
169 <p>
170 {% if lang == "de" %}
171 Die Unterstützung vieler Freiwillige, die zur Entwicklung oder anderen
172 Bereichen des Projekts beitragen ist unerlässlich für den Erfolg dieses
173 Projekts.
174 Wenn du kein Experte im Schreiben von Dokumentation, oder Technologie bist,
175 aber trotzdem zum Projekt beitragen möchtest, kannst du die Arbeit anderer
176 finanziell unterstützen, um laufende Kosten zu decken.
177 {% else %}
178 Support by volunteers who engage in development or contribute themselves
179 is is essential for this project. If you are not an expert in writing
180 documentation, or technology but want to help out, you can support
181 the work of the others by making a financial contribution which
182 will help covering costs.
183 {% end %}
184 </p>
185
bca33e54 186 <a class="btn btn-red900" href="/donate">{{ _("Donate") }}</a>
b54b8ec3
SH
187 </section>
188 </div>
d5d466f1 189 </section>
b54b8ec3 190 </div>
d5d466f1
SH
191 </div>
192
60b0917c 193{% end block %}