Skip to content

Commit

Permalink
update partners
Browse files Browse the repository at this point in the history
  • Loading branch information
dakur committed Apr 25, 2024
1 parent 2ba659a commit d77bdb5
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 16 deletions.
28 changes: 17 additions & 11 deletions UI/Partners/PartnersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,22 +157,28 @@ private static function partners(): array
'url' => 'https://www.smartlook.com/cs',
],
[
'id' => 'osf',
'name' => 'Nadace OSF',
'image' => self::getPath('nadace-osf.png'),
'url' => 'https://osf.cz',
'id' => 'smsticket',
'name' => 'smsticket',
'image' => self::getPath('smsticket.png'),
'url' => 'https://www.smsticket.cz',
],
[
'id' => 'menime',
'name' => '',
'image' => self::getPath('menime.png'),
'url' => 'https://www.activecitizensfund.cz/',
],
[
'id' => 'acf',
'name' => 'Active Citizens Fund',
'image' => self::getPath('active-citizens-fund.jpg'),
'url' => 'https://activecitizensfund.no',
'name' => 'Active citizens fund',
'image' => self::getPath('acf.png'),
'url' => 'https://www.activecitizensfund.cz/',
],
[
'id' => 'smsticket',
'name' => 'smsticket',
'image' => self::getPath('smsticket.png'),
'url' => 'https://www.smsticket.cz',
'id' => 'osf',
'name' => 'Nadace OSF',
'image' => self::getPath('osf.png'),
'url' => 'https://www.activecitizensfund.cz/',
],
];
}
Expand Down
Binary file added UI/Partners/logos/acf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed UI/Partners/logos/active-citizens-fund.jpg
Binary file not shown.
Binary file added UI/Partners/logos/menime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UI/Partners/logos/menime2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed UI/Partners/logos/nadace-osf.png
Binary file not shown.
Binary file added UI/Partners/logos/osf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 2 additions & 5 deletions frontend/src/styles/pages/partners.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,8 @@ $partners-breakpoint-fourColumns-from: "min-width: " + ($partners-breakpoint-thr
&--smartlook {
max-width: 8em;
}
&--osf {
max-width: 8.4em;
}
&--acf {
max-width: 8.4em;
&--menime {
grid-column-start: 1;
}

&--dobrovolnik {
Expand Down

0 comments on commit d77bdb5

Please sign in to comment.