Skip to content

Commit

Permalink
Merge pull request anuragverma108#1557 from vishwas343/main
Browse files Browse the repository at this point in the history
Did some styling on Wildlife Conservation forum now it looks perfect anuragverma108#1556
  • Loading branch information
rahulkhandait-sde authored Oct 29, 2024
2 parents ead0a88 + e78d0dc commit 4bbbe33
Showing 1 changed file with 37 additions and 27 deletions.
64 changes: 37 additions & 27 deletions WildGuard-main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,38 +505,51 @@ <h2 class="h2 section-title">
<h1>Support Us with Your Donation</h1>
</b> </div>
<div class="card-container">
<div class="card">
<b>
<div class="card flex flex-col justify-between item-center">
<div>
<h2>Basic Tier</h2>
</b>
<p class="amount">$10/month</p>
<p onclick="location.href='Donation.html';" class="donate-button">Donate Now</p>
<p class="amount font-bold">$10/month</p>
<p class="benefits ">All Basic Tier benefits<br>Personalised thank-you message</p>
</div><b>
<div class="w-full">
<p onclick="location.href='Donation.html';" class="donate-button w-full">Donate Now</p>
</div>

</div>
<div class="card">
<b>
<div class="card flex flex-col justify-between item-center">
<div>
<h2>Supporter Tier</h2>
</b>
<p class="amount">$25/month</p>
<p class="benefits">All Basic Tier benefits<br>Personalised thank-you message</p>
<button onclick="location.href='Donation.html';" class="donate-button">Donate Now</button>
<p class="amount font-bold">$25/month</p>
<p class="benefits">All Suppoeter Tier benefits<br>Quarterly report on our impact</p>
</div><b>
<div class="w-full">
<button onclick="location.href='Donation.html';" class="donate-button w-full">Donate Now</button>
</div>
</div>
<div class="card">
<b>
<div class="card flex flex-col justify-between item-center">
<div>
<h2>Champion Tier</h2>
</b>
<p class="amount">$50/month</p>
<p class="benefits">All Suppoeter Tier benefits<br>Quarterly report on our impact</p>
<button onclick="location.href='Donation.html';" class="donate-button">Donate Now</button>
<p class="amount font-bold">$50/month</p>
<p class="benefits">All Champion Tier benefits<br>Invitation to exclusive events</p>
</div><b>
<div class="w-full">
<button onclick="location.href='Donation.html';" class="donate-button w-full">Donate Now</button>
</div>
</div>

<div class="card">
<b>
<div class="card flex flex-col justify-between item-center">
<div>
<h2>Leader Tier</h2>
</b>
<p class="amount">$100/month</p>
<p class="benefits">All Champion Tier benefits<br>Invitation to exclusive events</p>
<button onclick="location.href='Donation.html';" class="donate-button">Donate Now</button>
<p class="amount font-bold">$100/month</p>
<p class="benefits">All Leader Tier benefits<br>Invitation to exclusive events</p>
</div><b>
<div class="w-full">
<button onclick="location.href='Donation.html';" class="donate-button w-full">Donate Now</button>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -966,16 +979,13 @@ <h3 class="h3 card-title">Raise Hand To Save Animals</h3>
</section>

<div class="container_1">
<h1>Wildlife Conservation Forum</h1>
<div class="post-form">
<h2>Share Your Thoughts</h2>
<h1 class="text-4xl py-2 font-extrabold">Wildlife Conservation Forum</h1>
<div class="post-form flex flex-column gap-4">
<h2 class="text-2xl font-bold">Share Your Thoughts</h2>
<textarea id="postContent" placeholder="Write your message..."></textarea>
<button onclick="GiveAlert()" id="submitPost">Submit</button>
</div>
<div class="posts">
<h2>Discussions</h2>
<div id="postsContainer"></div>
<button class="font-bold" id="submitPost" style="background-color: #92c056;">Submit</button>
</div>

</div>
<script src="script.js"></script>

Expand Down

0 comments on commit 4bbbe33

Please sign in to comment.