-
Notifications
You must be signed in to change notification settings - Fork 0
/
hotels.php
82 lines (74 loc) · 2.78 KB
/
hotels.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="C-SCAN'16" />
<meta property="og:site_name" content="cscan.org.in"/>
<meta property="og:url" content="http://cscan.org.in"/>
<meta property="og:description" content="C-SCAN 2016, the first of it's kind, is a conference aimed at bringing in student-teacher fraternity of CS Departments of reputed NIT's across the nation under a single umbrella for exchange of ideas spark innovation." />
<meta property="og:image" content="http://cscan.org.in/logo.png">
<title>C-SCAN'16</title>
<link href="./css/styles.css" rel="stylesheet">
<link rel="icon" href="./logo.png" type="image/png">
<link rel="shortcut icon" href="./logo.png" type="image/png">
<script type="text/javascript" src="js/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/dynamics.min.js"></script>
</head>
<body>
<div class="header" id="home">
<div class="over"></div>
<div class="bg"></div>
<div class="container-fluid">
<div class="row">
<div class="col-md-12 col-md-offset-0 col-xs-12">
<div class="sub">
<div class="thefloat">
<a class="brochure" href="#">Download Brochure</a>
</div>
<img src="images/logo.png" />
<div>
<h1>C-SCAN '16</h1>
<h2>Computer Science Conference of All NITs
<br/>Feb 19 - 21, 2016, NIT Calicut.</h2>
</div>
</div>
</div>
</div>
</div>
</div>
<nav class="navsection navbar navbar-default hidden-xs">
<div class="container-fluid">
<nav id="sac-navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="./">Home</a></li>
</ul>
</nav>
</div>
</nav>
<div class="committe" style="min-height:300px">
<div class="container-fluid">
<div class="row">
<div class="col-md-8 col-md-offset-2 col-xs-12">
<h1>Hotels Nearby</h1>
<ul>
<li>
<p>The Renai Cochin, Hill Side Mukkam</p>
<p>Phone: 0495 3244150</p>
<p>Mail: [email protected]</p>
</li>
<li>
<p>A R Residency, Plaza Junction, Kunnamangalam</p>
<p>Phone: +91 495 2800169 </p>
<p>Mail: [email protected]</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer">
<p> © Creative and Intellectual minds of NIT Calicut </p>
</div>