Skip to content

Commit

Permalink
Minor updates to the Donate page
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Nov 8, 2021
1 parent f4685f2 commit a952f65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/views/donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<div class="jumbotron">
<div class="container">
<h1><i class="fa fa-heart-o"></i> Donate</h1>
<p>Donate to keep PlatformIO.Org alive! Your support is critical for the further development.</p>
<p>Help PlatformIO to grow as a free and open-source project for the community.</p>
</div>
</div>

<div class="container">
<h2>Dear User,</h2>

<p>
Thanks a lot for your choice to use <b>PlatformIO a professional collaborative platform for embedded development</b>. The mission of PlatformIO Team is to
Thanks a lot for your choice to use <b>PlatformIO, a professional collaborative platform for embedded development</b>. The mission of the PlatformIO Team is to

<ul>
<li>Keep PlatformIO Project <b>NEUTRAL</b> for any architecture, hardware, or software products</li>
Expand All @@ -22,11 +22,11 @@ <h2>Dear User,</h2>
</ul>

If you have found PlatformIO to be useful in your work, research or company,
please consider making a donation to the project commensurate with your
please consider donating to the project commensurate with your
resources. Any amount helps! All donations will be used strictly to fund
the development of PlatformIO Project.
the development of the PlatformIO Project.
</p>
<b>Sincerely, PlatformIO Team.</b>
<b>Sincerely, <br />Your friends at PlatformIO.</b>

<div ng-include="'views/donation_buttons.html'"></div>

Expand Down
2 changes: 1 addition & 1 deletion app/views/donate_inline.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div>
<hr class="home-divider-small" />
<h2>Donate to PlatformIO Project <br /><small>The only open-source and vendor-agnostic ecosystem for embedded development</small></h2>
<p style="margin: 20px 0;">If you have found PlatformIO to be useful in your work, research or company, please consider making a donation to the project commensurate with your resources. Any amount helps! All donations will be used strictly to fund the development of PlatformIO Project.</p>
<p style="margin: 20px 0;">PlatformIO is free and open-source software. Please consider making a donation to ensure it continues to thrive and remain independent for years to come.</p>
<div ng-include="'views/donation_buttons.html'"></div>
<p>Learn more about <a href="/donate">donating to PlatformIO Project</a>.</p>
</div>

0 comments on commit a952f65

Please sign in to comment.