-
Notifications
You must be signed in to change notification settings - Fork 11
Update venue #188
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
base: main
Are you sure you want to change the base?
Update venue #188
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,12 +18,12 @@ export default function About() { | |
| <div> | ||
| <h3 className="mt-4 text-2xl font-bold sm:text-xl">WHERE</h3> | ||
| <p className="mt-2 sm:leadung-relaxed max-w-md"> | ||
| NWSC International Resource Center | ||
| International University Of East Africa | ||
| <br /> | ||
| Bugolobi (IREC) | ||
| {/* Bugolobi (IREC) | ||
| <br /> | ||
| Plot M11 Old Portbell Road, Bugolobi | ||
| <br /> P. O. Box 7053, Kampala, Uganda | ||
| <br /> P. O. Box 7053, Kampala, Uganda */} | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. here as well, what do you think about completely deleting this versus commenting given the change of venue wont be reversible There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we shall just have to close the PR since we shall not have venue change. We resolved to stick with IREC There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. oh okay. sounds good. thanks |
||
| </p> | ||
| </div> | ||
| <div> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,15 +13,24 @@ export default function Venue() { | |
| <p className="text-base p-0 font-medium">{VENUE}</p> | ||
| </div> | ||
| <div className="mt-4 h-[70vh]"> | ||
| <iframe | ||
|
|
||
| {/* <iframe | ||
| className="h-full" | ||
| src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d255343.7221070121!2d32.503981005639126!3d0.34579336940804684!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x177dbbf4beb20c8d%3A0x8c7cb58f226dba4f!2sNWSC%20International%20Resource%20Centre!5e0!3m2!1sen!2sug!4v1709913542613!5m2!1sen!2sug" | ||
| width="100%" | ||
| height="400" | ||
| allowFullScreen="" | ||
| loading="lazy" | ||
| referrerPolicy="no-referrer-when-downgrade" | ||
| ></iframe> */} | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. here as well, what do you think about completely deleting this versus commenting given the change of venue wont be reversible |
||
| <iframe | ||
| className="h-full" | ||
| src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d997.4421848869678!2d32.6079113!3d0.2856395!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x177dbc3500f9c5af%3A0x3dc32a101d6f97d!2sInternational%20University%20Of%20East%20Africa!5e0!3m2!1sen!2sug!4v1727770881067!5m2!1sen!2sug" | ||
| width="100%" | ||
| height="400" | ||
| allowFullScreen="" | ||
| loading="lazy" | ||
| referrerPolicy="no-referrer-when-downgrade" | ||
| ></iframe> | ||
| </div> | ||
| </div> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @Leon12-aaryson for the updates. what do you think about completely deleting this versus commenting given the change of venue wont be reversible