Browse Source

Task/add EuroAlternative to logo carousel

pull/6796/head
David Requeno 4 weeks ago
parent
commit
bbb6cad559
  1. 1
      apps/client/src/assets/images/logo-euroalternative.svg
  2. 5
      libs/ui/src/lib/logo-carousel/logo-carousel.component.scss
  3. 8
      libs/ui/src/lib/logo-carousel/logo-carousel.component.ts

1
apps/client/src/assets/images/logo-euroalternative.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.4 KiB

5
libs/ui/src/lib/logo-carousel/logo-carousel.component.scss

@ -105,6 +105,11 @@
mask-image: url('/assets/images/logo-dev-community.svg');
}
&.logo-euroalternative {
mask-image: url('/assets/images/logo-euroalternative.svg');
width: 9rem;
}
&.logo-hacker-news {
mask-image: url('/assets/images/logo-hacker-news.svg');
}

8
libs/ui/src/lib/logo-carousel/logo-carousel.component.ts

@ -32,6 +32,14 @@ export class GfLogoCarouselComponent {
'DEV Community - A constructive and inclusive social network for software developers',
url: 'https://dev.to'
},
{
className: 'logo-euroalternative',
isMask: true,
name: 'EuroAlternative',
title:
'EuroAlternative - European alternatives to popular digital products',
url: 'https://euroalternative.eu/ghostfolio'
},
{
className: 'logo-hacker-news',
isMask: true,

Loading…
Cancel
Save