Files
Gw0bm/resources/views/layout1/tip.blade.php
2021-06-20 13:49:07 +00:00

30 lines
1.5 KiB
PHP
Executable File

@extends('profilelayout')
@section('content')
<div class="page-header">
<h3>Donate</h3>
</div>
<div class="box">
<h4>Do you like this website?</h4>
<p>If you do show your love with a small tip in the w0bm tip jar!</p>
<p>Don't know how to get Bitcoins? You can buy Bitcoins very easily <a href="https://www.bitpanda.com/en">here</a></p>
<p>Our Wallet is: <code>1HbDdiQWAVs1zpjuAhrmBvdTjyrV84hdQ1</code></p>
<p>We appreciate every donation! <3</p>
<p>w0bm costs money... <img height="24" src="/images/fetishotter.png"></p>
<ul>
<li>15€/y for the domain</li>
<li>24€/m for the main server</li>
<li>14€/m for the video cdn servers</li>
<li>________________________________</li>
<li>38€ per month</li>
</ul>
<p>If you want to help make w0bm greater please consider buying a server for yourself on vultr.com with my ref link, it will help to finance the project and make it faster all around the world, the more servers I can deploy the faster and greater it will be and best is that you have yourself a server too and can do stuff with it! Basically win/win!</p>
<p>My vultr.com Ref Link: <a href="https://www.vultr.com/?ref=7762075">https://www.vultr.com/?ref=7762075</a></p>
<p>Everyone who donates 24€ (the server rent) gets a custom css + an icon, examples: <br>
<img src="https://nogf.club/uploads/bb06900a.png"><br>
<img src="https://nogf.club/uploads/cf7b2ece.png"><br>
<img src="https://nogf.club/uploads/e2c32b9e.png">
<p>Everyone who donates at least 5€ gets an icon behind their name (icon can be any graphic you like!)</p>
</div>
@include('footer')
@endsection