-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.html
More file actions
110 lines (99 loc) · 6.14 KB
/
donate.html
File metadata and controls
110 lines (99 loc) · 6.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Support the Boquila Foundation</title>
<meta
content="Support Boquila and become part of a global movement to protect the planet. Your commitment can make a difference in biodiversity conservation and sustainable development. Donate now and join the change!"
name="description">
<meta
content="Artificial intelligence, AI, biodiversity, conservation, projects, Chile, innovation, technology, environment, sustainability, climate change, ecology, nature protection."
name="keywords">
<meta property="og:image" content="https://boquila.org/assets/img/logo.webp"/>
<meta property="twitter:image" content="https://boquila.org/assets/img/logo.webp"/>
<meta name="twitter:image:src" content="https://boquila.org/assets/img/logo.webp">
<link href="assets/favicon.png" rel="icon">
<link rel="stylesheet" href="styles.css">
<link rel="preload" href="assets/fonts/gabarito-latin.woff2" as="font" type="font/woff2" crossorigin>
</head>
<body>
<header>
<div class="container">
<a href="./" class="logo">
<img width="155" height="40" src="assets/logo2.webp" alt="Boquila logo">
</a>
<nav>
<ul>
<li><a href="hub">Hub</a></li>
<li><a href="verse">Verse</a></li>
<li><a href="donate">Donate</a></li>
<li>
<label for="lang-select" class="sr-only">Language</label>
<select id="lang-select" class="lang-select" onchange="if(this.value) location.href = this.value;">
<option value="donate" selected>EN</option>
<option value="zh/donate">ZH</option>
<option value="de/donate">DE</option>
<option value="fr/donate">FR</option>
<option value="vi/donate">VI</option>
<option value="pt/donate">PT</option>
<option value="es/donate">ES</option>
<option value="ja/donate">JA</option>
</select>
</li>
</ul>
</nav>
</div>
</header>
<section class="hero">
<div class="container">
<div class="hero-box text-center" style="text-align: center;">
<h1>Support <span>Boquila</span></h1>
<p>Help us protect biodiversity and leverage AI for a better future. Your support makes a difference.</p>
<div style="margin: 2rem 0;">
<script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script>
<script type='text/javascript'>kofiwidget2.init('Support Boquila on Ko-fi', '#33DA72', 'Y8Y716P393'); kofiwidget2.draw();</script>
</div>
<div style="margin-top: 3rem; padding-top: 2rem; border-top: 2px solid #eee;">
<p style="font-size: 1.2rem; margin-bottom: 1rem; margin-left: auto; margin-right: auto;">Or via GitHub Sponsors:</p>
<div style="display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap;">
<a target="_blank" href="https://github.com/sponsors/boquila" class="btn-link" style="background: #24292e; color: white; border-color: #24292e;">
<svg class="btn-icon"><use href="assets/icons.svg#icon-github"></use></svg> Sponsor on GitHub
</a>
</div>
</div>
<div style="margin-top: 3rem; padding-top: 2rem; border-top: 2px solid #eee;">
<p style="font-size: 1.2rem; margin-bottom: 1rem; margin-left: auto; margin-right: auto;">Or via Reveniu (Chile):</p>
<div style="display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap;">
<a target="_blank" href="https://app.reveniu.com/checkout-custom-link/83xh0zQCgwLMg2oSXihHk4LLs5VEMFzS" class="btn-link" style="background: #336dff; color: white; border-color: #336dff;">
Donate Monthly
</a>
<a target="_blank" href="https://app.reveniu.com/checkout-custom-link/k6ja1CwHiO9Guc0RdEyLDiV7tob6zOvH" class="btn-link" style="background: #336dff; color: white; border-color: #336dff;">
One-off Donation
</a>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container footer-content">
<div class="footer-brand">
<a href="./" class="footer-logo">
<img width="178" height="50" src="assets/logo.webp" alt="Boquila logo">
</a>
<p>AI for nature</p>
</div>
<div class="footer-links">
<a href="mailto:contacto@boquila.org" title="Contact Us"><svg class="footer-icon-svg" fill="currentColor"><use href="assets/icons.svg#icon-email"></use></svg></a>
<a href="https://github.com/boquila" target="_blank" title="GitHub"><svg class="footer-icon-svg" fill="currentColor"><use href="assets/icons.svg#icon-github"></use></svg></a>
<a href="https://www.linkedin.com/company/boquila" target="_blank" title="LinkedIn"><svg class="footer-icon-svg" fill="currentColor"><use href="assets/icons.svg#icon-linkedin"></use></svg></a>
<a href="https://instagram.com/fundacionboquila" target="_blank" title="Instagram"><svg class="footer-icon-svg" fill="currentColor"><use href="assets/icons.svg#icon-instagram"></use></svg></a>
<a href="https://huggingface.co/boquila" target="_blank" title="HuggingFace">
<svg class="footer-icon-svg" fill="currentColor"><use href="assets/icons.svg#icon-huggingface"></use></svg>
</a>
</div>
</div>
</footer>
</body>
</html>