@@ -17,38 +17,38 @@ const IndexPage = ({ data }) => (
17
17
< SkipNavLink />
18
18
< Header />
19
19
< SkipNavContent >
20
- < section
21
- id = "about-us"
22
- className = { [ styles . photoSection , styles . oye ] . join ( ' ' ) }
23
- >
24
- < div className = { styles . row } >
25
- < Img
26
- alt = "A smiling speaker talks on stage at the 2018 conference with a microphone."
27
- fluid = { data . organizers . childImageSharp . fluid }
28
- imgStyle = { { objectFit : 'contain' , objectPosition : 'center center' } }
29
- className = { styles . image }
30
- />
31
- < div className = { styles . content } >
32
- { ' ' }
33
- < h1 className = "title" > About Us</ h1 >
34
- < h2 className = "subtitle" >
35
- Meet the hard-working board, chapter leaders, and conference organizers behind Write/Speak/Code.
36
- </ h2 >
37
- < p >
38
- Email us at
[email protected] to learn about different ways to get involved in our community.
39
- </ p >
40
- { /* <a
41
- target="_blank"
42
- rel="noopener noreferrer"
43
- href="https://www.meetup.com/pro/writespeakcode/"
44
- className="link"
45
- >
46
- Find events on Meetup
47
- </a> */ }
20
+ < section
21
+ id = "about-us"
22
+ className = { [ styles . photoSection , styles . aboutUs ] . join ( ' ' ) }
23
+ >
24
+ < div className = { styles . row } >
25
+ < Img
26
+ alt = "A smiling speaker talks on stage at the 2018 conference with a microphone."
27
+ fluid = { data . organizers . childImageSharp . fluid }
28
+ imgStyle = { { objectFit : 'contain' , objectPosition : 'center center' } }
29
+ className = { styles . image }
30
+ />
31
+ < div className = { styles . content } >
32
+ { ' ' }
33
+ < h1 className = "title" > About Us</ h1 >
34
+ < h2 className = "subtitle" >
35
+ Meet the hard-working board, chapter leaders, and conference organizers behind Write/Speak/Code.
36
+ </ h2 >
37
+ < p >
38
+ Email us at
[email protected] to learn about different ways to get involved in our community.
39
+ </ p >
40
+ { /* <a
41
+ target="_blank"
42
+ rel="noopener noreferrer"
43
+ href="https://www.meetup.com/pro/writespeakcode/"
44
+ className="link"
45
+ >
46
+ Find events on Meetup
47
+ </a> */ }
48
+ </ div >
48
49
</ div >
49
- </ div >
50
- </ section >
51
- < Organizers />
50
+ </ section >
51
+ < Organizers />
52
52
</ SkipNavContent >
53
53
< Footer />
54
54
</ >
0 commit comments