Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: delete subtitle from resources pages #97

Merged
merged 4 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
19 changes: 19 additions & 0 deletions pages/resources/certification.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
<<<<<<< HEAD
# MANDATORY FIELDS
type: product_page # This property is mandatory and it should be product_page
id: certification # This id should match with the testimonials ToolId
Expand Down Expand Up @@ -37,3 +38,21 @@ funding:
- name: ELIXIR Programme
logo: elixir.png
url: https://elixir-europe.org/
=======
title: Training certification (Training courses & material)
---

## Mission

## Benefit & Vision

## Contact

## Contribution

## Testamonials

## Additional information


>>>>>>> 234d819 (Update and rename resources.md to certification.md)
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
Loading