-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
52 lines (49 loc) · 2.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Contact Us - Kesari Devi Charitable Trust</title>
<link rel="stylesheet" href="https://use.typekit.net/mxy6ive.css">
<link rel="stylesheet" href="styles/theme.css" media="screen">
<meta name="description"
content="Kesari Devi Charitable Trust is a non-profit organization seeking to educate children who lack access to education due to their financial or social status" />
<meta property="og:title" content="Contact Us - Kesari Devi Charitable Trust">
<meta property="og:description"
content="Kesari Devi Charitable Trust is a non-profit organization seeking to educate children who lack access to education due to their financial or social status">
<meta property="og:image" content="https://trustkesari.org/media/logo.png">
</head>
<body>
<main>
<header>
<div class="logo">
<img src="media/logo.png" alt="Site Logo" />
</div>
<nav>
<a href="index.html">Home</a>
<a href="projects.html">Projects</a>
<a href="about.html">About Us</a>
<a href="support.html">Support Us</a>
<a href="reports.html">Yearly Reports</a>
<a href="contact.html">Contact Us</a>
</nav>
</header>
<div class="content">
<h1>Our Address</h1>
<p>
<address style="margin: 0 auto;">
<strong>Kesari Devi Charitable Trust</strong><br>
22, Sankat Mochan Colony<br>
Varanasi 221005<br>
U.P., India<br>
<abbr title="Phone">P:</abbr><a href="tel:+915422368937">+91 542 2368937</a><br>
<abbr title="Mobile">M:</abbr><a href="tel:+918419872155">+91 84198 72155</a><br>
</address> E-mail ID: <a href="mailto:trustkesari@gmail.com">trustkesari@gmail.com</a>
</p>
</div>
<footer>
© Kesari Devi Charitable Trust, 2020
</footer>
</main>
</body>
</html>