diff --git a/src/components/organizer/index.js b/src/components/organizer/index.js index 4b0544b3..d4c078b9 100644 --- a/src/components/organizer/index.js +++ b/src/components/organizer/index.js @@ -4,9 +4,9 @@ import { faTimes } from '@fortawesome/free-solid-svg-icons' import { faTwitter, faLinkedinIn, - faGithub, - faLaptopCode + faGithub } from '@fortawesome/free-brands-svg-icons' +import { faMousePointer } from '@fortawesome/free-solid-svg-icons' import styles from './organizer.module.css' @@ -15,7 +15,7 @@ const SocialLink = ({ type, url }) => { twitter: faTwitter, linkedin: faLinkedinIn, github: faGithub, - website: faLaptopCode + website: faMousePointer } const urls = { twitter: `https://twitter.com/${url}`, diff --git a/src/components/organizer/organizer.module.css b/src/components/organizer/organizer.module.css index c6d59c8a..8b549119 100644 --- a/src/components/organizer/organizer.module.css +++ b/src/components/organizer/organizer.module.css @@ -129,8 +129,9 @@ } .links { + text-align:center; margin: 1em 0; - a { + a:not(:last-child) { margin-right: 1em; } .icon { @@ -140,7 +141,7 @@ color: var(--tan); } @media screen and (min-width: 50em) { - margin: 1em 2em; + margin: 1em; } } \ No newline at end of file diff --git a/src/images/photos/WSC-SF.jpg b/src/images/photos/WSC-SF.jpg new file mode 100644 index 00000000..d6190fba Binary files /dev/null and b/src/images/photos/WSC-SF.jpg differ diff --git a/src/pages/about-us/index.js b/src/pages/about-us/index.js index 64094a54..7d1cb86d 100644 --- a/src/pages/about-us/index.js +++ b/src/pages/about-us/index.js @@ -62,7 +62,7 @@ export default IndexPage export const pageQuery = graphql` query { - organizers: file(relativePath: { eq: "photos/WSC-NY-577.jpg" }) { + organizers: file(relativePath: { eq: "photos/WSC-SF.jpg" }) { childImageSharp { fluid(maxWidth: 3600) { ...GatsbyImageSharpFluid_tracedSVG