]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/sponsors/faq.html
sponsors: Update FAQ
[ipfire.org.git] / src / templates / sponsors / faq.html
CommitLineData
8d45158b
MT
1{% extends "../base.html" %}
2
3{% block title %}{{ _("♥ Sponsor Us") }}{% end block %}
4
5{% block container %}
6 <section class="hero is-primary">
7 <div class="hero-body">
8 <div class="container">
9 <nav class="breadcrumb" aria-label="breadcrumbs">
10 <ul>
11 <li>
12 <a href="/">Home</a>
13 </li>
14 <li>
15 <a href="/sponsors">{{ _("♥ Sponsor Us") }}</a>
16 </li>
17 <li class="is-active">
18 <a href="#" aria-current="page">{{ _("Frequently Asked Questions") }}</a>
19 </li>
20 </ul>
21 </nav>
22 <h1 class="title">
23 {{ _("Frequently Asked Questions") }}
24 </h1>
25 </div>
26 </div>
27 </section>
28
29 <section class="section">
30 <div class="container">
48adecd6
MT
31 <div class="columns">
32 <div class="column is-two-thirds">
33 <div class="block">
34 <h5 class="title is-5">
35 Why Sponsor IPFire?
36 </h5>
37
38 <div class="content">
39 <p>
40 Sponsoring the IPFire project is a commitment to advancing Open Source
41 on a global scale.
42 Your support fuels ongoing development, ensuring the project remains
43 at the forefront of security innovation.
44 </p>
45
46 <p>
47 By sponsoring IPFire, you contribute to the sustainability of an
48 Open Source firewall solution that empowers individuals and organizations
49 to fortify their digital defenses.
50 Your sponsorship not only fosters a vibrant community but also enables
51 the continuous improvement of features, user support, and adaptation
52 to emerging threats.
53 </p>
54
55 <p>
56 Join us in creating a more secure online environment for everyone.
57 </p>
58
59 <p>
60 Sponsor IPFire today and be a driving force behind the evolution of
61 Open Source cyber security.
62 </p>
63
64 <p>
65 <a class="button is-primary" href="/sponsors">
66 ♥ {{ _("Sponsor Now") }}
67 </a>
68 </p>
69 </div>
70 </div>
71
72 <div class="block">
73 <h5 class="title is-5">
74 How much should I give?
75 </h5>
76
77 <div class="content">
78 <p>
79 We deeply appreciate your support!
80 Donations of any size are truly meaningful and contribute
81 significantly to our cause.
82 </p>
83
84 <p>
85 The choice of how much to give is entirely yours and appreciated equally.
86 Your contribution, regardless of the amount, goes a long way in
87 helping us achieve our goals.
88 </p>
89 </div>
90 </div>
91
92 <div class="block">
93 <h5 class="title is-5">
94 Why is my address needed?
95 </h5>
96
97 <div class="content">
98 <p>
99 We respect the importance of privacy.
100 To process credit card donations, we request only the
101 essential information, such as billing addresses, necessary
102 for identity verification, payment processing, and prevention
103 of fraudulent charges.
104 </p>
105
106 <p>
107 Rest assured, your information remains confidential, and
108 for any queries, kindly consult Lightning Wire Labs'
109 <a href="https://www.lightningwirelabs.com/legal">Privacy Policy</a>.
110 </p>
111 </div>
112 </div>
113
114 <div class="block">
115 <h5 class="title is-5">
116 I am concerned about losing my credit card details
117 </h5>
118
119 <div class="content">
120 <p>
121 To address the serious and prevalent issue of credit card fraud,
122 we strictly adhere to <a href="https://en.wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard">PCI DSS</a>,
123 a mandatory standard in Europe.
124 </p>
125
126 <p>
127 This commitment ensures that we never handle or store any credit card data on our systems.
128 All transactions are securely managed by our payment provider,
129 and our systems undergo regular audits to guarantee the correct
130 implementation of this standard.
131 </p>
132 </div>
133 </div>
134
135 <div class="block">
136 <h5 class="title is-5">
137 Is my donation tax deductible?
138 </h5>
139
140 <div class="content">
141 <p>
142 Please note that while donations are tax-deductible, they do
143 not qualify as charitable contributions.
144 </p>
145 </div>
146 </div>
147
148 <div class="block">
149 <h5 class="title is-5">
150 What will be charged to my credit card?
151 </h5>
152
153 <div class="content">
154 <p>
155 We are based in Germany. Transactions by credit card from other
156 countries may be subject to an international payment fee
157 charged by your credit card issuer, usually around 1%.
158 Please check with your bank before donating.
159 </p>
160 </div>
161 </div>
162
163 <div class="block">
164 <h5 class="title is-5">
165 How do I cancel or change my sponsorship?
166 </h5>
167
168 <div class="content">
169 <p>
170 If you choose to end your sponsorship, you can easily do so by
171 logging into our website.
172 Your control over your sponsorship is important to us, and we
173 appreciate your support throughout your journey with us.
174 </p>
175 </div>
176 </div>
177
178 <hr>
179
180 <div class="block">
181 <div class="content">
182 <p>
183 If you have additional inquiries or need further clarification,
184 we're here to help!
185 </p>
186
187 <p>
188 Feel free to reach out to us via email at <a href="mailto:donate@ipfire.org">donate@ipfire.org</a>.
189 Your questions and feedback are valuable to us, and we strive
190 to provide the information and support you need.
191 </p>
192 <p>
193 Thank you for considering sponsorship and being a part of our community.
194 </p>
195 </div>
196 </div>
197 </div>
8d45158b
MT
198 </div>
199 </div>
200 </section>
201{% end block %}