Skip to content

Commit 19f1432

Browse files
fix: update organisers content to remove hydpy repetition
* style(ui): update global fonts (Belanosima + Bungee) * feat: cutomize the global scrollbar(match with theme) * fix: use colors from tailwind.config.js * chore: add favicon to application * fix: organizers section * Update hydPy.js * Correct typo in ABOUT_HYDPY description Fix typo in the description of ABOUT_HYDPY. --------- Co-authored-by: Rajat Rajdeep <46029666+RajatRajdeep@users.noreply.github.com>
1 parent fff41a9 commit 19f1432

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

data/hydPy.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export const ABOUT_HYDPY = {
2-
title: 'Meet our Organizers: HydPy',
2+
title: 'Meet our Organizers',
33
description:
4-
'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 20k+ 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).',
4+
'is a community-driven group that has been promoting Python in Hyderabad for over 9 years through regular meetups and workshops, bringing together more than 20k members. The community collaborates with other Python and open-source communities in Hyderabad and across India to broaden the adoption of Python and and open-source software (OSS). It is a recognised regional community by the global Python Software Foundation (PSF).',
55
hydPyLogoUrl: '/images/hydPyLogo.svg',
66
hydPyimgAlt: 'HydPy Logo',
77
hydPyUrl: 'https://www.hydpy.org/',
8-
hydPyLinkText: 'Dive Into HydPy',
8+
hydPyLinkText: 'Hyderabad Python User Group (HydPy)',
99
};

src/components/MeetOrganizers.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ export default function MeetOrganizers() {
2626
width={500}
2727
height={500}
2828
/>
29+
</div>
30+
<Paragraph className="text-gray-800 dark:text-gray-300 lg:w-11/12">
2931
<Link
30-
className="text-gray-950 dark:text-gray-50 underline"
32+
className="text-gray-950 dark:text-gray-50 underline pr-1"
3133
href={ABOUT_HYDPY.hydPyUrl}
3234
target="_blank"
3335
>
3436
<Span>{ABOUT_HYDPY.hydPyLinkText}</Span>
3537
</Link>
36-
</div>
37-
<Paragraph className="text-gray-800 dark:text-gray-300 lg:w-11/12">
3838
{ABOUT_HYDPY.description}
3939
</Paragraph>
4040
</div>

0 commit comments

Comments
 (0)