-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94e76ba
commit 801f352
Showing
1 changed file
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,22 +162,21 @@ <h4> <b>Minidu Anuhas</b> </h4> | |
</div> | ||
</div> | ||
</section> | ||
<section id="donate"> | ||
<div class="py-5 text-center"> | ||
|
||
<section id="donate"> | ||
<div class="py-5 text-center" style=" background-image: url("https://bit.ly/3rvTROH"); background-position: top left; background-size: 100%; background-repeat: repeat;"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="row" style=" background-image: url(https://bit.ly/3IcykBu); background-position: top left; background-size: 100%; background-repeat: repeat;"> | ||
<div class="row" style=" background-image: url(https://bit.ly/3IcykBu); background-position: top left; background-size: 100%; background-repeat: repeat;"> | ||
<div class="mx-auto col-lg-6 col-10" style=" background-image: url(https://bit.ly/3IcykBu); background-position: top left; background-size: 100%; background-repeat: repeat;"> | ||
<h1>Donate</h1> | ||
<p class="mb-3">You can donate us VPS, RDP for host bots. We don't need money. We're doing this for joy & help to others. If can please donate to us</p> | ||
<form name="donate" netlify> | ||
<form class="text-left"> | ||
<div class="form-group"> <label for="form16">Your Name</label> <input type="text" class="form-control" id="form16" placeholder="Tharuk Renuja"> </div> | ||
<div class="form-group"> <label for="form17">Your Donate</label> <input type="text" class="form-control" id="form17" placeholder="RDP"> </div> | ||
<div class="form-group"> <label for="form18">Your email</label> <input type="email" class="form-control" id="form18" placeholder="[email protected]"> </div> | ||
<div class="form-group"> | ||
<div class="form-check"> <input class="form-check-input" type="checkbox" id="form21" value="on"> <label class="form-check-label" for="form21">I would like donate this team for more better creations. <a href="t.me/TharukRenuja/10">Term and Conditions</a> </label> </div> | ||
<form class="text-left" netlify> | ||
<div class="form-group" netlify> <label for="form16">Your Name</label> <input type="text" class="form-control" id="form16" placeholder="Tharuk Renuja"> </div> | ||
<div class="form-group" netlify> <label for="form17">Your Donate</label> <input type="text" class="form-control" id="form17" placeholder="RDP"> </div> | ||
<div class="form-group" netlify> <label for="form18">Your email</label> <input type="email" class="form-control" id="form18" placeholder="[email protected]"> </div> | ||
<div class="form-group" netlify> | ||
<div class="form-check" netlify> <input class="form-check-input" type="checkbox" id="form21" value="on"> <label class="form-check-label" for="form21">I would like donate this team for more better creations. <a href="t.me/TharukRenuja/10">Term and Conditions</a> </label> </div> | ||
</div> <button type="submit" class="btn btn-primary" >Submit</button> | ||
</form> | ||
</div> | ||
|