Skip to content

Commit 3d156eb

Browse files
committed
Long overdue icon updates
1 parent 4750306 commit 3d156eb

File tree

4 files changed

+19
-71
lines changed

4 files changed

+19
-71
lines changed

src/images/sponsors/logo-icf-olson.svg

Lines changed: 0 additions & 51 deletions
This file was deleted.
11.2 KB
Loading

src/pages/index.js

Lines changed: 7 additions & 8 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 icfOlsonImg from '../images/sponsors/logo-icf-olson.svg'
6+
import logoSpace150 from '../images/sponsors/logo-space150.jpg'
77
import Layout from '../components/layout'
88

99
const IndexPage = () => (
@@ -43,7 +43,7 @@ const IndexPage = () => (
4343
<div className="sponsored-by-title">Hosted By:</div>
4444
<div className="sponsor-container-row">
4545
<div className="sponsor">
46-
<img src={icfOlsonImg} alt="Logo for ICF Olson" />
46+
<img src={logoSpace150} alt="Logo for space150" />
4747
</div>
4848
</div>
4949
</div>
@@ -54,16 +54,15 @@ const IndexPage = () => (
5454
<div className="column">
5555
<h2 className="secondary-content-header">Location</h2>
5656
<div className="secondary-content-blurb">
57-
We are graciously hosted at <strong>Olson's</strong> office space in
58-
downtown Minneapolis. Parking is available in the adjacent lot or
59-
additional street parking near the building.
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.
6059
</div>
6160
<address>
62-
Olson
61+
space150
6362
<br />
64-
420 N 5th St
63+
212 N 3rd St
6564
<br />
66-
Suite #1000
65+
Suite #150
6766
<br />
6867
Minneapolis, MN 55401
6968
</address>

src/pages/our-sponsors.js

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

5-
import logoIcfOlson from '../images/sponsors/logo-icf-olson.svg'
5+
import logoSpace150 from '../images/sponsors/logo-space150.jpg'
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'
@@ -20,14 +20,14 @@ const OurSponsors = () => (
2020
<div className="sponsor-container-row">
2121
<a
2222
className="sponsor"
23-
href="https://icfolson.com"
23+
href="https://space150.com"
2424
target="_blank"
2525
rel="noopener noreferrer"
2626
>
2727
<img
28-
src={logoIcfOlson}
29-
alt="Host: ICF Olson"
30-
title="Host: ICF Olson"
28+
src={logoSpace150}
29+
alt="Host: space150"
30+
title="Host: space150"
3131
/>
3232
</a>
3333
</div>
@@ -73,13 +73,6 @@ const OurSponsors = () => (
7373
title="Platinum Sponsor: Frontend Masters"
7474
/>
7575
</a>
76-
</div>
77-
</div>
78-
79-
<div className="sponsor-tier gold">
80-
<span className="tier-title">Gold</span>
81-
82-
<div className="sponsor-container-row sponsor-tier-2">
8376
<a
8477
className="sponsor"
8578
href="https://www.chrobinson.com"
@@ -92,6 +85,13 @@ const OurSponsors = () => (
9285
title="Gold Sponsor: C.H. Robinson"
9386
/>
9487
</a>
88+
</div>
89+
</div>
90+
91+
<div className="sponsor-tier gold">
92+
<span className="tier-title">Gold</span>
93+
94+
<div className="sponsor-container-row sponsor-tier-2">
9595
<a
9696
className="sponsor"
9797
href="https://www.daugherty.com"

0 commit comments

Comments
 (0)