forked from uagarwal744/SAC_WEBSITE-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
41 lines (28 loc) · 1.01 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">
<div class="col-md-4" id="verticalLine" >
<br>
<div id="googleMap" style="width:350px;height:280px;float:left;"></div>
</div>
<div class="col-md-4" style="text-align:justify; font-size:90%; word-spacing:3px; color:white;">
<br><br><br><br>
Office of Alumni Affairs & International Relations,<br>
Indian Institute of Technology, Kharagpur<br>
Pin-721302, West Bengal, India<br>
Ph: 03222-282236 <br>
Email: [email protected]
</div>
<div class="col-md-4" style="float:left">
<form action="submit.php" method="post">
<h3><span class="glyphicon glyphicon-envelope"></span> Contact Us:</h3>
<br>
<input type="text" name="email" placeholder="Email" style="width:320px"/>
<br>
<br>
<textarea name="comment" rows="5" cols="35" placeholder="comments here" ></textarea>
<br>
<input type="submit" class="btn btn-info" value="submit"/>
</form>
</div>
</div>
</div>