-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
12 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -672,7 +672,7 @@ <h5>All teams</h5> | |
<accordion-item> | ||
<accordion-header>I have a different question.</accordion-header> | ||
<accordion-body> | ||
<p><a href="mailto:[email protected]">Ask over email.</a></p> | ||
<p><a href="mailto:[email protected]">Ask over email.</a></p> | ||
</accordion-body> | ||
</accordion-item> | ||
|
||
|
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 |
---|---|---|
|
@@ -13,13 +13,13 @@ | |
<meta charset="UTF-8"> | ||
<title>Light Rail Relay 2024</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="Marathon relay along the Link Line 1 happening September 28th, 2024."> | ||
<meta name="description" content="Ultra relay along the Link Line 1 happening September 28th, 2024."> | ||
<meta name="theme-color" content="#000000"> | ||
<meta property="og:image" content="{{ site.baseurl }}/img/lrr24/lrr-og-banner.png"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="{{ site.baseurl }}/light-rail-relay-24/"> | ||
<meta property="og:title" content="Light Rail Relay 2024"> | ||
<meta property="og:description" content="Marathon relay along the Link Line 1 happening September 28th, 2024."> | ||
<meta property="og:description" content="Ultra relay along the Link Line 1 happening September 28th, 2024."> | ||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css" integrity="sha512-b2QcS5SsA8tZodcDtGRELiGv5SaKSk1vDHDaQRda0htPYWZ6046lr3kJ5bAAQdpV2mmA/4v0wQF9MyU6/pDIAg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
|
||
|
@@ -445,7 +445,7 @@ | |
<div id="countdown-ended" style="display: none" class=""> | ||
|
||
</div> | ||
<p>Marathon relay along Seattle's Link Light Rail by <a href="{{ site.baseurl }}/" class="fst-italic text-decoration-none">Race Condition Running</a>. <br/>08:30 September 28th</p> | ||
<p>Ultra relay along Seattle's Link Light Rail by <a href="{{ site.baseurl }}/" class="fst-italic text-decoration-none">Race Condition Running</a>. <br/>08:30 September 28th</p> | ||
<div class="button-container"> | ||
|
||
<a href="{{ page.registration_link }}" class="btn btn-outline btn-outline-primary btn-lg me-2" data-bs-toggle="tooltip" data-bs-title="by 9-24" data-bs-placement="bottom">Sign Up | ||
|
@@ -608,7 +608,7 @@ <h5>All teams</h5> | |
<accordion-item> | ||
<accordion-header>I have a different question.</accordion-header> | ||
<accordion-body> | ||
<p><a href="mailto:[email protected]">Ask over email.</a></p> | ||
<p><a href="mailto:[email protected]">Ask over email.</a></p> | ||
</accordion-body> | ||
</accordion-item> | ||
|
||
|
@@ -800,7 +800,7 @@ <h4 id="faq-rcr">RCR Team <a href="#faq-rcr" class="anchor-link" aria-label="Lin | |
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new Tooltip(tooltipTriggerEl)) | ||
|
||
document.addEventListener('DOMContentLoaded', e => { | ||
prepareImagesForPhotoswipe(document.querySelectorAll("#story-gallery a")).then(() => { | ||
prepareImagesForPhotoswipe(document.querySelectorAll("#teaser-gallery a")).then(() => { | ||
const lightbox = new PhotoSwipeLightbox({ | ||
gallery: '#teaser-gallery', | ||
children: 'a', | ||
|