@@ -17,38 +17,38 @@ const IndexPage = ({ data }) => (
1717 < SkipNavLink />
1818 < Header />
1919 < 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 info@writespeakcode.com 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 info@writespeakcode.com 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 >
4849 </ div >
49- </ div >
50- </ section >
51- < Organizers />
50+ </ section >
51+ < Organizers />
5252 </ SkipNavContent >
5353 < Footer />
5454 </ >
0 commit comments