Skip to content

Commit

Permalink
Merge pull request #115 from phillipsharring/hotel-updates-2024
Browse files Browse the repository at this point in the history
Hotel updates 2024
  • Loading branch information
phillipsharring authored Aug 30, 2024
2 parents 1a846f5 + eecfa88 commit cd2c0a5
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 13 deletions.
8 changes: 8 additions & 0 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,14 @@ iframe {
border-radius: 0.75rem;
}

.rounded-sm {
border-radius: 0.125rem;
}

.rounded-lg {
border-radius: 0.5rem;
}

.border {
border-width: 1px;
}
Expand Down
Binary file removed docs/img/hotels.jpg
Binary file not shown.
Binary file added docs/img/hotels/aloft-raleigh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/hotels/stateview-hotel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
46 changes: 33 additions & 13 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,10 @@ <h3 class="mb-8 text-center text-4xl font-black drop-shadow-[1.2px_1.2px_1px_rgb
><img class="w-28 sm:w-48" src="/img/sponsors/issa-raleigh.png" alt="ISSA Raleigh Chapter"
/></a>
</div>
<p class="mb-12">
<p class="mb-12 text-center text-xl font-semibold italic">
<a
href="https://events.eventzilla.net/e/bsidesrdu-2024-friday-the-13th-sponsorships-2138632449"
class="text-xl font-semibold italic text-blue-600"
class="text-blue-600"
>Sponsorship opportunities for BSides RDU 2024 are still available!</a
>
</p>
Expand Down Expand Up @@ -486,7 +486,7 @@ <h2 class="text-4xl font-bold mb-4">Food</h2>
<!-- ANCHOR venue -->
<div id="venue" class="container mx-auto px-4 pb-16 sm:w-4/5">
<h2 class="mb-4 text-4xl font-bold">Venue</h2>
<div class="google-map">
<div class="google-map mb-8">
<h3 class="mb-4">The McKimmon Conference and Training Center at NC State (MCTC)</h3>
<iframe
title="Google Map"
Expand All @@ -513,16 +513,36 @@ <h3 class="mb-4 text-2xl font-bold">Floor Plan</h3>
</div>
<!-- ANCHOR hotels -->
<div id="hotels" class="container mx-auto px-4 pb-16 sm:w-4/5">
<div class="mx-auto mb-4 flex flex-row items-center justify-between gap-8 sm:w-2/3 md:w-1/2">
<div>
<img src="/img/hotels.jpg" alt="A photo of some area hotels. Click the link already." class="mb-3" />
</div>
<div>
<h2 class="mb-4 text-4xl font-bold">Hotels</h2>
<p class="mb-12">
<a href="/hotels" class="text-4xl font-bold italic text-blue-600 underline">Area Hotels!</a>
</p>
</div>
<h2 class="mb-12 text-4xl font-bold">Hotels</h2>
<div class="mx-auto mb-4 flex flex-row items-center justify-between gap-8 sm:w-4/5">
<div class="w-1/2">
<img src="/img/hotels/stateview-hotel.jpg" alt="StateView Hotel on NCSU Campus" class="mb-4 rounded-lg" />
<h3 class="text-lg">
<a
href="http://www.marriott.com/meeting-event-hotels/group-corporate-travel/groupCorp.mi?resLinkData=NC%20State%20University%5ENQA%60rduas%60&app=resvlink&stop_mobi=yes"
class="font-semibold text-blue-600"
>StateView Hotel</a
>
on NCSU Campus
</h3>
<p class="text-base">2451 Alumni Drive<br />Raleigh, NC 27606</p>
<a><a href="tel:9197430055">919.743.0055</a></p>
<p class="italic">Corporate Code: NQA</p>
</div>
<div class="w-1/2">
<img src="/img/hotels/aloft-raleigh.jpg" alt="Aloft Raleigh" class="mb-4 rounded-lg" />
<h3 class="text-lg">
<a
href="https://www.marriott.com/hotels/travel/rdura-aloft-raleigh/"
class="font-semibold text-blue-600"
>Aloft Raleigh</a
>
</h3>
<p class="text-base">2100 Hillsborough Street<br />Raleigh, NC 27607</p>
<p><a href="tel:9198289900">919.828.9900</a></p>
<p class="italic">Corporate Code: NQA</p>
</div>

</div>
</div>
<!-- ANCHOR parking -->
Expand Down

0 comments on commit cd2c0a5

Please sign in to comment.