In: Computer Science
use CSS, java and HTML to make a charity admin page. It's a web page after you log in to your account. I can have personal information, the amount of money donated, the children who have received charity, and some blogs. In fact, all the things are what I want. But you are free to do whatever You like, even if you don't say what I say. I just need a charity Admin page for charity User.Don't ask me for more information. Because I don't have. It's just imagination.
I unable to upload all code here due to technical problem (text limitation) please check that link
i'll Send all code to you
<div class="swiper-container hero-slider">
<div
class="swiper-wrapper">
<div
class="swiper-slide hero-content-wrap">
<img
src="images/hero.jpg" >
<div
class="hero-content-overlay position-absolute w-100
h-100">
<div
class="container h-100">
<div
class="row h-100">
<div
class="col-12 col-lg-8 d-flex flex-column justify-content-center
align-items-start">
<header
class="entry-header">
<h1>Donate</h1>
<h4>4
a better world</h4>
</header><!--
.entry-header -->
<div
class="entry-content mt-4">
<p>A
donation is a gift for charity, humanitarian aid, or to benefit a
cause. ... A donation may satisfy medical needs such as blood or
organs for transplant. Charitable donations of goods or services
are also called gifts in kind.</p>
</div><!--
.entry-content -->
<footer
class="entry-footer d-flex flex-wrap align-items-center
mt-5">
<a
href="#" class="btn gradient-bg mr-2">Donate Now</a>
<a
href="#" class="btn orange-border">Read More</a>
</footer><!--
.entry-footer -->
</div><!--
.col -->
</div><!--
.row -->
</div><!--
.container -->
</div><!--
.hero-content-overlay -->
</div><!--
.hero-content-wrap -->