Skip to content

Commit e820e9f

Browse files
committed
added page buttons to webinars section
1 parent 6ca90dc commit e820e9f

7 files changed

Lines changed: 167 additions & 61 deletions

File tree

_includes/navigation.html

Lines changed: 7 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,7 @@
1-
2-
<!-- Navigation Start -->
3-
<nav class="navbar navbar-custom navbar-fixed-top{% if page.bluenavbar == true %} bluenavbar{% endif %}" role="navigation">
4-
<div class="container">
5-
<div class="navbar-header">
6-
{% if page.section-type == "index" %}
7-
<a class="navbar-brand page-scroll" href="#page-top">
8-
{% else %}
9-
<a class="navbar-brand" href="{{site.baseurl}}/">
10-
{% endif %}
11-
<div class="navbar-logo">
12-
<h1>
13-
<a href="{{ '/' | relative_url }}" class="logo">
14-
<img src="{{ '/assets/favicons/favicon-light-nobg.png' | relative_url }}" width="200" height="105" alt="BIRDS Logo">
15-
</a>
16-
</h1>
17-
</a>
18-
</div>
19-
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
20-
<ul class="nav navbar-nav">
21-
<li class="firstlevel">
22-
<a href="{{site.baseurl}}/" class="firstlevelanchor">
23-
Home
24-
</a>
25-
</li>
26-
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'docs' %} active {% endif %}">
27-
<a href="https://birdsopensource.github.io/docs/" class="firstlevelanchor">
28-
Docs
29-
</a>
30-
</li>
31-
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'about' %} active {% endif %}">
32-
<a href="{{site.baseurl}}/about/" class="firstlevelanchor">
33-
About
34-
</a>
35-
</li>
36-
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'showcase' %} active {% endif %}">
37-
<a href="{{site.baseurl}}/showcase/" class="firstlevelanchor">
38-
Showcase
39-
</a>
40-
</li>
41-
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'webinars' %} active {% endif %}">
42-
<a href="{{site.baseurl}}/webinars/" class="firstlevelanchor">
43-
Webinars
44-
</a>
45-
</li>
46-
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'github' %} active {% endif %}">
47-
<a href="https://github.com/BIRDSOpenSource/BIRDSOpenSource.github.io" class="firstlevelanchor">
48-
<button type="button" class="btn btn-primary"><strong>Github</strong></button>
49-
</a>
50-
</li>
51-
</ul>
52-
</div>
53-
</div>
54-
</nav>
55-
56-
<!-- Navigation End -->
57-
1+
<ul>
2+
{% for p in pages %}
3+
{% unless show_in_nav == false %}
4+
<li><a href="{{ site.baseurl }}{{ p.url }}">{{ p.title }}</a></li>
5+
{% endunless %}
6+
{% endfor %}
7+
</ul>

_resources/webinars/index.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,33 @@ To obtain the information (Zoom connections etc.,) about the Webinars, please [c
1616
[![Open-sourcing 1U CubeSat platform for Education and Capacity Building](/assets/images/cover-open-source-overview.png)](https://birds-project.com/open-source/pdf/2022_04_26_CubeSat_Workshop_BIRDS_BUS_OpenSource_cho.pdf "Open-sourcing 1U CubeSat platform for Education and Capacity Building")
1717

1818

19-
### Announcement of Next Webinar
19+
### Upcoming Webinar
20+
---
2021

2122
Next Webinar is KASHIWA by Chiba Institute of Technology team on 22:00 June 12, 2024
2223

23-
[Next]({{site.url}}/resources/webinars/webinar-04/){: .btn .btn-purple}
24+
25+
### Past Webinars {#past-webinars-page-1}
26+
---
27+
28+
March 12, <br/> 2022 | [Webinar #4 (Chiba Tech, BIRDS-4)]({{site.url}}/resources/webinars/webinar-04.hmtl)
29+
30+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-05.hmtl)
31+
32+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-06.hmtl)
33+
34+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-07.hmtl)
35+
36+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-08.hmtl)
37+
38+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-09.hmtl)
39+
40+
41+
[1]({{site.url}}/resources/webinars#past-webinars-page-1){: .btn .btn-purple}
42+
[2]({{site.url}}/resources/webinars/page/2#past-webinars-page-2){: .btn .btn-purple}
43+
[3]({{site.url}}/resources/webinars/page/3#past-webinars-page-3){: .btn .btn-purple}
44+
[4]({{site.url}}/resources/webinars/page/4#past-webinars-page-4){: .btn .btn-purple}
45+
[Next]({{site.url}}/resources/webinars/page/2#past-webinars-page-2){: .btn .btn-purple}
2446

2547
---
2648
[click here]: https://lean-sat.org/opensource/
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
layout: default
3+
permalink: "/resources/webinars/page/2"
4+
show_in_nav: false
5+
lang: en
6+
---
7+
8+
# BIRDS Open Source Webinars
9+
10+
We have a monthly Webinar to discuss various issues related to the satellite bus.
11+
12+
To obtain the information (Zoom connections etc.,) about the Webinars, please [click here].
13+
14+
15+
[![Open-sourcing 1U CubeSat platform for Education and Capacity Building](/assets/images/cover-open-source-overview.png)](https://birds-project.com/open-source/pdf/2022_04_26_CubeSat_Workshop_BIRDS_BUS_OpenSource_cho.pdf "Open-sourcing 1U CubeSat platform for Education and Capacity Building")
16+
17+
18+
### Upcoming Webinar
19+
---
20+
21+
Next Webinar is KASHIWA by Chiba Institute of Technology team on 22:00 June 12, 2024
22+
23+
24+
### Past Webinars {#past-webinars-page-2}
25+
---
26+
27+
March 12, <br/> 2022 | [Webinar #10 (Chiba Tech, BIRDS-4)]({{site.url}}/resources/webinars/webinar-10.hmtl)
28+
29+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-11.hmtl)
30+
31+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-12.hmtl)
32+
33+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-13.hmtl)
34+
35+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-14.hmtl)
36+
37+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-15.hmtl)
38+
39+
40+
[Previous]({{site.url}}/resources/webinars#past-webinars-page-1/){: .btn .btn-purple}
41+
[1]({{site.url}}/resources/webinars#past-webinars-page-1){: .btn .btn-purple}
42+
[2]({{site.url}}/resources/webinars/page/2#past-webinars-page-2){: .btn .btn-purple}
43+
[3]({{site.url}}/resources/webinars/page/3#past-webinars-page-3){: .btn .btn-purple}
44+
[4]({{site.url}}/resources/webinars/page/4#past-webinars-page-4){: .btn .btn-purple}
45+
[Next]({{site.url}}/resources/webinars/page/3#past-webinars-page-3){: .btn .btn-purple}
46+
47+
---
48+
[click here]: https://lean-sat.org/opensource/
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
layout: default
3+
permalink: "/resources/webinars/page/3"
4+
show_in_nav: false
5+
lang: en
6+
---
7+
8+
# BIRDS Open Source Webinars
9+
10+
We have a monthly Webinar to discuss various issues related to the satellite bus.
11+
12+
To obtain the information (Zoom connections etc.,) about the Webinars, please [click here].
13+
14+
15+
[![Open-sourcing 1U CubeSat platform for Education and Capacity Building](/assets/images/cover-open-source-overview.png)](https://birds-project.com/open-source/pdf/2022_04_26_CubeSat_Workshop_BIRDS_BUS_OpenSource_cho.pdf "Open-sourcing 1U CubeSat platform for Education and Capacity Building")
16+
17+
18+
### Upcoming Webinar
19+
---
20+
21+
Next Webinar is KASHIWA by Chiba Institute of Technology team on 22:00 June 12, 2024
22+
23+
24+
### Past Webinars {#past-webinars-page-3}
25+
---
26+
27+
March 12, <br/> 2022 | [Webinar #4 (Chiba Tech, BIRDS-4)]({{site.url}}/resources/webinars/webinar-16.hmtl)
28+
29+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-17.hmtl)
30+
31+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-18.hmtl)
32+
33+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-19.hmtl)
34+
35+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-20.hmtl)
36+
37+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-21.hmtl)
38+
39+
[Previous]({{site.url}}/resources/webinars#past-webinars-page-2){: .btn .btn-purple}
40+
[1]({{site.url}}/resources/webinars#past-webinars-page-1){: .btn .btn-purple}
41+
[2]({{site.url}}/resources/webinars/page/2#past-webinars-page-2){: .btn .btn-purple}
42+
[3]({{site.url}}/resources/webinars/page/3#past-webinars-page-3){: .btn .btn-purple}
43+
[4]({{site.url}}/resources/webinars/page/4#past-webinars-page-4){: .btn .btn-purple}
44+
[Next]({{site.url}}/resources/webinars/page/4#past-webinars-page-4){: .btn .btn-purple}
45+
46+
---
47+
[click here]: https://lean-sat.org/opensource/
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: default
3+
permalink: "/resources/webinars/page/3"
4+
show_in_nav: false
5+
lang: en
6+
---
7+
8+
# BIRDS Open Source Webinars
9+
10+
We have a monthly Webinar to discuss various issues related to the satellite bus.
11+
12+
To obtain the information (Zoom connections etc.,) about the Webinars, please [click here].
13+
14+
15+
[![Open-sourcing 1U CubeSat platform for Education and Capacity Building](/assets/images/cover-open-source-overview.png)](https://birds-project.com/open-source/pdf/2022_04_26_CubeSat_Workshop_BIRDS_BUS_OpenSource_cho.pdf "Open-sourcing 1U CubeSat platform for Education and Capacity Building")
16+
17+
18+
### Upcoming Webinar
19+
---
20+
21+
Next Webinar is KASHIWA by Chiba Institute of Technology team on 22:00 June 12, 2024
22+
23+
24+
### Past Webinars {#past-webinars-page-3}
25+
---
26+
27+
March 12, <br/> 2022 | [Webinar #4 (Chiba Tech, BIRDS-4)]({{site.url}}/resources/webinars/webinar-22.hmtl)
28+
29+
April 9, <br/> 2022 | [Webinar #5 (BIRDS-5)]({{site.url}}/resources/webinars/webinar-23.hmtl)
30+
31+
32+
[Previous]({{site.url}}/resources/webinars#past-webinars-page-2){: .btn .btn-purple}
33+
[1]({{site.url}}/resources/webinars#past-webinars-page-1){: .btn .btn-purple}
34+
[2]({{site.url}}/resources/webinars/page/2#past-webinars-page-2){: .btn .btn-purple}
35+
[3]({{site.url}}/resources/webinars/page/3#past-webinars-page-3){: .btn .btn-purple}
36+
[4]({{site.url}}/resources/webinars/page/4#past-webinars-page-4){: .btn .btn-purple}
37+
38+
---
39+
[click here]: https://lean-sat.org/opensource/

_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.

0 commit comments

Comments
 (0)