File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 22import { Image } from ' astro:assets' ;
33import { Icon } from ' astro-icon/components' ;
44
5- import { mailingListSubscriptionUrl } from ' ../constants' ;
5+ import { acmRoomMapsLink , mailingListSubscriptionUrl } from ' ../constants' ;
66import CalendarModal from ' ./CalendarModal.tsx' ;
77import UpcomingEvents from ' ./UpcomingEvents.tsx' ;
88import headerImage from ' ../images/header.jpg' ;
@@ -117,6 +117,15 @@ const { disableBounce } = Astro.props;
117117 >
118118 <Icon name =" lucide:mail" size ={ 24 } />
119119 </a >
120+ <a
121+ href ={ acmRoomMapsLink }
122+ target =" _blank"
123+ rel =" noopener noreferrer"
124+ class =" rounded-lg p-2 text-white/70 transition-colors hover:bg-white/10 hover:text-white"
125+ title =" Navigate to ACM @ UIUC"
126+ >
127+ <Icon name =" lucide:map-pin" size ={ 24 } />
128+ </a >
120129 </div >
121130 </div >
122131 </div >
Original file line number Diff line number Diff line change 11export const mailingListSubscriptionUrl =
22 'https://listmonk.acm.illinois.edu/subscription/form' ;
33
4+ export const acmRoomMapsLink = 'https://maps.app.goo.gl/nC9cJ1omGbGBtPH49' ;
5+
46export const membershipBenefits = [
57 {
68 summary : '**Swipe access** to the ACM room' ,
Original file line number Diff line number Diff line change @@ -58,3 +58,13 @@ Email the leadership team at officers@acm.illinois.edu.
5858General inquiries should be directed to officers@acm.illinois.edu .
5959
6060Corporate and partnership inquiries should be directed to corporate@acm.illinois.edu and officers@acm.illinois.edu .
61+
62+ Please send all mail to:
63+
64+ ```
65+ ACM @ UIUC
66+ 201 N Goodwin Avenue
67+ Room 1104
68+ Urbana, IL 61801-2302
69+ United States of America
70+ ```
You can’t perform that action at this time.
0 commit comments