-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
45 lines (35 loc) · 2.63 KB
/
contact.php
File metadata and controls
45 lines (35 loc) · 2.63 KB
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
<?php
session_start();
include_once 'includes/header.inc.php';
?>
<section class="main-container" style="background-color: #b9fbbc">
<div class="main-wrapper">
<h2>Contact us</h2></br>
<div class="box-contact" style="background-color: #56c85c; color: white; font-size: 18px; float: left">
<p>K. J. SOMAIYA INSTITUTE OF ENGINEERING & INFORMATION TECHNOLOGY</p>
<p>Somaiya Ayurvihar Complex,</p>
<p>Eastern Express Highway,</p>
<p>Near Everard Nagar,</p>
<p>Sion (East), Mumbai – 400 022.</p>
<p>Phone: 91-22- 24061408 / 24061403</p>
<p>Fax: 91-22-24028804</p>
<p>Email: info@tech.somaiya.edu</p>
</div>
<div class="box" style="background-color: #697efc; color: white; width:1000px; float: right">
<strong><p>Access by Train</p></strong>
<p>K. J. Somaiya College of Engineering & Information Technology is located very near to Chunabhatti railway station which comes on the Harbour Railway track, between Kurla and G.T.B. Nagar. If you are planning to come from the Western Railway side, you can change from the Western Railway to the Central Railway at Dadar station, and catch a slow local train from platform no. 1 for Sion Station and from there walking distance of 15 minutes and reach by rickshaw at Sion Killa and directly to the campus by rickshaw from Sion Railway Station.</p>
</br>
<strong><p>Access by Road</p></strong>
<p>While coming from the Eastern Express highway strait road comes to Suman Nagar Circle and then take a left turn from Dr. Vasandada Engineering College and take a first slight right turn and take a left turn and again take a right turn from Honda showroom and then strait road comes to KJSIEIT Campus near from K. J. Somaiya Hospital. If coming from Dadar side, after crossing Sion signal take a ‘U’ Turn from Suman Nagar Circle and take a left turn from Dr. Vasandada Engineering College and take a first slight right turn and take a left turn and again take a right turn from Honda showroom and then strait road comes to KJSIEIT Campus near from K. J. Somaiya Hospital.</p>
</div>
</div>
</br>
</br>
<h2 style="float: center"> Map </h2>
<center><div class="box" style="background-color: Orange; float:center; width: 600px; height: 450px">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3771.3994089454113!2d72.871052!3d19.046169!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x473006136ad440dc!2sK.+J.+Somaiya+Institute+of+Engineering+and+Information+Technology!5e0!3m2!1sen!2sin!4v1509558598369" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe></center>
</div>
</div>
</section>
</body>
</html>