reconnect
This commit is contained in:
36
.github/_layouts/home-infographic.html
vendored
Normal file
36
.github/_layouts/home-infographic.html
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
# Default home page with boxes providing collection stats
|
||||
layout: page
|
||||
---
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
|
||||
<p class="section-label">Description</p>
|
||||
{% include index/description.html %}
|
||||
|
||||
<p class="section-label mt-4">From The Archive</p>
|
||||
{% include index/carousel.html %}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
|
||||
<p class="section-label">Top Subjects</p>
|
||||
{% include index/featured-terms.html field="subject" btn-color="primary" %}
|
||||
|
||||
<p class="section-label mt-4">Locations</p>
|
||||
{% include index/featured-terms.html field="location" btn-color="outline-secondary" %}
|
||||
|
||||
<p class="section-label mt-4">Content</p>
|
||||
{% include index/content.html %}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-12 mt-4">
|
||||
|
||||
<p class="section-label">Collection as Data</p>
|
||||
{% include index/data-download.html %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user