index.html 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <!doctype html>
  2. <html lang="en">
  3. <meta charset="utf-8">
  4. <link rel="stylesheet" href="../static/bootstrap.min.css">
  5. <link rel="stylesheet" href="../static/style.css">
  6. <link rel="icon" type="image/gif" href="../static/favicon.gif">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <meta name="description" content="Donate to Dragora">
  9. <title>Donate — Dragora.org</title>
  10. <body>
  11. <header>
  12. <p>Support our efforts to release the final version of Dragora 3. <a href="/donate/">Donate now</a></p>
  13. <nav class="navbar navbar-expand-lg bg-primary bg-gradient shadow-sm user-select-none" data-bs-theme="dark">
  14. <div class="container-fluid">
  15. <a class="navbar-brand small fw-bold" href="/">
  16. Dragora
  17. </a>
  18. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mainNavbar" aria-controls="mainNavbar" aria-expanded="false" aria-label="Toggle navigation">
  19. <span class="navbar-toggler-icon"></span>
  20. </button>
  21. <div class="collapse navbar-collapse" id="mainNavbar">
  22. <ul class="navbar-nav me-auto">
  23. <li class="nav-item">
  24. <a class="nav-link" href="../support/">Support</a>
  25. </li>
  26. <li class="nav-item">
  27. <a class="nav-link" href="../preview/">Preview</a>
  28. </li>
  29. <li class="nav-item">
  30. <a class="nav-link" href="../download/">Download</a>
  31. </li>
  32. <li class="nav-item">
  33. <a class="nav-link active pe-none">Donate</a>
  34. </li>
  35. <li class="nav-item">
  36. <a class="nav-link" href="../news/">News</a>
  37. </li>
  38. </ul>
  39. </div>
  40. </div>
  41. </nav>
  42. </header>
  43. <div class="my-3 mx-5 page">
  44. <main>
  45. <p>A big project like Dragora requires a lot of time and effort.<br>
  46. Some of the tasks are: codify, document, translate, maintain, spread the word.</p>
  47. <p>Here is a list of people who have already donated to the project:</p>
  48. <div class="container">
  49. <div class="row">
  50. <ul class="list-inline col-12 col-sm-auto">
  51. <li class="list-inline-item">Marta Rosatti</li>
  52. <li class="list-inline-item">Emilio Fonzo</li>
  53. <li class="list-inline-item">Mariana Gerez</li>
  54. <li class="list-inline-item">Alec Thompson</li>
  55. <li class="list-inline-item">Samuel De La Torre</li>
  56. <li class="list-inline-item">Lubos Rendek</li>
  57. <li class="list-inline-item">Lucas Skoldqvist</li>
  58. <li class="list-inline-item">Nicolas Dato</li>
  59. </ul>
  60. <ul class="list-inline col-12 col-sm-auto">
  61. <li class="list-inline-item">Oswald Kelso</li>
  62. <li class="list-inline-item">Paul Cambria</li>
  63. <li class="list-inline-item">Chris Key</li>
  64. <li class="list-inline-item"><a href="https://tehnoetic.com">Tehnoetic.com</a></li>
  65. <li class="list-inline-item">Tom Lukeywood</li>
  66. <li class="list-inline-item">Carl Roberts</li>
  67. <li class="list-inline-item">Andreas Moe</li>
  68. <li class="list-inline-item">Sergey Tsynov</li>
  69. <li class="list-inline-item">Jing Luo</li>
  70. </ul>
  71. <ul class="list-inline col-12 col-sm-auto">
  72. <li class="list-inline-item">Алексей Андреев</li>
  73. <li class="list-inline-item">David Friedman</li>
  74. <li class="list-inline-item">Niles Corder</li>
  75. <li class="list-inline-item">Kevin Bloom</li>
  76. <li class="list-inline-item">Ralph Carlucci</li>
  77. <li class="list-inline-item">Gregory Tomko</li>
  78. <li class="list-inline-item">Charles Eric Edwards</li>
  79. <li class="list-inline-item">(and anonymous donors)</li>
  80. </ul>
  81. </div>
  82. </div><p><strong>Please consider making a donation today!</strong></p>
  83. <h2>Online donations</h2>
  84. <h3>PayPal</h3>
  85. <p>We accept one-time and recurring donations via PayPal.<br>
  86. PayPal will ask if you want to transform the one-time donation into a periodic one.</p>
  87. <p>You can enter the amount to donate after pressing the Donate button:</p>
  88. <p><img class="pp float-start me-2" src="/static/pp/pp_cc_mark_37x23.webp" alt="PayPal Logo" draggable="false"></p>
  89. <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
  90. <p>
  91. <input type="hidden" name="business" value="dragora@dragora.org">
  92. <input type="hidden" name="cmd" value="_donations">
  93. <input type="hidden" name="item_name" value="Donation to the Dragora GNU/Linux-Libre project">
  94. <label for="currency_code">Select currency: </label>
  95. <select name="currency_code" id="currency_code">
  96. <option value="USD">U.S. Dollar</option>
  97. <option value="EUR">Euro</option>
  98. <option value="AUD">Australian Dollar</option>
  99. <option value="GBP">British Pound</option>
  100. <option value="CAD">Canadian Dollar</option>
  101. <option value="CZK">Czech Koruna</option>
  102. <option value="DKK">Danish Kroner</option>
  103. <option value="HKD">Hong Kong Dollar</option>
  104. <option value="HUF">Hungarian Forint</option>
  105. <option value="ILS">Israeli New Shekel</option>
  106. <option value="JPY">Japanese Yen</option>
  107. <option value="MXN">Mexican Peso</option>
  108. <option value="NZD">New Zealand Dollar</option>
  109. <option value="NOK">Norwegian Kroner</option>
  110. <option value="PLN">Polish Zlotych</option>
  111. <option value="SGD">Singapore Dollar</option>
  112. <option value="SEK">Swedish Kronor</option>
  113. <option value="CHF">Swiss Franc</option>
  114. <option value="THB">Thai Baht</option>
  115. </select>
  116. <br>
  117. <!-- Display the payment button. -->
  118. <input type="image" name="submit"
  119. src="/static/pp/btn_donate_LG.webp"
  120. alt="PayPal - The safer, easier way to pay online">
  121. <img alt="" width="1" height="1"
  122. src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" >
  123. </p>
  124. </form><h2>Cryptocurrency</h2>
  125. <p>Donations can be done using <strong>Bitcoin</strong> (BTC):</p>
  126. <p><figure class="figure text-md-center">
  127. <img class="figure-img img-fluid border shadow-sm rounded" src="/static/cryptocurrency/btc.webp" alt="Bitcoin QR-code" title="Scan this QR code with your Bitcoin wallet" data-bs-toggle="modal" data-bs-target="#BTCQRModal">
  128. <figcaption class="figure-caption user-select-all text-dark font-monospace">bc1qfdjrq3dnc8qpd3jlh3ykua2j6ppy495axn928x</figcaption>
  129. </figure></p>
  130. <div class="modal fade" id="BTCQRModal" tabindex="-1" aria-hidden="true">
  131. <div class="modal-dialog modal-dialog-centered">
  132. <div class="modal-content">
  133. <div class="modal-body p-4">
  134. <img class="img-fluid w-100" src="/static/cryptocurrency/btc_lg.webp" alt="Bitcoin QR-code" title="Scan this QR code with your Bitcoin wallet">
  135. </div>
  136. </div>
  137. </div>
  138. </div><p>Scan this QR code with your mobile Bitcoin wallet to donate any arbitrary amount.<br>
  139. The address above is our only official wallet address.</p>
  140. <h2>International bank transfers</h2>
  141. <p>Payments or donations can also be done using <strong>Western Union</strong>:</p>
  142. <p>&nbsp;<strong>First and Middle Names</strong>: Matias Andres<br>
  143. &nbsp;<strong>Last Name</strong>: Fonzo<br>
  144. &nbsp;<strong>Address</strong>: Manzana E, Lote 6. Santa Lucia (Ampliacion)<br>
  145. &nbsp;<strong>City</strong>: Santiago del Estero (Capital)<br>
  146. &nbsp;<strong>ZIP Code</strong>: 4200<br>
  147. &nbsp;<strong>Country</strong>: Argentina</p>
  148. <h3>Information (only) for residents in Argentina</h3>
  149. <p>Giro de dinero por medio de Western Union Nacional</p>
  150. <p>Puede realizar un giro de dinero llendo al Correo Argentino en el cual deberá de completar un formulario que consiste en tres partes: monto a enviar, datos del beneficiario, y datos del remitente.</p>
  151. <p><strong>Beneficiario</strong>:</p>
  152. <p>&nbsp;<strong>Nombre/s</strong>: Matías Andrés<br>
  153. &nbsp;<strong>Apellido/s</strong>: Fonzo<br>
  154. &nbsp;<strong>Dirección</strong>: Manzana E, Lote 6. Santa Lucía (Ampliación)<br>
  155. &nbsp;<strong>Ciudad</strong>: Santiago del Estero (Capital)<br>
  156. &nbsp;<strong>Código Postal</strong>: 4200</p>
  157. <p><strong>Remitente</strong>:</p>
  158. <p>&nbsp;Quien remite es usted. Esto es, sus datos personales más CUIT/CUIL/CDI.</p>
  159. <p>&nbsp;Una vez realizada toda la operación deberá de comunicar el número conocido como <strong>MTCN</strong> a: &lt;dragora (a) dragora org&gt;.</p>
  160. </main>
  161. <footer class="small text-muted mt-5">
  162. <a class="btn btn-sm btn-outline-primary float-end" href="#"><span class="visually-hidden">TOP</span><img src="../static/top.webp" alt="" title="Go to top" height="24"></a>
  163. <div class="hstack">
  164. <img class="me-2" src="../static/logo/dragora-logo-modern.svg" alt="" height="64" draggable="false">
  165. <p class="vstack small mt-2">
  166. <span class="mb-1 fw-bold">Dragora is made available for free to everyone at no additional costs.</span>
  167. <span>&copy; 2024 <a class="text-muted text-decoration-none" href="https://www.dragora.org">dragora.org</a> &mdash; published under the <a class="text-muted text-decoration-none d-inline-block" href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" title="CC BY-SA 4.0"><span class="visually-hidden">CC BY-SA 4.0</span><img height="16" src="../static/cc/cc.webp" alt="CC"><img class="mx-1" height="16" src="../static/cc/by.webp" alt="BY"><img height="16" src="../static/cc/sa.webp" alt="SA"> copyleft license</a>.</span>
  168. <span>This web domain never uses tracking or analytics cookies.</span>
  169. </p>
  170. </div>
  171. </footer>
  172. </div>
  173. <script src="../static/bootstrap.min.js"></script>
  174. </body>
  175. </html>