Skip to content

Commit 2338546

Browse files
author
alejot127
committed
wip
1 parent cf78998 commit 2338546

File tree

3 files changed

+29
-22
lines changed

3 files changed

+29
-22
lines changed

src/views/Campout/DJLineUp.js

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ const DJLineup = () => {
3434
instagram="http://aphex.dj"
3535
image="https://storage.googleapis.com/static.baaahs.org/z_aphek.png"
3636
/>
37+
3738
<DJ
38-
name="Faster Kill Faster"
39-
affiliation="BAAAHS"
40-
soundcloud="https://soundcloud.com/arorah-1"
39+
name="Ben Fonik"
40+
affiliation=""
41+
bio=""
42+
soundcloud=""
4143
instagram=""
4244
image=""
4345
/>
@@ -54,30 +56,30 @@ const DJLineup = () => {
5456
bio=""
5557
soundcloud="https://soundcloud.com/brianrojasatlanta"
5658
instagram=""
57-
image=""
59+
image="https://storage.googleapis.com/static.baaahs.org/brian_rojas.png"
5860
/>
5961
<DJ
6062
name="CamBam"
6163
affiliation=""
6264
bio=""
6365
soundcloud="https://on.soundcloud.com/RxBELi5RJJ14Jr3w6"
6466
instagram=""
65-
image=""
67+
image="https://storage.googleapis.com/static.baaahs.org/cam_bam.png"
6668
/>
6769
<DJ
6870
name="Chelsea Star"
6971
bio=""
7072
soundcloud="https://soundcloud.com/chelsea-starr"
7173
instagram=""
72-
image=""
74+
image="https://storage.googleapis.com/static.baaahs.org/chelsea_star.png"
7375
/>
7476
<DJ
7577
name="Dev"
7678
affiliation=""
7779
bio=""
7880
soundcloud=""
7981
instagram=""
80-
image=""
82+
image="https://storage.googleapis.com/static.baaahs.org/dev.png"
8183
/>
8284
<DJ
8385
name="eMote"
@@ -87,6 +89,13 @@ const DJLineup = () => {
8789
instagram="https://www.instagram.com/linn.david"
8890
image="/images/campout/2024/djs/emote.jpg"
8991
/>
92+
<DJ
93+
name="Faster Kill Faster"
94+
affiliation="BAAAHS"
95+
soundcloud="https://soundcloud.com/arorah-1"
96+
instagram="https://www.instagram.com/afro_pup"
97+
image="https://storage.googleapis.com/static.baaahs.org/Z/faster_kill_faster.png"
98+
/>
9099
<DJ
91100
name="hunnycut"
92101
affiliation="Naarak (NYC), BAAAHS"
@@ -117,7 +126,7 @@ const DJLineup = () => {
117126
bio=""
118127
soundcloud="https://soundcloud.com/jump_r"
119128
instagram=""
120-
image=""
129+
image="https://storage.googleapis.com/static.baaahs.org/jumpr.png"
121130
/>
122131
<DJ
123132
name="Kelly Naughton"
@@ -135,7 +144,7 @@ const DJLineup = () => {
135144
bio=""
136145
soundcloud="https://soundcloud.com/koppertone"
137146
instagram=""
138-
image=""
147+
image="https://storage.googleapis.com/static.baaahs.org/koppertone.png"
139148
/>
140149
<DJ
141150
name="LOVR"
@@ -161,7 +170,7 @@ const DJLineup = () => {
161170
bio=""
162171
soundcloud="https://soundcloud.com/mondonexus"
163172
instagram=""
164-
image=""
173+
image="https://storage.googleapis.com/static.baaahs.org/mondo_nexus.png"
165174
/>
166175
<DJ
167176
name="MorrisMORE!"
@@ -177,7 +186,7 @@ const DJLineup = () => {
177186
bio=""
178187
affiliation=""
179188
instagram=""
180-
image=""
189+
image="https://storage.googleapis.com/static.baaahs.org/remy_d.png"
181190
/>
182191
{/* <DJ
183192
name="Rich King"
@@ -197,31 +206,31 @@ const DJLineup = () => {
197206
bio=""
198207
soundcloud="https://soundcloud.com/sammy-taylor-sf"
199208
instagram=""
200-
image=""
209+
image="https://storage.googleapis.com/static.baaahs.org/sammy.png"
201210
/>
202211
<DJ
203212
name="Sindri"
204213
affiliation=""
205214
bio=""
206215
soundcloud="https://soundcloud.com/djsindri"
207216
instagram=""
208-
image=""
217+
image="https://storage.googleapis.com/static.baaahs.org/sindri.png"
209218
/>
210219
<DJ
211220
name="Starkey"
212221
affiliation=""
213222
bio=""
214223
soundcloud="https://soundcloud.com/user-575675417"
215224
instagram=""
216-
image=""
225+
image="https://storage.googleapis.com/static.baaahs.org/starkey.png"
217226
/>
218227
<DJ
219228
name="StefanWays"
220229
affiliation=""
221230
bio=""
222231
soundcloud="https://soundcloud.com/stefanways"
223232
instagram=""
224-
image=""
233+
image="https://storage.googleapis.com/static.baaahs.org/stefan_ways.png"
225234
/>
226235
<DJ
227236
name="StormyRoxx"
@@ -239,14 +248,14 @@ const DJLineup = () => {
239248
instagram="https://www.instagram.com/thansen6390"
240249
image="/images/campout/2024/djs/timhansen.jpg"
241250
/>
242-
{/* <DJ
251+
<DJ
243252
name="Tiny Tim"
244253
affiliation="Something Queer, Chonies"
245254
bio="Combining 21 years of mixing with production, I love to produce and play music that comes from the soul, goes to the decks and is felt on the floor!"
246255
soundcloud="https://www.soundcloud.com/djtinytp"
247256
instagram="https://www.instagram.com/djtinytp"
248257
image="https://storage.googleapis.com/static.baaahs.org/z_tiny.png"
249-
/> */}
258+
/>
250259
<DJ
251260
name="Twunkerbell"
252261
affiliation="BAAAHS"

src/views/Campout/Home.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,11 @@ const CampoutHome = () => {
191191
your fav BAAAHS DJs and special guests on our world class
192192
sound system!
193193
<p>
194-
{/* Here's this year's <a href="/campout/dj-lineup">line-up!</a> */}
195-
DJ LINE UP COMING SOON!
194+
Here's this year's <a href="/campout/dj-lineup">line-up!</a>
196195
</p>
197196
</fragment>
198197
}
199-
// link={'/campout/dj-lineup'}
198+
link={'/campout/dj-lineup'}
200199
img={{ src: '/images/resized/ben_dancing_lights.webp' }}
201200
/>
202201
<ContentItem

src/views/Campout/NavItems.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ const NavItems = [
33
{ title: 'what to expect', href: '/campout/what-to-expect' },
44
{
55
title: 'dj line up',
6-
// href: '/campout/dj-lineup',
7-
href: '',
6+
href: '/campout/dj-lineup',
87
tbd: 'COMING SOON!',
98
},
109
{ title: 'previous years', href: '/campout/last-year' },

0 commit comments

Comments
 (0)