Harry Web Tech
Harry Web Tech
Harry Web Tech
CRAFTING IMPACT
Submitted By
Hariharan T (73772114140)
BACHELOR OF ENGINEERING
in
(Autonomous)
TIRUCHENGODE-637215
1
K S RANGASAMY COLLEGE OF TECHNOLOGY
BONAFIDE CERTIFICATE
Certified that this mini project report titled “ATCHAYAM TRUST WEB
2
ABSTRACT
This project report describes the design and development of a web application for the
Atchayam Trust, a non-governmental organization that works towards the rehabilitation of
beggars, homeless, and destitute people in Tamil Nadu. The web application aims to provide a
platform for the Trust to showcase its activities, achievements, and impact, as well as to raise
awareness and funds for its cause. The web application uses HTML, CSS, PHP and
incorporates features such as dynamic content, multimedia, user feedback, and social media
integration. The project report also evaluates the usability, functionality, and performance of
the web application, and discusses the challenges and limitations faced during the development
process. The project report concludes with recommendations for future improvements and
enhancements of the web application.
3
TABLE OF CONTENTS
1. Introduction 5
2. Design 7
3. Use-case diagram 8
4. Implementation 9
5. Code 16
6. Conclusion 80
7. References 81
4
CHAPTER 1
INTRODUCTION
The Web is a service that operates over the Internet, just as email does. According to
Microsoft, web technologies include the following: Mark-up languages, such as HTML, CSS,
XML, CGI, and HTTP (Front-end or Client-side technologies) Programming languages and
technologies that help create applications for the web. In this project I have used the following
technologies HTML, CSS and Java Script.
1.1 HTML
The Hyper Text Markup Language, or HTML is the standard markup language for
documents designed to be displayed in a web browser. It can be assisted by technologies such as
Web browsers receive HTML documents from a web server or from local storage and render
the documents into multimedia web pages. HTML describes the structure of a web page
semantically and originally includes for the appearance of the document.
1.2 CSS
Cascading Style Sheets is a style sheet language used for describing the presentation of a
document written in a markup language such as HTML. CSS is a cornerstone technology of the
World Wide Web, alongside HTML and JavaScript.
The name cascading comes from the specified priority scheme to determine which style
rule applies if more than one rule matches a particular element. This cascading priority scheme
is predictable.
1.3 JAVASCRIPT
JavaScript, often abbreviated as JS, is a programming language that conforms to the
ECMAScript specification. JavaScript is high-level, often just-in-time compiled and multi-
paradigm. It has dynamic typing, prototype-based object-orientation and first-class functions.
Alongside HTML and CSS, JavaScript is one of the core technologies of the World
Wide Web. Over 97% of websites use it client-side for web page behavior, often incorporating
third-party libraries. All major web browsers have a dedicated JavaScript engine to execute the
code on the user's device.
5
1.4 PHP
PHP (a recursive initialism for PHP: Hypertext Preprocessor) is an open-source server-
side scripting language that can be embedded into HTML to build web applications and dynamic
websites.
PHP is a server scripting language, and a powerful tool for making dynamic and
interactive Web pages. PHP is a widely-used, free, and efficient alternative to competitors such
as Microsoft's ASP.
6
CHAPTER 2
DESIGN
Welcome to the Atchayam Trust rehabilitation home website. This is the website for the team of
dedicated volunteers who are committed to transforming the lives of the less fortunate people in our
society. Its vision is to create a beggar-free society where everyone has a chance to live with dignity and
respect. Its mission is to rescue, rehabilitate, and reintegrate the beggars, homeless, and destitute people
into the mainstream society. The design of the website that provide them with medical care, counseling,
education, skill training, and livelihood opportunities. The website also cares for the old age and homeless
destitute people, and provide them with shelter, food, clothing, and love. Join us in our journey of making
a difference in the world. Anyone can support this website by donating, volunteering, or spreading the
word about our work. Together, we can make a change in this world.
7
CHAPTER 3
USE CASE DIAGRAM
8
CHAPTER 4
IMPLEMENTATION
9
Figure 4.2 Desktop view of the Service Projects in the website
10
Figure 4.3 Desktop view of the Become a Volunteer
11
Figure 4.4 Desktop view of the About page in the website
12
Figure 4.5 Desktop view of the Donation page in the website
13
Figure 4.6 Desktop view of the about the Founder
14
Figure 4.7 Desktop view of Team behind the Atchayam page
15
CHAPTER 5
CODE
HTML:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="icon" href="assets/images/favicon.png" sizes="32x32" type="image/png">
<title>ATCHAYAM TRUST- Nonprofit Fundraising Multipurpose</title>
<div class="wb-lgmnu-wrp">
<div class="container">
<div class="lgmnu-inr align-items-center flex justify-content-between">
<div class="logo"><a href="project.html" title="Home" itemprop="url"><img
src="assets/images/logo2.png" alt="logo2.png" itemprop="image"></a></div><!-- Logo -->
<nav>
<div>
<ul>
<li class="menu-item-has-children"><a href="project.html" title=""
itemprop="url">Home</a>
</li>
<li><a href="https://www.atchayamtrust.com/about-us.php" title=""
itemprop="url">About</a></li>
<li class="menu-item-has-children"><a href="#" title=""
itemprop="url">Pages</a>
<ul>
<li class="menu-item-has-children"><a
href="https://www.atchayamtrust.com/rescue-and-rehabilitation.php" title=""
itemprop="url">Event</a>
</li>
<li><a href="https://www.atchayamtrust.com/donate-now.php" title=""
itemprop="url">Donate Now</a></li>
<li><a href="coming-soon.html" title="" itemprop="url">Coming
Soon</a></li>
<li><a href="404.html" title="" itemprop="url">Error Page</a></li>
</ul>
</li>
<li class="menu-item-has-children"><a href="#" title=""
itemprop="url">Team</a>
<ul>
<li><a href="https://www.atchayamtrust.com/founder-president.php"
title="" itemprop="url">Founder</a></li>
17
<li><a href="https://www.atchayamtrust.com/team-behind-
atchaiyam.php" title="" itemprop="url">Team Behind Atchayam</a></li>
</ul>
</li>
<li><a href="https://www.atchayamtrust.com/conact-us.php" title=""
itemprop="url">Contact</a></li>
</ul>
<a class="thm-btn" href="https://www.atchayamtrust.com/donate-now.php"
title="" itemprop="url">Donate Now<span></span></a>
</div>
</nav>
</div>
</div>
</div><!-- Logo Menu Wrap -->
</header><!-- Header -->
<div class="sticky-header flex">
<div class="wb-lgmnu-wrp">
<div class="container">
<div class="lgmnu-inr align-items-center flex justify-content-between">
<div class="logo"><a href="project.html" title="Home" itemprop="url"><img
src="assets/images/logo2.png" alt="logo2.png" itemprop="image"></a></div><!-- Logo -->
<nav>
<div>
<ul>
<li class="menu-item-has-children"><a href="project.html" title=""
itemprop="url">Home</a>
</li>
<li><a href="https://www.atchayamtrust.com/about-us.php" title=""
itemprop="url">About</a></li>
<li class="menu-item-has-children"><a href="#" title=""
itemprop="url">Pages</a>
<ul>
<li class="menu-item-has-children"><a
href="https://www.atchayamtrust.com/rescue-and-rehabilitation.php" title=""
itemprop="url">Event</a>
</li>
<li><a href="https://www.atchayamtrust.com/donate-now.php" title=""
itemprop="url">Donate Now</a></li>
<li><a href="coming-soon.html" title="" itemprop="url">Coming
Soon</a></li>
<li><a href="404.html" title="" itemprop="url">Error Page</a></li>
</ul>
</li>
<li class="menu-item-has-children"><a href="#" title=""
itemprop="url">Team</a>
18
<ul>
<li><a href="https://www.atchayamtrust.com/founder-president.php"
title="" itemprop="url">Founder</a></li>
<li><a href="https://www.atchayamtrust.com/team-behind-
atchaiyam.php" title="" itemprop="url">Team Behind Atchayam</a></li>
</ul>
</li>
<li><a href="https://www.atchayamtrust.com/conact-us.php" title=""
itemprop="url">Contact</a></li>
</ul>
<a class="thm-btn" href="https://www.atchayamtrust.com/donate-now.php"
title="" itemprop="url">Donate Now<span></span></a>
</div>
</nav>
</div>
</div>
</div>
</div><!-- Sticky Header -->
<div class="rspns-hdr">
<div class="rspns-lg-mnu-br">
<div class="container">
<div class="logo"><a href="project.html" title="Home" itemprop="url"><img
src="assets/images/logo2.png" alt="logo2.png" itemprop="image"></a></div>
<span class="rspns-mnu-btn"><i class="fa fa-align-justify"></i></span>
</div>
<div class="wb-lgmnu-wrp">
<div class="container">
<div class="lgmnu-inr align-items-center flex justify-content-between">
<div class="logo"><a href="project.html" title="Home" itemprop="url"><img
src="assets/images/logo2.png" alt="logo2.png" itemprop="image"></a></div><!-- Logo -->
<nav>
<div>
<ul>
<li class="menu-item-has-children"><a href="project.html" title=""
itemprop="url">Home</a>
</li>
<li><a href="https://www.atchayamtrust.com/about-us.php" title=""
itemprop="url">About</a></li>
<li class="menu-item-has-children"><a href="#" title=""
itemprop="url">Pages</a>
<ul>
<li class="menu-item-has-children"><a
href="https://www.atchayamtrust.com/rescue-and-rehabilitation.php" title=""
itemprop="url">Event</a>
19
</li>
<li><a href="https://www.atchayamtrust.com/donate-now.php"
title="" itemprop="url">Donate Now</a></li>
<li><a href="coming-soon.html" title="" itemprop="url">Coming
Soon</a></li>
<li><a href="404.html" title="" itemprop="url">Error Page</a></li>
</ul>
</li>
<li class="menu-item-has-children"><a href="#" title=""
itemprop="url">Team</a>
<ul>
<li><a href="https://www.atchayamtrust.com/founder-president.php"
title="" itemprop="url">Founder</a></li>
<li><a href="https://www.atchayamtrust.com/team-behind-
atchaiyam.php" title="" itemprop="url">Team Behind Atchayam</a></li>
</ul>
</li>
<li><a href="https://www.atchayamtrust.com/conact-us.php" title=""
itemprop="url">Contact</a></li>
</ul>
<a class="thm-btn" href="https://www.atchayamtrust.com/donate-now.php"
title="" itemprop="url">Donate Now<span></span></a>
</div>
</nav>
</div>
</div>
</div>
</div>
<div class="rspns-lnks-br">
<div class="rspns-lnks-lst">
<a href="#" title="" itemprop="url"><i class="flaticon-
user"></i><span>Login</span></a>
<a href="#" title="" itemprop="url"><i class="flaticon-
portfolio"></i><span>Careers</span></a>
<a href="#" title="" itemprop="url"><i class="flaticon-
hand"></i><span>Volunteer</span></a>
</div>
<a class="thm-btn" href="https://www.atchayamtrust.com/donate-now.php" title=""
itemprop="url">Donate<span></span></a>
</div>
</div><!-- Responsive Header -->
<section>
<div class="block white-layer opc5">
<div class="fixed-bg" style="background-image: url(assets/images/prlx-
bg4.jpg);"></div>
<div class="container">
<div class="huslnd-wrp">
<div class="row">
<div class="col-md-4 col-sm-5 col-lg-4">
<div class="huslnd-inf">
<span class="counter thm-clr">1500</span>
<h6 itemprop="headline">homeless people rescued in Erode</h6>
<a class="thm-btn2" href="https://www.atchayamtrust.com/donate-
now.php" title="" itemprop="url">Start Donation</a>
</div>
</div>
<div class="col-md-8 col-sm-7 col-lg-8">
<h3 itemprop="headline">The most impactful donations are those wrapped in
the warmth of trust, creating ripples of positive change.</h3>
</div>
</div>
</div><!-- Household Wrap -->
</div>
</div>
</section>
</div>
</div>
</section>
<section>
<div class="block no-padding">
<div class="container">
<div class="spnsr-shp-titl text-center">
<div class="spnsr-shp-titl-inr">
<h2 itemprop="headline">Giving with trust is like <strong class="thm-
clr">sowing seeds of goodwill, nurturing a garden of positive change.</strong> </h2>
<a href="sponsor-child.html" title="" itemprop="url"><i class="fa fa-angle-
right"></i></a>
28
</div>
</div><!-- Sponsorship Title -->
</div>
<div class="spnsr-chld-wrp">
<div class="row mrg">
<div class="col-md-4 col-sm-4 col-lg-2">
<div class="spnsr-chld-bx">
<div class="spnsr-chld-thmb"><img src="assets/images/resources/spnsr-chld-
img1-1.jpg" alt="spnsr-chld-img1-1.jpg" itemprop="image"></div>
<div class="spnsr-chld-inf">
<h4 itemprop="headline"><a href="sponsor-child-detail.html" title=""
itemprop="url">Ravi</a></h4>
<a class="thm-btn" href="sponsor-child-detail.html" title=""
itemprop="url">Sponsor Now<span></span></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-lg-2">
<div class="spnsr-chld-bx">
<div class="spnsr-chld-thmb"><img src="assets/images/resources/spnsr-chld-
img1-2.jpg" alt="spnsr-chld-img1-2.jpg" itemprop="image"></div>
<div class="spnsr-chld-inf">
<h4 itemprop="headline"><a href="sponsor-child-detail.html" title=""
itemprop="url">Karuppannasamy</a></h4>
<a class="thm-btn" href="sponsor-child-detail.html" title=""
itemprop="url">Sponsor Now<span></span></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-lg-2">
<div class="spnsr-chld-bx">
<div class="spnsr-chld-thmb"><img src="assets/images/resources/spnsr-chld-
img1-3.jpg" alt="spnsr-chld-img1-3.jpg" itemprop="image"></div>
<div class="spnsr-chld-inf">
<h4 itemprop="headline"><a href="sponsor-child-detail.html" title=""
itemprop="url">Senthil Kumar</a></h4>
<a class="thm-btn" href="sponsor-child-detail.html" title=""
itemprop="url">Sponsor Now<span></span></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-lg-2">
<div class="spnsr-chld-bx">
<div class="spnsr-chld-thmb"><img src="assets/images/resources/spnsr-chld-
29
img1-4.jpg" alt="spnsr-chld-img1-4.jpg" itemprop="image"></div>
<div class="spnsr-chld-inf">
<h4 itemprop="headline"><a href="sponsor-child-detail.html" title=""
itemprop="url">Murugesan</a></h4>
<a class="thm-btn" href="sponsor-child-detail.html" title=""
itemprop="url">Sponsor Now<span></span></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-lg-2">
<div class="spnsr-chld-bx">
<div class="spnsr-chld-thmb"><img src="assets/images/resources/spnsr-chld-
img1-5.jpg" alt="spnsr-chld-img1-5.jpg" itemprop="image"></div>
<div class="spnsr-chld-inf">
<h4 itemprop="headline"><a href="sponsor-child-detail.html" title=""
itemprop="url">Achiyammal</a></h4>
<a class="thm-btn" href="sponsor-child-detail.html" title=""
itemprop="url">Sponsor Now<span></span></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-lg-2">
<div class="spnsr-chld-bx">
<div class="spnsr-chld-thmb"><img src="assets/images/resources/spnsr-chld-
img1-6.jpg" alt="spnsr-chld-img1-6.jpg" itemprop="image"></div>
<div class="spnsr-chld-inf">
<h4 itemprop="headline"><a href="sponsor-child-detail.html" title=""
itemprop="url">Devnath</a></h4>
<a class="thm-btn" href="sponsor-child-detail.html" title=""
itemprop="url">Sponsor Now<span></span></a>
</div>
</div>
</div>
</div>
</div><!-- Sponsor A Child Wrap -->
</div>
</section>
<footer>
<div class="block thm-layer opc97">
<div class="fixed-bg patern-bg thm-bg back-blend-multiply" style="background-image:
url(assets/images/pattern-bg1.jpg);"></div>
<div class="container">
<div class="ftr-dta-wrp2 remove-ext11">
<div class="row">
30
<div class="col-md-6 col-sm-12 col-lg-6">
<div class="wdgt-bx style2">
<h4 itemprop="headline">Sign up for our news</h4>
<form class="nwsltr-frm">
<input type="text" placeholder="Enter your email address here">
<button type="submit">Submit<span></span></button>
</form>
</div>
</div>
<div class="col-md-6 col-sm-12 col-lg-6">
<div class="wdgt-bx style2">
<h4 itemprop="headline">Connect with social links.</h4>
<div class="ftr-scl">
<a href="https://www.facebook.com/Atchayamtrust" title="Facebook"
itemprop="url" target="_blank"><i class="fa-brands fa-facebook-f"></i> facebook</a>
<a href="https://x.com/TrustAtchayam?s=20" title="Twitter"
itemprop="url" target="_blank"><i class="fa fa-twitter"></i>twitter</a>
<a
href="https://instagram.com/atchayam_official?igshid=MTk0NTkyODZkYg==" title="Instagram"
itemprop="url" target="_blank"><i class="fa fa-pinterest-p"></i>instagram</a>
<a
href="https://youtube.com/@atchayamtrust150?si=wManRFatCIS0LVX7" title="Youtube"
itemprop="url" target="_blank"><i class="fa fa-play"></i>youtube</a>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-lg-6">
<div class="wdgt-bx style2">
<h4 itemprop="headline">Need to talk to us?</h4>
<ul class="abt-cnt-lst">
<li><span>Email:</span><a href="#" title=""
itemprop="url">[email protected]</a></li>
<li><span>Phone:</span>99439 08424</li>
<li><span>Map:</span>Atchayam Beggars Rehabilitation Home,
Solarputhur to Lakkapuram road, New bus stand backside Solar, Erode-638 002.</li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3">
<div class="wdgt-bx style2">
<h4 itemprop="headline">Get Involved</h4>
<ul>
<li><a href="#" title="" itemprop="url">Charity Campaigns</a></li>
<li><a href="#" title="" itemprop="url">Comunit Communities</a></li>
31
<li><a href="#" title="" itemprop="url">Helping Events</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3">
<div class="wdgt-bx style2">
<h4 itemprop="headline">Useful links</h4>
<ul>
<li><a href="#" title="" itemprop="url">Hat We Do</a></li>
<li><a href="#" title="" itemprop="url">Contact Us</a></li>
<li><a href="#" title="" itemprop="url">Where your money
goes</a></li>
</ul>
</div>
</div>
</div>
</div><!-- Footer Data Wrap Style 2 -->
</div>
</div>
</footer><!-- Footer Style 2 -->
<div class="btm-br">
<div class="container">
<p itemprop="description">© Copyright <span class="thm-clr">2014 <a
href="index.html" title="Povert" itemprop="url">Atchayam</a></span>. All rights reserved.</p>
<ul class="btm-lnks">
<li><a
href="https://maps.google.com/maps?ll=11.316965,77.763001&z=15&t=m&hl=en&gl=IN&mapclie
nt=embed&cid=13805126709937149773" title="" itemprop="url">Site Map</a></li>
<li><a href="#" title="" itemprop="url">Privacy policy</a></li>
<li><a href="#" title="" itemprop="url">Terms & Conditions</a></li>
</ul>
</div>
</div><!-- Bottom Bar -->
</main><!-- Main Wrapper -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/bootstrap-select.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/fancybox.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/perfectscrollbar.min.js"></script>
<script src="assets/js/scroll-up-bar.min.js"></script>
32
<script src="assets/js/counterup.min.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/custom-scripts.js"></script>
<script src="assets/js/revolution/jquery.themepunch.tools.min.js"></script>
<script src="assets/js/revolution/jquery.themepunch.revolution.min.js"></script>
<!-- SLIDER REVOLUTION 5.0 EXTENSIONS (Load Extensions only on Local File Systems
! The following part can be removed on Server for On Demand Loading) -->
<script src="assets/js/revolution/extensions/revolution.extension.actions.min.js"></script>
<script src="assets/js/revolution/extensions/revolution.extension.carousel.min.js"></script>
<script src="assets/js/revolution/extensions/revolution.extension.kenburn.min.js"></script>
<script
src="assets/js/revolution/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="assets/js/revolution/extensions/revolution.extension.migration.min.js"></script>
<script src="assets/js/revolution/extensions/revolution.extension.navigation.min.js"></script>
<script src="assets/js/revolution/extensions/revolution.extension.parallax.min.js"></script>
<script src="assets/js/revolution/extensions/revolution.extension.slideanims.min.js"></script>
<script src="assets/js/revolution/extensions/revolution.extension.video.min.js"></script>
<script src="assets/js/revolution/revolution-init.js"></script>
</body>
</html>
CSS:
@import url(https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i&display=swap);
@import
url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&displa
y=swap);
@font-face{
font-family: Early Bird;
src: url('../fonts/EarlyBird.otf');
}
@font-face{
font-family: Entreaty;
src: url('../fonts/Entreaty.ttf');
}
.fct-bx > i,
.spnsr-chld-inf,
.srv-inf > h4 a i,
.tem-thmb > a,
.tem-thmb,
.gal-itm > h4,
.srv-bx > i,
.srv-bx > i:after,
nav > div ul li,
.cus-bx2 > img,
.strs-itm-inr > i,
.strs-itm-inr > img
{
-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.brd-rd50,
.evnt-orgn > img,
.tp-scl > a,
.cus-bx2 > img,
.ceo-wrp span,
.ceo-wrp span img,
.gal-itm > a,
.testi-itm > img,
41
.scl-btns > a,
.blg-scl > a,
.cmt-bx > img,
.cntry-hlp-car .owl-nav > button.owl-prev,
.cntry-hlp-car .owl-nav > button.owl-next,
.ld-mr-btn,
.rspns-mnu-btn,
.wb-cls-btn
{
-webkit-border-radius: 50%;
border-radius: 50%;
}
.brd-rd40,
.pg-srch-frm,
.rply-cmt form input,
.rply-cmt form textarea
{
-webkit-border-radius: 2.5rem;
border-radius: 2.5rem;
}
.brd-rd30
{
-webkit-border-radius: 1.875rem;
border-radius: 1.875rem;
}
.brd-rd20
{
-webkit-border-radius: 1.25rem;
border-radius: 1.25rem;
}
.brd-rd10
{
-webkit-border-radius: 0.625rem;
border-radius: 0.625rem;
}
.brd-rd5
{
-webkit-border-radius: 0.3125rem;
border-radius: 0.3125rem;
}
.brd-rd3
{
-webkit-border-radius: 0.1875rem;
border-radius: 0.1875rem;
}
.brd-rd0
{
-webkit-border-radius: 0rem;
border-radius: 0rem;
}
42
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {width: 100%;}
.zindex-1 {z-index: -1 !important;}
/*===== Social Media =====*/
.facebook,
.facebook-hvr:before,
.tem-scl > a.facebook,
.scl-btns > a.facebook,
.cnt-scl > a.facebook,
.athr-scl > a.facebook {
background-color: #516ae8;
border-color: #516ae8;
}
.twitter,
.twitter-hvr:before,
.tem-scl > a.twitter,
.scl-btns > a.twitter,
.cnt-scl > a.twitter,
.athr-scl > a.twitter {
background-color: #4fbbff;
border-color: #4fbbff;
}
.google,
.google-hvr:before,
.tem-scl > a.google,
.scl-btns > a.google,
.cnt-scl > a.google,
.athr-scl > a.google {
background-color: #df2929;
border-color: #df2929;
}
.linkedin,
.linkedin-hvr:before,
.tem-scl > a.linkedin,
.scl-btns > a.linkedin,
.cnt-scl > a.linkedin,
.athr-scl > a.linkedin {
background-color: #3c4e99;
border-color: #3c4e99;
}
.pinterest,
.pinterest-hvr:before,
.tem-scl > a.pinterest,
.scl-btns > a.pinterest,
.cnt-scl > a.pinterest,
.athr-scl > a.pinterest {
background-color: #bd081c;
border-color: #bd081c;
}
.stumbleupon,
.stumbleupon-hvr:before,
.tem-scl > a.stumbleupon,
.scl-btns > a.stumbleupon,
.cnt-scl > a.stumbleupon,
.athr-scl > a.stumbleupon {
background-color: #eb4924;
border-color: #eb4924;
43
}
.yahoo,
.yahoo-hvr:before,
.tem-scl > a.yahoo,
.scl-btns > a.yahoo,
.cnt-scl > a.yahoo,
.athr-scl > a.yahoo {
background-color: #410093;
border-color: #410093;
}
.instagram,
.instagram-hvr:before,
.tem-scl > a.instagram,
.scl-btns > a.instagram,
.cnt-scl > a.instagram,
.athr-scl > a.instagram {
background-color: #e4405f;
border-color: #e4405f;
}
.facebook:hover,
.facebook:focus,
.tem-scl > a.facebook:hover,
.tem-scl > a.facebook:focus,
.scl-btns > a.facebook:hover,
.scl-btns > a.facebook:focus,
.cnt-scl > a.facebook:hover,
.cnt-scl > a.facebook:focus,
.athr-scl > a.facebook:hover,
.athr-scl > a.facebook:focus {color: #516ae8;}
.twitter:hover,
.twitter:focus,
.tem-scl > a.twitter:hover,
.tem-scl > a.twitter:focus,
.scl-btns > a.twitter:hover,
.scl-btns > a.twitter:focus,
.cnt-scl > a.twitter:hover,
.cnt-scl > a.twitter:focus,
.athr-scl > a.twitter:hover,
.athr-scl > a.twitter:focus {color: #4fbbff;}
.google:hover,
.google:focus,
.tem-scl > a.google:hover,
.tem-scl > a.google:focus,
.scl-btns > a.google:hover,
.scl-btns > a.google:focus,
.cnt-scl > a.google:hover,
.cnt-scl > a.google:focus,
.athr-scl > a.google:hover,
.athr-scl > a.google:focus {color: #df2929;}
.linkedin:hover,
.linkedin:focus,
.tem-scl > a.linkedin:hover,
.tem-scl > a.linkedin:focus,
.scl-btns > a.linkedin:hover,
.scl-btns > a.linkedin:focus,
.cnt-scl > a.linkedin:hover,
44
.cnt-scl > a.linkedin:focus,
.athr-scl > a.linkedin:hover,
.athr-scl > a.linkedin:focus {color: #3c4e99;}
.pinterest:hover,
.pinterest:focus,
.tem-scl > a.pinterest:hover,
.tem-scl > a.pinterest:focus,
.scl-btns > a.pinterest:hover,
.scl-btns > a.pinterest:focus,
.cnt-scl > a.pinterest:hover,
.cnt-scl > a.pinterest:focus,
.athr-scl > a.pinterest:hover,
.athr-scl > a.pinterest:focus {color: #bd081c;}
.stumbleupon:hover,
.stumbleupon:focus,
.tem-scl > a.stumbleupon:hover,
.tem-scl > a.stumbleupon:focus,
.scl-btns > a.stumbleupon:hover,
.scl-btns > a.stumbleupon:focus,
.cnt-scl > a.stumbleupon:hover,
.cnt-scl > a.stumbleupon:focus,
.athr-scl > a.stumbleupon:hover,
.athr-scl > a.stumbleupon:focus {color: #eb4924;}
.yahoo:hover,
.yahoo:focus,
.tem-scl > a.yahoo:hover,
.tem-scl > a.yahoo:focus,
.scl-btns > a.yahoo:hover,
.scl-btns > a.yahoo:focus,
.cnt-scl > a.yahoo:hover,
.cnt-scl > a.yahoo:focus,
.athr-scl > a.yahoo:hover,
.athr-scl > a.yahoo:focus {color: #410093;}
.instagram:hover,
.instagram:focus,
.tem-scl > a.instagram:hover,
.tem-scl > a.instagram:focus,
.scl-btns > a.instagram:hover,
.scl-btns > a.instagram:focus,
.cnt-scl > a.instagram:hover,
.cnt-scl > a.instagram:focus,
.athr-scl > a.instagram:hover,
.athr-scl > a.instagram:focus {color: #e4405f;}
/*===== Animation Style 1 =====*/
.pls-anm {
-webkit-animation: pulse 2s infinite;
-ms-animation: pulse 2s infinite;
-o-animation: pulse 2s infinite;
animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
70% {
45
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
70% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
/*===== Animation Style 2 =====*/
@-webkit-keyframes ripple {
30% {
-webkit-box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
}
70% {
-webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}
@keyframes ripple {
30% {
-webkit-box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
}
70% {
-webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}
/*===== Animation Style 3 =====*/
@keyframes slide-animation {
0% {
-webkit-transform: rotateX(0deg) translateY(0px);
46
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px); }
50% {
-webkit-transform: rotateX(0deg) translateY(15px);
-ms-transform: rotateX(0deg) translateY(15px);
-o-transform: rotateX(0deg) translateY(15px);
transform: rotateX(0deg) translateY(15px); }
100% {
-webkit-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px); }
}
@-webkit-keyframes slide-animation {
0% {
-webkit-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px); }
50% {
-webkit-transform: rotateX(0deg) translateY(-10px);
-ms-transform: rotateX(0deg) translateY(-10px);
-o-transform: rotateX(0deg) translateY(-10px);
transform: rotateX(0deg) translateY(-10px); }
100% {
-webkit-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px);
}
}
/*===== Particles =====*/
.prtcl-wrp {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
}
/*===== Page Loader =====*/
.page-loader {
position: fixed;
width: 100%;
height: 100%;
background-color: #fff;
display: block;
z-index: 99999999;
}
.loader span {
font-family: Rubik;
position: absolute;
font-weight: normal;
top: 52%;
font-size: 45px;
47
letter-spacing: 15px;
margin-left: -100px;
left: 50%;
margin-top: 20px;
color: #212121;
}
.loader-style-1 {
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
font-size: 30px;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: -webkit-transform 0.5s 0.1s;
transition: transform 0.5s 0.1s;
perspective: 9999px;
color: #3e3e3e;
margin: -40px 0 0 -40px;
margin: 0 auto;
position: absolute;
left: 50%;
margin-left: -37px;
top: 65px;
opacity: 1;
}
.loader-style-1.panelLoad {
z-index: 11;
top: 45%;
margin-top: -60px;
-webkit-animation: panel 2.2s infinite forwards;
animation: panel 2.2s infinite forwards;
}
.loader-style-1.panelLoad .cube-face {
color: black;
-webkit-box-shadow: inset 0 0 0 1px #222, 0 0 1px 1px #222;
box-shadow: inset 0 0 0 1px #222, 0 0 1px 1px #222;
}
.loader-style-1 .cube-face {
width: inherit;
height: inherit;
position: absolute;
background: white;
-webkit-box-shadow: inset 0 0 0 1px #3e3e3e, 0 0 1px 1px #3e3e3e;
box-shadow: inset 0 0 0 1px #3e3e3e, 0 0 1px 1px #3e3e3e;
opacity: 1;
font-family: Rubik;
}
.loader-style-1 .cube-face-front {
-webkit-transform: translate3d(0, 0, 40px);
transform: translate3d(0, 0, 40px);
font-size: 30px;
}
.loader-style-1 .cube-face-back {
-webkit-transform: rotateY(180deg) translate3d(0, 0, 40px);
transform: rotateY(180deg) translate3d(0, 0, 40px);
48
}
.loader-style-1 .cube-face-left {
-webkit-transform: rotateY(-90deg) translate3d(0, 0, 40px);
transform: rotateY(-90deg) translate3d(0, 0, 40px);
}
.loader-style-1 .cube-face-right {
-webkit-transform: rotateY(90deg) translate3d(0, 0, 40px);
transform: rotateY(90deg) translate3d(0, 0, 40px);
}
.loader-style-1 .cube-face-top {
-webkit-transform: rotateX(90deg) translate3d(0, 0, 40px);
transform: rotateX(90deg) translate3d(0, 0, 40px);
}
.loader-style-1 .cube-face-bottom {
-webkit-transform: rotateX(-90deg) translate3d(0, 0, 40px);
transform: rotateX(-90deg) translate3d(0, 0, 40px);
}
@-webkit-keyframes panel {
0% {
-webkit-transform: rotateY(0deg) rotateZ(0deg);
transform: rotateY(0deg) rotateZ(0deg);
}
20% {
-webkit-transform: rotateY(90deg) rotateZ(0deg);
transform: rotateY(90deg) rotateZ(0deg);
}
40% {
-webkit-transform: rotateX(45deg) rotateZ(45deg);
transform: rotateX(45deg) rotateZ(45deg);
}
60% {
-webkit-transform: rotateX(90deg) rotateY(180deg) rotateX(90deg);
transform: rotateX(90deg) rotateY(180deg) rotateX(90deg);
}
80% {
-webkit-transform: rotateX(310deg) rotateZ(230deg);
transform: rotateX(310deg) rotateZ(230deg);
}
100% {
-webkit-transform: rotateX(360deg) rotateZ(360deg);
transform: rotateX(360deg) rotateZ(360deg);
}
}
@keyframes panel {
0% {
-webkit-transform: rotateY(0deg) rotateZ(0deg);
transform: rotateY(0deg) rotateZ(0deg);
}
20% {
-webkit-transform: rotateY(90deg) rotateZ(0deg);
transform: rotateY(90deg) rotateZ(0deg);
}
40% {
-webkit-transform: rotateX(45deg) rotateZ(45deg);
transform: rotateX(45deg) rotateZ(45deg);
}
49
60% {
-webkit-transform: rotateX(90deg) rotateY(180deg) rotateX(90deg);
transform: rotateX(90deg) rotateY(180deg) rotateX(90deg);
}
80% {
-webkit-transform: rotateX(310deg) rotateZ(230deg);
transform: rotateX(310deg) rotateZ(230deg);
}
100% {
-webkit-transform: rotateX(360deg) rotateZ(360deg);
transform: rotateX(360deg) rotateZ(360deg);
}
}
.loader-style-2 {
position: absolute;
left: 50%;
top: 50%;
margin: -28px 0 -25px 0;
border-bottom: 2px solid rgba(0, 0, 0, .1);
border-left: 2px solid rgba(0, 0, 0, .1);
border-right: 2px solid rgba(0, 0, 0, .1);
border-top: 3px solid #2A94F6;
border-radius: 100%;
height: 50px;
width: 50px;
-webkit-animation: spinn .6s infinite linear;
animation: spinn .6s infinite linear;
}
@-webkit-keyframes spinn {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spinn {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
PHP
Code for dconnection
<?php
$con=mysqli_connect("localhost", "root", "", "detsdb");
if(mysqli_connect_errno()){
echo "Connection Fail".mysqli_connect_error();
}
79
CHAPTER 6
CONCLUSION
The purpose of this project was to design and develop a website for the Atchayam Trust, a non-
governmental organization that works towards the rehabilitation of beggars, homeless, and destitute people
in Tamil Nadu. The website aims to provide a platform for the Trust to showcase its activities,
achievements, and impact, as well as to raise awareness and funds for its cause. The project also evaluates
the usability, functionality, and performance of the website, and discusses the challenges and limitations
faced during the development process. The website has the following features and benefits:
• It provides information about the vision, mission, objectives, and values of the Atchayam Trust,
and the problem of begging and homelessness in Tamil Nadu.
• It displays the success stories and testimonials of the people who have been rescued, rehabilitated,
and reintegrated by the Trust, and the volunteers who have supported the Trust’s work.
• It allows the visitors to make donations, register as volunteers, or contact the Trust through online
forms, email, phone, or social media.
• It updates the visitors with the latest news, events, and activities of the Trust, and the progress and
impact of its projects.
80
CHAPTER 7
REFERENCES
1. https://www.sourcecodester.com/tags/expense-tracker-
2. https://phpgurukul.com/daily-expense-tracker-using-php-and-
mysql/https://www.tutorialspoint.com/css/index.html
3. https://github.com/topics/expense-tracker?l=html&o=desc&s=
4. https://www.academia.edu/82849383/Daily_Expense_Tracker?f
_ri=483
81
MINIPROJECT LINKS:
DRIVE LINK:
https://drive.google.com/drive/folders/1RphjksbQ1yLJ2SpL2Sc4e6voJtrUDSff?usp=drive_link
82