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