Website Redesign for Non-Profit Organization

Satya prakash

Student
Web Developer
Content Writer
<!DOCTYPE html>
<html>
<head>
<title>Non-Profit Organization</title>
<style>
/* CSS Styles */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f1f1f1;
}
header {
background-color: #333;
color: #fff;
padding: 10px;
text-align: center;
}
h1 {
margin: 0;
}
section {
padding: 20px;
background-color: #fff;
}
.container {
max-width: 960px;
margin: 0 auto;
}
.mission {
background-color: #f9f9f9;
padding: 20px;
text-align: center;
}
.mission h2 {
margin-top: 0;
}
.call-to-action {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
}
.call-to-action p {
margin: 0;
}
footer {
background-color: #555;
color: #fff;
padding: 10px;
text-align: center;
}
</style>
</head>
<body>
<header>
<h1>Non-Profit Organization</h1>
</header>
<section class="container">
<h2>About Us</h2>
<p>Provide information about the non-profit organization, its mission, goals, and initiatives.</p>
</section>
<section class="mission">
<div class="container">
<h2>Our Mission</h2>
<p>Describe the organization's mission and its impact on the community or cause it supports.</p>
</div>
</section>
<section class="call-to-action">
<div class="container">
<h2>Get Involved</h2>
<p>Encourage visitors to take action and support the organization. Provide information on how they can donate, volunteer, or contribute to the cause.</p>
</div>
</section>
<footer>
<p>&copy; 2023 Non-Profit Organization. All rights reserved.</p>
</footer>
</body>
</html>
Partner With Satya
View Services

More Projects by Satya