Skip to content

Commit

Permalink
Add mentor and blog
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Mar 15, 2024
1 parent 5e99733 commit 3f043b7
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 13 deletions.
18 changes: 13 additions & 5 deletions src/components/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,27 @@ const Layout = ({ children, showEthDiamond }) => {

{/* Footer */}
<footer
className={`flex flex-col md:flex-row flex-wrap justify-evenly items-center text-center sm:justify-end my-4 sm:mr-12 z-20 text-sm font-ocra sm:ml-72`}
className={`flex flex-col md:flex-row flex-wrap justify-evenly items-center text-center sm:justify-end my-4 z-20 sm:mr-6 text-sm font-ocra sm:ml-72 leading-3`}
>
<a className="mx-4 my-2 sm:ml-8 text-black" href="/decentralization">
<a className="mx-4 my-2 sm:ml-4 text-black" href="/decentralization">
department of &lt;&lt;d&lt;ecentralization
</a>
<a className="mx-4 my-2 sm:ml-8 text-black" href="/contact">
<a
className="mx-4 my-2 sm:ml-4 text-black"
href="https://blog.dod.ngo/"
target="_blank"
rel="noreferrer"
>
&lt;&lt;b&lt;log
</a>
<a className="mx-4 my-2 sm:ml-4 text-black" href="/contact">
contact & &lt;&lt;i&lt;mpressum
</a>
<a className="mx-4 my-2 sm:ml-8 text-black" href="/code-of-conduct">
<a className="mx-4 my-2 sm:ml-4 text-black" href="/code-of-conduct">
code &lt;&lt;o&lt;f conduct
</a>
<a
className="mx-4 my-2 sm:ml-8 text-black"
className="mx-4 my-2 sm:ml-4 text-black"
href="https://github.com/ethb3rlin/4"
target="_blank"
rel="noreferrer"
Expand Down
9 changes: 9 additions & 0 deletions src/components/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ const Sidebar = ({ className }) => {
{" "}
&lt;&lt;V&lt;OLUNTEER
</a>
<a
className="my-2"
href="https://office.ethberlin.org/form/#/2/form/view/Kdkhj-5k69Uqyk33yxFjl2MFVFQd-QlBihjVdJatle8/"
target="_blank"
rel="noreferrer"
>
{" "}
&lt;&lt;M&lt;ENTOR
</a>
</nav>
);

Expand Down
3 changes: 3 additions & 0 deletions src/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ export default function HTML(props) {
else if (e.key == 'o' || e.key == 'O') {
window.location.href= "/code-of-conduct";
}
else if (e.key == 'b' || e.key == 'B') {
window.location.href= "https://blog.dod.ngo/";
}
else if (e.key == 'v' || e.key == 'V') {
window.location.href= "https://office.ethberlin.org/form/#/2/form/view/Jg-FHZYy2RKg7XTJ9pULHii0du1kVQ2QwawZdjkmgCY/";
}
Expand Down
16 changes: 8 additions & 8 deletions src/pages/hack.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ const Hack = () => {
</h1>
<div>
<p>
Hacking at <ETHBerlin /> will be subject to strict access control. To
enter the event premises, a valid hacker visa is required.
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">&lt;&lt;V&lt;</span>.
To start the application process for a hacker visa, follow the link:{" "}
</p>
<div className="text-center">
<div className="text-center text-xl">
<a
href="https://visas.ethberlin.org/ethberlin/4/"
target="_blank"
rel="noreferrer">
href="https://visas.ethberlin.org/ethberlin/4/"
target="_blank"
rel="noreferrer"
>
visas.ethberlin.org/ethberlin/4
</a>
</div>
Expand Down

0 comments on commit 3f043b7

Please sign in to comment.