Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion 2024/utils/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VENUE = `NWSC International Resource Centre (IREC)`;
export const VENUE = `International University Of East Africa`;
export const CONFERENCE_DATE = `9th - 13th October, 2024`;
export const CFP_LINK = `https://www.papercall.io/pyconug`;
export const DIVERSITY_FINANCIAL_AID_LINK = `https://bit.ly/pyconUG-2024-diversity-aid`;
Expand Down
4 changes: 2 additions & 2 deletions app/2024/django-girls/django-girls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export default function DjangoGirls() {
beginners!
</p>
<p className="mb-4">
It will take place during the PyCon Uganda conference, at NWSC
International Resource Center. We would like to give you an
It will take place during the PyCon Uganda conference, at International University Of East Africa.
We would like to give you an
opportunity to learn how to program and become one of us - female
programmers!
</p>
Expand Down
6 changes: 3 additions & 3 deletions components/2023/home/sections/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ export default function Contact() {
<i className="bi bi-geo-alt"></i>
<h3 className="text-lg uppercase font-bold">Address</h3>
<address>
NWSC International Resource Center, Bugolobi (IREC)
<br /> Plot M11 Old Portbell Road, Bugolobi, <br />
P. O. Box 7053, Kampala, Uganda
International University Of East Africa
{/* <br /> Plot M11 Old Portbell Road, Bugolobi, <br />
Copy link
Member

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

P. O. Box 7053, Kampala, Uganda */}
</address>
</div>
{/* <div className="mb-0 text-[#112363]">
Expand Down
3 changes: 1 addition & 2 deletions components/2023/layout/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ export default function Footer() {
</svg>
<span>
{" "}
NWSC International Resource Center, Bugolobi (IREC) Plot M11 Old
Portbell Road, Bugolobi, P. O. Box 7053, Kampala, Uganda
International University Of East Africa, Kampala, Uganda
</span>
</p>
<p className="mb-4 flex items-center justify-center md:justify-start">
Expand Down
6 changes: 3 additions & 3 deletions components/2024/home/about-section.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 */}
Copy link
Member

Choose a reason for hiding this comment

The 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

Copy link
Member Author

Choose a reason for hiding this comment

The 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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh okay. sounds good. thanks

</p>
</div>
<div>
Expand Down
13 changes: 11 additions & 2 deletions components/2024/home/venue.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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> */}
Copy link
Member

Choose a reason for hiding this comment

The 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>
Expand Down