myvideogamelist.com/resources/views/partials/general/_donate-block.blade.php
Jimmy Brancaccio b39ecf1638 Initial Commit
The initial public commit of MVGL website code.
2024-01-14 13:51:43 -06:00

14 lines
1 KiB
PHP

{{-- <div class="card shadow-sm mb-2">
<div class="card-header">
<h3 class="card-title">Help Support MyVideoGameList!</h3>
</div>
<div class="card-body">
<p>
We need your help to stay online! 100% of the people who work on and improve the site are volunteers. If you've got an extra $5.00, please help! <span class="fw-bolder">ALL</span> donations go into paying hosting bills. You can read <a href="/blog/entry/jimmyb/1420">this blog post</a> for more information.
</p>
<div class="mb-1 fs-2 fw-bolder">Current Donations for {{ date('F Y') }}</div>
<div class="progress h-20px w-100">
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div> --}}