-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
161 lines (137 loc) · 5.18 KB
/
contact.html
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE HTML>
<html>
<head>
<title>ICRTAC-CPS 2018|CONTACT</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="no-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header" class="wrapper">
<!-- Logo -->
<div id="logo">
<h1><a href="index.html">ICRTAC-CPS 2018</a></h1>
<p></p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="patrons.html" class="current">Patrons</a></li>
<li><a href="speakers.html">Keynote Speakers</a></li>
<li><a href="registration.html">Registration</a></li>
<li><a href="submissions.html">Submissions</a></li>
<li><a href="tutorials.html">Tutorials/Workshop</a></li>
<li><a href="papers.html">Accepted Papers</a>
<ul>
<li><a href="publications.html">Publications</a></li>
</ul>
</li>
<li>
<a href="committee.html">Committee</a>
<ul>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contact.html" class="current">Contact</a></li>
</ul>
</li>
</ul>
</nav>
</section>
<!-- Main -->
<div id="main" class="wrapper style2">
<div class="title">CONTACTS</div>
<div class="container">
<div class="row aln-center">
<div class="col-4 col-12-medium">
<section class="highlight">
<h3><a href="#">Dr. P. Nithyanandam </a></h3>
<p>Professor, School of Computing Science and Engineering
<h3 class="icon fa-phone"> +919962066206
<h3 class="icon fa-envelope"> nithyanandam.p@vit.ac.in</p>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<h3><a href="#">Dr. R. Ganesan </a></h3>
<p>Associate Professor, School of Computing Science and Engineering
<h3 class="icon fa-phone"> +919842292350
<h3 class="icon fa-envelope"> ganesan.r@vit.ac.in</p>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<h3><a href="#">Mr. M. Rajkumar</a></h3>
<p>Industry Partnership Cell
<h3 class="icon fa-phone"> +919840396952
<h3 class="icon fa-envelope"> rajkumar.murugesan@vit.ac.in</p>
</section>
</div>
</div>
</div></div>
</section>
<!-- Highlights -->
<!-- Footer -->
<section id="footer" class="wrapper">
<div class="title">The Rest Of It</div>
<div class="container">
<header class="style1">
<h2>About VIT</h2>
<p>
The Chennai Campus of VIT University is a globally engaged, competitive research enriched campus, strategically located in a city that is one of the biggest automotive and it hubs in India. Its motto is to respond by rearing students to major industrial, social, economic and environmental demands and challenges of cosmopolitan cities in India and the world in general. This eight years old campus offers undergraduate, post graduate and research programmes and draws smart students for every state in India, through a highly competitive examination.
</p>
</header>
<div class="row">
<span>
<div class="col-6 col-12-medium">
<section class="feature-list small">
<div class="row">
<div class="col-6 col-12-small">
<section>
<h3 class="icon fa-home">Address</h3>
<p>
Vellore Institute of Technology,
Vandalur - Kelambakkam Road Chennai,
Tamil Nadu - 600 127
</p>
</section>
</div>
<div class="col-6 col-12-small">
<section>
<h3 class="icon fa-envelope">Contact</h3>
<p>
<a href="#" style="text-decoration: none;">chennai.icrtac@vit.ac.in</a>
<br><a href="#" style="text-decoration: none;">+919962066206</a>
</p>
</section>
</div>
<!--<div class="col-6 col-12-small">
<section>
<h3 class="icon fa-phone">Phone</h3>
<p>
+919962066206
</p>
</section>
</div>-->
</div>
</section>
</div>
</span>
</div>
<div id="copyright">
<ul>
<li>© 2018 VIT UNIVERSITY CHENNAI CAMPUS.</li><li>Design: <a href="#">Apratim Shukla</a></li>
</ul>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>