diff --git a/data/details.js b/data/details.js index 58dcda9..e4d716e 100644 --- a/data/details.js +++ b/data/details.js @@ -23,6 +23,16 @@ export const HERO_BANNER = { cfpUrl: 'https://www.papercall.io/pyconfhyd2025', }; +export const ABOUT_HYDPY = { + title: 'Meet our Organizers: HydPy', + description: + 'Hyderabad Python User Group (HydPy) is community driven group to promote Python in Hyderabad. HydPy has been conducting monthly Meetups & workshops in Hyderabad for last 9+ years and it has over 15000 members on meetup. We work together with other communities in particular, python and in general Open Source Software (OSS) related groups within Hyderabad and the rest of India to further expand the usage and increase users of OSS. HydPy is a recognised regional community by global Python Software Foundation (PSF).', + hydPyLogoUrl: '/images/hydpyLogo.svg', + hydPyLogoAlt: 'HydPy Logo', + hydPyUrl: 'https://www.hydpy.org/', + hydPyLinkText: 'Dive Into HydPy', +}; + export const NAV_ITEMS = [ { name: 'Home', diff --git a/public/images/hydPyLogo.svg b/public/images/hydPyLogo.svg new file mode 100644 index 0000000..ff7a8df --- /dev/null +++ b/public/images/hydPyLogo.svg @@ -0,0 +1,1341 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/app/layout.js b/src/app/layout.js index 2a3c382..8335936 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -20,7 +20,7 @@ export const metadata = { export default function RootLayout({ children }) { return ( - +
} />
{children}