-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: add venue and color scheme updates (#172)
* color scheme and venue details * Added venue page --------- Co-authored-by: Thor Anker Kvisgård Lange <[email protected]>
- Loading branch information
Showing
10 changed files
with
96 additions
and
106 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
|
@@ -5,77 +5,35 @@ import Link from 'components/shared/link'; | |
const TITLE = 'Hotel Information'; | ||
|
||
const Hotel = () => ( | ||
<section className="safe-paddings bg-white py-20 md:py-24 sm:py-16 mb-20"> | ||
<section className="safe-paddings bg-white py-1 md:py-1 sm:py-1 mb-20"> | ||
<div className="container-md "> | ||
<h2 className="mb-10 text-center text-6xl font-bold leading-tight text-primary-1">{TITLE}</h2> | ||
|
||
<div className="mb-10 text-2xl text-primary-1 sm:text-lg"> | ||
<p> | ||
<span className="font-bold">Kubernetes Community Days Denmark</span> along with <span>JYSK</span> have arranged hotels | ||
in and around Aarhus with discounted rates for those who wish to stay over. Below you will | ||
find accommodation with{' '} | ||
<Link | ||
to="https://www.scandichotels.com/hotels/denmark/aarhus" | ||
className="font-semibold sm:text-xl" | ||
theme="primary" | ||
>Scandic Hotels | ||
</Link> | ||
. There are however very limited amount of discounted rates available! | ||
</p> | ||
</div> | ||
|
||
<div className="mt-7"> | ||
<p> | ||
<Link | ||
to="https://www.scandichotels.com/hotels/denmark/aarhus/scandic-the-mayor" | ||
className="font-semibold sm:text-xl" | ||
theme="primary" | ||
> | ||
Scandic Aarhus City | ||
</Link> | ||
<br /> | ||
Østergade 10, 8000 Aarhus - 89 31 81 00 - [email protected] | ||
</p> | ||
</div> | ||
<div className="mt-7"> | ||
<p> | ||
<Link | ||
to="https://www.scandichotels.com/hotels/denmark/aarhus/scandic-the-mayor" | ||
to="https://www.marriott.com/en-us/hotels/cphac-ac-hotel-bella-sky-copenhagen/overview/" | ||
className="font-semibold sm:text-xl" | ||
theme="primary" | ||
> | ||
Scandic Århus | ||
Bella Sky | ||
</Link> | ||
<br /> | ||
Rytoften 3, 8210 Aarhus - 86 15 68 44 - [email protected] | ||
Martha Christensens Vej 5, 2300 Copenhagen - Venue Hotel | ||
|
||
</p> | ||
</div> | ||
<div className="mt-7"> | ||
<p> | ||
<Link | ||
to="https://www.scandichotels.com/hotels/denmark/aarhus/scandic-the-mayor" | ||
to="https://www.booking.com/hotel/dk/ibis-styles-copenhagen-orestad.en-gb.html" | ||
className="font-semibold sm:text-xl" | ||
theme="primary" | ||
> | ||
Scandic The Mayor | ||
Ibis Ørestad | ||
</Link> | ||
<br /> | ||
Banegårdspladsen 14, 8000 Aarhus - 87 32 01 00 - [email protected] | ||
</p> | ||
</div> | ||
|
||
<div className="mt-7"> | ||
<p> | ||
Booking should be made direct via mail/phone and to take advantage of the discounted rate, | ||
let them know you are attending "KCD at JYSK". The | ||
closest hotel is{' '} | ||
<Link | ||
to="https://www.scandichotels.com/hotels/denmark/aarhus/scandic-aarhus-vest" | ||
className="font-semibold sm:text-xl" | ||
theme="primary" | ||
> | ||
Scandic Aarhus Vest | ||
</Link>. | ||
Ørestads Boulevard 47, 2300 Copenhagen - Close to the venue | ||
</p> | ||
</div> | ||
</div> | ||
|
Binary file added
BIN
+61.3 KB
src/components/pages/venue/transport/images/bellagroup-map-1080x1080.webp
Binary file not shown.
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