-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathfooter.html
More file actions
35 lines (35 loc) · 2.28 KB
/
Copy pathfooter.html
File metadata and controls
35 lines (35 loc) · 2.28 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
<footer class="site-footer mt-5 py-4 border-top">
<div class="container">
<div class="row g-3 align-items-center">
<div class="col-lg text-center text-lg-start">
<p class="mb-1 fw-semibold"><span aria-hidden="true">🪶</span> WordFeather — Goethe-Zertifikat A1 to C2</p>
<p class="mb-0 text-secondary small">Independent German language learning resource</p>
<p class="mb-0 text-secondary small">Content is actively reviewed and refined with input from native-speaker instructors.</p>
</div>
<div class="col-lg-auto">
<div class="d-flex justify-content-center gap-2 flex-wrap">
<a href="https://www.goethe.de" class="btn btn-sm btn-outline-secondary" target="_blank" rel="noopener">Goethe-Institut ↗</a>
<a href="https://github.com/abdullahbutt/wordfeather" class="btn btn-sm btn-outline-secondary" target="_blank" rel="noopener">⭐ Star on GitHub</a>
<a href="https://www.paypal.com/paypalme/abdullahbuttde" class="btn btn-sm fw-semibold" style="background:#ffdd00;border-color:#ffdd00;color:#1a1a1a;" target="_blank" rel="noopener">☕ Buy me a Coffee</a>
</div>
</div>
</div>
<hr class="my-3" style="opacity:0.15;">
<div class="d-flex justify-content-center gap-3 flex-wrap small">
<a href="BASE/privacy.html" class="text-secondary text-decoration-none">Privacy & Impressum</a>
<span class="text-secondary">·</span>
<a href="https://github.com/abdullahbutt/wordfeather/issues" target="_blank" rel="noopener" class="text-secondary text-decoration-none">Contact (GitHub Issues)</a>
</div>
<!-- AUTO-LASTUPDATED-START -->
<p class="mb-0 mt-3 text-center text-secondary small">Last updated: 2026-09-08</p>
<!-- AUTO-LASTUPDATED-END -->
</div>
<hr class="my-2 opacity-25">
<p class="text-center text-secondary mb-0" style="font-size:0.78rem">
<!-- AUTO-COPYRIGHT-START -->© 2026<!-- AUTO-COPYRIGHT-END --> <a href="https://abdullahbutt.github.io/" target="_blank" rel="noopener" class="text-secondary">Abdullah Butt</a>
·
<a href="BASE/LICENSE" target="_blank" rel="noopener" class="text-secondary">CC BY-NC 4.0</a>
· Free for personal & educational use · Not for commercial use
</p>
</div>
</footer>