Skip to content

Commit 823b969

Browse files
committed
chnaged title
1 parent 9534ee0 commit 823b969

File tree

5 files changed

+40
-18
lines changed

5 files changed

+40
-18
lines changed

_config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# site settings
22

3-
title: BIRDSOpenSource | An Open Source Bus System for Academic Satellites
4-
description: The BIRDS Open Source Release is a comprehensive open source guide for designing, building, testing, and launching a small satellite. Whether you’re a beginner or an experienced developer, our resources are structured to assist you at every stage of the satellite development process.
3+
title: BIRDSOpenSource | Docs
4+
tagline: An Open Source Bus System for Academic Satellites
5+
description: The BIRDSOpenSource release is a comprehensive open source guide for designing, building, testing, and launching a small satellite. Whether you’re a beginner or an experienced developer, our resources are structured to assist you at every stage of the satellite development process.
56
67
telegram: https://t.me/+D3BCqCmceQ41ZGFl
78
mailing_list: https://lean-sat.org/opensource/

_data/en/l10n.yml

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

_site/about/index.html

+1-1
Large diffs are not rendered by default.

_site/index.html

+1-1
Large diffs are not rendered by default.

overview/index.en.md

+34-13
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ lang: en
99
has_toc: false
1010
---
1111

12-
### **A learning guide**
12+
### **{{site.title}}**
1313
{: .lh-0 .text-purple-200}
14-
# Everything you need to build a satellite: A step-by-step guide
14+
# Everything you need to build a satellite
1515

1616
This document covers how to build a satellite from scratch. Readers are expected to have a bachelors degree in space engineering or at least prerequisite knowledge on the basics of a satellite and how it works.
1717

@@ -22,33 +22,54 @@ If you're new here, here's a list of what to expect in the next few pages:
2222

2323

2424
<div style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between;">
25-
<div style="flex: 1 1 calc(33.333% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; text-align: left; box-sizing: border-box;">
26-
<span class="fs-6"> Space for All </span>
25+
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; text-align: left; box-sizing: border-box;">
26+
<span class="fs-6"> Getting Started</span>
2727
<br /> <br />
28-
<span class="fs-3"> Learn the basics of the BIRDS Bus, the platform's architecture, and what problems the BIRDS Bus can solve for your team </span>
28+
<span class="fs-3"> New to BIRDS? Check out the getting started guides. They contain an introduction to the BIRDS bus’ main concepts and links to additional tutorials. </span>
2929
<a href="{{site.url}}/about" style="display: block; margin-top: 5px; padding: 10px 0; background-color:rgb(0, 0, 0); color: white; text-decoration: none; text-align: center; border-radius: 3px; font-size: 12px; width: 100%; box-sizing: border-box;">
30-
START
30+
go to getting started guides
3131
</a>
3232
</div>
3333

3434

35-
<div style="flex: 1 1 calc(33.333% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; text-align: left; box-sizing: border-box;">
36-
<span class="fs-6"> Choose your path </span>
35+
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; text-align: left; box-sizing: border-box;">
36+
<span class="fs-6"> User Hardware Guide </span>
3737
<br /> <br />
38-
<span class="fs-3"> Learn how to set up and integrate the satellite bus based on your level of experience. Novice, hobbyist, or expert.</span>
38+
<span class="fs-3"> The user hardware guide provides in-depth information on the key concepts of astropy with useful background information and explanation.
39+
</span>
3940
<br />
4041
<a href="{{site.url}}/get-started" style="display: block; margin-top: 5px; padding: 10px 0; background-color:rgb(0, 0, 0); color: white; text-decoration: none; text-align: center; border-radius: 3px; font-size: 12px; width: 100%; box-sizing: border-box;">
41-
START
42+
to the user hardware guide
4243
</a>
4344
</div>
4445

4546

46-
<div style="flex: 1 1 calc(33.333% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; text-align: left; box-sizing: border-box;">
47-
<span class="fs-6"> Adapting Software</span>
47+
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; text-align: left; box-sizing: border-box;">
48+
<span class="fs-6"> User Software Guide</span>
4849
<br /> <br />
4950
<span class="fs-3"> Learn how to add your team's software components to the firmware with the Software Templates </span>
5051
<a href="{{site.url}}/how-tos/write_board_specific_software.html" style="display: block; margin-top: 5px; padding: 10px 0; background-color:rgb(0, 0, 0); color: white; text-decoration: none; text-align: center; border-radius: 3px; font-size: 12px; width: 100%; box-sizing: border-box;">
51-
START
52+
to the user software guide
53+
</a>
54+
</div>
55+
56+
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; text-align: left; box-sizing: border-box;">
57+
<span class="fs-6"> Contributor’s Guide </span>
58+
<br /> <br />
59+
<span class="fs-3"> Saw a typo in the documentation? Want to improve existing functionalities? The contributing guidelines will guide you through the process of improving BIRDSOpenSource.
60+
</span>
61+
<a href="{{site.url}}/how-tos/write_board_specific_software.html" style="display: block; margin-top: 5px; padding: 10px 0; background-color:rgb(0, 0, 0); color: white; text-decoration: none; text-align: center; border-radius: 3px; font-size: 12px; width: 100%; box-sizing: border-box;">
62+
to the contributor's guide
63+
</a>
64+
</div>
65+
66+
<div style="flex: 1 1 calc(100% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; text-align: left; box-sizing: border-box;">
67+
<span class="fs-6"> Project Details </span>
68+
<br /> <br />
69+
<span class="fs-3"> What’s new in the latest release, changelog, and other project details.
70+
</span>
71+
<a href="{{site.url}}/how-tos/write_board_specific_software.html" style="display: block; margin-top: 5px; padding: 10px 0; background-color:rgb(0, 0, 0); color: white; text-decoration: none; text-align: center; border-radius: 3px; font-size: 12px; width: 100%; box-sizing: border-box;">
72+
to the project details
5273
</a>
5374
</div>
5475
</div>

0 commit comments

Comments
 (0)