Skip to content

Commit

Permalink
feat: added sofrosine
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardoZapicoLopezNeira committed Mar 8, 2024
1 parent 271dc75 commit 3efd825
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -635,3 +635,4 @@ header .intro-text {
color: ecf7fd;
font-size: 22px;
}

Binary file added public/img/sponsors/sofrosine.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-6 col-sm-6 sponsors'>
<div key={`${d.name}-${i}`} className='col-md-4 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
5 changes: 5 additions & 0 deletions src/data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@
"img": "img/sponsors/alliance.png",
"name": "Alliance Vending",
"link": "https://www.alliancevending.es/"
},
{
"img": "img/sponsors/sofrosine.png",
"name": "Sofrosine",
"link": "https://www.sofrosine.store/"
}
]
}
Expand Down

0 comments on commit 3efd825

Please sign in to comment.