Skip to content

Commit

Permalink
hacky shit to get cascade equinox to work for now
Browse files Browse the repository at this point in the history
  • Loading branch information
eliduke committed Sep 18, 2024
1 parent 53df4b6 commit 556146f
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 7 deletions.
2 changes: 2 additions & 0 deletions _data/locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ memory-den:
name: Memory Den Vintage Mall
address: 499 SE 2nd Ave
city: Portland, OR
none:
name: NO ROLLER DISCO THIS WEEK
nw-waterfront:
name: Northwest Waterfront
address: 1830 NW Riverscape St
Expand Down
File renamed without changes.
7 changes: 6 additions & 1 deletion archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@

<div class="archive flex-container">
{% for post in site.posts limit: 8 %}
<img class="flex-flyer" src="/images/flyers/flyer-{{post.date | date: '%F'}}.png">
{% assign slug = post.id | split: '/' | last %}
{% assign location = site.data.locations[slug] %}

{% unless slug == 'none' %}
<img class="flex-flyer" src="/images/flyers/flyer-{{post.date | date: '%F'}}.png">
{% endunless %}
{% endfor %}

<h3>These are just the most recent flyers, <a href="/archive/all">click here to see them all</a>.</h3>
Expand Down
Binary file added images/flyers/flyer-2024-09-20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/flyers/meta-2024-09-20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 52 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@

<div class="row">
<div class="col-md-6 col-md-offset-3">
<!--
{% assign post = site.posts.first %}
{% assign slug = post.id | split: '/' | last %}
{% assign location = site.data.locations[slug] %}
<!-- <img
class="img-responsive"
src="images/fall-schedule.png"
alt="Secret Roller Disco autumn schedule"
\> -->

<img
class="img-responsive"
src="images/flyers/flyer-{{post.date | date: '%F'}}.png?v={{ site.time | date: '%s' }}"
Expand Down Expand Up @@ -74,6 +69,53 @@ <h3>
<p><strong>☹️ NO SKATE RENTALS ☹️</strong></p>
{% endif %}
</div>
-->

<img
class="img-responsive"
src="images/flyers/flyer-2024-09-20.png?v={{ site.time | date: '%s' }}"
alt="
Flyer for Secret Roller Disco: Cascade Equinox Festival
September 20-22, 2-4pm Family, 4-10pm Open
Deschutes County Fair & Expo Center
3800 SW Airport Wy, Redmond, OR 97756
Skate Rentals will be available!
"
\>

<div class="info section">
<h3>
September 20-22, 2024
</h3>

<p>
<a href="https://cascadeequinox.com" target="_blank">Cascade Equinox Festival</a><br/>
Deschutes County Fair & Expo Center<br/>
3800 SW Airport Wy<br/>
Redmond, OR 97756
</p>

<p>
<a href="http://maps.apple.com/?q=3800+SW+Airport+Wy,+Redmond,+OR+97756" target="_blank">Apple Maps</a>
<a href="http://maps.google.com/?q=3800+SW+Airport+Wy,+Redmond,+OR+97756" target="_blank">Google Maps</a>
</p>

<p>
<strong>Theme</strong><br/>SOLAR SPIN
</p>

<p>
<strong>Featuring</strong><br/>
<a href="https://www.instagram.com/tabordance" target="_blank">
TABOR DANCE
</a>
</p>

<p>
🥳 <span class='rentals'>SKATE RENTALS</span> 🥳<br/>
Provided by <a href="https://crushnevadacity.com" target="_blank">Crush Nevada City</a>
</p>
</div>

{% if post.map == true %}
<div class="section">
Expand Down Expand Up @@ -105,6 +147,10 @@ <h3>
</ul>
</div>

<div class="section">
<img src="images/fall-schedule.png" class="img-responsive" alt="Secret Roller Disco Fall Schedule">
</div>

<div class="section">
<img src="images/by-line.png" class="img-responsive" alt="Portland’s least secret Secret Roller Disco. Thursday nights, rain or shine, 7 to 9.">
</div>
Expand Down

0 comments on commit 556146f

Please sign in to comment.