Move sponsor bar higher
This commit is contained in:
parent
08bfa6a95d
commit
e4a9997f2d
26
index.html
26
index.html
|
@ -93,19 +93,21 @@
|
|||
|
||||
<!-- Progress -->
|
||||
<section id="progress" class="wrapper style3" style="height: 100vh;">
|
||||
<div class="inner">
|
||||
<h2>Progress</h2>
|
||||
|
||||
<!-- Sponsor bar -->
|
||||
<div class="features" id="sponsorbox" style="display: none;">
|
||||
<section id="sponsor">
|
||||
<span class="icon major fa-heart"></span>
|
||||
<p><center>
|
||||
<a href="https://github.com/sponsors/noisymime" target="_blank">Speeduino is a volunteer run project. Click here if you're interested in supporting Speeduino's development</a>
|
||||
</center>
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
<!-- Sponsor bar -->
|
||||
<div class="features" id="sponsorbox" style="display: none;">
|
||||
<section id="sponsor">
|
||||
<span class="icon major fa-heart"></span>
|
||||
<p><center>
|
||||
<a href="https://github.com/sponsors/noisymime" target="_blank">Speeduino is a volunteer run project. Click here if you're interested in supporting Speeduino's development</a>
|
||||
</center>
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="inner">
|
||||
|
||||
<h2>Progress</h2>
|
||||
|
||||
<div class="features">
|
||||
<section>
|
||||
|
|
Loading…
Reference in New Issue