Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parking and transit info #65

Merged
merged 2 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

.delete,.modal-close {
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
background-color: rgba(10,10,10,0.2);
border: none;
Expand Down Expand Up @@ -146,6 +147,7 @@
.button,.input,.textarea,.select select,.file-cta,.file-name,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
align-items: center;
border: 1px solid transparent;
border-radius: 4px;
Expand Down Expand Up @@ -2198,6 +2200,7 @@ blockquote {

.progress {
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
border: none;
border-radius: 290486px;
Expand Down Expand Up @@ -4945,6 +4948,7 @@ a.dropdown-item.is-active,button.dropdown-item.is-active {
max-height: calc(100vh - 40px);
overflow: hidden;
-ms-overflow-y: visible;
overflow-y: visible;
}

.modal-card-head,.modal-card-foot {
Expand Down
19 changes: 18 additions & 1 deletion pages/attend/travel.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description:
menubar: attend
permalink: attend/travel/
menubar_toc: true
set_last_modified: true
set_last_modified: false
---


Expand Down Expand Up @@ -68,3 +68,20 @@ The US-RSE’24 conference will again be offering travel grants via an applicati
- [Paseo del Bosque Trail](https://www.cabq.gov/parksandrecreation/open-space/lands/paseo-del-bosque-trail)
- [Breweries](https://www.newmexico.org/things-to-do/cuisine/breweries-tap-rooms/)
- [Railrunner to Santa Fe](https://www.visitalbuquerque.org/things-to-do/tours-sightseeing/self-guided/rail-runner/)

## Parking and Transportation to the Venue

US-RSE’24 will be taking place in the west complex of the Albuquerque Convention Center on floors 1 and 2. The registration desk will be on floor 2, outside ‘Ballroom A’.
jsubida marked this conversation as resolved.
Show resolved Hide resolved

Accessibility:

- Public transit
- Please see <https://www.visitalbuquerque.org/plan-my-trip/transportation/getting-around/>.
- Bicycles
- Utilize either of the two west lobby entrances, the east lobby is not recommended.
- Cars
- There is an east and a west parking garage attached to the convention center. Both garages have a vehicle height restriction of 7 feet. **It is strongly encouraged to use the east garage to leave space in the west garage for those requiring accessibility accommodations.**
NOTE: Event parking in these garages is $10.00 – $20.00 per vehicle, without in/out privileges.
- General
- Elevators are available.
- For those using wheelchairs, it is recommended to park in the parking lot instead of the parking garages. There are three step stairs to access the venue from the parking garages.
Loading