Skip to content

Commit

Permalink
feat: added backyard
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardoZapicoLopezNeira committed Mar 11, 2024
1 parent 3efd825 commit dfbc839
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file added public/img/sponsors/thebackyardapparel.png
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/components/colaboradoras.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const Colaboradoras = (props) => {
<div id='row'>
{props.data
? props.data.colabs.map((d, i) => (
<div key={`${d.name}-${i}`} className='col-md-4 col-sm-6 sponsors'>
<div key={`${d.name}-${i}`} className='col-md-6 col-sm-6 sponsors'>
<div className='thumbnail'>
<a href={d.link} target="_blank"><img src={d.img} alt='...' className='sponsors-img' /></a>
</div>
Expand Down
6 changes: 5 additions & 1 deletion src/data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,11 @@
"img": "img/sponsors/sofrosine.png",
"name": "Sofrosine",
"link": "https://www.sofrosine.store/"
}
},
{
"img": "img/sponsors/thebackyardapparel.png",
"name": "The Backyard Apparel",
"link": "https://www.thebackyard.es/es"}
]
}
}

0 comments on commit dfbc839

Please sign in to comment.