elixir-toolkit-theme 1.13.0 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -0
  3. data/_includes/callout.html +4 -4
  4. data/_includes/contributor-carousel-selection.html +3 -3
  5. data/_includes/contributor-minitiles-page.html +4 -4
  6. data/_includes/contributor-tiles-all.html +3 -3
  7. data/_includes/cookie-popup.html +9 -5
  8. data/_includes/events.html +1 -1
  9. data/_includes/github-buttons.html +4 -4
  10. data/_includes/head.html +2 -2
  11. data/_includes/more-information-tiles.html +1 -1
  12. data/_includes/news.html +1 -1
  13. data/_includes/resource-table-all.html +8 -8
  14. data/_includes/resource-table-page.html +1 -1
  15. data/_includes/section-navigation-tiles.html +2 -2
  16. data/_includes/sidebar.html +1 -1
  17. data/_includes/topnav.html +5 -5
  18. data/_includes/training-table-all.html +1 -1
  19. data/_layouts/default.html +1 -1
  20. data/assets/css/all.min.css +3 -2
  21. data/assets/css/main.scss +27 -4
  22. data/assets/js/jquery.min.js +2 -0
  23. data/assets/js/jquery.min.map +1 -0
  24. data/assets/js/main.js +1 -1
  25. data/assets/webfonts/fa-brands-400.ttf +0 -0
  26. data/assets/webfonts/fa-brands-400.woff2 +0 -0
  27. data/assets/webfonts/fa-regular-400.ttf +0 -0
  28. data/assets/webfonts/fa-regular-400.woff2 +0 -0
  29. data/assets/webfonts/fa-solid-900.ttf +0 -0
  30. data/assets/webfonts/fa-solid-900.woff2 +0 -0
  31. data/assets/webfonts/fa-v4compatibility.ttf +0 -0
  32. data/assets/webfonts/fa-v4compatibility.woff2 +0 -0
  33. metadata +6 -12
  34. data/assets/js/jquery-3.5.1.min.js +0 -2
  35. data/assets/webfonts/fa-brands-400.eot +0 -0
  36. data/assets/webfonts/fa-brands-400.svg +0 -3717
  37. data/assets/webfonts/fa-brands-400.woff +0 -0
  38. data/assets/webfonts/fa-regular-400.eot +0 -0
  39. data/assets/webfonts/fa-regular-400.svg +0 -801
  40. data/assets/webfonts/fa-regular-400.woff +0 -0
  41. data/assets/webfonts/fa-solid-900.eot +0 -0
  42. data/assets/webfonts/fa-solid-900.svg +0 -5034
  43. data/assets/webfonts/fa-solid-900.woff +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af01a19ca393effa2ffbedd956647a477769b045da4fc2ae5493494f389ba480
4
- data.tar.gz: 7d24d9eff95e370fd1c7d623b1e30c50452bc779d0145b45633aa02dc50cb2b7
3
+ metadata.gz: cdc4e99361e43ec105b1dae1e89a3c69c6908afaa2f5c9c7d7fc54ac1329b921
4
+ data.tar.gz: f45af8b37b1a290b11be969b0f73f5efb05b7c1e6d5ec931c984c23c9e8f62aa
5
5
  SHA512:
6
- metadata.gz: f6e7ecd5827ee352c36e4eca4055b5461a9906d9d74fed13ecc3a920d776d8f119d3728629a3c4b03f4f0d568edb81ae54e344ac199c21b7623449452bba3392
7
- data.tar.gz: cb05a2d704b22bd2dc9a7d6dc794f3594d666bbb0ed5fab8df4c76a056c21b5a94522e74c81ce9132a524ce627b118694e23d73f39127561f1871d6a9b7102ff
6
+ metadata.gz: 9d46de1cf1fe8cb0b8f1c7d66351bb5317268898bbe511272c4c0cf11c71e2ac266a1da14f637b475e057064c114f7b1dfa8fee9e987e8da76b5fb7e198c60b5
7
+ data.tar.gz: 215097c9e884cd074f752a601744f8871939ec6c1591db9772dcd1988491335a925046b5c3127cc316d8e0ca630f297c6b7e00a5b2e0191d7fdfe5a107ec9342
data/README.md CHANGED
@@ -120,6 +120,17 @@ This theme would not be possible without following open source projects:
120
120
  - [Font-Awesome](https://github.com/FortAwesome/Font-Awesome) - The famous icon library
121
121
  - [flag-icons](https://github.com/lipis/flag-icons) - A curated collection of all country flags in SVG + css integration
122
122
 
123
+ ## Attribution
124
+
125
+ If you like our work, you can add following badge to the readme of your project:
126
+ ```
127
+ [![theme badge](https://img.shields.io/badge/ELIXIR%20toolkit%20theme-jekyll-blue?color=0d6efd)](https://github.com/ELIXIR-Belgium/elixir-toolkit-theme)
128
+ ```
129
+ [![theme badge](https://img.shields.io/badge/ELIXIR%20toolkit%20theme-jekyll-blue?color=0d6efd)](https://github.com/ELIXIR-Belgium/elixir-toolkit-theme)
130
+
131
+
132
+
133
+
123
134
  ## License
124
135
 
125
136
  The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -1,9 +1,9 @@
1
1
  {%- if include.type == "tip" %}
2
- <div markdown="span" class="alert alert-success" role="alert"><i class="fas fa-check-square"></i> <b>Tip:</b> {{include.content}}</div>
2
+ <div markdown="span" class="alert alert-success" role="alert"><i class="fa-solid fa-check-square"></i> <b>Tip:</b> {{include.content}}</div>
3
3
  {%- elsif include.type == "important" %}
4
- <div markdown="span" class="alert alert-warning" role="alert"><i class="fas fa-exclamation-triangle"></i> <b>Important:</b> {{include.content}}</div>
4
+ <div markdown="span" class="alert alert-warning" role="alert"><i class="fa-solid fa-exclamation-triangle"></i> <b>Important:</b> {{include.content}}</div>
5
5
  {%- elsif include.type == "note" %}
6
- <div markdown="span" class="alert alert-info" role="alert"><i class="fas fa-info-circle"></i> <b>Note:</b> {{include.content}}</div>
6
+ <div markdown="span" class="alert alert-info" role="alert"><i class="fa-solid fa-info-circle"></i> <b>Note:</b> {{include.content}}</div>
7
7
  {%- elsif include.type == "warning" %}
8
- <div markdown="span" class="alert alert-danger" role="alert"><i class="fas fa-exclamation-circle"></i> <b>Warning:</b> {{include.content}}</div>
8
+ <div markdown="span" class="alert alert-danger" role="alert"><i class="fa-solid fa-exclamation-circle"></i> <b>Warning:</b> {{include.content}}</div>
9
9
  {%- endif %}
@@ -51,13 +51,13 @@
51
51
  <div class="card-footer">
52
52
  <div class="d-flex justify-content-center">
53
53
  {%- if contributors[contributor].git %}
54
- <div class="mx-1"><a class="btn bg-white text-primary hover-primary rounded-circle social-icons p-0" href="https://github.com/{{id}}"><i class="fab fa-github"></i></a></div>
54
+ <div class="mx-1"><a class="btn bg-white text-primary hover-primary rounded-circle social-icons p-0" href="https://github.com/{{id}}"><i class="fa-brands fa-github"></i></a></div>
55
55
  {%- endif %}
56
56
  {%- if contributors[contributor].email %}
57
- <div class="mx-1"><a class="btn bg-white text-primary hover-primary rounded-circle social-icons p-0" href="mailto:{{contributors[contributor].email}}"><i class="fas fa-envelope"></i></a></div>
57
+ <div class="mx-1"><a class="btn bg-white text-primary hover-primary rounded-circle social-icons p-0" href="mailto:{{contributors[contributor].email}}"><i class="fa-solid fa-envelope"></i></a></div>
58
58
  {%- endif %}
59
59
  {%- if contributors[contributor].orcid %}
60
- <div class="mx-1"><a class="btn bg-white text-primary hover-primary rounded-circle social-icons p-0" href="https://orcid.org/{{contributors[contributor].orcid}}"><i class="fab fa-orcid"></i></a></div>
60
+ <div class="mx-1"><a class="btn bg-white text-primary hover-primary rounded-circle social-icons p-0" href="https://orcid.org/{{contributors[contributor].orcid}}"><i class="fa-brands fa-orcid"></i></a></div>
61
61
  {%- endif %}
62
62
  </div>
63
63
  </div>
@@ -16,13 +16,13 @@
16
16
  </div>
17
17
  <div class="d-flex mt-3 justify-content-center">
18
18
  {%- if contributors[contributor].git %}
19
- <div class="mx-1"><a class="btn btn-primary rounded-circle social-icons p-0" href="https://github.com/{{id}}"><i class="fab fa-github"></i></a></div>
19
+ <div class="mx-1"><a class="btn btn-primary rounded-circle social-icons p-0" href="https://github.com/{{id}}"><i class="fa-brands fa-github"></i></a></div>
20
20
  {%- endif %}
21
21
  {%- if contributors[contributor].email %}
22
- <div class="mx-1"><a class="btn btn-primary rounded-circle social-icons p-0" href="mailto:{{contributors[contributor].email}}"><i class="fas fa-envelope"></i></a></div>
22
+ <div class="mx-1"><a class="btn btn-primary rounded-circle social-icons p-0" href="mailto:{{contributors[contributor].email}}"><i class="fa-solid fa-envelope"></i></a></div>
23
23
  {%- endif %}
24
24
  {%- if contributors[contributor].orcid %}
25
- <div class="mx-1"><a class="btn btn-primary rounded-circle social-icons p-0" href="https://orcid.org/{{contributors[contributor].orcid}}"><i class="fab fa-orcid"></i></a></div>
25
+ <div class="mx-1"><a class="btn btn-primary rounded-circle social-icons p-0" href="https://orcid.org/{{contributors[contributor].orcid}}"><i class="fa-brands fa-orcid"></i></a></div>
26
26
  {%- endif %}
27
27
  </div>
28
28
  {%- endcapture %}
@@ -44,7 +44,7 @@
44
44
  {%- if coordinator == contributor %}
45
45
  <div class="position-absolute top-0 start-100 translate-middle">
46
46
  <div class="rounded-circle coordinator-crown">
47
- <i class="fa fa-crown"></i>
47
+ <i class="fa-solid fa-crown"></i>
48
48
  </div>
49
49
  </div>
50
50
  {%- endif %}
@@ -46,13 +46,13 @@
46
46
  <div class="card-footer">
47
47
  <div class="d-flex justify-content-center">
48
48
  {%- if contributors[contributor].git %}
49
- <div class="mx-1"><a class="btn bg-white text-primary hover-primary rounded-circle social-icons p-0" href="https://github.com/{{id}}"><i class="fab fa-github"></i></a></div>
49
+ <div class="mx-1"><a class="btn bg-white text-primary hover-primary rounded-circle social-icons p-0" href="https://github.com/{{id}}"><i class="fa-brands fa-github"></i></a></div>
50
50
  {%- endif %}
51
51
  {%- if contributors[contributor].email %}
52
- <div class="mx-1"><a class="btn bg-white text-primary hover-primary rounded-circle social-icons p-0" href="mailto:{{contributors[contributor].email}}"><i class="fas fa-envelope"></i></a></div>
52
+ <div class="mx-1"><a class="btn bg-white text-primary hover-primary rounded-circle social-icons p-0" href="mailto:{{contributors[contributor].email}}"><i class="fa-solid fa-envelope"></i></a></div>
53
53
  {%- endif %}
54
54
  {%- if contributors[contributor].orcid %}
55
- <div class="mx-1"><a class="btn bg-white text-primary hover-primary rounded-circle social-icons p-0" href="https://orcid.org/{{contributors[contributor].orcid}}"><i class="fab fa-orcid"></i></a></div>
55
+ <div class="mx-1"><a class="btn bg-white text-primary hover-primary rounded-circle social-icons p-0" href="https://orcid.org/{{contributors[contributor].orcid}}"><i class="fa-brands fa-orcid"></i></a></div>
56
56
  {%- endif %}
57
57
  </div>
58
58
  </div>
@@ -1,11 +1,15 @@
1
1
  {%- if site.gtag %}
2
2
  <!-- START Bootstrap-Cookie-Alert -->
3
3
  <div class="alert text-center cookiealert rounded-0" role="alert">
4
- We use cookies to ensure you get the best experience on our website. Read our
5
- <a class="fw-bold" href="{{ '/privacy' | relative_url}}">privacy policy</a> to find out more.
6
- <button type="button" id="acceptcookies" class="btn btn-primary ms-2">
7
- Got it!
8
- </button>
4
+ <p>
5
+ We use cookies to ensure you get the best experience on our website. Read our
6
+ <a class="fw-bold" href="{{ site.theme_variables.privacy_statement_url | default: '/privacy' | relative_url}}">privacy policy</a> to find out more.
7
+ </p>
8
+ <div class=""d-flex justify-content-cente>
9
+ <button type="button" id="acceptcookies" class="btn btn-primary ms-2">
10
+ Got it!
11
+ </button>
12
+ </div>
9
13
  </div>
10
14
  <script>
11
15
  /*
@@ -11,7 +11,7 @@
11
11
  <p class="text-muted mb-0"><i class="far fa-calendar me-2"></i><time datetime="{{ event.startDate | date: '%e %B, %Y %H:%M' }}">{{ event.startDate | date_to_long_string }} {{event.startTime}}</time>
12
12
  {% if event.endDate or event.endTime %} - <time datetime="{{ event.endDate | date: '%e %B, %Y %H:%M %Z' }}">{{ event.endDate | date_to_long_string }} {{event.endTime}}</time>{% endif %}</p>
13
13
  {%- if event.location %}
14
- <i class="fas fa-map-marker-alt me-2 text-muted"></i>
14
+ <i class="fa-solid fa-map-marker-alt me-2 text-muted"></i>
15
15
  <div class="d-inline-block text-muted">{{ event.location | markdownify }}</div>
16
16
  {%- endif %}
17
17
  {%- if event.description %}
@@ -2,16 +2,16 @@
2
2
  <div id="edit-me" class="btn-group">
3
3
  {%- if site.theme_variables.github_buttons.edit_me or site.theme_variables.github_buttons.edit_me == nil %}
4
4
  {%- if page.custom-editme %}
5
- <a role="button" data-bs-toggle="tooltip" title="Propose changes to the content of this page on {{site.theme_variables.git_host | default: 'GitHub' }}" href="{{site.github.repository_url}}/blob/{{site.github.source.branch}}/{{page.custom-editme}}" class="btn btn-sm hover-primary text-primary"><i class="fas fa-pencil-alt"></i></a>
5
+ <a role="button" data-bs-toggle="tooltip" title="Propose changes to the content of this page on {{site.theme_variables.git_host | default: 'GitHub' }}" href="{{site.github.repository_url}}/blob/{{site.github.source.branch}}/{{page.custom-editme}}" class="btn btn-sm hover-primary text-primary"><i class="fa-solid fa-pencil-alt"></i></a>
6
6
  {%- else %}
7
- <a role="button" data-bs-toggle="tooltip" title="Propose changes to this page on {{site.theme_variables.git_host | default: 'GitHub' }}" href="{{site.github.repository_url}}/blob/{{site.github.source.branch}}/{{page.path}}" class="btn btn-sm hover-primary text-primary"><i class="fas fa-pencil-alt"></i></a>
7
+ <a role="button" data-bs-toggle="tooltip" title="Propose changes to this page on {{site.theme_variables.git_host | default: 'GitHub' }}" href="{{site.github.repository_url}}/blob/{{site.github.source.branch}}/{{page.path}}" class="btn btn-sm hover-primary text-primary"><i class="fa-solid fa-pencil-alt"></i></a>
8
8
  {%- endif %}
9
9
  {%- endif %}
10
10
  {%- if site.theme_variables.github_buttons.open_issue or site.theme_variables.github_buttons.open_issue == nil %}
11
- <a role="button" data-bs-toggle="tooltip" title="Report an issue" href="{{site.github.repository_url}}/issues/new?title={{'Issue on page: ' | url_encode }}{{page.title | url_encode }}&amp;body={{'I would like to report an issue on the ' | url_encode }}{{page.title | url_encode }}{{' page at `'| url_encode }}{{page.url | url_encode }}{{'`. Description of the issue:' | url_encode }}" class="btn btn-sm hover-primary text-primary"><i class="fas fa-exclamation"></i></a>
11
+ <a role="button" data-bs-toggle="tooltip" title="Report an issue" href="{{site.github.repository_url}}/issues/new?title={{'Issue on page: ' | url_encode }}{{page.title | url_encode }}&amp;body={{'I would like to report an issue on the ' | url_encode }}{{page.title | url_encode }}{{' page at `'| url_encode }}{{page.url | url_encode }}{{'`. Description of the issue:' | url_encode }}" class="btn btn-sm hover-primary text-primary"><i class="fa-solid fa-exclamation"></i></a>
12
12
  {%- endif %}
13
13
  {%- if site.theme_variables.github_buttons.history or site.theme_variables.github_buttons.history == nil %}
14
- <a role="button" data-bs-toggle="tooltip" title="Check out the history of this page" href="{{site.github.repository_url}}/commits/{{site.github.source.branch}}/{{page.path}}" class="btn btn-sm hover-primary text-primary"><i class="fas fa-history"></i></a>
14
+ <a role="button" data-bs-toggle="tooltip" title="Check out the history of this page" href="{{site.github.repository_url}}/commits/{{site.github.source.branch}}/{{page.path}}" class="btn btn-sm hover-primary text-primary"><i class="fa-solid fa-history"></i></a>
15
15
  {%- endif %}
16
16
  </div>
17
17
  {%- endif %}
data/_includes/head.html CHANGED
@@ -29,7 +29,7 @@
29
29
  <link rel="stylesheet" href="{{ 'assets/css/syntax.css' | relative_url }}">
30
30
  <!-- Country flags -->
31
31
  <link rel="stylesheet" href="{{ 'assets/css/flag-icon.min.css' | relative_url }}">
32
- <!-- Font Awesome 5 Icons -->
32
+ <!-- Font Awesome -->
33
33
  <link rel="stylesheet" type="text/css" href="{{ 'assets/css/all.min.css' | relative_url }}">
34
34
  <!-- Main css file -->
35
35
  <link rel="stylesheet" href="{{ 'assets/css/main.css' | relative_url }}">
@@ -40,7 +40,7 @@
40
40
  {%- endfor %}
41
41
  {%- endif %}
42
42
  <!-- JavaScript -->
43
- <script src="{{ 'assets/js/jquery-3.5.1.min.js' | relative_url }}"></script>
43
+ <script src="{{ 'assets/js/jquery.min.js' | relative_url }}"></script>
44
44
  <script src="{{ 'assets/js/lunr.min.js' | relative_url }}"></script>
45
45
  <script src="{{ 'assets/js/bootstrap.bundle.min.js' | relative_url }}"></script>
46
46
  <script src="{{ 'assets/js/anchor.min.js' | relative_url }}"></script>
@@ -18,7 +18,7 @@
18
18
  {%- if training.registry == "TeSS" %}
19
19
  <img alt="TeSS logo" class="img-fluid" src="assets/img/tess_logo.svg">
20
20
  {%- else %}
21
- <i class="fas fa-external-link-alt text-primary fs-5"></i>
21
+ <i class="fa-solid fa-external-link-alt text-primary fs-5"></i>
22
22
  {%- endif %}
23
23
  </div>
24
24
  <div class="col-10 d-flex align-items-center">
data/_includes/news.html CHANGED
@@ -8,7 +8,7 @@
8
8
  {%- for new in news reversed%}
9
9
  <li>
10
10
  <span class="title mb-1">{{ new.name | escape }}</span>
11
- <p class="text-muted"><i class="far fa-calendar me-2"></i><time>{{ new.date | date_to_long_string }}</time>{% if new.linked_pr %}<b> - </b><i class="fas fa-code-branch"></i><a href="{{ site.github.repository_url | append: '/pull/' | append: new.linked_pr }}">{{new.linked_pr }}</a>{% endif %}</p>
11
+ <p class="text-muted"><i class="far fa-calendar me-2"></i><time>{{ new.date | date_to_long_string }}</time>{% if new.linked_pr %}<b> - </b><i class="fa-solid fa-code-branch"></i><a href="{{ site.github.repository_url | append: '/pull/' | append: new.linked_pr }}">{{new.linked_pr }}</a>{% endif %}</p>
12
12
  {%- if new.description %}
13
13
  {%- assign word_count = new.description | split: " " | size %}
14
14
  {%- if include.truncate == "true" and word_count > 40 %}
@@ -11,14 +11,14 @@
11
11
  <tr class="text-nowrap">
12
12
  <th>Tool or resource {%- if include.tag -%}
13
13
  <a data-bs-toggle="tooltip" data-bs-original-title="This is a curated list which means that not all tools or resources that exist for this topic are listed here. This is mainly because we do not intend to be a registry. In most cases you will only find back the tools or resources that are mentioned in this page.">
14
- <i class="fas fa-info-circle"></i>
14
+ <i class="fa-solid fa-info-circle"></i>
15
15
  </a>{%- endif %}
16
16
  </th>
17
17
  <th>Description</th>
18
18
  <th>Related pages</th>
19
19
  <th>Registry {%- if include.tag -%}
20
20
  <a data-bs-toggle="tooltip" data-bs-original-title="Links to related information in ELIXIR registries: related policies and standards in FAIRsharing, scientific and technical descriptions of the resource in bio.tools, and related training in TeSS.">
21
- <i class="fas fa-info-circle"></i>
21
+ <i class="fa-solid fa-info-circle"></i>
22
22
  </a>{%- endif %}
23
23
  </th>
24
24
  </tr>
@@ -47,7 +47,7 @@
47
47
  <td>{{tool.description}}
48
48
  {%- unless instances_tool == 0 or total_county_tools == 0 or include.tag == nil %}
49
49
  <a href="#national-resources-button" class="d-block mt-1">
50
- <span class="badge text-white bg-primary"><i class="fas fa-arrow-circle-down me-2"></i>Different instances available</span>
50
+ <span class="badge text-white bg-primary"><i class="fa-solid fa-arrow-circle-down me-2"></i>Different instances available</span>
51
51
  </a>
52
52
  {%- endunless %}
53
53
  </td>
@@ -62,16 +62,16 @@
62
62
  <td>{{related_pages}}</td>
63
63
  <td>
64
64
  {%- if tool.registry.biotools %}
65
- <a data-bs-toggle="tooltip" data-bs-original-title="Bio.tools" href="https://bio.tools/{{tool.registry.biotools}}"><span class="badge bg-dark text-white hover-primary"><i class="fas fa-info me-2"></i>Tool info</span></a>
65
+ <a data-bs-toggle="tooltip" data-bs-original-title="Bio.tools" href="https://bio.tools/{{tool.registry.biotools}}"><span class="badge bg-dark text-white hover-primary"><i class="fa-solid fa-info me-2"></i>Tool info</span></a>
66
66
  {%- endif %}
67
67
  {%- if tool.registry.fairsharing %}
68
- <a data-bs-toggle="tooltip" data-bs-original-title="FAIRsharing" href="https://fairsharing.org/FAIRsharing.{{tool.registry.fairsharing}}"><span class="badge bg-dark text-white hover-primary"><i class="fas fa-database me-2"></i>Standards/Databases</span></a>
68
+ <a data-bs-toggle="tooltip" data-bs-original-title="FAIRsharing" href="https://fairsharing.org/FAIRsharing.{{tool.registry.fairsharing}}"><span class="badge bg-dark text-white hover-primary"><i class="fa-solid fa-database me-2"></i>Standards/Databases</span></a>
69
69
  {%- endif %}
70
70
  {%- if tool.registry.fairsharing-coll %}
71
- <a data-bs-toggle="tooltip" data-bs-original-title="FAIRsharing collection" href="https://fairsharing.org/{{tool.registry.fairsharing-coll}}"><span class="badge bg-dark text-white hover-primary"><i class="fas fa-database me-2"></i>Standards/Databases</span></a>
71
+ <a data-bs-toggle="tooltip" data-bs-original-title="FAIRsharing collection" href="https://fairsharing.org/{{tool.registry.fairsharing-coll}}"><span class="badge bg-dark text-white hover-primary"><i class="fa-solid fa-database me-2"></i>Standards/Databases</span></a>
72
72
  {%- endif %}
73
73
  {%- if tool.registry.tess %}
74
- <a data-bs-toggle="tooltip" data-bs-original-title="TeSS" href="https://tess.elixir-europe.org/search?q={{tool.registry.tess}}"><span class="badge bg-dark text-white hover-primary"><i class="fas fa-graduation-cap me-2"></i>Training</span></a>
74
+ <a data-bs-toggle="tooltip" data-bs-original-title="TeSS" href="https://tess.elixir-europe.org/search?q={{tool.registry.tess}}"><span class="badge bg-dark text-white hover-primary"><i class="fa-solid fa-graduation-cap me-2"></i>Training</span></a>
75
75
  {%- endif %}
76
76
  </td>
77
77
  </tr>
@@ -102,7 +102,7 @@
102
102
  <div class="d-block mt-1">
103
103
  <span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="This resource is an instance of {{tool.instance_of}}"><span class="badge text-primary border border-primary">{{tool.instance_of}}</span></span>
104
104
  {%- if tool.how_to_access %}
105
- <span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="{{tool.how_to_access}}"><span class="badge text-primary border border-primary"> <i class="fas fa-key"></i></span></span>
105
+ <span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="{{tool.how_to_access}}"><span class="badge text-primary border border-primary"> <i class="fa-solid fa-key"></i></span></span>
106
106
  {%- endif %}
107
107
  </div>
108
108
  {%- endif %}
@@ -25,7 +25,7 @@
25
25
  <div class="d-block mt-1">
26
26
  <span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="This resource is an instance of {{tool.instance_of}}"><span class="badge text-primary border border-primary">{{tool.instance_of}}</span></span>
27
27
  {%- if tool.how_to_access %}
28
- <span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="{{tool.how_to_access}}"><span class="badge text-primary border border-primary"> <i class="fas fa-key"></i></span></span>
28
+ <span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="{{tool.how_to_access}}"><span class="badge text-primary border border-primary"> <i class="fa-solid fa-key"></i></span></span>
29
29
  {%- endif %}
30
30
  </div>
31
31
  {%- endif %}
@@ -28,7 +28,7 @@
28
28
  {%- endfor %}
29
29
  </select>
30
30
  <button class="btn btn-primary" title="Button to clear affiliations selection" type="button" id="clearfilter">
31
- <i class="fas fa-backspace"></i>
31
+ <i class="fa-solid fa-backspace"></i>
32
32
  </button>
33
33
  </div>
34
34
  </div>
@@ -39,7 +39,7 @@
39
39
  <span class="input-group-text" id="search-label">Search</span>
40
40
  <input type="text" id="title-search" class="form-control" onkeyup="buttonUp();" placeholder="Type here..." aria-label="{{page.type | replace: '_', ' ' |}}" aria-describedby="search-label">
41
41
  <button class="btn btn-primary" title="Button to clear search" type="button" id="clearsearch">
42
- <i class="fas fa-backspace"></i>
42
+ <i class="fa-solid fa-backspace"></i>
43
43
  </button>
44
44
  </div>
45
45
  </div>
@@ -7,7 +7,7 @@
7
7
  {%- capture collecting -%}{%- if page.url == "/collecting" -%}st6{%- else -%}st16{%- endif -%}{%- endcapture -%}
8
8
  {%- capture sharing -%}{%- if page.url == "/sharing" -%}st7{%- else -%}st17{%- endif -%}{%- endcapture -%}
9
9
  <button class="btn text-start d-lg-none collapsed sidebar-collapse w-100 mb-3" type="button" data-bs-toggle="collapse" data-bs-target="#side-nav" aria-controls="side-nav" aria-expanded="true" aria-label="Toggle navigation">
10
- {{ page.sidebar | capitalize | replace: "_", " " }} menu <i title="navbar-toggler" class="fa fa-bars ms-2"></i>
10
+ {{ page.sidebar | capitalize | replace: "_", " " }} menu <i title="navbar-toggler" class="fa-solid fa-bars ms-2"></i>
11
11
  </button>
12
12
  <nav class="collapse" id="side-nav" aria-label="Side navigation">
13
13
  {%- if sidebar.title or sidebar.version %}
@@ -4,9 +4,9 @@
4
4
  <a class="visually-hidden-focusable" href='#footer'>Skip to footer</a>
5
5
  <nav class="navbar navbar-expand-lg mb-3 mb-lg-5">
6
6
  <div class="container">
7
- <a class="navbar-brand" href="{{ '/' | relative_url }}"><img class="{% if site.topnav_title %}me-3 {% endif %}img-fluid" alt="{{site.title}} logo" src="{{ 'assets/img/main_logo.svg' | relative_url }}">{% if site.topnav_title %}<span class="me-0 me-lg-3">{{site.topnav_title}}</span>{% endif %}</a>
7
+ <a class="navbar-brand" href="{{ '/' | relative_url }}"><img class="{% if site.topnav_title %}me-3 {% endif %}img-fluid" alt="{{site.title}} logo" src="{{ site.theme_variables.topnav.brand_logo | default: 'assets/img/main_logo.svg' | relative_url }}">{% if site.topnav_title %}<span class="me-0 me-lg-3">{{site.topnav_title}}</span>{% endif %}</a>
8
8
  <button class="navbar-toggler text-primary" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
9
- <i title="navbar-toggler" class="fa fa-bars"></i>
9
+ <i title="navbar-toggler" class="fa-solid fa-bars"></i>
10
10
  </button>
11
11
  <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
12
12
  <ul class="navbar-nav">
@@ -47,19 +47,19 @@
47
47
  {%- endif %}
48
48
  {%- if site.theme_variables.topnav.twitter %}
49
49
  <li class="nav-item ms-0 ms-lg-3 mt-2 mt-lg-0">
50
- <a class="nav-link ps-2 d-flex align-items-center" href="{{site.theme_variables.topnav.twitter}}"><i class="fab fa-twitter me-2"></i>Twitter</a>
50
+ <a class="nav-link ps-2 d-flex align-items-center" href="{{site.theme_variables.topnav.twitter}}"><i class="fa-brands fa-twitter me-2"></i>Twitter</a>
51
51
  </li>
52
52
  {%- endif %}
53
53
  {%- if site.theme_variables.topnav.github or site.theme_variables.topnav.github == nil %}
54
54
  <li class="nav-item ms-0 ms-lg-3 mt-2 mt-lg-0">
55
- <a class="nav-link ps-2 d-flex align-items-center" href="{{site.github.repository_url}}"><i class="fab fa-github me-2"></i>{{site.theme_variables.git_host | default: 'GitHub' }}</a>
55
+ <a class="nav-link ps-2 d-flex align-items-center" href="{{site.github.repository_url}}"><i class="fa-brands fa-github me-2"></i>{{site.theme_variables.git_host | default: 'GitHub' }}</a>
56
56
  </li>
57
57
  {%- endif %}
58
58
  <!--start search-->
59
59
  <li class="nav-item ms-0 ms-lg-3 my-2 my-lg-0">
60
60
  <div class="position-relative">
61
61
  <form role="search" class="input-group">
62
- <span class="input-group-text" id="search-label"><i class="fa fa-search"></i></span><input type="search" id="search-input" class="search-input form-control" tabindex="0" placeholder="Search {{ site.title }}" aria-label="Search {{ site.title }}" autocomplete="off">
62
+ <span class="input-group-text" id="search-label"><i class="fa-solid fa-magnifying-glass"></i></span><input type="search" id="search-input" class="search-input form-control" tabindex="0" placeholder="Search {{ site.title }}" aria-label="Search {{ site.title }}" autocomplete="off">
63
63
  </form>
64
64
  <div id="search-results" class="search-results"></div>
65
65
  </div>
@@ -5,7 +5,7 @@
5
5
  <tr class="text-nowrap">
6
6
  <th>Name
7
7
  <a data-bs-toggle="tooltip" data-bs-original-title="This is a curated list which means that not all trainings that exist for a certain topic are listed here. This is mainly because we do not intend to be a registry. In most cases you will only find back the tools or resources that are mentioned in this page.">
8
- <i class="fas fa-info-circle"></i>
8
+ <i class="fa-solid fa-info-circle"></i>
9
9
  </a>
10
10
  </th>
11
11
  <th>Related page</th>
@@ -21,7 +21,7 @@
21
21
  </div>
22
22
  {%- if site.theme_variables.back_to_top or site.theme_variables.back_to_top == nil %}
23
23
  <button id="back-to-top" class="btn btn-primary" type="button" aria-hidden="true" onclick="topFunction()">
24
- <i class="fa fa-arrow-up"></i><span class="ms-2 d-none d-sm-inline">Back to top</span>
24
+ <i class="fa-solid fa-arrow-up"></i><span class="ms-2 d-none d-sm-inline">Back to top</span>
25
25
  </button>
26
26
  {%- endif %}
27
27
  {% include footer.html %}