Applications closed
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
tree 2022-11-10 05:53:53 +01:00
rodič 6c82c76ced
revize c9c4cd89b9
3 změnil soubory, kde provedl 15 přidání a 11 odebrání

Zobrazit soubor

@ -42,10 +42,10 @@
</li>
<li>
<a
href="/venues"
href="/manual"
class="px-5 py-2 flex items-center leading-snug text-black hover:opacity-75"
on:click={() => (open = false)}
class:active={$page.url.pathname === '/venues/'}>Venue</a
class:active={$page.url.pathname === '/manual/'}>Hacker Manual</a
>
</li>
<li>
@ -58,10 +58,10 @@
</li>
<li>
<a
href="/manual"
href="/venues"
class="px-5 py-2 flex items-center leading-snug text-black hover:opacity-75"
on:click={() => (open = false)}
class:active={$page.url.pathname === '/manual/'}>Hacker Manual</a
class:active={$page.url.pathname === '/venues/'}>Venue</a
>
</li>
<li>
@ -73,17 +73,17 @@
>
</li>
<li>
<li class="pl-0 xl:pl-5">
<a
href="https://matrix.ethbrno.cz"
rel="noopener noreferrer"
target="_blank"
on:click={() => (open = false)}
class="px-5 py-2 flex items-center leading-snug text-black hover:opacity-75 external"
class="px-5 py-2 flex items-center bg-black text-white leading-snug hover:opacity-75 external"
>Chat</a
>
</li>
<li class="pl-0 xl:pl-5">
<!--li class="pl-0 xl:pl-5">
<a
href="https://join.ethbrno.cz"
rel="noopener noreferrer"
@ -92,7 +92,7 @@
class="px-5 py-2 flex items-center bg-black text-white leading-snug hover:opacity-75 external"
>Join</a
>
</li>
</li-->
</ul>
</div>
</div>

Zobrazit soubor

@ -70,7 +70,7 @@
>.
</p>
<div class="flex justify-center flex-wrap">
<!--div class="flex justify-center flex-wrap">
<a
href="https://join.ethbrno.cz/"
class="inline-flex text-white bg-black border-0 py-2 px-6 focus:outline-none hover:bg-gray-900 text-lg external"
@ -83,7 +83,7 @@
class="ml-4 inline-flex border-0 py-2 px-6 focus:outline-none hover:bg-gray-100 text-lg underline external"
>Sponsor</a
>
</div>
</div-->
</div>
<div class="xl:max-w-lg xl:w-full md:w-1/2 w-[300px]">
<img class="object-cover object-center" alt="hero" src="key.png" />

Zobrazit soubor

@ -1,6 +1,10 @@
## TL;DR
* Join the conversation on Matrix: [#ethbrno:gwei.cz](https://matrix.to/#/#ethbrno:gwei.cz)
* Join the conversation on Matrix - [#ethbrno:gwei.cz](https://matrix.to/#/#ethbrno:gwei.cz)
* Mint your unique SBT token - [mint.ethbrno.cz](https://mint.ethbrno.cz/) ([read more](#hackathon-identity---soulbound-token-sbt))
* Get test ETH on Goerli or Sepolia - [faucet.ethbrno.cz](https://faucet.ethbrno.cz/)
* Submit your project before Sunday 11am - [devfolio.ethbrno.cz](https://ethbrno.devfolio.co/) ([read more](#submissions))
* Take part in quadratic voting - [vote.ethbrno.cz](https://vote.ethbrno.cz/)
## Overview