Skip to content

Commit dd8e0be

Browse files
committedJan 24, 2022
❤️ Update contributors, remove sponsors button
It was horribly outdated, so it is gone
1 parent 825e5d5 commit dd8e0be

File tree

1 file changed

+4
-27
lines changed

1 file changed

+4
-27
lines changed
 

‎octoprint_ws281x_led_status/templates/settings/about.jinja2

+4-27
Original file line numberDiff line numberDiff line change
@@ -21,45 +21,22 @@
2121
<p>A great way to say thanks, and encourage more great features. Sponsor for as little as $1:</p><br>
2222
<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>
2323

24-
<button class="btn btn-success" data-toggle="modal" data-target="#SponsorsModal">View sponsors</button>
25-
<div id="SponsorsModal" class="modal hide fade">
26-
<div class="modal-header">
27-
<a href="#" class="close" data-dismiss="modal" aria-hidden="true">&times;</a>
28-
<h3>Sponsors!</h3>
29-
</div>
30-
<div class="modal-body">
31-
<p>These wonderful people have sponsored development of this plugin. As a thank you, their names are here in the plugin.</p>
32-
<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>
33-
<ul>
34-
<li>ssl-3</li>
35-
<li>Gina Häußge</li>
36-
<li>FlynHokie</li>
37-
<li>Ken Lucke</li>
38-
<li>erickstryck</li>
39-
<li>ReggieMDavis</li>
40-
<li>otaku13</li>
41-
<li>Matt Ockendon</li>
42-
<li>nigelboubert</li>
43-
<li>samwiseg0</li>
44-
</ul>
45-
</div>
46-
<div class="modal-footer">
47-
<a href="#" class="btn" data-dismiss="modal" aria-hidden="true">{{ _('Close') }}</a>
48-
</div>
49-
</div>
5024
<button class="btn btn-primary" data-toggle="modal" data-target="#ContributorModal">View contributors</button>
5125
<div id="ContributorModal" class="modal hide fade">
5226
<div class="modal-header">
5327
<a href="#" class="close" data-dismiss="modal" aria-hidden="true">&times;</a>
5428
<h3>Contributors!</h3>
5529
</div>
5630
<div class="modal-body">
57-
<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>
31+
<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>
5832
<p>Want to see your name here? Get involved over on the repo. Any help is always appreciated!</p>
5933
<ul>
6034
<li><a href="https://github.com/11chrisadams11">@11chrisadams11</a></li>
6135
<li><a href="https://github.com/samwiseg0">@samwiseg0</a></li>
6236
<li><a href="https://github.com/dchauran">@dchauran</a></li>
37+
<li><a href="https://github.com/Thelm76">@Thelm76</a></li>
38+
<li><a href="https://github.com/andyshinn">@andyshinn</a></li>
39+
<li><a href="https://github.com/lzk666">@lzk666</a></li>
6340
</ul>
6441
</div>
6542
<div class="modal-footer">

0 commit comments

Comments
 (0)
Please sign in to comment.