-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
115 lines (112 loc) · 5.67 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>About 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="About 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>Board of Trustees</h1>
<table>
<tr>
<td><img src="./media/people/abhinav_upadhyaya.jpg" width="159" height="199"></td>
<td><strong>Justice Abhinav Upadhyay, Chairman, Board Of Trustees </strong>
<br> Judge, High court of Judicature, at Allahabad</td>
</tr>
<tr>
<td><img src="./media/people/a_n_tripathi.jpg" width="159" height="199"></td>
<td><strong>Prof. A.N. Tripathi, Managing Trustee </strong>
<br> Distinguished Professor, BHU
<br> Former Professor of Electrical Engg. IT- BHU,
<br> Founder Coordinator,
<br> Malaviya Centre for Ethics and Human Values, BHU,
<br> B 31/35-22, Sankat Mochan Colony, VARANASI-221005.
<br> Tel.- 0542-2368937, Email: [email protected]</td>
</tr>
<tr>
<td><img src="./media/people/vibha_tripathi.jpg" width="159" height="199"></td>
<td><strong>Prof. Vibha Tripathi, Joint Managing Trustee</strong>
<br> Emeritus Professor, Dept. of Ancient Indian History, Culture and Archaeology,
<br> BHU,
<br> B 31/35-22, Sankat Mochan Colony, VARANASI-221005
<br> Mob.- 9453312719 # e-mail- [email protected]</td>
</tr>
<tr>
<td><img src="./media/people/sclakhota.jpg" width="159" height="199"></td>
<td><strong>Prof. S.C. Lakhotia</strong>
<br> Distinguished Professor, Dept. of Zoology,
<br> Faculty of Science, BHU</td>
</tr>
<tr>
<td><img src="./media/people/s_n_upadhyaya.jpg" width="159" height="199"></td>
<td><strong>Prof. S.N. Upadhyay</strong>
<br> DAE-Raja Ramanna Emeritus Fellow, IIT-BHU
<br> Former Professor, Chemical Engg. Dept., IT-BHU
<br> Former Director, IT-BHU
<br> Former Co-ordinator,
<br> Malaviya Centre of Ethics and Human Values, BHU</td>
</tr>
<tr>
<td><img src="./media/people/cpadia.jpg" width="159" height="199"></td>
<td><strong>Prof. Chandrakala Padia</strong>
<br> Former Vice Chancellor, Maharaja Ganga Singh University, Bikaner
<br> Professor, Dept. of Political Science
<br> Faculty of Social Science, BHU</td>
</tr>
<tr>
<td><img src="./media/people/awadesh_pradhan.jpg" width="159" height="199"></td>
<td><strong>Prof. Awadhesh Pradhan</strong>
<br> Professor, Dept. of Hindi, Faculty of Arts, BHU</td>
</tr>
<tr>
<td><img src="./media/people/abhijeet_upadhyaya.jpg" width="159" height="199"></td>
<td><strong>Shri Abhijit Upadhyay</strong>
<br> Entrepreneur</td>
</tr>
<tr>
<td><img src="./media/people/amit_tripathi.jpg" width="159" height="199"></td>
<td><strong>Dr. Amit Tripathi</strong>
<br> Entrepreneur</td>
</tr>
<tr>
<td><img src="./media/people/avijit_tripathi.jpg" width="159" height="199"></td>
<td><strong>Shri Avijit Tripathi</strong>
<br> Entrepreneur</td>
</tr>
<tr>
<td><img src="./media/people/prashant_gupta.jpg" width="159" height="199"></td>
<td>
<strong>Prashant Gupta</strong>
<br> Entrepreneur</td>
</tr>
</table>
</div>
<footer>
© Kesari Devi Charitable Trust, 2020
</footer>
</main>
</body>
</html>