web-mxchat/index/podpora/index.html

77 lines
3.1 KiB
HTML
Raw Normal View History

<!--
This file is part of <project name>.
Copyright (C) 2024 Oscloud
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Podpora</title>
<link rel="stylesheet" href="../../style/style.css">
<link rel="icon" type="image/x-icon" href="../../res/site/icons/favicon.ico">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
</head>
<body>
<header class="page-header" role="banner">
<h1 class="project-name">Podpora</h1>
<a href="/index.html" class="home-icon" title="Domů">
<i class="fas fa-home"></i>
</a>
</header>
<div class="main-content">
<h2>Podpora</h2>
<p>Pokud se vám líbí naše práce a chtěli byste nás podpořit, můžete tak učinit několika způsoby:</p>
<ul>
<li>
💳 <strong>Bankovní účet (CZ)</strong>:<br>
- Transparentní účet: <code>264043266/0600</code><br>
- Další účet: <code>263559105/0600</code><br>
<div class="spacer"></div>
<img src="https://api.paylibo.com/paylibo/generator/czech/image?accountNumber=264043266&bankCode=0600&amount=0&currency=CZK&message=Podpora%20mxchat.cz&size=200" alt="QR code pro transparentní účet">
</li>
<li>
🌍 <strong>Mezinárodní bankovní převod</strong>:<br>
- Commerzbank DE:<br>
&nbsp;&nbsp; IBAN: <code>DE07 7734 0076 0131 2966 00</code><br>
&nbsp;&nbsp; BIC: <code>COBADEFFXXX</code>
</li>
<li>
<strong>Ko-fi</strong>:<br>
- Podpořte nás přes <a href="https://ko-fi.com/archlinuxcz">Ko-fi</a>
</li>
<li>
🔄 <strong>Revolut</strong>:<br>
- Uživatelské jméno: <code>@archos</code>
</li>
<li>
🔗 <strong>Bitcoin (BTC)</strong>:<br>
- Adresa: <code>bc1qacfnj8gauujaulu36elmr2av5dw9527xg24wnu</code>
</li>
</ul>
<p>Vaše podpora je pro nás velmi důležitá a pomáhá nám pokračovat ve vývoji a udržování našich projektů. Děkujeme!</p>
</div>
<footer class="site-footer">
<p style="text-align:center;">Copyright &copy; Oscloud 2024</p>
</footer>
</body>
</html>