Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 3 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,33 +299,16 @@ <h3><a href="#">Engagement Team</a></h3>
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>Donate Us to grow more</h2>
<p>Your support will help us to grow and contribute more and will help us to create new horizons for you</p>
<p><button type="submit" class="btn btn-primary">Get In Touch</button></p>
<p>We need your donations in running our softwares. Your Monetary support will help us to grow and contribute more Moreover it will also help us to create new horizons across yhe globe.</p>
<p><button type="submit" class="btn btn-primary">Donate Us</button></p>


<div style="background-image: url('./images/credit.jpg');height:400px;width:800px; background-repeat:no-repeat;">

<form>
<input type="text" style="border:0px groove;margin-top:248px;margin-right:190px;width:540px;height:40px" placeholder="Card Number">
<div class="row">
<div class="col-md-6">
<input type="text" style="border:0px groove;margin-top:50px;margin-right:480px;width:300px;height:40px" placeholder="Full Name" />
</div>
<div class="col-md-6">
<input type="text" style="border:0px groove;margin-top:58px;height:35px;margin-right:150px;width:110px" placeholder="Expire Till" />
</div>
</div>
<div class="row" style="margin-right:140px">
<div class="col-md-6">
<input type="password" style="margin-top:30px" placeholder="CVV">
</div>


<div class="col-md-6">
<input type="submit" class="btn btn-dange" value="donate" style="margin-top:30px"">
</div>

</div>
</form>
</div>


Expand Down