Skip to content

Commit

Permalink
Merge pull request #97 from mpfl/gh-pages
Browse files Browse the repository at this point in the history
Add ARDC, NCRIS, and CC BY logos
  • Loading branch information
mpfl authored Jul 3, 2020
2 parents 74116db + c946ba1 commit 5a89542
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ <h2 class="footer-heading">{{ site.title | escape }}</h2>
{%- include social.html -%}
</div>
</div>
<div class="footer-col-wrapper">
<img id="ardc-logo" src="{{ site.baseurl }}/images/ARDC_logo_RGB.png" />
<img id="ncris-logo" src="{{ site.baseurl }}/images/NCRIS-PROVIDER.png" />
<img id="ccby-logo" src="{{ site.baseurl }}/images/by.png" />
</div>

</div>

Expand Down
17 changes: 17 additions & 0 deletions _sass/minima/custom-styles.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
// Placeholder to allow defining custom styles that override everything else.
// (Use `_sass/minima/custom-variables.scss` to override variable defaults)

img#ardc-logo {
width: 200px;
padding-top: 32px;
padding-right: 135px;
float: left;
}

img#ncris-logo {
width: 135px;
}

img#ccby-logo {
width: 100px;
padding-top: 63px;
float: right;
}
Binary file added images/ARDC_logo_RGB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/NCRIS-PROVIDER.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/by.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5a89542

Please sign in to comment.