Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions general-info/venues/hotel.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ <h3>Lodging</h3>

{% if site.data.conf.venue.hotel.multiple-hotels %}
<p>
Due to the nature of hosting this conference on campus, in {{ site.data.conf.year }} there will not be a centralized hotel location.
Hotel registration information (including online booking links and discount codes) will be sent directly via email to all registered attendees.
Due to the nature of hosting this conference on campus, in {{ site.data.conf.year }} there will not be a centralized hotel location. The hotels closest to Princeton University are:
</p>
{%- comment -%} Princeton hotels, slight indent for section {%- endcomment -%}
<section class="col-md-8">
Expand All @@ -81,6 +80,27 @@ <h3>Lodging</h3>
<a href="tel:1-609-987-1234">(609) 987-1234</a><br>
<a href="https://www.hyatt.com/en-US/hotel/new-jersey/hyatt-regency-princeton/princ">https://www.hyatt.com/en-US/hotel/new-jersey/hyatt-regency-princeton/princ</a>
</p>
<p>
<strong class="font-bold">Chauncey Conference Center</strong><br>
One Chauncey Road<br>
Princeton, NJ 08541<br>
<a href="tel:1-609-921-3600">(609) 921-3600</a><br>
<a href="https://www.acc-chaunceyconferencecenter.com/accommodations">https://www.acc-chaunceyconferencecenter.com/accommodations</a>
</p>
<p>
<strong class="font-bold">Residence Inn Princeton at Carnegie Center</strong><br>
3563 US Highway 1<br>
Princeton, NJ 08540<br>
<a href="tel:1-609-799-0550">(609) 799-0550</a><br>
<a href="https://www.marriott.com/en-us/hotels/ttnww-residence-inn-princeton-at-carnegie-center/overview">https://www.marriott.com/en-us/hotels/ttnww-residence-inn-princeton-at-carnegie-center/overview</a>
</p>
<p>
<strong class="font-bold">Hyatt Place Princeton</strong><br>
3565 US Highway 1<br>
Princeton, NJ 08540<br>
<a href="tel:1-609-720-0200">(609) 720-0200</a><br>
<a href="https://www.hyatt.com/en-US/hotel/new-jersey/hyatt-place-princeton/ewrzp">https://www.hyatt.com/en-US/hotel/new-jersey/hyatt-place-princeton/ewrzp</a>
</p>
</section>

{% if site.data.conf.venue.hotel.multiple-hotels-map %}
Expand Down