BastionGuard/webui/donate.php
specialworld83 f0f913a209 Release 2.0
2026-07-15 10:52:22 +02:00

4 lines
1.1 KiB
PHP

<?php include 'auth.php'; $page_title='Donations - BastionGuard WebUI'; $active_page='donate.php'; $donateImg=bg_file_data_uri('/usr/share/BastionGuard/data/donate.png','image/png'); include 'includes/header.php'; include 'includes/sidebar.php'; ?>
<div class="page-title"><div><h1>Support BastionGuard</h1><p>Contenuto allineato a <code>DonatePage.cpp</code>.</p></div></div>
<div class="card"><div class="card-body text-center py-5"><h3><strong>Support BastionGuard</strong></h3><p class="text-muted mx-auto" style="max-width:760px">Thanks to your contribution we can improve BastionGuard. A small gesture is enough. The contribution is completely voluntary; we only ask you to support us in carrying forward something that is entirely free for you.</p><?php if($donateImg): ?><img src="<?= bg_e($donateImg) ?>" alt="Donate" style="max-width:350px;width:100%;height:auto" class="my-3"><?php endif; ?><div><a class="btn btn-primary btn-lg" href="https://www.paypal.com/donate/?hosted_button_id=XR4622XJZMKGN" target="_blank" rel="noreferrer"><i class="bi bi-heart-fill"></i> Go to donation</a></div></div></div>
<?php include 'includes/footer.php'; ?>