Skip to content

Commit

Permalink
Merge pull request #14 from protontypes/improve-tagline-and-change-su…
Browse files Browse the repository at this point in the history
…pported-platforms

Support all donation platforms and improve hero tagline
  • Loading branch information
Ly0n authored Dec 17, 2024
2 parents f6ee6ff + 4d28c01 commit 3b3c900
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export default function Hero() {
<span className="text-green-500">Climate & Sustainability</span>
</h1>
<p className="mt-6 text-xl text-silver-400 max-w-3xl">
Add projects to OpenSustain.tech to support open source making a
difference in our world.
Submit a project to OpenSustain.tech, and we'll fund another existing project of your choice
</p>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions components/HowItWorks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ export default function HowItWorks() {
{
title: "1. Add a Project",
description:
"Find an missing impactful open source project in climate and sustainability and add it to OpenSustain.tech. We'll guide you through the process!",
"Find impactful open source project in climate and sustainability and add it to OpenSustain.tech. We'll guide you through the process!",
details: "It is easy - just open a pull request and provide the repository, title and a sentence.",
link: "https://github.com/protontypes/open-sustainable-technology/blob/main/CONTRIBUTING.md#contributing-guide",
icon: <FaCodePullRequest className="w-8 h-8 text-primary-600" />,
},
{
title: "2. Pick Another Project",
description:
"Choose any project from OpenSustain.tech to receive 100€ (except your own - spread the love!)",
"Choose another Open Source to receive 100€ (except your own - spread the love!)",
details:
"Browse all projects which provide a funding possibility.",
link: "https://opensustain.tech/spreadsheet/",
Expand All @@ -25,13 +25,13 @@ export default function HowItWorks() {
{
title: "3. We Send the Money",
description:
"Once your pull request is merged, we'll donate 100€ to your chosen project via Open Source Collective or GitHub Sponsors",
"Once your pull request is merged, we'll donate 100€ to your chosen project.",
details:
"Share your contribution with <strong>#OpenClimateFund</strong> and help us grow the community! Your voice matters in supporting open source in sustainability.",
socialShare: {
link: "https://openclimate.fund",
text:
"I have just nominated an #opensource climate project via openclimate.fund. Join us in supporting open #climate and environmental technology! An initiative by opensustain.tech #OpenClimateFund",
text:
"I have just nominated an #opensource climate project via openclimate.fund. Join us in supporting open #climate and environmental technology! An initiative by opensustain.tech #OpenClimateFund",
},
icon: <FaRegHandPointRight className="w-8 h-8 text-primary-600" />,
},
Expand Down

0 comments on commit 3b3c900

Please sign in to comment.