Skip to content

Commit

Permalink
Fix Infura experience host
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed May 24, 2024
1 parent 8fc872e commit 1d7dfd9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
28 changes: 21 additions & 7 deletions src/pages/experiences.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -468,10 +468,19 @@ const Experiences = () => {
href="https://infura.io/"
target="blank"
rel="noreferrer noopener"
className="underline ml-1"
className="underline ml-1 mr-1"
>
Infura
</a>
&
<a
href="https://consensys.io/diligence/"
target="blank"
rel="noreferrer noopener"
className="underline ml-1"
>
Consensys Diligence
</a>
</div>
<div className="ml-4">
Join the Decentralized Infrastructure Network (DIN) and Consensys
Expand Down Expand Up @@ -541,11 +550,14 @@ const Experiences = () => {
<LocationButton loc={locations.library} />
</div>
<div className="ml-4">
Hacker-focused safe space where you can get productive feedback
on your hackathon project idea, its privacy features, and general viability.
The Web3 Privacy team will be available throughout the weekend
and will host open feedback and ideation sessions.
For more info please see: <a href="https://c24ber.web3privacy.info">https://c24ber.web3privacy.info</a>
Hacker-focused safe space where you can get productive feedback on
your hackathon project idea, its privacy features, and general
viability. The Web3 Privacy team will be available throughout the
weekend and will host open feedback and ideation sessions. For
more info please see:{" "}
<a href="https://c24ber.web3privacy.info">
https://c24ber.web3privacy.info
</a>
</div>
</div>
<div id="party" className="mt-8">
Expand Down Expand Up @@ -579,7 +591,9 @@ const Experiences = () => {
<strong>Aeden</strong>
</a>
</div>
<div className="ml-4"><em>From 8PM onwards on Sunday night.</em></div>
<div className="ml-4">
<em>From 8PM onwards on Sunday night.</em>
</div>
<div className="ml-4">
It would not be a hackathon without an after party. It would also
not be Berlin without a dose of techno.
Expand Down
4 changes: 2 additions & 2 deletions src/pages/schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ import puja from "../assets/people/speakers/puja.jpeg";
import { FaTwitter } from "react-icons/fa";
import { ImSoundcloud } from "react-icons/im";

const currentDate = new Date();
// const currentDate = new Date("2024-05-26T01:00:00+02:00");
// const currentDate = new Date();
const currentDate = new Date("2024-05-26T01:00:00+02:00");

const ProgramItem = ({
title,
Expand Down

0 comments on commit 1d7dfd9

Please sign in to comment.