Files
bqkc/_layouts/home-infographic.html
Nasir Anthony Montalvo 526096840e Initial commit
2025-11-13 14:48:58 -06:00

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>