Skip to content

Commit

Permalink
fix buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
shiltemann committed Jul 4, 2024
1 parent 846caef commit e29724e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion _layouts/recordings.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ <h1 data-toc-skip>Recordings - {{ material.title }} </h1>

<p><b>Want to add your own recording?</b> We would love to have it to our library!</p>

<a href="{% link faqs/gtn/recordings_add.md %}"><button type="button" class="btn btn-info">Add your Recording!</button></a>
[Add your Recording!]({% link faqs/gtn/recordings_add.md %}){: .btn.btn-info}

</div>

<div class="col-md-2">
Expand Down
2 changes: 1 addition & 1 deletion events/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For a complete list of all Galaxy-related events, please also see the [Galaxy Ev

Anybody is welcome to add their events here.

<a href="{% link faqs/gtn/gtn_event_create.md %}"><button type="button" class="btn btn-success">Add your own event!</button></a>
[Add your own event!]({% link faqs/gtn/gtn_event_create.md %}){: .btn.btn-success}

{% assign upcoming_events = site.pages| where_exp: "item", "item.layout == 'event' or item.layout == 'event-external' " | where_exp: "item", "item.event_state == 'upcoming' " | sort: 'date_start' %}
{% assign ongoing_events = site.pages | where_exp: "item", "item.layout == 'event' or item.layout == 'event-external' " | where_exp: "item", "item.event_state == 'ongoing' " | sort: 'date_start' | reverse %}
Expand Down
4 changes: 2 additions & 2 deletions faqs/gtn/recordings_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ contributors: [shiltemann]

For some tips and tricks about recording the video itself, please see

<a href="{% link faqs/gtn/recordings_create.md %}"><button type="button" class="btn btn-info">Recording Tips & Tricks</button></a> <a href="https://forms.gle/qNG8FkTN1yRZPNZY6"><button type="button" class="btn btn-info">Submit a Recording</button></a>

[Recording Tips & Tricks]({% link faqs/gtn/recordings_create.md %}){: .btn.btn-info}
[Submit a Recording](https://forms.gle/qNG8FkTN1yRZPNZY6){: .btn.btn-info}

#### Submission process

Expand Down
2 changes: 1 addition & 1 deletion faqs/gtn/recordings_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Both the GTN tutorial and Galaxy itself change significantly over time, and havi

**Done with your recording?** Check out the instructions for adding it to the GTN:

<a href="{% link faqs/gtn/recordings_add.md %}"><button type="button" class="btn btn-info">Submitting Recordings to the GTN</button></a>
[Submitting Recordings to the GTN]({% link faqs/gtn/recordings_add.md %}){: .btn.btn-info}


#### Video content
Expand Down
6 changes: 3 additions & 3 deletions news/_posts/2024-06-14-gtn-video-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Want to record one of our tutorials? **We welcome video recordings from everybod

Please checkout out our FAQs with instructions for adding your own recordings:

<a href="{% link faqs/gtn/recordings_add.md %}"><button type="button" class="btn btn-info">Submitting Recordings to the GTN</button></a>
[Submitting Recordings to the GTN]({% link faqs/gtn/recordings_add.md %}){: .btn.btn-info}

<a href="{% link faqs/gtn/recordings_create.md %}"><button type="button" class="btn btn-info">Recording Tips & Tricks</button></a>
[Recording Tips & Tricks]({% link faqs/gtn/recordings_create.md %}){: .btn.btn-info}

## What this means for...

Expand All @@ -42,7 +42,7 @@ GTN Editors & Maintainers | When a recording is submitted, a pull request wil

This work is based on the work done during the @gtn:gallantries project and the [Video Library 1.0]({{ site.baseurl }}/news/2021/11/23/video-library.html). As that project ended, the features developed during that time have now been rolled into the GTN to ensure their long term sustainability

The number of videos and hours is slightly lower in the GTN version as we have not yet imported every recording, currently we are missing some recordings which are not directly associated with a GTN material (e.g. webinars).
The number of videos and hours is slightly lower in the GTN version as we have not yet imported every recording, currently we are missing some recordings which are not directly associated with a GTN material (e.g. webinars).


[^1]: They must be a recording of a GTN tutorial being taught. We are not accepting recordings of other training events at this time.

0 comments on commit e29724e

Please sign in to comment.