-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathempty.html
More file actions
159 lines (156 loc) · 5.99 KB
/
empty.html
File metadata and controls
159 lines (156 loc) · 5.99 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>TATA Centre for Artificial Intelligence and Machine Learning</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=yes"
/>
<link
href="https://fonts.googleapis.com/css?family=Nunito:300,400,700"
rel="stylesheet"
/>
<link rel="stylesheet" href="fonts/icomoon/style.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/jquery-ui.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" href="images/emblem.png" type="image/x-icon" />
<link
href="https://fonts.googleapis.com/css?family=Josefin+Sans"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link href="css/animate.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body
data-spy="scroll"
data-target=".site-navbar-target"
data-offset="300"
style="font-family: 'Josefin Sans', sans-serif !important"
>
<div class="site-wrap" id="home-section">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header
class="site-navbar js-sticky-header site-navbar-target"
style="background-color: #012951"
role="banner"
>
<div class="site-logo">
<a href="https://www.nitt.edu/" style="float: left"
><img
src="images/emblem.png"
alt="NITT"
style="width: 130px; height: 130px"
/></a>
<a href="#home-section" class="text-black head-tag go-top"></a>
</div>
<div class="container">
<div class="row align-items-center position-relative">
<div class="col-12">
<nav class="site-navigation text-center" role="navigation">
<div style="color: white; text-align: center">
<h4>
TATA Centre for Artificial Intelligence and Machine Learning
</h4>
<h6>National Institute of Technology, Tiruchirappalli</h6>
</div>
<ul
class="site-menu main-menu js-clone-nav ml-auto d-none d-lg-block"
style="float: right"
>
<li class="dropdown">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="dropdown">
<a href="" class="nav-link">Our Team</a>
<div class="dropdown-content">
<a href="team.html">NITT COE Faculty</a>
<a href="empty.html">COE Staff</a>
</div>
</li>
<li class="dropdown">
<a href="facilities.html" class="nav-link">Facilities</a>
</li>
<li class="dropdown">
<a href="research.html" class="nav-link">Focused Areas</a>
</li>
<li class="dropdown">
<a href="events.html" class="nav-link">Events</a>
</li>
<li class="dropdown">
<a href="opportunities.html" class="nav-link"
>Opportunities</a
>
</li>
<li class="dropdown">
<a href="contact.html" class="nav-link">Contact Us</a>
</li>
</ul>
</nav>
</div>
<div class="toggle-button align-items-center d-flex">
<a
href="#"
class="site-menu-toggle js-menu-toggle text-white mt-5 d-inline-block d-lg-none d-flex"
>
<span class="icon-menu h3 m-0"></span
></a>
</div>
</div>
</div>
</header>
<div class="btn btn-primary">
<a class="go-top" href="#home-section"
><i class="fa fa-angle-up" aria-hidden="true"></i
></a>
</div>
<footer class="site-footer footer-padding">
<div class="container">
<div class="row">
<div class="col-md-8">
<h3 class="footer-heading1 mb-1">Contact</h3>
<strong
>TATA Centre for Artificial Intelligence and Machine
Learning</strong
><br />
Coordinator <br />
National Institute of Technology<br />
Tiruchirappalli — 620 015<br />
Tamil Nadu, India.<br />
E-mail ID: <a href="mailto:[email protected]">[email protected]</a>;
<a href="mailto:[email protected]">[email protected]</a>
<br />
</div>
<div class="col-md-4 rightAlign"></div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
</body>
</html>