Skip to content

Commit

Permalink
Merge pull request #97 from elixir-europe-training/resources-template…
Browse files Browse the repository at this point in the history
…-changes

style: delete subtitle from resources pages
  • Loading branch information
janslifka authored Nov 3, 2023
2 parents ec04cad + 0163af4 commit 4884a85
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 20 deletions.
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,12 @@ defaults:
scope:
path: "pages/resources/resources.md"
values:
type: "resource_page"
layout: "page"
sidebar: resources
-
scope:
path: "pages/resources"
values:
type: "resource_page"
layout: "resource_page"
sidebar: resources
-
Expand Down
4 changes: 2 additions & 2 deletions _data/sidebars/resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title_url: /resources
subitems:
- title: TeSS
url: /tess
- title: Tango
url: /tango
- title: Train-the-Trainer
url: /train-the-trainer
- title: Tango
url: /tango
- title: FAIR Training Handbook
url: /fair-training-handbook
- title: Learning Paths
Expand Down
3 changes: 0 additions & 3 deletions pages/resources/TEMPLATE_resource_page.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
# DO NOT CHANGE FIELDS
type: product_page # This property is mandatory and it should be product_page

# MANDATORY FIELDS
id: ttt # This id should match with the testimonials [ttt, tess, ]
title: Resource TEMPLATE
Expand Down
3 changes: 2 additions & 1 deletion pages/resources/certification.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ In conclusion, training certifications offer a multitude of benefits and excitin
funding:
- name: ELIXIR Programme
logo: elixir.png
url: https://elixir-europe.org/
url: https://elixir-europe.org/
---
1 change: 0 additions & 1 deletion pages/resources/elearning.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
# MANDATORY FIELDS
type: product_page # This property is mandatory and it should be product_page
id: elearning # This id should match with the user-stories ToolId
title: E-learning Interest Group
resourceUrl: https://elixir-europe.org/
Expand Down
3 changes: 0 additions & 3 deletions pages/resources/elixir-lesson-template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
# DO NOT CHANGE FIELDS
type: product_page # This property is mandatory and it should be product_page

# MANDATORY FIELDS
id: lesson-template
title: Elixir lesson template
Expand Down
1 change: 0 additions & 1 deletion pages/resources/fair-training-focus-group.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
# MANDATORY FIELDS
type: product_page # This property is mandatory and it should be product_page
id: ftfg # This id should match with the user-stories ToolId
title: FAIR Training Focus Group
resourceUrl: https://elixir-europe.org/focus-groups/fair-training
Expand Down
3 changes: 1 addition & 2 deletions pages/resources/fair-training-handbook.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
# MANDATORY FIELDS
type: product_page # This property is mandatory and it should be product_page
id: ttt #fairhb # This id should match with the user-stories ToolId
id: fairhb # This id should match with the user-stories ToolId
title: FAIR training handbook
resourceUrl: https://elixir-europe-training.github.io/ELIXIR-TrP-FAIR-training-handbook/
description: |
Expand Down
1 change: 0 additions & 1 deletion pages/resources/learning-paths.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
# MANDATORY FIELDS
type: product_page # This property is mandatory and it should be product_page
id: lps # This id should match with the testimonial ToolId
title: Learning Paths
resourceUrl: https://elixir-europe.org/
Expand Down
56 changes: 56 additions & 0 deletions pages/resources/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: Resources
---
<div class="row mb-5 py-5">
<div class="col-3 text-center mb-5">
<img src="assets/img/icons/resource_icon.svg" class="resource-icon mb-3">
<a class="btn btn-resource d-block py-3 rounded-pill" href="tess">
TeSS
</a>
</div>
<div class="col-3 text-center mb-5">
<img src="assets/img/icons/resource_icon.svg" class="resource-icon mb-3">
<a class="btn btn-resource d-block py-3 rounded-pill" href="train-the-trainer">
Train-the-Trainer
</a>
</div>
<div class="col-3 text-center mb-5">
<img src="assets/img/icons/resource_icon.svg" class="resource-icon mb-3">
<a class="btn btn-resource d-block py-3 rounded-pill" href="tango">
Tango
</a>
</div>
<div class="col-3 text-center mb-5">
<img src="assets/img/icons/resource_icon.svg" class="resource-icon mb-3">
<a class="btn btn-resource d-block py-3 rounded-pill" href="fair-training-handbook">
FAIR Training Handbook
</a>
</div>
<div class="col-3 text-center mb-5">
<img src="assets/img/icons/resource_icon.svg" class="resource-icon mb-3">
<a class="btn btn-resource d-block py-3 rounded-pill" href="learning-paths">
Learning Paths
</a>
</div>
<div class="col-3 text-center mb-5">
<img src="assets/img/icons/resource_icon.svg" class="resource-icon mb-3">
<a class="btn btn-resource d-block py-3 rounded-pill" href="elixir-lesson-template">
ELIXIR lesson template
</a>
</div>
<div class="col-3 text-center mb-5">
<img src="assets/img/icons/resource_icon.svg" class="resource-icon mb-3">
<a class="btn btn-resource d-block py-3 rounded-pill" href="elearning">
E-Learning
</a>
</div>
<div class="col-3 text-center mb-5">
<img src="assets/img/icons/resource_icon.svg" class="resource-icon mb-3">
<a class="btn btn-resource d-block py-3 rounded-pill" href="fair-training-focus-group">
FAIR training focus group
</a>
</div>
</div>



2 changes: 1 addition & 1 deletion pages/resources/tango.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
# MANDATORY FIELDS
type: product_page # This property is mandatory and it should be product_page
id: ttt # This id should match with the user-stories ToolId
title: Tango
resourceUrl: https://tango.elixir-hpc.si/
Expand All @@ -23,3 +22,4 @@ publications:
url: https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1007976
screenshots:
- tango.png
---
2 changes: 0 additions & 2 deletions pages/resources/tess.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
# MANDATORY FIELDS
type: product_page # This property is mandatory and it should be product_page
id: tess # This id should match with the testimonials ToolId
title: TeSS
resourceUrl: https://tess.elixir-europe.org/
Expand Down Expand Up @@ -44,5 +43,4 @@ funding:
logo: tess_logo.png
screenshots:
- screenshot_tess_1.png

---
1 change: 0 additions & 1 deletion pages/resources/train-the-trainer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
# MANDATORY FIELDS
type: product_page # This property is mandatory and it should be product_page
id: ttt # This id should match with the testimonials ToolId
title: Resource TEMPLATE
resourceUrl: https://elixir-europe.org/
Expand Down

0 comments on commit 4884a85

Please sign in to comment.