Skip to content

Commit

Permalink
Merge pull request #90 from cloud-native-nordics/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
ryjogo authored Oct 12, 2023
2 parents 0f40ee3 + 29b68ad commit b9c4da8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/components/pages/home/sponsors/sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import Boozt from 'icons/boozt.png'
import TV2 from 'icons/tv2.svg'
import TrendMicro from 'icons/trendmicro.svg'
import Akamai from 'icons/akamai.svg'
import Dypang from 'icons/dypang.svg'

const TITLE = 'Sponsors';

Expand Down Expand Up @@ -78,6 +79,7 @@ const ITEMS = [
{ icon: KubeEvents, url: 'https://kube.events/' , scale: '80%' },

{ icon: Cloudnative, url: 'https://www.cncf.io/' },
{ icon: Dypang, url: 'https://dypaang.dk/' },
],
cardClassname:
'min-w-[384px] min-h-[122px] sm:min-w-[320px] sm:min-h-[115px] xs:min-w-fit xs:max-w-full',
Expand Down
4 changes: 2 additions & 2 deletions src/components/pages/home/welcome/welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const Welcome = () => (
<div className="text-2xl text-primary-1 sm:text-lg">
<p className="mt-0 text-center text-4xl font-bold leading-tight pb-8">Ticket sales are now open!</p>

<p>Are you a <span className="font-bold">student</span>? We are giving away 10 tickets to students registered
at a Danish university/college/EUD. Fill this <a href="https://forms.gle/PU6P4fZ6ZCCSeTQ19">form</a> to have
<p className="pb-8">Are you a <span className="font-bold">student</span>? We are giving away 10 tickets to students registered
at a Danish university/college/EUD. Fill this <a className="font-bold" href="https://forms.gle/PU6P4fZ6ZCCSeTQ19">form</a> to have
a chance to win one!</p>

<p>
Expand Down
9 changes: 9 additions & 0 deletions src/components/pages/schedule/schedule/schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,15 @@ const ITEMS = [
title: 'Closing',
duration: '10 min',
},
{
id: '200',
time: '18:00',
title: 'Afterparty with DJ @ HeadQuarters, Aarhus!',
presentation:
"Situated in the vibrant center of Aarhus, HeadQuarters is a vintage spot set to host our afterparty! <br /><br />Wind down, take a breather, and reminisce about the day's highlights over some free drinks. Enjoy the vibes from the in-house DJ and mingle!<br \> <br \>Remember to bring your badge! <br/><br/><strong>Location: HeadQuarters, Valdemarsgade 1A, 8000 Aarhus</strong>",

duration: '4 hr',
},
];

const Schedule = ({ location }) => {
Expand Down
4 changes: 4 additions & 0 deletions src/icons/dypang.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b9c4da8

Please sign in to comment.