Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions src/pages/san-diego/_bands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
12 changes: 6 additions & 6 deletions src/pages/san-diego/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const lineupImgMobile = await getImage({ src: lineupImgMobileImport, format: 'we
</PageContainer>
</section>

<section id="set-times">
<!-- <section id="set-times">
<PageContainer>
<h3>Set Times</h3>
<div class="flex-row">
Expand Down Expand Up @@ -178,7 +178,7 @@ const lineupImgMobile = await getImage({ src: lineupImgMobileImport, format: 'we
</div>
</div>
</PageContainer>
</section>
</section> -->

<section id="lineup-bands">
<PageContainer>
Expand Down Expand Up @@ -251,9 +251,8 @@ const lineupImgMobile = await getImage({ src: lineupImgMobileImport, format: 'we
<strong>Afterparty Ticket</strong><br>
Private VIP Lounge<br>
Private VIP Viewing Deck<br>
Front row Main Stage Access<br>
Separate VIP Entrance<br>
Private VIP Bar(s)<br>
Private VIP Bar<br>
More Private Restrooms<br>
</p>
<a class="ghost-button" href="#tickets">Get Tickets</a>
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}
</style>