reconnect
This commit is contained in:
17
.github/_includes/cb/credits.html
vendored
Normal file
17
.github/_includes/cb/credits.html
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<div class="container-fluid mt-4 mb-n3 bg-light p-4 " id="technical">
|
||||
<div class="container mt-4 border rounded p-4 bg-white">
|
||||
<h3>CollectionBuilder</h3>
|
||||
<div class="row my-2 justify-content-center">
|
||||
<div class="col-md-8 p-4">
|
||||
<p>This digital collection is built with <a href="https://collectionbuilder.github.io/">CollectionBuilder</a>, an open source framework for creating digital collection and exhibit websites that is developed by faculty librarians at the University of Idaho Library following the <a href="https://lib-static.github.io">Lib-Static</a> methodology.</p>
|
||||
|
||||
<p>Using the <a href="https://github.com/CollectionBuilder/collectionbuilder-csv">CollectionBuilder-CSV</a> template and the static website generator <a href="https://jekyllrb.com/">Jekyll</a>, this project creates an engaging interface to explore driven by metadata.</p>
|
||||
</div>
|
||||
<div class="col-md-4 text-center">
|
||||
<a href="https://collectionbuilder.github.io/" title="CollectionBuilder">
|
||||
<img src="{{ '/assets/img/collectionbuilder-logo.png' | relative_url }}" class="img-fluid" alt="CollectionBuilder" >
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user