-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
room-sharing page complete & also in the dropdown (#66)
* room-sharing page complete & also in the dropdown * committed edits
- Loading branch information
Showing
3 changed files
with
66 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
layout: default | ||
|
||
title: Room Sharing | ||
description: Share a room or ride | ||
--- | ||
|
||
<div class="block-container"> | ||
<div class="wrapper"> | ||
<header class="flex flex-wrap items-center"> | ||
<div class="flex-1 max-w-screen-lg"> | ||
<h1 class="mb-12 pageheading">{{ title }}</h1> | ||
</div> | ||
</header> | ||
</div> | ||
</div> | ||
|
||
<div class="bg-gray-100 block-container"> | ||
<div class="wrapper"> | ||
<div class="prose lg:prose-lg"> | ||
|
||
|
||
<p>Do you want to share a room at <a href="/venue/#hotel">one of the hotels</a> with other attendees, or do you have local accommodation available? Do you want to drive to DjangoCon US from Charlotte, Greensboro, Raleigh, or other relatively nearby cities?</p> | ||
|
||
<p>We have a <a href="https://docs.google.com/spreadsheets/d/1487pyAR--sN3dpSDrDQWAQmxq25BgHIVM99xZIHRpp4/edit?usp=sharing">Google sheet</a> just for you! There are tabs for people who already have room reservations and are looking for roommates, who haven't yet booked anything, who live locally and want to offer their homes as accommodation, and who will be driving to Durham and need car buddies.</p> | ||
<p>If you're looking for a room, list your contact information along with:</p> | ||
|
||
<ul> | ||
<li>How many other people you want to share with</li> | ||
<li>What nights you'll be there</li> | ||
<li>Whether you've already reserved a room</li> | ||
<li>Any other requirements (e.g. gender, smoking/non, snoring/non, etc.)</li> | ||
</ul> | ||
<p>If you’re looking for or offering a ride, list your contact information along with the dates you’re travelling and where you’re coming from.</p> | ||
|
||
<p><b>Note:</b> If any of your roommates will be arriving separately, be sure to list their names on the reservation as having permission to check in and get a key to your shared room from the front desk by showing photo ID.</p> | ||
|
||
<p>When reserving your room, be sure to specify the type and number of beds. Some rooms only have a single king size bed.</p> | ||
|
||
<p><b>Caution:</b> Room and ride sharing arrangements are the responsibilities of the individual parties involved. DEFNA, DSF, and DjangoCon US staff take no responsibility, and cannot be involved in any disputes.</p> | ||
|
||
<a class="button text-gray-500" href="https://docs.google.com/spreadsheets/d/1487pyAR--sN3dpSDrDQWAQmxq25BgHIVM99xZIHRpp4/edit?usp=sharing">Share a Room or Ride (spreadsheet information)</a> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
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