Skip to content

Commit

Permalink
style changes to organizer page
Browse files Browse the repository at this point in the history
  • Loading branch information
halfghaninne committed Nov 24, 2019
1 parent ae40a66 commit 419809d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/components/organizer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'


Expand All @@ -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}`,
Expand Down
5 changes: 3 additions & 2 deletions src/components/organizer/organizer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@
}

.links {
text-align:center;
margin: 1em 0;
a {
a:not(:last-child) {
margin-right: 1em;
}
.icon {
Expand All @@ -140,7 +141,7 @@
color: var(--tan);
}
@media screen and (min-width: 50em) {
margin: 1em 2em;
margin: 1em;
}
}

Binary file added src/images/photos/WSC-SF.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/about-us/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 419809d

Please sign in to comment.