Skip to content

Commit

Permalink
feat: upd sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-zaets committed Oct 27, 2023
1 parent 3d1af62 commit 0c001d8
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 6 deletions.
23 changes: 17 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
</a>
</div>
<div class="flex lg:hidden">
<button id="toggleButtonOn" type="button" class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-gray-700">
<button id="toggleButtonOn" type="button"
class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-gray-700">
<span class="sr-only">Open main menu</span>
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
aria-hidden="true">
Expand Down Expand Up @@ -439,11 +440,11 @@ <h2 class="text-base text-red-600 font-semibold tracking-wide uppercase">
</div>

<div
class="max-w-7xl mx-auto mt-20 mb-10 grid grid-cols-1 md:grid-cols-3 lg:grid-cols-3 gap-8 gap-y-10 text-center">
class="max-w-7xl mx-auto mt-20 mb-10 grid grid-cols-1 md:grid-cols-3 lg:grid-cols-4 gap-8 gap-y-10 text-center">

<div class="flex flex-col items-center">
<a href="https://www.adevinta.com" target="_blank" class="h-20">
<img src="/media/sponsors/adevinta.svg" alt="Adevinta" class="h-16 object-cover">
<a href="https://www.adevinta.com" target="_blank">
<img src="/media/sponsors/adevinta.svg" alt="Adevinta" class="w-48 object-cover">
</a>

<a href="https://www.adevinta.com" class="mt-4 text-gray-900 font-bold text-xl">Adevinta</a>
Expand All @@ -452,15 +453,25 @@ <h2 class="text-base text-red-600 font-semibold tracking-wide uppercase">

<div class="flex flex-col items-center">
<a href="https://cmdn.io" target="_blank">
<img src="/media/sponsors/cmdn.svg" alt="CMDN" class=" h-20 object-cover">
<img src="/media/sponsors/cmdn.svg" alt="CMDN" class=" h-12 object-cover">
</a>
<a href="https://cmdn.io" class="mt-4 text-gray-900 font-bold text-xl">CMDN</a>
<p class="text-sm">Partner & Media Sponsor</p>
</div>

<div class="flex flex-col items-center">
<a href="https://www.travelperk.com" target="_blank">
<img src="/media/sponsors/travelperk.svg" alt="TravelPerk" class="w-52 object-cover">
</a>

<a href="https://www.adevinta.com" class="mt-4 text-gray-900 font-bold text-xl">TravelPerk</a>
<p class="text-sm">Frequent Sponsor</p>
</div>


<div class="flex flex-col items-center">
<a href="https://www.honeypot.io/" target="_blank">
<img src="/media/sponsors/honeypot.png" alt="Honeypot" class="h-20 object-cover">
<img src="/media/sponsors/honeypot.svg" alt="Honeypot" class="w-52 object-cover">
</a>

<a href="https://www.honeypot.io/" class="mt-4 text-gray-900 font-bold text-xl">Honeypot</a>
Expand Down
Binary file removed media/sponsors/honeypot.png
Binary file not shown.
78 changes: 78 additions & 0 deletions media/sponsors/honeypot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions media/sponsors/travelperk.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 0c001d8

Please sign in to comment.