-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThankyou Page.html
84 lines (80 loc) · 2.75 KB
/
Thankyou Page.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thank You for Supporting Young Minds NGO</title>
<style>
body {
font-family: 'Arial', sans-serif;
margin: 20px;
padding: 20px;
background-color: #f8f8f8;
color: #333;
}
header {
text-align: center;
padding: 20px;
background-color: #3498db;
color: #fff;
}
section {
margin-top: 20px;
}
h2 {
color: #3498db;
}
p {
line-height: 1.6;
}
.thank-you-message {
max-width: 600px;
margin: 0 auto;
background-color: #fff;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center;
}
.social-links {
margin-top: 20px;
}
.social-links a {
display: inline-block;
margin-right: 15px;
color: #3498db;
}
.social-links a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<img src="https://d19gb5k9ejx8w0.cloudfront.net/uploads/2016/11/29141529/Gifting_donations.jpg" alt="NGO Logo" style="display: block; margin: 0 auto; width: 1000px;>
<header>
<h1>Thank You for Supporting Young Minds NGO</h1>
<p>Your generosity is making a positive impact on children's education.</p>
</header>
<section>
<div class="thank-you-message>
<h2>Thank You, Arpita Gupta!</h2>
<p>
Your contribution to Young Minds NGO is invaluable. With your support, we can continue our mission of providing quality education and opportunities to children, empowering them for a brighter future.
</p>
<p>
We appreciate your commitment to making a positive impact on young minds. If you have any questions or want to stay connected, feel free to reach out.
</p>
<div class="social-links">
<center>
<a href="https://facebook.com/YoungMindsNGO" target="_blank">Facebook</a>
<a href="https://twitter.com/YoungMindsNGO" target="_blank">Twitter</a>
<a href="https://instagram.com/YoungMindsNGO" target="_blank">Instagram</a>
</center>
</div>
</div>
</section>
<footer>
<p>Contact us: [email protected] | Follow us on social media: @YoungMindsNGO</p>
</footer>
</body>
</html>