-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates from develop for accessibility
- Loading branch information
1 parent
078f023
commit 15a3290
Showing
12 changed files
with
319 additions
and
142 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# --- PLACEHOLDER ICONS | ||
# --- from detail.conf | ||
placeholder_large_media_icon = <i class='fa fa-picture-o fa-5x'></i> | ||
placeholder_large_media_icon = <i class='fa fa-picture-o fa-5x' aria-label='media placeholder'></i> | ||
|
||
# --- browse and sets | ||
placeholder_media_icon = <i class='fa fa-picture-o fa-2x'></i> | ||
placeholder_media_icon = <i class='fa fa-picture-o fa-2x' aria-label='media placeholder'></i> | ||
|
||
# --- placeholder media icons can be configured to be object type specific | ||
# --- if one is not defined for the type, the default variables placeholder_large_media_icon, and placeholder_media_icon will be used | ||
#placeholders = { | ||
# documents = { | ||
# placeholder_media_icon = <i class='fa fa-file-text-o fa-2x'></i>, | ||
# placeholder_large_media_icon = <i class='fa fa-file-text-o fa-5x'></i> | ||
# placeholder_media_icon = <i class='fa fa-file-text-o fa-2x' aria-label='media placeholder'></i>, | ||
# placeholder_large_media_icon = <i class='fa fa-file-text-o fa-5x' aria-label='media placeholder'></i> | ||
# }, | ||
# book = { | ||
# placeholder_media_icon = <i class='fa fa-book fa-2x'></i>, | ||
# placeholder_large_media_icon = <i class='fa fa-book fa-5x'></i> | ||
# placeholder_media_icon = <i class='fa fa-book fa-2x' aria-label='media placeholder'></i>, | ||
# placeholder_large_media_icon = <i class='fa fa-book fa-5x' aria-label='media placeholder'></i> | ||
# } | ||
#} | ||
#} |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<h1>{{{title}}}</h1> | ||
<h3>{{{subtitle}}}</h3> | ||
|
||
<div class="bodytext"> | ||
{{{bodytext}}} | ||
<div class="row"> | ||
<div class="col-sm-12"> | ||
<H1>{{{title}}}</H1> | ||
<h2>{{{subtitle}}}</h2> | ||
{{{bodytext}}} | ||
<div><em>Viewed {{{page_view_count}}} times </em></div> | ||
</div> | ||
</div> | ||
|
||
<div><em>Viewed {{{page_view_count}}} times </em></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,6 @@ | ||
<h1>{{{headline}}}</h1> | ||
<h3>{{{subhead}}}</h3> | ||
<h2>{{{subhead}}}</h2> | ||
|
||
<div class="bodytext"> | ||
{{{moretext}}} | ||
</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 |
---|---|---|
|
@@ -9,12 +9,12 @@ | |
</div> | ||
<div class="row"> | ||
<div class="col-sm-8"> | ||
<h3>Contact The Archives</h3> | ||
<h2>Contact The Archives</h2> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras nec ligula erat. Pellentesque nibh leo, pharetra et posuere vel, accumsan vitae sapien. Phasellus a tortor id felis scelerisque blandit. Curabitur a tristique tortor. Morbi non tortor eget dui blandit laoreet. Quisque lacus quam, auctor sit amet volutpat dictum, scelerisque sit amet neque. Vivamus non massa finibus, ultrices nunc vel, scelerisque dui. Aliquam commodo, quam eget fringilla finibus, enim diam sodales ligula, sollicitudin faucibus ligula lorem vitae arcu. Sed efficitur nisi sit amet lobortis malesuada. Ut quis imperdiet elit. Mauris blandit suscipit leo, non tristique est ultrices eu.</p> | ||
</div> | ||
<div class="col-sm-3 col-sm-offset-1"> | ||
<h6> </h6><address>Archives<br> 100 Second Avenue, 2nd floor<br> New York, NY 10010</address> | ||
<address>Archives<br> 100 Second Avenue, 2nd floor<br> New York, NY 10010</address> | ||
|
||
<address>Jennifer Smith, Archivist<br> <span class="info">Phone</span> — 212 222.2222<br> <span class="info">Fax</span> — 212 222.2223<br> <span class="info">Email</span> — <a href="#">[email protected]</a></address> | ||
</div> | ||
</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
Oops, something went wrong.