Skip to content

Commit

Permalink
Merge pull request #371 from nwplus/hackcamp2023_worksafebc
Browse files Browse the repository at this point in the history
add worksafebclogo
  • Loading branch information
michelleykim authored Oct 7, 2023
2 parents ba663be + 13f537c commit 70fe8bf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/assets/logo/worksafebc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/sections/Sponsor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,17 @@ ${(p) => p.theme.mediaQueries.mobile} {
}
`

const Sponsors = styled.div`
display: flex;
justify-content: center;
align-items: center;
padding-top: 2.5vw;
`

const SponsorLogo = styled.img`
width: 37.5vw;
`

const PushinP = styled.p`
color: #FFF;
text-align: left;
Expand Down Expand Up @@ -132,6 +143,9 @@ export default function Sponsor () {
<StyledTitle>
Sponsors
</StyledTitle>
<Sponsors>
<SponsorLogo src="assets/logo/worksafebc.svg"/>
</Sponsors>
<PushinP>
Sponsors make this event happen. If you are interested in working with us, joining us or speaking at one of our events, please reach out to us!
</PushinP>
Expand Down

0 comments on commit 70fe8bf

Please sign in to comment.