Skip to content

Commit

Permalink
Merge pull request #8 from BarcelonaJS/banner
Browse files Browse the repository at this point in the history
banner
  • Loading branch information
dmitry-zaets committed Mar 6, 2024
2 parents d5e4505 + eee7c3a commit d785c9b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ <h2 class="text-base text-red-600 font-semibold tracking-wide uppercase">

<div class="mt-4 flex flex-row items-center justify-start">
<a href="https://github.com/BarcelonaJS/event-sponsors/issues/new?assignees=&labels=&projects=BarcelonaJS%2F2&template=event-sponsor.yml"
class="block px-4 py-3 border border-transparent text-center text-base font-large rounded-md text-red-600 border-red-600 hover:text-white hover:bg-red-600">Sponsor
class="block px-4 py-3 border text-center text-base font-large rounded-md text-red-600 border-red-600 hover:text-white hover:bg-red-600">Sponsor
the event</a>
</div>
</div>
Expand All @@ -306,7 +306,7 @@ <h2 class="text-base text-red-600 font-semibold tracking-wide uppercase">
</dd>
<div class="mt-4 flex flex-row items-center justify-start">
<a href="https://github.com/BarcelonaJS/talks/issues/new?assignees=&labels=Pending%3A+ready+for+review&projects=BarcelonaJS%2F2&template=new-talk.yml"
class="block px-4 py-3 border border-transparent text-center text-base font-large rounded-md text-red-600 border-red-600 hover:text-white hover:bg-red-600">Become
class="block px-4 py-3 border text-center text-base font-large rounded-md text-red-600 border-red-600 hover:text-white hover:bg-red-600">Become
a speaker</a>
</div>
</div>
Expand All @@ -333,7 +333,7 @@ <h2 class="text-base text-red-600 font-semibold tracking-wide uppercase">
</dd>
<div class="mt-4 flex flex-row items-center justify-start">
<a href="https://www.meetup.com/barcelonajs/"
class="block px-4 py-3 border border-transparent text-center text-base font-large rounded-md text-red-600 border-red-600 hover:text-white hover:bg-red-600">Join
class="block px-4 py-3 border text-center text-base font-large rounded-md text-red-600 border-red-600 hover:text-white hover:bg-red-600">Join
the next meetup</a>
</div>
</div>
Expand Down Expand Up @@ -518,6 +518,7 @@ <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

0 comments on commit d785c9b

Please sign in to comment.