Skip to content

Commit d7379c7

Browse files
committed
Update sponsors
1 parent f3083da commit d7379c7

File tree

7 files changed

+28
-96
lines changed

7 files changed

+28
-96
lines changed
-113 KB
Binary file not shown.

src/images/sponsors/logo-empulse.svg

Lines changed: 0 additions & 67 deletions
This file was deleted.
-9.03 KB
Binary file not shown.
-11.2 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Loading

src/pages/index.js

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Link, withPrefix } from 'gatsby'
33
import Meetup from '../components/Meetup'
44

55
import speakImg from '../images/speak.jpeg'
6-
import logoSpace150 from '../images/sponsors/logo-space150.jpg'
6+
import logoWeWork from '../images/sponsors/logo-wework.svg'
77
import Layout from '../components/layout'
88

99
const IndexPage = () => (
@@ -42,9 +42,14 @@ const IndexPage = () => (
4242
<div className="sponsor-container">
4343
<div className="sponsored-by-title">Hosted By:</div>
4444
<div className="sponsor-container-row">
45-
<div className="sponsor">
46-
<img src={logoSpace150} alt="Logo for space150" />
47-
</div>
45+
<a
46+
className="sponsor"
47+
href="https://www.wework.com"
48+
target="_blank"
49+
rel="noopener noreferrer"
50+
>
51+
<img src={logoWeWork} alt="WeWork logo" title="WeWork" />
52+
</a>
4853
</div>
4954
</div>
5055
</div>
@@ -54,17 +59,18 @@ const IndexPage = () => (
5459
<div className="column">
5560
<h2 className="secondary-content-header">Location</h2>
5661
<div className="secondary-content-blurb">
57-
We are graciously hosted at <strong>space150's</strong> office space in
58-
the North Loop neighborhood of Minneapolis. Street parking and public transportation are recommended.
62+
We are graciously hosted at <strong>WeWork's</strong> Uptown
63+
Minneapolis Coworking Space. Parking is available on-street (paid at
64+
meters, free on residential streets) and in the adjacent MoZaic Art
65+
Park Ramp (paid). Public transportation access to the 6, 12, 17, 21,
66+
23, 53, and 612 bus routes is just a minute away.
5967
</div>
6068
<address>
61-
space150
69+
WeWork
6270
<br />
63-
212 N 3rd St
71+
1330 Lagoon Ave
6472
<br />
65-
Suite #150
66-
<br />
67-
Minneapolis, MN 55401
73+
Minneapolis, MN 55408
6874
</address>
6975
</div>
7076
<div className="column">

src/pages/our-sponsors.js

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ import React from 'react'
22
import { Link, withPrefix } from 'gatsby'
33
import Layout from '../components/layout'
44

5-
import logoSpace150 from '../images/sponsors/logo-space150.jpg'
5+
import logoWeWork from '../images/sponsors/logo-wework.svg'
66
import logoTwilio from '../images/sponsors/logo-twilio.svg'
77
import logoTrackjs from '../images/sponsors/logo-trackjs.svg'
88
import logoFrontendMasters from '../images/sponsors/logo-frontend-masters.svg'
99
import logoChRobinson from '../images/sponsors/logo-ch-robinson.svg'
10-
import logoDaugherty from '../images/sponsors/logo-daugherty.png'
1110

1211
const OurSponsors = () => (
1312
<Layout>
@@ -20,14 +19,14 @@ const OurSponsors = () => (
2019
<div className="sponsor-container-row">
2120
<a
2221
className="sponsor"
23-
href="https://space150.com"
22+
href="https://www.wework.com"
2423
target="_blank"
2524
rel="noopener noreferrer"
2625
>
2726
<img
28-
src={logoSpace150}
29-
alt="Host: space150"
30-
title="Host: space150"
27+
src={logoWeWork}
28+
alt="Host: WeWork"
29+
title="Host: WeWork"
3130
/>
3231
</a>
3332
</div>
@@ -92,19 +91,12 @@ const OurSponsors = () => (
9291
<span className="tier-title">Gold</span>
9392

9493
<div className="sponsor-container-row sponsor-tier-2">
95-
<a
96-
className="sponsor"
97-
href="https://www.daugherty.com"
98-
target="_blank"
99-
rel="noopener noreferrer"
94+
<Link
95+
className="sponsor empty-sponsor"
96+
to={withPrefix('/sponsorship-opportunities')}
10097
>
101-
<img
102-
style={{ maxHeight: 80, width: 'auto' }}
103-
src={logoDaugherty}
104-
alt="Gold Sponsor: Daugherty"
105-
title="Gold Sponsor: Daugherty"
106-
/>
107-
</a>
98+
Become a Sponsor!
99+
</Link>
108100
</div>
109101
</div>
110102

0 commit comments

Comments
 (0)