Skip to content

Commit

Permalink
Merge pull request #16 from drewnielson:correct-timer
Browse files Browse the repository at this point in the history
Correct timer, add page titles
  • Loading branch information
drewnielson authored Feb 23, 2025
2 parents ccd823c + 69c615c commit 64ef8cd
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<div class="w3-top">
<a href="#main-content" id="skipNavLink" class="visually-hidden visible-when-focused bypass-block-link">Skip to Content</a>
<a class="w3-bar-item w3-button w3-right w3-hide-large w3-hover-white w3-large w3-theme-l1" href="javascript:void(0)" onclick="w3_open()" aria-label="Menu" id="openCloseMenu"><i class="fa fa-bars"></i></a>
{% if page.timer %}<span id="timer" class="w3-right"></span>{% endif %}
<a href="{{ site.baseurl }}" class="w3-bar-item w3-hide-small"><img src="{{ site.baseurl }}/assets/images/SOPGuideLogo.png" alt="Liberty Ski Patrol SOP Guide Logo" class="splogo" style="margin-left:10px;"></img></a>
<a href="{{ site.baseurl }}" class="w3-bar-item w3-hide-medium w3-hide-large"><img src="{{ site.baseurl }}/assets/images/SOPGuideSmall.png" alt="Liberty Ski Patrol SOP Guide Logo" style="margin-left:10px;"></img></a>
</div>
4 changes: 2 additions & 2 deletions _includes/scripts.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Scripts -->
<script src="{{ site.baseurl }}/assets/js/sidebar.js"></script>
{% if page.script_src %}
{% for script_src in page.scripts %}
<script src="{{ site.baseurl }}/assets/js/{{ script_src }}"></script>
{% for script in page.script_src %}
<script src="{{ site.baseurl }}/assets/js/{{ script }}"></script>
{% endfor %}
{% endif %}
1 change: 1 addition & 0 deletions _pages/close.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
permalink: /close/
title: "Closing"
---
# Closing (Evening Shift)

Expand Down
5 changes: 5 additions & 0 deletions _pages/liftevac.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
layout: page
permalink: /liftevac/
title: "Lift Evac"
timer: true
script_src:
- jquery-3.4.1.min.js
- timer.js
---
# Lift Evac Process/Protocol Guide

Expand Down
2 changes: 2 additions & 0 deletions _pages/lostchild.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: page
permalink: /lostchild/
title: "Lost Child"
timer: true
---
# Lost Child Process Guide

Expand Down
1 change: 1 addition & 0 deletions _pages/open.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
permalink: /open/
title: "Opening"
---
# Opening (Morning Shift)

Expand Down
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
permalink: /
title: "Home"
---
# SOP Guide

Expand Down

0 comments on commit 64ef8cd

Please sign in to comment.