Skip to content

Commit

Permalink
Update sponsors in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Apr 18, 2024
1 parent ba7debc commit 3e62310
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 2 deletions.
11 changes: 11 additions & 0 deletions css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1773,6 +1773,17 @@ body {
speak: none;
}

.sponsor {
p {
margin-bottom: 0;
}
img {
height: 45px;
position: relative;
top: -3px;
}
}

.icon-check:before { content: '\2611'; } /* '☑' */
.icon-tools:before { content: '\2692'; } /* '⚒' */
.icon-cogs:before { content: '\26ef'; } /* '⛯' */
Expand Down
8 changes: 6 additions & 2 deletions templates/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,12 @@
</ul>
</div>

<div class="row">
<p class="toran col-xs-12">Packagist maintenance and hosting is provided by <a href="https://packagist.com/">Private Packagist</a></p>
<div class="row sponsor">
<p class="col-xs-12">Packagist maintenance and hosting provided by <a href="https://packagist.com/"><img alt="Private Packagist" src="{{ asset('img/private-packagist.svg') }}" /></a></p>
</div>

<div class="row sponsor">
<p class="col-xs-12">Monitoring provided by <a href="https://datadog.com/"><img alt="Datadog" src="{{ asset('img/datadog-light.svg') }}" /></a></p>
</div>
</nav>
</footer>
Expand Down
61 changes: 61 additions & 0 deletions web/img/datadog-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
159 changes: 159 additions & 0 deletions web/img/private-packagist.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3e62310

Please sign in to comment.