tangled
alpha
login
or
join now
arabica.social
/
arabica
7
fork
atom
Coffee journaling on ATProto (alpha)
alpha.arabica.social
coffee
7
fork
atom
overview
issues
pulls
pipelines
feat: update about page with support section
pdewey.com
1 month ago
0f79471a
12443f63
verified
This commit was signed with the committer's
known signature
.
pdewey.com
SSH Key Fingerprint:
SHA256:ePOVkJstqVLchGK8m9/OGQG+aFNHD5XN3xjvW9wKCA4=
+17
-2
3 changed files
expand all
collapse all
unified
split
.github
FUNDING.yml
internal
web
components
footer.templ
pages
about.templ
+1
-1
.github/FUNDING.yml
···
1
1
github: [ptdewey]
2
2
-
# ko_fi: # Replace with a single Ko-fi username
2
2
+
ko_fi: pdewey
3
3
# buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
+1
internal/web/components/footer.templ
···
12
12
<a href="/terms" class="text-brown-700 hover:text-brown-900 transition-colors">Terms of Service</a>
13
13
<a href="https://github.com/arabica-social/arabica" target="_blank" rel="noopener noreferrer" class="text-brown-700 hover:text-brown-900 transition-colors">Source Code</a>
14
14
<a href="/atproto" class="text-brown-700 hover:text-brown-900 transition-colors">AT Protocol</a>
15
15
+
<a href="/about#support" class="text-brown-700 hover:text-brown-900 transition-colors">Support</a>
15
16
</nav>
16
17
</div>
17
18
</div>
+15
-1
internal/web/pages/about.templ
···
79
79
<h2 class="text-2xl font-semibold text-brown-900 mb-4">Open Source</h2>
80
80
<p class="text-brown-800 leading-relaxed">
81
81
Arabica is open source software. You can view the code, contribute, or even run your own instance.
82
82
-
Visit our <a href="https://github.com/ptdewey/arabica" class="text-brown-700 hover:underline font-medium" target="_blank" rel="noopener noreferrer">GitHub repository</a> to learn more.
82
82
+
Visit our <a href="https://github.com/arabica-social/arabica" class="text-brown-700 hover:underline font-medium" target="_blank" rel="noopener noreferrer">GitHub repository</a> to learn more.
83
83
+
</p>
84
84
+
</section>
85
85
+
<section id="support" class="bg-gradient-to-br from-brown-100 to-brown-200 p-6 rounded-xl border border-brown-300">
86
86
+
<h3 class="text-xl font-semibold text-brown-900 mb-3">Support Arabica</h3>
87
87
+
<p class="text-brown-800 leading-relaxed">
88
88
+
Buy me a coffee, or help cover infra costs (and Claude subscriptions). The servers, unfortunately, run on electricity, not espresso.
83
89
</p>
90
90
+
<div class="flex flex-wrap gap-4 mt-4">
91
91
+
<a href="https://ko-fi.com/pdewey" target="_blank" rel="noopener noreferrer" class="btn-secondary">
92
92
+
Ko-fi
93
93
+
</a>
94
94
+
<a href="https://github.com/sponsors/ptdewey" target="_blank" rel="noopener noreferrer" class="btn-secondary">
95
95
+
GitHub Sponsors
96
96
+
</a>
97
97
+
</div>
84
98
</section>
85
99
</div>
86
100
<div class="mt-12 text-center">