-
Notifications
You must be signed in to change notification settings - Fork 6
/
footer.php
41 lines (29 loc) · 1.17 KB
/
footer.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
<div class="footer" >
<div class="row" style="position:relative;left:85px;">
<div class="col-md-4" id="verticalLine" >
<div id="googleMap" style="width:320px;height:210px;float:left;top:50px;"></div>
</div>
<div class="col-md-4" >
<br><br><p style="color:white;text-align:center; text-decoration:none;">
Office of Alumni Affairs & International Relations,<br>
Indian Institute of Technology, Kharagpur<br>
Pin-721302, West Bengal, India<br>
Ph: 03222-282236 <br>
Email: alumni@hijli.iitkgp.ernet.in
<?php include 'links.php';?>
</p></div>
<div class="col-md-4" style="float:left">
<form action="" method="post">
<h3 style="color:white">Write to us</h3>
<input type="email" style="border-radius:0;width:320px;height:30px;color:#003366" name="email" placeholder="Email" required />
<br>
<br>
<textarea name="comment" rows="5" style="border-radius:4px;width:320px;" placeholder="Your Message" required ></textarea>
<br>
<br>
<input type="submit" class="btn btn-success" name="sub" style="width:320px;" value="Submit"/>
</form>
</div>
</div>
<?php include 'contactForm.php';?>
</div>