changes to design/css (header, animations, text styling)
This commit is contained in:
@@ -3,26 +3,34 @@
|
||||
layout: page
|
||||
---
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-8">
|
||||
|
||||
<p class="section-label">Description</p>
|
||||
{% include index/description.html %}
|
||||
{% include index/carousel.html title="From The Archive" %}
|
||||
|
||||
<p class="section-label mt-4">From The Archive</p>
|
||||
{% include index/carousel.html %}
|
||||
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
|
||||
{% include index/featured-terms.html field="subject" title="Top Subjects" btn-color="primary" %}
|
||||
<div class="col-md-4">
|
||||
|
||||
{% include index/featured-terms.html field="location" title="Locations" btn-color="outline-secondary" %}
|
||||
|
||||
<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">
|
||||
|
||||
<div class="col-md-12 mt-4">
|
||||
|
||||
<p class="section-label">Collection as Data</p>
|
||||
{% include index/data-download.html %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user