forked from ethb3rlin/3
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from ethb3rlin/q9f/hack
add instructions to hack (visa)
- Loading branch information
Showing
6 changed files
with
46 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
import React from "react"; | ||
import Layout from "../components/Layout"; | ||
import ETHBerlin from "../components/ETHBerlin"; | ||
|
||
const Hack = () => { | ||
return ( | ||
<Layout> | ||
<div className="textbox text-base decorate-links"> | ||
<h1 className="mb-4 font-ocra underline text-berlin-yellow"> | ||
<<H<ACK | ||
</h1> | ||
<div> | ||
<p> | ||
Hacking at <ETHBerlin /> will be subject to strict access control. To | ||
enter the event premises, a valid hacker visa is required. | ||
</p> | ||
<p> | ||
To start the application process for a hacker visa, press{" "} | ||
<span className="font-ocra text-sm"><<V<</span>. | ||
</p> | ||
<div className="text-center"> | ||
<a | ||
href="https://visas.ethberlin.org/ethberlin/4/" | ||
target="_blank" | ||
rel="noreferrer"> | ||
visas.ethberlin.org/ethberlin/4 | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</Layout> | ||
); | ||
}; | ||
|
||
export default Hack; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters