Skip to content

Commit

Permalink
Merge pull request #10 from BarcelonaJS/add-new-banner
Browse files Browse the repository at this point in the history
add new banner
  • Loading branch information
dmitry-zaets committed Mar 6, 2024
2 parents 61dbf82 + 895aad6 commit e6358b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
21 changes: 4 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,36 +484,29 @@ <h2 class="text-base text-red-600 font-semibold tracking-wide uppercase">
<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>
<p class="text-sm">Frequent Sponsor</p>
<p class="text-sm mt-2">Frequent Sponsor</p>
</div>

<div class="flex flex-col items-center">
<a href="https://cmdn.io" target="_blank">
<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>
<p class="text-sm mt-2">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.travelperk.com" class="mt-4 text-gray-900 font-bold text-xl">TravelPerk</a>
<p class="text-sm">Frequent Sponsor</p>
<p class="text-sm mt-2">Frequent Sponsor</p>
</div>


<div class="flex flex-col items-center">
<a href="https://www.honeypot.io/" target="_blank">
<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>
<p class="text-sm">Frequent Sponsor</p>
<p class="text-sm mt-2">Frequent Sponsor</p>
</div>

</div>
Expand All @@ -535,9 +528,6 @@ <h2 class="text-base text-red-600 font-semibold tracking-wide uppercase">
</div>
</div>




<div class="max-w-7xl mx-auto mt-10 mb-10 flex flex-col items-center justify-center p-8">
<div style="width: 100%; min-width: 400px; max-width: 800px;" class="p-4">
<div style="position: relative; width: 100%; overflow: hidden; padding-top: 56.25%;">
Expand All @@ -552,9 +542,6 @@ <h2 class="text-base text-red-600 font-semibold tracking-wide uppercase">
</div>
</div>




<footer class="footer bg-gray-900 relative pt-1">
<div class="container mx-auto">
<div class="sm:flex sm:mt-8 ">
Expand Down
11 changes: 4 additions & 7 deletions media/sponsors/cmdn.svg
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 e6358b3

Please sign in to comment.