Skip to content

Commit

Permalink
Add sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Mar 27, 2020
1 parent 7e92bdb commit a8aad42
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/home.twig
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
{% include 'home_frameworks.twig' %}
</section>

<section class="">
{% include 'home_sponsors.twig' %}
</section>

</div>

{% endblock %}
Expand Down
22 changes: 22 additions & 0 deletions website/home_sponsors.twig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<div id="sponsors" class="container">

<h2><a href="#sponsors">Sponsors</a></h2>

<p>
PHP-DI is sponsored by these companies:
</p>

<div>
<a href="https://www.jetbrains.com/" title="JetBrains - Creator of PhpStorm">
<img src="{{ baseUrl }}/img/sponsors/logo-jetbrains.svg" alt="JetBrains" style="height: 80px; margin-left: 30px"></a>
<a class="block self-center mx-6 mb-6" href="https://www.amezmo.com/" title="Amezmo - Cloud hosting and deployment for PHP">
<img src="{{ baseUrl }}/img/sponsors/logo-amezmo.svg" alt="Amezmo" style="width: 90px; margin-top: 5px; margin-left: 50px"></a>
<a class="block self-center mx-6 mb-6" href="https://www.web-id.fr/" title="Web-ID - Laravel web agency">
<img src="{{ baseUrl }}/img/sponsors/logo-web-id.png" alt="Web-ID" style="height: 45px; margin-left: 50px"></a>
</div>

<p class="text-center">
<a href="https://github.com/sponsors/mnapoli" class="btn btn-default">Become a sponsor</a>
</p>

</div>
1 change: 1 addition & 0 deletions website/img/sponsors/logo-amezmo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions website/img/sponsors/logo-jetbrains.svg
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 website/img/sponsors/logo-web-id.png
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 a8aad42

Please sign in to comment.