Skip to content

Commit

Permalink
feat: w4cfi collab
Browse files Browse the repository at this point in the history
  • Loading branch information
Chicken committed Jan 13, 2023
1 parent 14de730 commit 11fd931
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added assets/collaborations/w4cfi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions components/Collaborations/Collaborations.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import styles from './Collaborations.module.css'

import saucesoft from '../../assets/collaborations/saucesoft.svg'
import genz from '../../assets/collaborations/genz.png'
import w4cfi from '../../assets/collaborations/w4cfi.png'

export function Collaborations(props) {
return (
Expand All @@ -20,6 +21,11 @@ export function Collaborations(props) {
<img src={genz.src} height={80} />
</a>
</li>
<li>
<a href="https://www.women4cyberfinland.com/" target="_blank">
<img src={w4cfi.src} height={80} />
</a>
</li>
</ul>
</div>
)
Expand Down

0 comments on commit 11fd931

Please sign in to comment.