Initial commit

This commit is contained in:
Nasir Anthony Montalvo
2025-11-13 14:48:58 -06:00
committed by GitHub
commit 526096840e
2349 changed files with 19464 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
---
# 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>