-
Notifications
You must be signed in to change notification settings - Fork 19
/
thankyou.html
76 lines (73 loc) · 3.83 KB
/
thankyou.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Charity Jet | Thank You</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css" integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous">
</head>
<body>
<!-- ----------------------------------------NAVBAR----------------------------------------------------->
<nav class="nav nav_top">
<div class="logo">
<a href="index.html"><img src="images/logo.png" width="250"></a>
</div>
<div class="nav_side">
<a href="index.html">HOME</a>
<a href="about.html">ABOUT US</a>
<a href="donate.html">DONATE</a>
<a href="contact.html">CONTACT</a>
</div>
</nav>
<!-- --------------------------------------------DONATE----------------------------------------------------->
<div class="donate">
<div class="donate_container">
<h1>THANK YOU!</h1>
<p>The greatest use of a life is to spend it on something that will outlast it.</p>
<p class="second">Your contribution for<br>the needy children worldwide<br> is priceless. Thank You for your bringing a change!</p>
<div class="side_btn">
<a href="index.html">BACK TO HOME</a>
</div>
</div>
</div>
<!-- --------------------------------------------FOOTER-------------------------------------------------------->
<footer>
<div class="pages">
<a href="index.html"><img class="aimg" src="images/logo.png" width="250"></a>
<p>Charity Jet cares for needy children by empowering their caregivers to do their best work, with compassion, grace, integrity and excellence. Our end goal is to support children worldwide and see every child reach the potential that God has for them.</p>
<a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</div>
<div class="doc">
<h3>Navigation</h3>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="donate.html">Donate</a>
<a href="contact.html">Contact</a>
</div>
<div class="contact">
<h3>Contact Us</h3>
<a href="contact" target="_blank">4486 Richards Avenue, Modesto CA - 95354</a>
<a href="tel: +910000000000">200-000-0000</a>
<a href="mailto: ppppppp@gmail.com">charityjet@gmail.com</a>
</div>
<div class="social">
<h3>Support</h3>
<p>Help us shape a better future fot children all over the world</p>
<div class="side_btn">
<a href="donate.html">JOIN US TODAY</a>
</div>
</div>
<hr>
<p>Copyright © 2021 Charity Jet. All rights reserved.</p>
</footer>
</body>
</html>