Skip to content

Commit 8af22c3

Browse files
committed
updated homepage
1 parent 11548c6 commit 8af22c3

File tree

8 files changed

+64
-233
lines changed

8 files changed

+64
-233
lines changed

_posts/en/2024-11-02-test.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_posts/jp/2024-11-02-test.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_site/about/index.html

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

_site/index.html

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

gsoc/gsoc-ideas-2025.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: GSoC 2025 Project Idea List
2+
title: Contributor Project List
33
nav_order:
4-
parent: GSoC
4+
parent: Contributing
55
layout: default
6-
permalink: "/gsoc-ideas-2025"
6+
permalink: "/project-list"
77
lang: en
88
---
99

1010

11-
# 🚀 GSoC 2025 Project Ideas List
11+
# 🚀 Project Ideas List
1212

1313
📝: The standard coding period for these projects is 12 weeks, but given the complexity and learning curve, we recommend 18 or 22 weeks depending on the background of the contributor.
1414
{: .note .text-grey-dk-300}

gsoc/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ nav_order: 9
44
has_children: true
55
has_toc: false
66
layout: default
7+
nav_exclude: true
78
permalink: "/gsoc"
89
lang: en
910
---

index.en.md

Lines changed: 57 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -9,75 +9,82 @@ lang: en
99

1010
### **{{site.tagline}}**
1111
{: .lh-0 .text-purple-200}
12+
1213
# Everything you need to build a satellite
1314

1415
{{site.description}}
1516

16-
Here's what you can expect:
17-
- [x] Introduction to the BIRDS bus and other core components
18-
- [x] How to get started
19-
- [x] Deep dives on technical topics
17+
Explore the BIRDS bus and start building:
18+
- [x] Learn the basics and architecture
19+
- [x] Get started with guides and tools
20+
- [x] Deep-dive into hardware and software
21+
- [x] Contribute and collaborate
2022

23+
---
2124

2225
<div style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between;">
23-
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; box-sizing: border-box; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);">
24-
<span class="fs-6" align="center">
25-
<img src="https://www.svgrepo.com/show/9108/running-stick-figure.svg" width="50" height="50">
26-
Getting Started </span>
27-
<br />
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>
29-
<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;">
30-
go to getting started guides
26+
27+
<!-- Getting Started -->
28+
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; border-radius: 5px; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);">
29+
<div style="display: flex; align-items: center; gap: 10px;">
30+
<img src="https://www.svgrepo.com/show/9108/running-stick-figure.svg" width="40" height="40">
31+
<h3 style="margin: 0;">Getting Started</h3>
32+
</div>
33+
<p>New to BIRDS? These guides introduce you to the bus' core concepts and link you to further tutorials.</p>
34+
<a href="{{site.url}}/get-started" style="display: block; margin-top: 5px; padding: 10px 0; background-color:#000; color: #fff; text-align: center; border-radius: 3px; font-size: 12px; text-decoration: none;">
35+
Read the Getting Started Guide
3136
</a>
3237
</div>
3338

34-
35-
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; box-sizing: border-box; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);">
36-
<span class="fs-6" align="center">
37-
<img src="https://www.svgrepo.com/show/326665/hardware-chip-outline.svg" width="50" height="50">
38-
Hardware Guide </span>
39-
<br />
40-
<span class="fs-3"> The user hardware guide provides in-depth information on the key concepts of the physical components in the BIRDS bus with useful background information and explanation.
41-
</span>
42-
<br />
43-
<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;">
44-
to the user hardware guide
39+
<!-- Hardware Guide -->
40+
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; border-radius: 5px; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);">
41+
<div style="display: flex; align-items: center; gap: 10px;">
42+
<img src="https://www.svgrepo.com/show/326665/hardware-chip-outline.svg" width="40" height="40">
43+
<h3 style="margin: 0;">Hardware Guide</h3>
44+
</div>
45+
<p>In-depth documentation of physical components in the BIRDS bus with technical background and usage tips.</p>
46+
<a href="{{site.url}}/hardware-guide" style="display: block; margin-top: 5px; padding: 10px 0; background-color:#000; color: #fff; text-align: center; border-radius: 3px; font-size: 12px; text-decoration: none;">
47+
Open the Hardware Guide
4548
</a>
4649
</div>
4750

48-
49-
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; box-sizing: border-box; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);">
50-
<span class="fs-6" align="center">
51-
<img src="https://www.svgrepo.com/show/525688/book-bookmark-minimalistic.svg" width="50" height="50">
52-
Software Guide</span>
53-
<br />
54-
<span class="fs-3"> The user software guide provides in-depth information on the key concepts of the BIRDS bus software with useful background information and explanation. </span>
55-
<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;">
56-
to the user software guide
51+
<!-- Software Guide -->
52+
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; border-radius: 5px; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);">
53+
<div style="display: flex; align-items: center; gap: 10px;">
54+
<img src="https://www.svgrepo.com/show/525688/book-bookmark-minimalistic.svg" width="40" height="40">
55+
<h3 style="margin: 0;">Software Guide</h3>
56+
</div>
57+
<p>Understand the software powering the BIRDS system, including coding guidelines, examples, and architecture.</p>
58+
<a href="{{site.url}}/software-guide" style="display: block; margin-top: 5px; padding: 10px 0; background-color:#000; color: #fff; text-align: center; border-radius: 3px; font-size: 12px; text-decoration: none;">
59+
Explore the Software Guide
5760
</a>
5861
</div>
5962

60-
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; box-sizing: border-box; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);">
61-
<span class="fs-6" align="center">
62-
<img src="https://www.svgrepo.com/show/525586/user-plus.svg" width="50" height="50">
63-
Contributor’s Guide </span>
64-
<br />
65-
<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.
66-
</span>
67-
<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;">
68-
to the contributor's guide
63+
<!-- Contributor Guide -->
64+
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; border-radius: 5px; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);">
65+
<div style="display: flex; align-items: center; gap: 10px;">
66+
<img src="https://www.svgrepo.com/show/525586/user-plus.svg" width="40" height="40">
67+
<h3 style="margin: 0;">Contributor's Guide</h3>
68+
</div>
69+
<p>Found a typo? Have ideas for improvement? Learn how to contribute to the BIRDS Open Source ecosystem.</p>
70+
<a href="{{site.url}}/contributing" style="display: block; margin-top: 5px; padding: 10px 0; background-color:#000; color: #fff; text-align: center; border-radius: 3px; font-size: 12px; text-decoration: none;">
71+
Contribute to the Project
6972
</a>
7073
</div>
7174

72-
<div style="flex: 1 1 calc(100% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; box-sizing: border-box; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);">
73-
<span class="fs-6" align="center">
74-
<img src="https://www.svgrepo.com/show/486630/details.svg" width="50" height="50">
75-
Project Details </span>
76-
<br />
77-
<span class="fs-3"> What’s new in the latest release, changelog, and other project details.
78-
</span>
79-
<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;">
80-
to the project details
75+
<!-- Project Details -->
76+
<div style="flex: 1 1 100%; margin: 5px 0; padding: 10px; background-color: #f4f6fa; border-radius: 5px; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);">
77+
<div style="display: flex; align-items: center; gap: 10px;">
78+
<img src="https://www.svgrepo.com/show/486630/details.svg" width="40" height="40">
79+
<h3 style="margin: 0;">Project Details</h3>
80+
</div>
81+
<p>See what's new in the latest release, track changelog updates, and view overall project roadmap.</p>
82+
<a href="{{site.url}}/project-details" style="display: block; margin-top: 5px; padding: 10px 0; background-color:#000; color: #fff; text-align: center; border-radius: 3px; font-size: 12px; text-decoration: none;">
83+
View Project Details
8184
</a>
8285
</div>
8386
</div>
87+
88+
---
89+
90+
Looking for something specific? Use the search bar at the top — or [open an issue](https://github.com/{{site.github_repo}}/issues) to let us know!

0 commit comments

Comments
 (0)