From 920a3a8385dd0892d3debc2cf87928148742e0c7 Mon Sep 17 00:00:00 2001
From: Joe Furfaro
Date: Thu, 15 Jan 2026 23:04:06 -0800
Subject: [PATCH] fixed some vip wording, fixed photo layouts
---
src/pages/index.astro | 2 ++
src/pages/san-diego/_bands.ts | 4 ++--
src/pages/san-diego/index.astro | 12 ++++++------
3 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 3c30cd9..7906ab0 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -409,6 +409,8 @@ import tunesImg from './_img/tunes.jpg';
}
#photo-break .photo-wrapper img {
max-width: 100%;
+ height: auto;
+ display: block;
}
#events {
padding-top: 5em;
diff --git a/src/pages/san-diego/_bands.ts b/src/pages/san-diego/_bands.ts
index 75cdecf..b569950 100644
--- a/src/pages/san-diego/_bands.ts
+++ b/src/pages/san-diego/_bands.ts
@@ -79,14 +79,14 @@ const bands: Band[] = [
description:
'DJ M3 (Makes Me Move) has had a significant impact on the San Francisco music scene for decades; and come Bash this March, he’ll continues this noble quest as he spreads his signature sound, mixing Disco, House, Techno & Tech House for the movers tearing it up on the dance floor.',
img: djM3Img,
- links: {}
+ links: {instagram: 'https://www.instagram.com/djm3sf'}
},
{
name: 'DJ Dials',
description:
'Long time DJ and producer, DJ Dials and the current live music scene are one in the same. With an improvisational approach that feeds off crowd energy, his love for good music and great people gives him everything he needs to deliver disco-drenched sets that challenge a crowd to have as much fun as he has doing it.',
img: djDialsImg,
- links: {}
+ links: {instagram: 'https://www.instagram.com/djdialspresents'}
},
{
name: 'Discotoshi',
diff --git a/src/pages/san-diego/index.astro b/src/pages/san-diego/index.astro
index f19ba1f..21d9693 100644
--- a/src/pages/san-diego/index.astro
+++ b/src/pages/san-diego/index.astro
@@ -108,7 +108,7 @@ const lineupImgMobile = await getImage({ src: lineupImgMobileImport, format: 'we
-
+
@@ -251,9 +251,8 @@ const lineupImgMobile = await getImage({ src: lineupImgMobileImport, format: 'we
Afterparty Ticket
Private VIP Lounge
Private VIP Viewing Deck
- Front row Main Stage Access
Separate VIP Entrance
- Private VIP Bar(s)
+ Private VIP Bar
More Private Restrooms
Get Tickets
@@ -463,7 +462,7 @@ const lineupImgMobile = await getImage({ src: lineupImgMobileImport, format: 'we
}
#intro .intro-image {
flex: 4 1;
- margin: 0 -2em;
+ margin: 0 -1.875em;
}
#lineup .lineup-image {
margin: 0 -1.875em;
@@ -945,7 +944,8 @@ const lineupImgMobile = await getImage({ src: lineupImgMobileImport, format: 'we
#gallery .cover-wrapper img {
max-width: 100%;
border: none;
- margin: 0;
+ margin: 0 auto;
padding: 0;
+ display: block;
}