-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
74 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{% if page.layout == "taylor-home" %} | ||
{% include collection-nav.html %} | ||
<div id="home-banner" class="container-fluid mb-0 p-0"> | ||
<h1 class="visually-hidden">{{ site.title }}</h1> | ||
<div class="w-100 ratio ratio-16x9"> | ||
<iframe title="" src="https://www.youtube-nocookie.com/embed/eKYyentx7Nc?rel=0&modestbranding=1" allowfullscreen></iframe> | ||
</div> | ||
</div> | ||
{%- else -%} | ||
<div class="container-fluid"> | ||
<div class="row align-items-center"> | ||
<div id="title" class="{% if site.organization-logo-banner %}col-md-9{% else %}col-12{% endif %}"> | ||
<h1><a class="text-dark font-weight-normal" href="{{ site.baseurl }}/" >{{ site.title }}</a></h1> | ||
{% if site.tagline %}<p>{{ site.tagline }}</p>{% endif %} | ||
</div> | ||
{% if site.organization-logo-banner %} | ||
<div class="col-md-3 d-none d-lg-block text-end"> | ||
<a class="btn btn-dark" href="{{ site.organization-link }}" title="{{ site.organization-name | escape }} home" target="_blank" rel="noopener"> | ||
<img class="img-fluid" src="{{ site.organization-logo-banner | relative_url }}" alt="{{ site.organization-name | escape }}" style="max-height:100px"> | ||
</a> | ||
</div> | ||
{% endif %} | ||
</div> | ||
</div> | ||
{% include collection-nav.html %} | ||
{%- endif -%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
# Default home page with boxes providing collection stats | ||
layout: page | ||
--- | ||
{%- assign items = site.data[site.metadata] | where_exp: 'item','item.objectid' -%} | ||
|
||
<div class="row"> | ||
|
||
<div class="col-md-12 mb-5"> | ||
{% include feature/timelinejs.html json="/assets/data/taylor-ds-timeline.json" %} | ||
|
||
<h2>A Sense of Place</h2> | ||
|
||
Watch this mapped excerpt of the Maurice Hornocker interview, where he describes a four day search with fellow researcher Wilbur Wiles, looking for his favorite dog Little Red in cougar country throughout the Frank Church River of No Return Wilderness that surrounds the Taylor Wilderness Research Station. | ||
|
||
{% include feature/video.html objectid="https://www.youtube.com/watch?v=eKYyentx7Nc" %} | ||
|
||
<a href='/items/hornocker_2.html'>Watch the full video here</a> or <a href='https://earth.google.com/earth/d/12-SnHkcpTIu5pNVLQROautGsJRaknTKw?usp=sharing' target="_blank">explore the space on your own.</a>}} | ||
|
||
</div> | ||
<div class="col-md-8"> | ||
|
||
{% include index/description.html %} | ||
|
||
</div> | ||
<div class="col-md-4"> | ||
|
||
{% include index/featured-terms.html field="subject" title="Top Subjects" btn-color="payette-blue" %} | ||
|
||
{% include index/objects.html %} | ||
|
||
</div> | ||
<div class="col-md-12"> | ||
|
||
{% include index/data-download.html %} | ||
|
||
</div> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
layout: home-infographic | ||
layout: taylor-home | ||
title: Home | ||
permalink: / | ||
--- | ||
|