Skip to content

Commit 082d043

Browse files
authored
Merge pull request #24 from JavaScriptMN/updates
Updates
2 parents 59a522d + d7379c7 commit 082d043

File tree

10 files changed

+3769
-6256
lines changed

10 files changed

+3769
-6256
lines changed

package-lock.json

Lines changed: 3724 additions & 6142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
"private": true,
66
"author": "JavaScriptMN Organizers <javascriptmn@gmail.com>",
77
"dependencies": {
8-
"date-fns": "^1.29.0",
9-
"gatsby": "^2.0.45",
10-
"gatsby-image": "^2.0.20",
11-
"gatsby-plugin-manifest": "^2.0.8",
12-
"gatsby-plugin-offline": "^2.0.13",
13-
"gatsby-plugin-react-helmet": "^3.0.1",
14-
"gatsby-plugin-sass": "^2.0.4",
15-
"gatsby-plugin-sharp": "^2.0.12",
16-
"gatsby-source-filesystem": "^2.0.8",
17-
"gatsby-transformer-sharp": "^2.1.8",
18-
"node-sass": "^4.10.0",
8+
"date-fns": "^1.30.1",
9+
"gatsby": "^2.3.2",
10+
"gatsby-image": "^2.0.35",
11+
"gatsby-plugin-manifest": "^2.0.24",
12+
"gatsby-plugin-offline": "^2.0.25",
13+
"gatsby-plugin-react-helmet": "^3.0.11",
14+
"gatsby-plugin-sass": "^2.0.11",
15+
"gatsby-plugin-sharp": "^2.0.31",
16+
"gatsby-source-filesystem": "^2.0.28",
17+
"gatsby-transformer-sharp": "^2.1.17",
18+
"node-sass": "^4.11.0",
1919
"normalize.css": "^8.0.1",
2020
"prop-types": "latest",
21-
"react": "^16.6.1",
22-
"react-dom": "^16.6.1",
23-
"react-headroom": "^2.2.4",
21+
"react": "^16.8.5",
22+
"react-dom": "^16.8.5",
23+
"react-headroom": "^2.2.8",
2424
"react-helmet": "^5.2.0",
2525
"whatwg-fetch": "^3.0.0"
2626
},
@@ -37,9 +37,9 @@
3737
},
3838
"devDependencies": {
3939
"gh-pages": "^2.0.1",
40-
"husky": "^1.1.3",
41-
"lint-staged": "^8.0.4",
42-
"prettier": "^1.15.2"
40+
"husky": "^1.3.1",
41+
"lint-staged": "^8.1.5",
42+
"prettier": "^1.16.4"
4343
},
4444
"repository": {
4545
"type": "git",

src/components/main.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ img {
3232
a {
3333
color: #000;
3434
font-weight: bold;
35-
text-decoration-skip: ink;
3635
text-decoration-skip-ink: auto;
3736
}
3837

-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)