Skip to content

Commit

Permalink
Update content, scss, logo
Browse files Browse the repository at this point in the history
  • Loading branch information
supernord committed Mar 7, 2024
1 parent 76750ea commit 00e4adf
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ theme_variables:
# biocommons blue
theme_color: 205a86
topnav:
brand_logo: assets/img/main_logo.png
brand_logo: assets/img/Australian-Biocommons-Logo-Horizontal-Reversed-RGB.png

exclude:
- README.md
Expand Down
4 changes: 0 additions & 4 deletions _includes/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@
</div>
</div>

<div class="my-5">
<p class="fw-bold">Please note:</p>
<p><span class="badge bg-light text-bg-light font-monospace">NCI (if89)</span> below refers to the <a class="badge text-primary fw-semibold bg-light font-monospace" href="https://australianbiocommons.github.io/ables/if89/">Australian BioCommons Tools and Workflows repository</a>, located in project allocation if89 at the National Computational Infrastructure (NCI).</p>
</div>

{%- if include.tag %}
{%- assign tools = site.data.data | add_related_pages | where:"related_pages", include.tag |
Expand Down
6 changes: 4 additions & 2 deletions _sass/_bootstrap_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ $bioc-green: #2cb77c;
$primary: $bioc-blue;
$secondary: $bioc-teal;
$light: #f8f9fa;
$white: #FFFFFF;
$blue: $bioc-blue;
$dark: #212529;

/*-----Custom values for Bootstrap variables-----*/
$link-decoration: none;
$navbar-light-hover-color: $primary;
$link-color: $blue;
$navbar-light-hover-color: $white;
$component-active-bg: $primary;
$link-color: $bioc-blue;

// Find out which bootstrap variables you can use to fine tune the styling of your website here: https://github.com/ELIXIR-Belgium/elixir-toolkit-theme/blob/main/_sass/bootstrap/_variables.scss
7 changes: 6 additions & 1 deletion _sass/_custom_classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
//Example for highlighting the active page in the navigation:
/*-----Top navigation-----*/

.nav-link {
color: $white;
}

.navbar-nav .nav-item > a {
&.active {
color: $white;
Expand All @@ -14,9 +18,10 @@
/* see https://github.com/ELIXIR-Belgium/elixir-toolkit-theme*/

header .navbar {
background-color: $primary;
.navbar-brand {
font-size: 2.25rem;
color: $dark !important;
color: $white !important;
img {
max-height: 80px;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions contributors.md

This file was deleted.

3 changes: 3 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ datatable: true
This page lists bioinformatics tools and software that are installed across several of the [**BioCommons infrastructure partner systems**](https://support.biocommons.org.au/support/solutions/articles/6000251977-compute-systems-at-the-biocommons-partner-infrastructures). Tool / software status on other infrastructure partner systems will be added over time.


{% include callout.html type="important" content="`NCI (if89)` in the table refers to the [Australian BioCommons Tools and Workflows repository](https://australianbiocommons.github.io/ables/if89/), located in project allocation `if89` at the National Computational Infrastructure (NCI)." %}


<div markdown="0">
{% include table.html %}
</div>
Expand Down
1 change: 1 addition & 0 deletions pages/toolfinder.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: About
description: Add a plain text description here.
sidebar: false
toc: true
---


Expand Down

0 comments on commit 00e4adf

Please sign in to comment.