Merge branch 'main' of gwei.cz:ethbrno/eb2-website
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
Adam Sobotka 2022-11-10 08:36:46 +01:00
revize a09f7904ef
10 změnil soubory, kde provedl 60 přidání a 33 odebrání

Zobrazit soubor

@ -6,7 +6,7 @@ pipeline:
- node --version - node --version
- npm ci - npm ci
- npm run build - npm run build
- npm run test #- npm run test
secrets: [AR] secrets: [AR]
deploy: deploy:

Zobrazit soubor

@ -71,7 +71,8 @@ contributors:
name: dcbuilder.eth name: dcbuilder.eth
twitter: DCbuild3r twitter: DCbuild3r
bio: WorldCoin, devpill.me bio: WorldCoin, devpill.me
roles: [ speaker, advisor ] roles: [ judge, advisor ]
remote: true
- id: artem-vorotnikov - id: artem-vorotnikov
name: Artem Vorotnikov name: Artem Vorotnikov
@ -269,7 +270,7 @@ contributors:
name: Anett Rolikova name: Anett Rolikova
twitter: AnettRolikova twitter: AnettRolikova
bio: Nethermind, previously Ethereum Magicians bio: Nethermind, previously Ethereum Magicians
roles: [ advisor, judge ] roles: [ advisor, judge, speaker ]
pretalxId: 48 pretalxId: 48
# ---- VOLUNTEERS ---- # ---- VOLUNTEERS ----
@ -356,12 +357,6 @@ contributors:
bio: Volunteers bio: Volunteers
roles: [ team ] roles: [ team ]
- id: damsky
name: Damsky
twitter: helloitsdamsky
bio: Community calls
roles: [ team ]
# ---- SPONSORS ---- # ---- SPONSORS ----
sponsors: sponsors:

Zobrazit soubor

@ -12,11 +12,9 @@
"make-data": "node ./scripts/make-data.js", "make-data": "node ./scripts/make-data.js",
"schedule": "node ./scripts/schedule.js", "schedule": "node ./scripts/schedule.js",
"upload-data": "node ./scripts/upload-data.js", "upload-data": "node ./scripts/upload-data.js",
"ipfs-deploy": "npx -y --loglevel=error github:burningtree/ipfs-cluster-deploy ./build ethbrno-web", "ipfs-deploy": "npx -y --loglevel=error github:burningtree/ipfs-cluster-deploy ./build ethbrno-web"
"postinstall": "npx playwright install --with-deps chromium"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.25.0",
"@sveltejs/adapter-auto": "next", "@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "next", "@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next", "@sveltejs/kit": "next",

Zobrazit soubor

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

Zobrazit soubor

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

Zobrazit soubor

@ -97,6 +97,9 @@
> >
<span class="font-bold title-font px-2 ">{getTiming(evt.datetime, evt.duration)}</span <span class="font-bold title-font px-2 ">{getTiming(evt.datetime, evt.duration)}</span
> >
<a href="/venues" class="mt-1 text-white text-sm mb-1 hover:underline px-2"
>🞋 {evt.stage}</a
>
</div> </div>
{:else} {:else}
<div <div

Zobrazit soubor

@ -3,7 +3,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>Venues | {data.title}</title> <title>Venue | ETHBrno²</title>
</svelte:head> </svelte:head>
<section class="text-white bg-black body-font"> <section class="text-white bg-black body-font">
<div class="container mx-auto flex py-12 md:py-24 md:flex-row flex-col items-center xl:max-w-screen-xl md:px-0 px-4"> <div class="container mx-auto flex py-12 md:py-24 md:flex-row flex-col items-center xl:max-w-screen-xl md:px-0 px-4">

binární
static/ethbrno-cover.png Normal file

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 71 KiB

Zobrazit soubor

@ -1,6 +1,10 @@
## TL;DR ## 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 ## Overview
@ -11,7 +15,7 @@
* [Map and tips from locals](#map-and-tips-from-locals) * [Map and tips from locals](#map-and-tips-from-locals)
* [Catering](#catering) * [Catering](#catering)
* Hackathon * Hackathon
* [Schedule](#schedule) * [Schedule overview](#schedule-overview)
* [Hackathon identity - Soulbound Token (SBT)](#hackathon-identity---soulbound-token-sbt) * [Hackathon identity - Soulbound Token (SBT)](#hackathon-identity---soulbound-token-sbt)
* [Hacking Rules](#hacking-rules) * [Hacking Rules](#hacking-rules)
* [Finding a Team / Project Idea](#finding-a-team--project-idea) * [Finding a Team / Project Idea](#finding-a-team--project-idea)
@ -19,6 +23,9 @@
* [Submissions](#submissions) * [Submissions](#submissions)
* [Special Bounty](#metamask-snaps-bounty---prize-800) * [Special Bounty](#metamask-snaps-bounty---prize-800)
* Experiences * Experiences
* [Massages](#massages)
* [Sound-healing](#sound-healing)
* [Board games](#board-games)
* [Side-events](#side-events) * [Side-events](#side-events)
* [Afterparty](#afterparty) * [Afterparty](#afterparty)
@ -107,16 +114,17 @@ We will take care of your meals and drinks for the entire Hackathon, conference
--- ---
### Schedule ### Schedule overview
The full agenda will be available a few days before the hackathon here on the website. The full agenda is available on the [Schedule](/schedule/) page.
#### Friday - Nov 11 #### Friday - Nov 11
* **13:00** - Hackathon Registration Opens * **13:00** - Hackathon Registration Opens
* **14:30 - 23:00** - Opening Talks and workshops * **14:30 - 22:30** - Opening Talks and workshops
* **18:00 - 19:30** - Dinner * **18:00 - 19:30** - Dinner
* **19:00 - 20:30** - Opening Ceremony & Kickoff * **19:00 - 19:30** - Opening Ceremony
* **19:30 - 20:30** - Ideas Showcase
* **20:30 - 21:30** - Team Formation Workshop * **20:30 - 21:30** - Team Formation Workshop
* **23:30** - Midnight Snack * **23:30** - Midnight Snack
@ -124,7 +132,8 @@ The full agenda will be available a few days before the hackathon here on the we
* **09:00 - 11:00** - Breakfast * **09:00 - 11:00** - Breakfast
* **12:30 - 14:00** - Lunch * **12:30 - 14:00** - Lunch
* **15:00 - 23:30** - Talks and workshops (in-person or remote) * **11:00 - 16:00** - Talks and workshops
* **16:00 - 23:30** - Remote talks and workshop
* **18:00 - 19:30** - Dinner * **18:00 - 19:30** - Dinner
* **23:30** - Midnight Snack * **23:30** - Midnight Snack
@ -133,11 +142,11 @@ The full agenda will be available a few days before the hackathon here on the we
* **09:00 - 11:00** - Breakfast * **09:00 - 11:00** - Breakfast
* **11:00** - Project Submission Deadline * **11:00** - Project Submission Deadline
* **11:30 - 15:00** - Project Judging * **11:30 - 15:00** - Project Judging
* **12:00 - 16:00** - Closing Talks
* **12:30 - 14:00** - Lunch * **12:30 - 14:00** - Lunch
* **13:00 - 16:00** - Closing Talks
* **15:15** - Finalist Teams Notified on Matrix * **15:15** - Finalist Teams Notified on Matrix
* **16:00 - 17:00** - Closing Ceremonies & Demos * **16:00 - 17:00** - Closing Ceremonies & Demos
* **17:00** - Coctail party 🎉 * **17:00** - The final toast & beer 🍻
* **19:00** - Hackathon ends * **19:00** - Hackathon ends
* **21:00** - [Afterparty](#afterparty) * **21:00** - [Afterparty](#afterparty)
@ -232,6 +241,28 @@ If you want to qualify and compete for prize:
Bounty total **$800** (Split across winners) Bounty total **$800** (Split across winners)
### Massages
Enjoy short relaxing massages from a local blind masseuse Pavel with many years of experience with IT specialists.
- Saturday [10:00 - 16:00] in a massage room next to the Chill lounge.
----
### Sound-healing
1hr long sound bath, deep relaxation, healing and self-discovery. The tones of these instruments heal and harmonize our body, mind and spirit. During Sound Healing you may feel physical and mental relaxation, various forms of emotions may appear, you may perceive visions, colours, images, scenes. You may feel a tingling, warmth, or tingling sensation on your body. At the same time you can sleep through the whole concert.
- Saturday [15:00 - 16:00] and [17:00 - 18:00] in the Chill lounge.
---
### Board-games
Need a change of perspective or just take a break from the monitor? Switch to offline play and have fun with a board game.
- Chess, Dominoes, Checkers, Dice, Backgammon, Cards and more available in and around the Chill lounge area
--- ---
### Side-events ### Side-events
@ -243,7 +274,7 @@ List of events taking place before or during the ETHBrno² hackathon:
#### Sunday - Nov 13 #### Sunday - Nov 13
- [10:00 - 18:00] [ETHBrno² Proxy](http://proxy.ethbrno.cz/) - A sub-conference for a local Czech audience (ClubCo/Impact Hub) - [10:00 - 18:00] [ETHBrno² Proxy](http://proxy.ethbrno.cz/) - A sub-conference for a local Czech audience (ClubCo/Impact Hub)
- [21:00 - ??:??] [ETHBrno² Afterparty](#afterparty) (Schrott - Křenová 291) - [20:00 - 00:00] [ETHBrno² Afterparty](#afterparty) (Schrott - Křenová 291)
--- ---

Binární soubor nebyl zobrazen.

Před

Šířka:  |  Výška:  |  Velikost: 47 KiB