File tree Expand file tree Collapse file tree 4 files changed +22
-11
lines changed Expand file tree Collapse file tree 4 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
- import { Link } from 'gatsby'
3
2
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
4
3
import { faBullhorn } from '@fortawesome/free-solid-svg-icons'
5
4
@@ -8,10 +7,15 @@ import styles from './notification.module.css'
8
7
const Notification = ( ) => (
9
8
< div className = { styles . notification } >
10
9
< FontAwesomeIcon icon = { faBullhorn } aria-hidden className = { styles . icon } />
11
- #WSC2019Conf — August 16–18 in San Francisco:{ ' ' }
12
- < Link to = "/2019/" className = "link" >
13
- Learn more
14
- </ Link >
10
+ < a
11
+ href = "https://writespeakcode.us4.list-manage.com/subscribe/post?u=5659d87448185ddd72045cf1a&id=f195dc3634"
12
+ className = "link"
13
+ target = "_blank"
14
+ rel = "noopener noreferrer"
15
+ >
16
+ Subscribe to our mailing list
17
+ </ a > { ' ' }
18
+ for updates on our community and events.
15
19
</ div >
16
20
)
17
21
Original file line number Diff line number Diff line change
1
+ import React from 'react'
2
+
3
+ const Conference2020 = ( ) => {
4
+ return < h1 > Write Speak Code 2020</ h1 >
5
+ }
6
+
7
+ export default Conference2020
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import Img from 'gatsby-image'
5
5
import HomeLayout from '../layouts/home'
6
6
import SEO from '../components/seo'
7
7
import Sponsors from '../components/sponsors'
8
-
9
8
import styles from './index.module.css'
10
9
11
10
const IndexPage = ( { data } ) => (
@@ -68,15 +67,16 @@ const IndexPage = ({ data }) => (
68
67
< div className = { styles . content } >
69
68
< h1 className = "title" > Annual Conference</ h1 >
70
69
< h2 className = "subtitle" >
71
- August 16–18, 2019 < br />
72
- Palace of Fine Arts — San Francisco, CA
70
+ Next conference: 2020
71
+ < br />
72
+ Dates and location: TBD
73
73
</ h2 >
74
74
< p >
75
- Join us for three days designed to fully own your expertise through
76
- writing, speaking, and open source.
75
+ Join us for a conference designed to fully own your expertise
76
+ through writing, speaking, and open source.
77
77
</ p >
78
78
< Link to = "/2019/" className = "link" >
79
- 2019 Conference Page
79
+ View 2019 conference site
80
80
</ Link >
81
81
</ div >
82
82
</ div >
You can’t perform that action at this time.
0 commit comments