Commit d5f879ab authored by Greg Wilson's avatar Greg Wilson
Browse files

Including mention of Library Carpentry in include files

parent c8f6fdc8
Loading
Loading
Loading
Loading
+16 −2
Original line number Diff line number Diff line
@@ -23,5 +23,19 @@
    building on learners' existing knowledge to enable them to quickly apply skills learned to their own research.
  </div>
</div>

<br/>
<div class="row">
  <div class="col-md-2" align="center">
    <a href="{{ site.lc_site }}"><img src="{{ page.root }}/assets/img/lc-icon-black.svg" alt="Library Carpentry logo" /></a>
  </div>
  <div class="col-md-8">
    Library Carpentry is made by librarians to help librarians
    automate repetitive, boring, error-prone tasks;
    create, maintain and analyse sustainable and reusable data;
    work effectively with IT and systems colleagues;
    better understand the use of software in research;
    and much more.
    Library Carpentry was the winner of the 2016
    <a href="http://labs.bl.uk/British+Library+Labs+Awards">British Library Labs Teaching and Learning Award</a>.
  </div>
</div>
+5 −2
Original line number Diff line number Diff line
<footer>
  <div class="row">
    <div class="col-md-6" align="left">
    <div class="col-md-4" align="left">
      <h4><a href="{{ site.swc_site }}">Software Carpentry</a></h4>
    </div>
    <div class="col-md-6" align="right">
    <div class="col-md-4" align="right">
      <h4><a href="{{ site.dc_site }}">Data Carpentry</a></h4>
    </div>
    <div class="col-md-4" align="right">
      <h4><a href="{{ site.lc_site }}">Library Carpentry</a></h4>
    </div>
  </div>
</footer>