Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit d5f879a

Browse files
committed
Including mention of Library Carpentry in include files
1 parent c8f6fdc commit d5f879a

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

_includes/carpentries.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,19 @@
2323
building on learners' existing knowledge to enable them to quickly apply skills learned to their own research.
2424
</div>
2525
</div>
26-
27-
26+
<br/>
27+
<div class="row">
28+
<div class="col-md-2" align="center">
29+
<a href="{{ site.lc_site }}"><img src="{{ page.root }}/assets/img/lc-icon-black.svg" alt="Library Carpentry logo" /></a>
30+
</div>
31+
<div class="col-md-8">
32+
Library Carpentry is made by librarians to help librarians
33+
automate repetitive, boring, error-prone tasks;
34+
create, maintain and analyse sustainable and reusable data;
35+
work effectively with IT and systems colleagues;
36+
better understand the use of software in research;
37+
and much more.
38+
Library Carpentry was the winner of the 2016
39+
<a href="http://labs.bl.uk/British+Library+Labs+Awards">British Library Labs Teaching and Learning Award</a>.
40+
</div>
41+
</div>

_includes/workshop_footer.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<footer>
22
<div class="row">
3-
<div class="col-md-6" align="left">
3+
<div class="col-md-4" align="left">
44
<h4><a href="{{ site.swc_site }}">Software Carpentry</a></h4>
55
</div>
6-
<div class="col-md-6" align="right">
6+
<div class="col-md-4" align="right">
77
<h4><a href="{{ site.dc_site }}">Data Carpentry</a></h4>
88
</div>
9+
<div class="col-md-4" align="right">
10+
<h4><a href="{{ site.lc_site }}">Library Carpentry</a></h4>
11+
</div>
912
</div>
1013
</footer>

0 commit comments

Comments
 (0)