-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconference_venue.php
33 lines (27 loc) · 1.53 KB
/
conference_venue.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
<html>
<head> <?php include('head_content.php') ?> </head>
<body>
<?php include('nav_header.php') ?>
<?php include('banner.php') ?>
<main role="main" style="margin-top:40px; font-family:Lora, serif;">
<div class="myContainer contentBox">
<!-- Left panel starts here-->
<div id="leftpanel" style="width: 15%; margin-top: 30px;">
<?php include_once("leftpanel.php");?>
</div>
<div class="col-lg-12 contentBox" style="width: 85%; float:right; text-align:justify;" id="description">
<br><br>
<h3 style="text-decoration:underline;"><b>Conference Venue </b></h3>
<p>Department of CSE,<br> <a href="https://www.nitw.ac.in/" target="_blank">National Institute of Technology,</a> <br><a href="https://en.wikipedia.org/wiki/Warangal" target="_blank">Warangal,</a> <br>Telangana State, <br> India. <br>506004.<p>
<br>
<h3> How to reach </h3>
<p>NIT Warangal is well connected by rail and road. </p>
<p><font color="#1111aa"><b>Air Route:</b></font> Hyderabad is the nearest Airport from Warangal. Take a train or a cab to our campus, which takes around two and half hours by road and two hours by rail.</p>
<p><font color="#1111aa"><b>By Rail:</b></font> Kazipet (3 kms) / Warangal (12 kms) are the nearest railheads. Many trains pass through Kazipet junction, which is generally preferred.</p>
<p><font color="#1111aa"><b>By Road:</b></font> NIT Warangal is 2.30 hrs drive by cab on Hyderabad - Warangal National Highway number-202.</p>
</div>
</div>
</main>
<?php include('footer.php') ?>
</body>
</html>