-
Notifications
You must be signed in to change notification settings - Fork 19
/
contact.html
79 lines (76 loc) · 4.36 KB
/
contact.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
<!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 | Contact</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>
<!-- --------------------------------------------CONTACT-------------------------------------------------------->
<div class="contact_container" style="padding-top:100px;">
<h2>CONTACT US</h2>
<div class="g_map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3340544.4960977174!2d-121.88102652009785!3d35.150373310697375!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x808fba02425dad8f%3A0x6c296c66619367e0!2sGoogleplex!5e0!3m2!1sen!2sin!4v1628463464648!5m2!1sen!2sin" width="100%" height="600" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<div class="contact_content">
<p>We want to hear from you! Drop us a note and someone from our team will get back to you.
Looking to volunteer or supporting us in any other ways? Call +1111100000
Have a question that involves Charity Jet? Please head on over to our Locations page to reach our locations.</p>
<p><b>Call: +111100000</b></p>
<p><b>Mail: [email protected]</b></p>
</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: [email protected]">[email protected]</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>