Initial commit
This commit is contained in:
30
_layouts/home-infographic.html
Normal file
30
_layouts/home-infographic.html
Normal 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>
|
||||
Reference in New Issue
Block a user