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

Upgrading to ETT V4.0.0 #1581

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: RDMkit
description: "Best practices and guidelines you can use for FAIR management of your research data."
# Metadata description of the website

remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@3.2.0
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@4.0.0

sass:
style: compressed
Expand Down
5 changes: 5 additions & 0 deletions _sass/_custom_classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ section#search-section {
}
}

#search-label-tiles {
background-color: $light;
}


/*-----Top navigation-----*/

.navbar-nav .nav-item > a {
Expand Down
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
{% if jekyll.environment == "development" %}{% include dev-info.html %}{% endif %}
{% include topnav.html search=false %}
<div class="landingpage">
<section class="container mb-5">
<section class="container g-lg-5 mb-5">
<div>
<h1>The Research Data Management toolkit for Life Sciences</h1>
<p class="text-center mt-2">Best practices and guidelines to help you make your data FAIR (Findable, Accessible, Interoperable and Reusable)</p>
</div>
</section>
<section id="search-section" class="bg-light py-5">
<div class="container">
<div class="container g-lg-5">
<div class="row">
<h2 class="no-anchor text-center mb-3">What can we help you find?</h2>
<div class="position-relative">
Expand All @@ -34,7 +34,7 @@ <h2 class="no-anchor text-center mb-3">What can we help you find?</h2>
</div>
</section>
<section class="bg-light pb-5">
<div class="container">
<div class="container g-lg-5">
<h2 class="no-anchor text-center mb-3">Browse all topics by</h2>
{%- assign sidebar = site.data.sidebars[page.sidebar] %}
<div class="row row-cols-1 row-cols-sm-2 row-cols-lg-3 g-4">
Expand All @@ -56,7 +56,7 @@ <h3 class="card-title no-anchor text-dark">{{folder.title}}</h3>
</div>
</section>
<section class="py-5">
<div class="container">
<div class="container g-lg-5">
<h2 class="no-anchor text-center mb-4">Research Data Management at glance</h2>
<div class="d-flex">
<div class="ratio ratio-16x9 mx-auto" style="max-width: 600px;">
Expand All @@ -66,7 +66,7 @@ <h2 class="no-anchor text-center mb-4">Research Data Management at glance</h2>
</div>
</section>
<section class="py-5 bg-light">
<div class="container">
<div class="container g-lg-5">
<div class="row">
<div class="col-lg-2 my-auto">
<img class="h-icon-8" src="{{ '/assets/img/section-icons/community.svg' | relative_url }}" alt="Contributors icon">
Expand All @@ -84,7 +84,7 @@ <h2>We welcome contributors!</h2>
</div>
</section>
<section class="py-5">
<div class="container">
<div class="container g-lg-5">
<div class="row">
<div class="col-lg-6 pe-lg-4">
{% include news.html caption=true title=true limit=3 %}
Expand All @@ -111,7 +111,7 @@ <h2>Events</h2>
</div>
</section>
<section class="py-5 bg-light">
<div class="container">
<div class="container g-lg-5">
<h2 class="mb-3">RDMkit in numbers</h2>
{%- assign contributors = site.data.CONTRIBUTORS %}
{%- for page in site.pages %}
Expand Down
Loading