30 lines
651 B
HTML
30 lines
651 B
HTML
---
|
|
# Default home page with boxes providing collection stats
|
|
layout: page
|
|
---
|
|
<div class="row">
|
|
|
|
<div class="col-md-8">
|
|
|
|
{% include index/description.html %}
|
|
{% include index/carousel.html title="Sample Items" %}
|
|
|
|
</div>
|
|
<div class="col-md-4">
|
|
|
|
{% include index/time.html %}
|
|
|
|
{% include index/featured-terms.html field="subject" title="Top Subjects" btn-color="primary" %}
|
|
|
|
{% include index/featured-terms.html field="location" title="Locations" btn-color="outline-secondary" %}
|
|
|
|
{% include index/content.html %}
|
|
|
|
</div>
|
|
<div class="col-md-12">
|
|
|
|
{% include index/data-download.html %}
|
|
|
|
</div>
|
|
|
|
</div> |