-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsponsors.html
137 lines (121 loc) · 4.26 KB
/
sponsors.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
<!DOCTYPE HTML>
<html>
<head>
<title>ICRTAC-CPS 2018|SPONSORS</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>
</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" class="current">Sponsors</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li>
</ul>
</nav>
</section>
<!-- Main -->
<div id="main" class="wrapper style2">
<div class="title">Sponsors</div>
<div class="container">
<!-- Content -->
<div id="content">
<article class="box post">
<header class="style1">
<h2>Event Sponsors</h2>
</header>
<a href="#" class="image1 featured">
<img src="images/owasp.png" alt="" />
</a>
</article>
</div>
</div>
</div>
<!-- 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>
</ul>
</div>
</div>
</section>
</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>