Initial Commit
The initial public commit of MVGL website code.
This commit is contained in:
commit
b39ecf1638
2043 changed files with 215154 additions and 0 deletions
14
resources/views/partials/general/_donate-block.blade.php
Normal file
14
resources/views/partials/general/_donate-block.blade.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
{{-- <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> --}}
|
Loading…
Add table
Add a link
Reference in a new issue