Skip to content

Commit

Permalink
Merge pull request #65 from jsubida/main
Browse files Browse the repository at this point in the history
Add parking and transit info
  • Loading branch information
jsubida authored Jul 10, 2024
2 parents a603fa2 + 9ccea2f commit a2553e7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
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
17 changes: 17 additions & 0 deletions pages/attend/travel.md
Original file line number Diff line number Diff line change
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](https://www.visitalbuquerque.org/meetings/convention-center/specs/) on floors 1 and 3. The registration desk will be on floor 3, outside ‘Ballroom A’.

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.

0 comments on commit a2553e7

Please sign in to comment.