Skip to content

Commit b38fa12

Browse files
committed
mayan pregame -> past, album art
1 parent 3aadc0d commit b38fa12

12 files changed

Lines changed: 251 additions & 11 deletions

File tree

assets/photos/mayan-chris-hand.jpg

217 KB
Loading
359 KB
Loading

assets/photos/mayan-disco-ivy.jpg

336 KB
Loading
101 KB
Loading

assets/photos/mayan-stage-all.jpg

171 KB
Loading

hetzner/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ rsync -avz --delete --delete-excluded \
2222
--include='shows/***' \
2323
--include='flyers/***' \
2424
--include='fonts/***' \
25+
--include='presskit/***' \
2526
--exclude='*' \
2627
"$PROJECT_DIR/" "$SERVER:$REMOTE_PATH"
2728

hetzner/navidrome.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CacheFolder = '/var/lib/navidrome/cache'
44
Scanner.Enabled = 1
55
ScanSchedule = '@every 10m'
66
EnableTranscodingConfig = false
7+
EnableSharing = true
78

89
[FFmpeg]
910
Path = "/usr/bin/ffmpeg"

index.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -649,17 +649,6 @@ <h1>SAYLESS</h1>
649649
<section id="shows" class="section">
650650
<h2 class="section-header">UPCOMING</h2>
651651
<div class="shows-grid upcoming">
652-
<a href="flyers/2026-04-04/main.html" class="show-card">
653-
<img
654-
src="flyers/2026-04-04/flyer-screenshot.png"
655-
alt="SAYLESS & Kody Sun - Mayan Warrior Pregame - April 4, 2026 @ Stardust Garage"
656-
loading="lazy"
657-
/>
658-
<div class="show-info">
659-
<div class="show-date">APR 4, 2026</div>
660-
<div class="show-venue">MAYAN WARRIOR PREGAME @ STARDUST GARAGE</div>
661-
</div>
662-
</a>
663652
<div class="show-card" style="border: 1px solid #333; padding: 24px;">
664653
<div class="show-info" style="padding: 0;">
665654
<div class="show-date" style="font-size: 1.5rem; letter-spacing: 4px; margin-bottom: 8px; color: white;">APR 24</div>
@@ -670,6 +659,19 @@ <h2 class="section-header">UPCOMING</h2>
670659

671660
<h2 class="section-header past-header">PAST SHOWS</h2>
672661
<div id="past-shows" class="shows-grid">
662+
<a href="shows/2026-04-04/" class="show-card">
663+
<img
664+
src="assets/photos/mayan-stage-all.jpg"
665+
alt="Mayan Warrior Pregame"
666+
loading="lazy"
667+
/>
668+
<div class="show-info">
669+
<div class="show-date">APR 4, 2026</div>
670+
<div class="show-venue">
671+
MAYAN WARRIOR PREGAME @ STARDUST GARAGE
672+
</div>
673+
</div>
674+
</a>
673675
<a href="shows/2026-03-14/" class="show-card">
674676
<img
675677
src="assets/photos/daybreaker-cover-crowd.jpeg"

press.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ <h2>MUSIC</h2>
257257
<div class="epk-section">
258258
<h2>NOTABLE SHOWS</h2>
259259
<ul>
260+
<li>
261+
MAYAN WARRIOR PREGAME (w/ GANIMAL & KODY SUN) @ STARDUST GARAGE &mdash; APR 4, 2026
262+
</li>
260263
<li>
261264
DAYBREAKER ATX (w/ KODY SUN) @ SXSW &mdash; MAR 14, 2026
262265
</li>

releases/album-art/cover-art.html

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>SAYLESS</title>
7+
<style>
8+
@font-face {
9+
font-family: "StencilGothic";
10+
src: url("../../fonts/StencilGothic.ttf") format("truetype");
11+
font-weight: normal;
12+
font-style: normal;
13+
}
14+
15+
body {
16+
margin: 0;
17+
padding: 0;
18+
background-color: #000;
19+
font-family: "StencilGothic", sans-serif;
20+
display: flex;
21+
justify-content: center;
22+
align-items: center;
23+
height: 100vh;
24+
}
25+
26+
.container {
27+
background-color: #000;
28+
color: #fff;
29+
width: 800px;
30+
height: 800px;
31+
display: flex;
32+
justify-content: center;
33+
align-items: center;
34+
}
35+
36+
.sayless {
37+
font-size: 120px;
38+
letter-spacing: 10px;
39+
line-height: 1;
40+
text-transform: uppercase;
41+
}
42+
</style>
43+
</head>
44+
<body>
45+
<div class="container">
46+
<div class="sayless">SAYLESS</div>
47+
</div>
48+
</body>
49+
</html>

0 commit comments

Comments
 (0)