-
Notifications
You must be signed in to change notification settings - Fork 0
/
donor.html
218 lines (169 loc) · 5.74 KB
/
donor.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Donate Us</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<style>
body{
background-color: white;
}
.hero {
background: url('hero-image.jpg') no-repeat center center/cover;
color: black;
padding-top: 60px;
text-align: center;
padding-bottom: 10px;
}
.hero h1 {
font-size: 3em;
margin-bottom: 20px;
}
.hero p {
font-size: 1.2em;
}
.cta-button {
display: inline-block;
margin-top: 20px;
padding: 15px 30px;
background-color: #e8491d;
color: #fff;
text-decoration: none;
border-radius: 5px;
}
.cta-button:hover {
background-color: #cf3c17;
}
.donate-section {
padding: 50px 20px;
text-align: center;
background-color: #fff;
}
.donate-section h2 {
font-size: 2.5em;
margin-bottom: 20px;
}
.donate-section p {
font-size: 1.2em;
margin-bottom: 40px;
}
.donation-options {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.donation-option {
background-color: #e2e2e2;
padding: 20px;
margin: 20px;
border-radius: 8px;
width: 300px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.donation-option h3 {
font-size: 1.5em;
margin-bottom: 15px;
}
.donation-option p {
margin: 10px 0;
}
</style>
</head>
<body>
<div class="header">
<a href="index.html"> <h1>My Website</h1></a>
<div class="bar"> <a href="#" class="fa fa-bars"></a></div>
<div class="list">
<ul>
<li><a href="index.html">Home</li></a>
<li><a href="about us.html">About</li></a>
<li><a href="contact us.html">Contact</li></a>
</ul>
</div>
</div>
<div class="container">
<main>
<section class="hero">
<h1>Support Our Cause</h1>
<p>Your donation helps us make a difference in the lives of those in need.</p>
<a href="#donate-section" class="cta-button">Donate Now</a>
</section>
<section id="donate-section" class="donate-section">
<h2>Make a Donation</h2>
<p>Your generous support is vital to our efforts. Please choose your preferred method of donation below:</p>
<div class="donation-options">
<div class="donation-option">
<h3>Bank Transfer</h3>
<p>Account Name: <strong>Your NGO Name</strong></p>
<p>Account Number: <strong>123456789</strong></p>
<p>Bank Name: <strong>XYZ Bank</strong></p>
<p>IFSC Code: <strong>XYZ1234</strong></p>
</div>
<div class="donation-option">
<h3>Online Payment</h3>
<p>Click the button below to donate using a credit card, debit card, or PayPal.</p>
<a href="https://paymentgateway.com" class="cta-button">Donate Online</a>
</div>
<div class="donation-option">
<h3>Donate in Kind</h3>
<p>We also accept donations in the form of food, clothing, and other essentials. Please contact us for more details.</p>
<a href="contact us.html" class="cta-button">Contact Us</a>
</div>
</div>
</section>
</main>
</div>
<footer class="footer">
<div class="column-list">
<div class="about">
<h2>About Us</h2>
<hr>
<div class="list1">
<ul>
<li><a href="#">About Smile</a></li>
<li><a href="#">Impact</a></li>
<li><a href="#">Smilestones</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
</div>
<div class="work">
<h2>Our Work</h2>
<hr>
<div class="list2">
<ul>
<li><a href="#">Education</a></li>
<li><a href="#">Health</a></li>
<li><a href="#">Livelihood</a></li>
<li><a href="#">Disaster Response</a></li>
</ul>
</div>
</div>
<div class="campaigns">
<h2>Campaigns</h2>
<hr>
<div class="list3">
<ul>
<li><a href="#">Health Cannot Wait</a></li>
<li><a href="#">She Can Fly</a></li>
<li><a href="#">Taiyari Kal Ki</a></li>
<li><a href="#">Shiksha Na Ruke</a></li>
</ul>
</div>
</div>
</div>
<div class="icon">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-instagram"></a>
</div>
<div class="copyright">
<p>© 2024 Tauqueer</p>
</div>
</footer>
<script src="bar.js"></script>
</body>
</html>