Skip to content

Commit

Permalink
Fix LRR gallery image sizing
Browse files Browse the repository at this point in the history
Note new station landmarks
  • Loading branch information
nickswalker committed Jul 26, 2024
1 parent c501763 commit 1c362a9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions maps/lrr24.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@
"type": "Feature",
"properties": {
"name": "Lynnwood City Center",
"landmark": "\"City Hummingbird\" sculpture",
"id": 140,
"stationInfo": "https://www.soundtransit.org/ride-with-us/stops-stations/lynnwood-city-center-station"
},
Expand All @@ -640,6 +641,7 @@
"type": "Feature",
"properties": {
"name": "Mountlake Terrace",
"landmark": "\"ReforeStation\" orange paneling under platform",
"id": 141,
"stationInfo": "https://www.soundtransit.org/ride-with-us/stops-stations/mountlake-terrace-station"
},
Expand All @@ -655,20 +657,22 @@
"type": "Feature",
"properties": {
"name": "Shoreline North/185th",
"landmark": "\"Octavia's Garden\" neon squiggly sculpture",
"id": 142
},
"geometry": {
"type": "Point",
"coordinates": [
-122.322492,
47.764695
-122.323470,
47.763329
]
}
},
{
"type": "Feature",
"properties": {
"name": "Shoreline South/148th",
"landmark": "\"FLOW\" cement water column sculpture",
"id": 143
},
"geometry": {
Expand Down
2 changes: 1 addition & 1 deletion pages/light-rail-relay-23.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
10 changes: 5 additions & 5 deletions pages/light-rail-relay-24.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

Expand Down Expand Up @@ -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
Expand Down Expand 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>

Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 1c362a9

Please sign in to comment.