generated from carpentries/workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from CurtinIDS/updates
Adding CIDS-logos
- Loading branch information
Showing
30 changed files
with
467 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,24 @@ | ||
{% assign favicon_url = relative_root_path | append: '/assets/favicons/' | append: site.carpentry %} | ||
{% assign favicon_url = relative_root_path | append: '/assets/favicons/cids' %} | ||
|
||
{% if site.carpentry == 'swc' %} | ||
{% assign carpentry = 'Software Carpentry' %} | ||
{% elsif site.carpentry == 'dc' %} | ||
{% assign carpentry = 'Data Carpentry' %} | ||
{% elsif site.carpentry == 'lc' %} | ||
{% assign carpentry = 'Library Carpentry' %} | ||
{% elsif site.carpentry == 'cp' %} | ||
{% assign carpentry = 'The Carpentries' %} | ||
{% endif %} | ||
|
||
<!-- Favicons for everyone --> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ favicon_url }}/apple-touch-icon-57x57.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ favicon_url }}/apple-touch-icon-114x114.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ favicon_url }}/apple-touch-icon-72x72.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ favicon_url }}/apple-touch-icon-144x144.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="{{ favicon_url }}/apple-touch-icon-60x60.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="{{ favicon_url }}/apple-touch-icon-120x120.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="{{ favicon_url }}/apple-touch-icon-76x76.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ favicon_url }}/apple-touch-icon-152x152.png" /> | ||
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-196x196.png" sizes="196x196" /> | ||
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-96x96.png" sizes="96x96" /> | ||
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-32x32.png" sizes="32x32" /> | ||
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-16x16.png" sizes="16x16" /> | ||
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-128.png" sizes="128x128" /> | ||
<meta name="application-name" content="{{ carpentry }} - {{ site.title }}"/> | ||
<meta name="msapplication-TileColor" content="#FFFFFF" /> | ||
<meta name="msapplication-TileImage" content="{{ favicon_url }}/mstile-144x144.png" /> | ||
<meta name="msapplication-square70x70logo" content="{{ favicon_url }}/mstile-70x70.png" /> | ||
<meta name="msapplication-square150x150logo" content="{{ favicon_url }}/mstile-150x150.png" /> | ||
<meta name="msapplication-wide310x150logo" content="{{ favicon_url }}/mstile-310x150.png" /> | ||
<meta name="msapplication-square310x310logo" content="{{ favicon_url }}/mstile-310x310.png" /> | ||
{% assign carpentry = 'CIDS Carpentry' %} | ||
<!-- Favicons for everyone --> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ favicon_url }}/apple-touch-icon-57x57.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ favicon_url }}/apple-touch-icon-114x114.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ favicon_url }}/apple-touch-icon-72x72.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ favicon_url }}/apple-touch-icon-144x144.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="{{ favicon_url }}/apple-touch-icon-60x60.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="{{ favicon_url }}/apple-touch-icon-120x120.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="{{ favicon_url }}/apple-touch-icon-76x76.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ favicon_url }}/apple-touch-icon-152x152.png" /> | ||
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-196x196.png" sizes="196x196" /> | ||
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-96x96.png" sizes="96x96" /> | ||
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-32x32.png" sizes="32x32" /> | ||
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-16x16.png" sizes="16x16" /> | ||
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-128.png" sizes="128x128" /> | ||
<meta name="application-name" content="{{ carpentry }} - {{ site.title }}" /> | ||
<meta name="msapplication-TileColor" content="#FFFFFF" /> | ||
<meta name="msapplication-TileImage" content="{{ favicon_url }}/mstile-144x144.png" /> | ||
<meta name="msapplication-square70x70logo" content="{{ favicon_url }}/mstile-70x70.png" /> | ||
<meta name="msapplication-square150x150logo" content="{{ favicon_url }}/mstile-150x150.png" /> | ||
<meta name="msapplication-wide310x150logo" content="{{ favicon_url }}/mstile-310x150.png" /> | ||
<meta name="msapplication-square310x310logo" content="{{ favicon_url }}/mstile-310x310.png" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,29 @@ | ||
{% comment %} | ||
Footer for a standard workshop. | ||
Footer for a standard workshop. | ||
{% endcomment %} | ||
<footer> | ||
<hr/> | ||
<hr /> | ||
<div class="row"> | ||
<div class="col-md-6" align="left"> | ||
<h4> | ||
Copyright © 2016–{{ 'now' | date: "%Y" }} | ||
{% if site.carpentry == "swc" %} | ||
<a href="{{ site.swc_site }}">Software Carpentry</a> | ||
{% elsif site.carpentry == "dc" %} | ||
<a href="{{ site.dc_site }}">Data Carpentry</a> | ||
{% elsif site.carpentry == "lc" %} | ||
<a href="{{ site.lc_site }}">Library Carpentry</a> | ||
{% elsif site.carpentry == "cp" %} | ||
<a href="{{ site.carpentries_site }}">The Carpentries</a> | ||
{% endif %} | ||
Copyright © 2016–{{ 'now' | date: "%Y" }} | ||
{% if site.carpentry == "swc" %} | ||
<a href="{{ site.swc_site }}">Software Carpentry</a> | ||
{% elsif site.carpentry == "dc" %} | ||
<a href="{{ site.dc_site }}">Data Carpentry</a> | ||
{% elsif site.carpentry == "lc" %} | ||
<a href="{{ site.lc_site }}">Library Carpentry</a> | ||
{% elsif site.carpentry == "cp" %} | ||
<a href="{{ site.carpentries_site }}">The Carpentries</a> | ||
{% endif %} | ||
</h4> | ||
</div> | ||
<div class="col-md-6" align="right"> | ||
<h4> | ||
<a href="mailto:{{ site.email }}">Contact The Carpentries</a> | ||
<a href="mailto:{{ site.email }}">Contact The Carpentries</a> | ||
| ||
<a href="mailto:[email protected]">Contact The CIDS</a> | ||
</h4> | ||
</div> | ||
</div> | ||
</footer> | ||
</footer> |
Binary file added
BIN
+231 KB
assets/favicons/cids/5612SE_Curtin Institute for Data Science logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.