Skip to content

Commit 08ed0c3

Browse files
committed
mod side nav footer, fixed browser title
1 parent b58aaf0 commit 08ed0c3

File tree

4 files changed

+17
-45
lines changed

4 files changed

+17
-45
lines changed

_data/en/l10n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
lang_name: "English"
2-
title: BIRDSOpenSource | Docs
2+
title: BIRDS BUS Open Source | Docs
33
date_format: "%b %e, %Y"

_includes/footer_custom.html

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -125,52 +125,10 @@
125125
href="{{ site.mailing_list }}"
126126
target="_blank"
127127
style="color: #e6e1e7; text-decoration: none"
128-
>Join monthly webinars</a
128+
>Subscribe to newsletter for monthly webinar updates</a
129129
>
130130
</p>
131131
</div>
132132
</div>
133-
134-
<!-- Footer Form Row -->
135-
<div
136-
style="margin-top: 2rem; border-top: 1px solid #ccc; padding-top: 1.5rem"
137-
>
138-
<form action="https://lean-sat.org/opensource/" method="POST">
139-
<label
140-
for="email"
141-
style="display: block; margin-bottom: 0.5rem; font-weight: 500"
142-
>📬 Subscribe for Updates</label
143-
>
144-
<div style="display: flex; flex-wrap: wrap; gap: 0.5rem">
145-
<input
146-
type="email"
147-
id="email"
148-
name="email"
149-
placeholder="you@example.com"
150-
required
151-
style="
152-
padding: 8px;
153-
flex: 1;
154-
min-width: 200px;
155-
border: 1px solid #ccc;
156-
border-radius: 4px;
157-
"
158-
/>
159-
<button
160-
type="submit"
161-
style="
162-
padding: 8px 16px;
163-
background-color: #005596;
164-
color: #e6e1e7;
165-
border: none;
166-
border-radius: 4px;
167-
cursor: pointer;
168-
"
169-
>
170-
Subscribe
171-
</button>
172-
</div>
173-
</form>
174-
</div>
175133
</div>
176134
</footer>

_includes/nav_footer_custom.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
<span class="fs-2" align="right">
22
{%- assign date_format = site.data.l10n.date_format | default: "%b %-d, %Y" -%}
33
{{ site.time | date: date_format }} {{ site.data.l10n.title }}
4+
<div>
5+
<p style="margin-bottom: 0.3rem; ">
6+
Using Just the Docs
7+
</p>
8+
<p style="margin: 0.4rem 0">
9+
<a
10+
href="https://birdsopensource.github.io/contribute"
11+
target="_blank"
12+
style="color: #e6e1e7; text-decoration: none"
13+
>
14+
Built with ❤️ by Kyutech LaSEINE
15+
</a>
16+
</p>
17+
</div>
418
</span>
519

_site/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)