Skip to content

Commit

Permalink
Merge pull request #88 from hackjunction/add-swwe
Browse files Browse the repository at this point in the history
add swwe
  • Loading branch information
Earlo authored Oct 28, 2020
2 parents 1ee436c + e62ff32 commit 215d222
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 20 additions & 2 deletions frontend/app/src/pages/Connected/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const ConnectedHome = (props) => {
// metaDescKey={KEYS.whoAreWeBody}
className="Connected ConnectedContent ConnectedHome"
pageTitle="Junction 2020 Connected"
// metaDescKey={KEYS.whoAreWeBody}
// ogImageKey={MEDIA_KEYS.homePageHeaderImage}
// metaDescKey={KEYS.whoAreWeBody}
// ogImageKey={MEDIA_KEYS.homePageHeaderImage}
>
<div className="Connected-parallax">
<Helmet>
Expand Down Expand Up @@ -513,6 +513,24 @@ const ConnectedHome = (props) => {
/>
</a>
</div>
<div class="logoContainer">
<a href="https://hackyeah.pl/" target="_blank">
<img
className="logoIMG"
src={require('../../../assets/logos/supporting/hackyeah.png')}
alt="connected-logo-here"
/>
</a>
</div>
<div class="logoContainer">
<a href="https://swwekenya.com/" target="_blank">
<img
className="logoIMG"
src={require('../../../assets/logos/supporting/swwe.png')}
alt="connected-logo-here"
/>
</a>
</div>
</div>
</HeaderSection>
</Page>
Expand Down

0 comments on commit 215d222

Please sign in to comment.