Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrothers authored Mar 17, 2024
1 parent 96e8d2f commit 616b520
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
{% assign approval_redirects = site.urls | where_exp: "item", "item.redirect_to != nil" | where_exp: "item", "item.section == 'help'" %}

{% for page in approval_redirects %}
{% include_relative _includes/card.html url=page.url titlecamel=page.titlecamel description=page.description color="#006dcc" %}
{% include_relative _includes/card.html url=page.url titlecamel=page.titlecamel description=page.description color="#77BD43" %}
{% endfor %}

</div>

<h2 style="margin-top:18px;">Getting your research project approved</h2>
<div class="row row-cols-1 row-cols-md-3 row-cols-lg-4 g-4">
<div class="row row-cols-1 row-cols-md-3 row-cols-lg-3 g-4">

{% assign approval_redirects = site.urls | where_exp: "item", "item.redirect_to != nil" | where_exp: "item", "item.section == 'approval'" %}

Expand All @@ -26,7 +26,7 @@ <h2 style="margin-top:18px;">Getting your research project approved</h2>
</div>

<h2 style="margin-top:18px;">Case report resources</h2>
<div class="row row-cols-1 row-cols-md-3 row-cols-lg-4 g-4">
<div class="row row-cols-1 row-cols-md-3 row-cols-lg-3 g-4">

{% assign casereport_redirects = site.urls | where_exp: "item", "item.redirect_to != nil" | where_exp: "item", "item.section == 'casereport'" %}

Expand All @@ -37,7 +37,7 @@ <h2 style="margin-top:18px;">Case report resources</h2>
</div>

<h2 style="margin-top:18px;">Poster resources</h2>
<div class="row row-cols-1 row-cols-md-3 row-cols-lg-4 g-4">
<div class="row row-cols-1 row-cols-md-3 row-cols-lg-3 g-4">

{% assign casereport_redirects = site.urls | where_exp: "item", "item.redirect_to != nil" | where_exp: "item", "item.section == 'poster'" %}

Expand All @@ -49,7 +49,7 @@ <h2 style="margin-top:18px;">Poster resources</h2>


<h2 style="margin-top:18px;">Epic and SlicerDicer</h2>
<div class="row row-cols-1 row-cols-md-3 row-cols-lg-4 g-4">
<div class="row row-cols-1 row-cols-md-3 row-cols-lg-3 g-4">

{% assign casereport_redirects = site.urls | where_exp: "item", "item.redirect_to != nil" | where_exp: "item", "item.section == 'epic'" %}

Expand All @@ -61,7 +61,7 @@ <h2 style="margin-top:18px;">Epic and SlicerDicer</h2>


<h2 style="margin-top:18px;">Data and technology resources</h2>
<div class="row row-cols-1 row-cols-md-3 row-cols-lg-4 g-4">
<div class="row row-cols-1 row-cols-md-3 row-cols-lg-3 g-4">

{% assign casereport_redirects = site.urls | where_exp: "item", "item.redirect_to != nil" | where_exp: "item", "item.section == 'tech'" %}

Expand Down

0 comments on commit 616b520

Please sign in to comment.