-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.php
executable file
·60 lines (49 loc) · 4.28 KB
/
contacts.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php include("head.php");?>
<!--
Easy fullscreen background slideshow in jQuery
By: Jasper Rooswinkel - www.jasperrooswinkel.com
Feel free to use and distribute but this notice must stay intact
-->
<?php include("all.css");?>
<?php include("all.js");?></head>
<body>
<!-- This is the main page -->
<?php include("header.php");?>
<div id="text1" style="position:relative;top:70px ;height:1255px;width:1100px;background:transparent;left:83px;background-image:url('slide_text/images/back.png');padding-left:65px;padding-right:0px;padding-top:30px;margin-bottom:0px">
<strong style="font-size:20px;position:relative;left:110px">Postal Address:</strong></br>
<p style="position:relative;left:40px">Office of Alumni Affairs & International Relations</p>
<p align="center">Indian Institute of Technology, Kharagpur</br>
Pin-721302, West Bengal, India</br>
<strong>Ph: </strong>03222-282236</br>
<strong>Email: </strong><a href="mailto:[email protected]">[email protected]</a></p>
<p> </p><hr/>
<table border="0" ><tr>
<td width="120px" > <img src="images/sm.jpg"height="100px"width="100px;"><strong></td><td width="900px"><strong>Prof. Siddhartha Mukhopadhyay,(EE) Dean, Alumni Affairs & International Relations, </strong>
<strong> </strong></br> Email: <a href="mailto:[email protected] ">[email protected] </a>   </p></td></tr></table>
<table border="0"cellpadding="10px"><tr><td width="900px"align="right"><p><strong>Mr. Chinna Babu Boddipalli (AE) Managing Director- Institutional Development, </strong></p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p></td><td width="120px"><img src="images/Chinna Boddipali.jpg"width="100px"height="100px"></td></tr></table>
<table border="0"cellpadding="10px"><tr><td width="120px"><img src="images/Shampa goswami.jpg"height="100px"width="100px"></td><td width="900px"><p><strong>Ms. Shampa Goswami, Technical Superintendent</strong>, <strong>Administrative In-charge - AA& IR</strong>, </p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p></td></tr></table>
<table border="0"cellpadding="10px"><tr><td width="900px"align="right"><p><strong>Ms. Shreyoshi Ghosh</strong>, <strong>Corporate Communication Executive - Institutional Development</p></strong>
<p>Email: <a href="mailto:[email protected]">[email protected]</a>;Ph: +91 3222 277480</p></td><td width="120px"><img src="images/Shreyoshi Ghosh.jpg"width="100px"height="100px"></td></tr></table>
<table border="0"cellpadding="10px"><tr><td width="120px"><img src="images/Shruti gupta.jpg"height="100px"width="100px"></td><td width="900px"><p><strong>Ms. Shruti Gupta</strong>, <strong>Institutional Development Executive - Institutional Development</p></strong>
<p>Email: <a href="mailto:[email protected]">[email protected]</a>; GSM: 9475371800</p></td></tr></table><hr/>
<table border="0"cellpadding="10px"><tr><td width="900px"align="right"><p><strong>Ms. Aditi Sharma</strong>, <strong>General Secretary, Students' Alumni Cell</p></strong>
<p>Email: <a href="mailto:[email protected]">[email protected]</a>; GSM: +917407659789 </p></td><td width="120px"><img src="images/aditi sharma.jpg"height="100px"width="100px"></td></tr></table>
<table border="0"cellpadding="10px"><tr><td width="120px"><img src="images/vedang.jpg"height="100px"width="100px"></td><td width="900px"><p><strong>Mr. Vedang Deshpande</strong>, <strong>General Secretary, Students' Alumni Cell</strong></p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a>; GSM: +918001618061 </p></td></tr></table>
</br></br></br></br></br>
<p><strong>Job Assistants: </strong>Prasenjit Banerjee, Sadhan Banerjee</p>
<p><strong>Office Assistants</strong>: Tapas Panda, Provas Kar</p></br>
</div>
<div>
<!-- The container for the background-image -->
<img id="bg" style="display:none" />
<!-- The container for the grid on top of the background-image -->
<div id="bg_grid">
</div>
</body>
</html>