Skip to content

Commit cd94cf1

Browse files
committed
neweer footer
1 parent e92df4f commit cd94cf1

File tree

3 files changed

+69
-16
lines changed

3 files changed

+69
-16
lines changed

_includes/footer_custom.html

Lines changed: 67 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,70 @@
1-
<footer class="site-footer">
2-
<p>&copy; 2015–2025 <a href="https://kyutech-laseine.net/english/">Laboratory of Lean Satellite Enterprises and In-Orbit Experiment (LaSEINE), Kyutech</a>.</p>
1+
<footer class="site-footer" style="padding: 2rem 0; background-color: #f8f9fb; color: #333; font-size: 14px;">
2+
<div style="max-width: 1100px; margin: auto; display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between;">
33

4-
<div style="margin-top: 1rem;">
5-
<strong>Contribute to Docs</strong><br/>
6-
<a href="https://birdsopensource.github.io/contribute">Learn how to get involved</a><br/>
7-
<a href="https://github.com/orgs/BIRDSOpenSource/discussions/categories/general">Submit feedback</a>
8-
</div>
4+
<!-- Column 1: Copyright -->
5+
<div style="flex: 1 1 250px;">
6+
<p style="margin-bottom: 0.5rem;">
7+
&copy; 2015–2025 <br/>
8+
<a href="https://kyutech-laseine.net/english/" target="_blank" rel="noopener noreferrer" style="color: #333; text-decoration: none;">
9+
Laboratory of Lean Satellite Enterprises and In-Orbit Experiment (LaSEINE), Kyutech
10+
</a>
11+
</p>
12+
</div>
913

10-
<div style="margin-top: 1rem;">
11-
<strong>Join the Community</strong><br/>
12-
<a href="{{site.telegram}}">Chat with us on Telegram</a><br/>
13-
<a href="{{site.youtube}}">Watch us on YouTube</a><br/>
14-
<a href="{{site.mailing_list}}">Join our monthly webinars</a>
15-
</div>
16-
</footer>
14+
<!-- Column 2: Contribution -->
15+
<div style="flex: 1 1 250px;">
16+
<p style="margin-bottom: 0.3rem; font-weight: bold;">Contribute to Docs</p>
17+
<p style="margin: 0.4rem 0;">
18+
🛠️
19+
<a href="https://birdsopensource.github.io/contribute" target="_blank" style="color: #333; text-decoration: none;">
20+
Learn how to get involved
21+
</a>
22+
</p>
23+
<p style="margin: 0.4rem 0;">
24+
💬
25+
<a href="https://github.com/orgs/BIRDSOpenSource/discussions/categories/general" target="_blank" style="color: #333; text-decoration: none;">
26+
Submit feedback
27+
</a>
28+
</p>
29+
</div>
30+
31+
<!-- Column 3: Community & Newsletter -->
32+
<div style="flex: 1 1 300px;">
33+
<p style="margin-bottom: 0.3rem; font-weight: bold;">Join the Community</p>
34+
35+
<!-- Telegram -->
36+
<p style="margin: 0.4rem 0;">
37+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240" width="16" height="16" style="vertical-align: middle; margin-right: 6px; fill: #229ED9;">
38+
<path d="M120 0C53.73 0 0 53.73 0 120s53.73 120 120 120 120-53.73 120-120S186.27 0 120 0zm56.07 82.72l-18.73 88.27c-1.42 6.3-5.2 7.84-10.53 4.88l-29.12-21.46-14.04 13.52c-1.55 1.54-2.85 2.85-5.83 2.85l2.08-29.5 53.64-48.45c2.33-2.05-.51-3.2-3.6-1.15l-66.3 41.73-28.54-8.92c-6.2-1.94-6.3-6.2 1.29-9.17l111.65-43.06c5.2-1.93 9.74 1.28 8.07 9.46z"/>
39+
</svg>
40+
<a href="{{site.telegram}}" target="_blank" style="color: #333; text-decoration: none;">
41+
Chat on Telegram
42+
</a>
43+
</p>
44+
45+
<!-- YouTube -->
46+
<p style="margin: 0.4rem 0;">
47+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" style="vertical-align: middle; margin-right: 6px; fill: red;">
48+
<path d="M23.498 6.186a2.897 2.897 0 0 0-2.038-2.049C19.663 3.5 12 3.5 12 3.5s-7.662 0-9.46.637a2.897 2.897 0 0 0-2.038 2.049C.5 8.02.5 12 .5 12s0 3.98.637 5.814a2.897 2.897 0 0 0 2.038 2.049C4.338 20.5 12 20.5 12 20.5s7.663 0 9.46-.637a2.897 2.897 0 0 0 2.038-2.049C23.5 15.98 23.5 12 23.5 12s0-3.98-.002-5.814zM9.75 15.568V8.432L15.818 12 9.75 15.568z"/>
49+
</svg>
50+
<a href="{{site.youtube}}" target="_blank" style="color: #333; text-decoration: none;">
51+
Watch on YouTube
52+
</a>
53+
</p>
54+
55+
<!-- Webinar -->
56+
<p style="margin: 0.4rem 0;">
57+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" style="vertical-align: middle; margin-right: 6px; fill: #333;">
58+
<path d="M21 4H3C1.9 4 1 4.9 1 6v9c0 1.1.9 2 2 2h4v2H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2h-2v-2h4c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2ZM3 15V6h18v9H3Zm10 2v2h-2v-2h2Zm-6-6h2v2H7v-2Zm3 0h2v2h-2v-2Zm3 0h2v2h-2v-2Z"/>
59+
</svg>
60+
<a href="{{site.mailing_list}}" target="_blank" style="color: #333; text-decoration: none;">
61+
Join monthly webinars
62+
</a>
63+
</p>
64+
65+
<!-- Newsletter Signup -->
66+
<form action="https://lean-sat.org/opensource/" method="POST" style="margin-top: 1rem;">
67+
<label for="email" style="display: block; margin-bottom: 0.5rem; font-weight: 500;">📬 Subscribe for Updates</label>
68+
<input type="email" id="email" name="email" placeholder="you@example.com" required
69+
style="padding: 8px; width: 100%
1770

0 commit comments

Comments
 (0)