Skip to content

Commit

Permalink
❤️ Update contributors, remove sponsors button
Browse files Browse the repository at this point in the history
It was horribly outdated, so it is gone
  • Loading branch information
cp2004 committed Jan 24, 2022
1 parent 825e5d5 commit dd8e0be
Showing 1 changed file with 4 additions and 27 deletions.
31 changes: 4 additions & 27 deletions octoprint_ws281x_led_status/templates/settings/about.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -21,45 +21,22 @@
<p>A great way to say thanks, and encourage more great features. Sponsor for as little as $1:</p><br>
<a class="btn btn-success" href="https://github.com/sponsors/cp2004/" target="_blank"><i class="fa fa-heart" aria-hidden="true"></i> Sponsor my projects</a>

<button class="btn btn-success" data-toggle="modal" data-target="#SponsorsModal">View sponsors</button>
<div id="SponsorsModal" class="modal hide fade">
<div class="modal-header">
<a href="#" class="close" data-dismiss="modal" aria-hidden="true">&times;</a>
<h3>Sponsors!</h3>
</div>
<div class="modal-body">
<p>These wonderful people have sponsored development of this plugin. As a thank you, their names are here in the plugin.</p>
<p>Want to see your name here? <a class="text-success" href="https://github.com/sponsors/cp2004" target="_blank">You can sponsor too!</a></p>
<ul>
<li>ssl-3</li>
<li>Gina Häußge</li>
<li>FlynHokie</li>
<li>Ken Lucke</li>
<li>erickstryck</li>
<li>ReggieMDavis</li>
<li>otaku13</li>
<li>Matt Ockendon</li>
<li>nigelboubert</li>
<li>samwiseg0</li>
</ul>
</div>
<div class="modal-footer">
<a href="#" class="btn" data-dismiss="modal" aria-hidden="true">{{ _('Close') }}</a>
</div>
</div>
<button class="btn btn-primary" data-toggle="modal" data-target="#ContributorModal">View contributors</button>
<div id="ContributorModal" class="modal hide fade">
<div class="modal-header">
<a href="#" class="close" data-dismiss="modal" aria-hidden="true">&times;</a>
<h3>Contributors!</h3>
</div>
<div class="modal-body">
<p>These wonderful people have helped out in development of this plugin. Whether it's fixing bugs, improvements to the code, or new features, all are useful!</p>
<p>These wonderful people have helped out in development of this plugin. Whether it's fixing bugs, improvements to the code new features or documentation help, all are useful!</p>
<p>Want to see your name here? Get involved over on the repo. Any help is always appreciated!</p>
<ul>
<li><a href="https://github.com/11chrisadams11">@11chrisadams11</a></li>
<li><a href="https://github.com/samwiseg0">@samwiseg0</a></li>
<li><a href="https://github.com/dchauran">@dchauran</a></li>
<li><a href="https://github.com/Thelm76">@Thelm76</a></li>
<li><a href="https://github.com/andyshinn">@andyshinn</a></li>
<li><a href="https://github.com/lzk666">@lzk666</a></li>
</ul>
</div>
<div class="modal-footer">
Expand Down

0 comments on commit dd8e0be

Please sign in to comment.