Feature/add sackgeld.com to as seen in section (#1622)
* Add Sackgeld.com * Update changelog
This commit is contained in:
parent
6cd51fb044
commit
bf9b60aa74
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added _Sackgeld.com_ to the _As seen in_ section on the landing page
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed the toggle _Original Shares_ vs. _Current Shares_ on the allocations page
|
- Removed the toggle _Original Shares_ vs. _Current Shares_ on the allocations page
|
||||||
|
@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
<div class="row mb-5">
|
<div class="row mb-5">
|
||||||
<div class="col-12 text-center text-muted"><small>As seen in</small></div>
|
<div class="col-12 text-center text-muted"><small>As seen in</small></div>
|
||||||
<div class="col-md-2 d-flex justify-content-center my-1">
|
<div class="col-md-3 d-flex justify-content-center my-1">
|
||||||
<a
|
<a
|
||||||
class="d-block logo logo-alternative-to mask"
|
class="d-block logo logo-alternative-to mask"
|
||||||
href="https://alternativeto.net"
|
href="https://alternativeto.net"
|
||||||
@ -114,7 +114,7 @@
|
|||||||
title="AlternativeTo - Crowdsourced software recommendations"
|
title="AlternativeTo - Crowdsourced software recommendations"
|
||||||
></a>
|
></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2 d-flex justify-content-center my-1">
|
<div class="col-md-3 d-flex justify-content-center my-1">
|
||||||
<a
|
<a
|
||||||
class="d-block logo logo-awesome"
|
class="d-block logo logo-awesome"
|
||||||
href="https://github.com/awesome-selfhosted/awesome-selfhosted"
|
href="https://github.com/awesome-selfhosted/awesome-selfhosted"
|
||||||
@ -122,7 +122,7 @@
|
|||||||
title="Awesome-Selfhosted: A list of Free Software network services and web applications which can be hosted on your own servers"
|
title="Awesome-Selfhosted: A list of Free Software network services and web applications which can be hosted on your own servers"
|
||||||
></a>
|
></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2 d-flex justify-content-center my-1">
|
<div class="col-md-3 d-flex justify-content-center my-1">
|
||||||
<a
|
<a
|
||||||
class="d-block logo logo-openstartup"
|
class="d-block logo logo-openstartup"
|
||||||
href="https://openstartup.tm"
|
href="https://openstartup.tm"
|
||||||
@ -130,7 +130,7 @@
|
|||||||
title="Open Startup: The most complete list of open startups"
|
title="Open Startup: The most complete list of open startups"
|
||||||
></a>
|
></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2 d-flex justify-content-center my-1">
|
<div class="col-md-3 d-flex justify-content-center my-1">
|
||||||
<a
|
<a
|
||||||
class="d-block logo logo-privacy-tools mask"
|
class="d-block logo logo-privacy-tools mask"
|
||||||
href="https://www.privacytools.io"
|
href="https://www.privacytools.io"
|
||||||
@ -138,7 +138,7 @@
|
|||||||
title="Privacy Tools: Software Alternatives and Encryption"
|
title="Privacy Tools: Software Alternatives and Encryption"
|
||||||
></a>
|
></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2 d-flex justify-content-center my-1">
|
<div class="col-md-3 d-flex justify-content-center my-1">
|
||||||
<a
|
<a
|
||||||
class="d-block logo logo-product-hunt"
|
class="d-block logo logo-product-hunt"
|
||||||
href="https://www.producthunt.com"
|
href="https://www.producthunt.com"
|
||||||
@ -146,7 +146,15 @@
|
|||||||
title="Product Hunt – The best new products in tech."
|
title="Product Hunt – The best new products in tech."
|
||||||
></a>
|
></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2 d-flex justify-content-center my-1">
|
<div class="col-md-3 d-flex justify-content-center my-1">
|
||||||
|
<a
|
||||||
|
class="d-block logo logo-sackgeld mask"
|
||||||
|
href="https://www.sackgeld.com"
|
||||||
|
target="_blank"
|
||||||
|
title="Sackgeld.com – Apps für ein höheres Sackgeld"
|
||||||
|
></a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-3 d-flex justify-content-center my-1">
|
||||||
<a
|
<a
|
||||||
class="d-block logo logo-unraid mask"
|
class="d-block logo logo-unraid mask"
|
||||||
href="https://unraid.net"
|
href="https://unraid.net"
|
||||||
|
@ -75,6 +75,10 @@
|
|||||||
filter: grayscale(1);
|
filter: grayscale(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.logo-sackgeld {
|
||||||
|
mask-image: url('/assets/images/logo-sackgeld.png');
|
||||||
|
}
|
||||||
|
|
||||||
&.logo-unraid {
|
&.logo-unraid {
|
||||||
mask-image: url('/assets/images/logo-unraid.svg');
|
mask-image: url('/assets/images/logo-unraid.svg');
|
||||||
}
|
}
|
||||||
@ -112,6 +116,7 @@
|
|||||||
&.logo-agplv3,
|
&.logo-agplv3,
|
||||||
&.logo-alternative-to,
|
&.logo-alternative-to,
|
||||||
&.logo-privacy-tools,
|
&.logo-privacy-tools,
|
||||||
|
&.logo-sackgeld,
|
||||||
&.logo-unraid {
|
&.logo-unraid {
|
||||||
background-color: rgba(var(--light-primary-text));
|
background-color: rgba(var(--light-primary-text));
|
||||||
}
|
}
|
||||||
|
BIN
apps/client/src/assets/images/logo-sackgeld.png
Normal file
BIN
apps/client/src/assets/images/logo-sackgeld.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
Loading…
x
Reference in New Issue
Block a user