Skip to content

update content #1206

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

Merged
merged 1 commit into from
Jun 14, 2024
Merged
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
5 changes: 3 additions & 2 deletions src/components/TeamProfileCards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@ export function ActiveTeamRow(): JSX.Element {
values={{
website: <WebsiteLink to="https://ajay-dhangar.github.io/" />,
devto: <Link to="https://dev.to/ajaydhangar49">Dev.to</Link>,
optimumAi: <Link to="https://www.optimumai.in/community">OptimumAI</Link>,
}}
>
{
"Founder, Lead Developer and Maintainer of CodeHarborHub. He loves to contribute to open source and write articles on his {website} and {devto}."
"Founder, Lead Developer and Maintainer of CodeHarborHub. We are passionate about contributing to open source and regularly write articles on our {website} and {devto}. Currently working at {optimumAi}."
}
</Translate>
</TeamProfileCardCol>
Expand All @@ -123,7 +124,7 @@ export function ActiveTeamRow(): JSX.Element {
}}
>
{
"Lead Developer of CodeHarborHub. He loves to contribute to open source and currently working at {compony} and you can check his {portfolio}."
"Lead Developer at CodeHarborHub, we are passionate about contributing to open source. Currently working at {compony} and Explore {portfolio}."
}
</Translate>
</TeamProfileCardCol>
Expand Down
2 changes: 1 addition & 1 deletion src/database/sponsors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const sponsors: Sponsor[] = [
{
name: "MOHD ARIF",
image: "https://github.com/mrmohdarif.png",
description: "Full Stack Developer",
description: "Software Engineer",
github: "https://github.com/mrmohdarif",
linkedin: "https://www.linkedin.com/in/mohd-arif-115b87231/",
},
Expand Down
20 changes: 11 additions & 9 deletions src/pages/our-sponsors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@ const OurSponsors: React.FC = () => {
<div className="sponsor-header">
<h1 className="TitleText">Our Sponsors</h1>
<p>
CodeHarborHub is supported by these amazing sponsors. You can also
join them to support the community.
Help CodeHarborHub grow and support open-source projects by donating
today. Your contribution enables us to share valuable resources and
knowledge on our website.

<br />

Thank you for your support!
</p>
</div>
<div className="sponsors-list">
Expand All @@ -39,13 +44,10 @@ const OurSponsors: React.FC = () => {
<div className="scanner-popup">
<div className="scanner-content">
<h2 className="TitleText">Scan to Sponsor</h2>
<img
src="/sponsors/scan-pay.jpg"
alt="Payment Scanner"
/>
<button
className="scanner-button"
onClick={handlePaymentSuccess}>I have paid</button>
<img src="/sponsors/scan-pay.jpg" alt="Payment Scanner" />
<button className="scanner-button" onClick={handlePaymentSuccess}>
I have paid
</button>
</div>
</div>
)}
Expand Down
Loading