-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
278 lines (248 loc) · 14.9 KB
/
index.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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NOC Homepage</title>
<!-- Favicon -->
<link rel="shortcut icon" href="./favicon.ico">
<!-- Disable tap highlight on IE -->
<meta name="msapplication-tap-highlight" content="no">
<!-- Web Application Manifest -->
<link rel="manifest" href="manifest.json">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="NOC Online Certification">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="NOC Online Certification">
<link rel="apple-touch-icon" href="images/touch/apple-touch-icon.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#2F3BA2">
<!-- Color the status bar on mobile devices -->
<meta name="theme-color" content="#2F3BA2">
<!-- Roboto fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<!-- Material Design icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- Material Design Lite page styles -->
<link rel="stylesheet" href="./node_modules/material-design-lite/material.css">
<!-- mdl-ext -->
<link rel="stylesheet" href="./node_modules/mdl-ext/lib/mdl-ext-eqjs.min.css">
<!-- Your styles -->
<link rel="stylesheet" href="./styles/main.css">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<!-- Font Awesome -->
<script src="https://use.fontawesome.com/f51258b74c.js"></script>
</head>
<body class="mdl-demo mdl-color--grey-100 mdl-color-text--grey-700 mdl-base">
<!-- Always shows a header, even in smaller screens. -->
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header mdlext-layout__sticky-header mdlext-js-sticky-header">
<div class="mdl-layout__header-row">
<!-- Title -->
<span id="header-title" class="mdl-layout-title">NPTEL Online Certification</span>
<!-- Add spacer, to align navigation to right -->
<div class="mdl-layout-spacer"></div>
<!-- Navigation for large screens -->
<nav class="mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link" href="./index.html"><b>Home</b></a>
<a class="mdl-navigation__link" href="./aboutus.html"><b>About Us</b></a>
<a class="mdl-navigation__link" href="./faq.html"><b>FAQ</b></a>
<a class="mdl-navigation__link" href="./contactus.html"><b>Contact Us</b></a>
<a class="mdl-navigation__link" href="#"><b>Exam Results Login</b></a>
</nav>
<!-- Navigation for small screens -->
<div class="mdl-layout--small-screen-only">
<button id="nav-menu" class="mdl-button mdl-js-button mdl-button--icon"><span><i class="material-icons">menu</i></span></button>
</div>
<ul class="mdl-menu mdl-menu--bottom-right mdl-js-menu mdl-js-ripple-effect" for="nav-menu">
<li class="mdl-menu__item"><a href="./index.html">Home</a></li>
<li class="mdl-menu__item"><a href="./aboutus.html">About Us</a></li>
<li class="mdl-menu__item"><a href="./faq.html">FAQ</a></li>
<li class="mdl-menu__item"><a href="./contactus.html">Contact Us</a></li>
</ul>
</div>
</header>
<main class="mdl-layout__content">
<div class="carousel" id="carousel">
<img class="slide" src="./images/slide_1.jpg">
<img class="slide" src="./images/slide_2.jpg">
<img class="slide" src="./images/slide_3.jpg">
<img class="slide" src="./images/slide_4.jpg">
</div>
<div class="carousel-buttons">
<button id="left" class="w3-button w3-display-left mdl-button mdl-js-button mdl-button--icon" onclick="plusDivs(-1)"><i class="material-icons">keyboard_arrow_left</i></button>
<button id="right" class="w3-button w3-display-right mdl-button mdl-js-button mdl-button--icon" onclick="plusDivs(+1)"><i class="material-icons">keyboard_arrow_right</i></button>
</div>
<div class="page-content mdl-grid" id="page-content">
<div class="mdl-cell mdl-cell--1-offset-desktop mdl-cell--2-col-desktop mdl-cell--2-col-tablet mdl-cell--1-offset-phone mdl-cell--2-col-phone">
<a href="./courses.html"><button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--raised mdl-button--colored cbt" style="background-color: #2196f3;">UPCOMING COURSES</button></a>
</div>
<div class="mdl-cell mdl-cell--2-offset-desktop mdl-cell--2-col-desktop mdl-col--1-offset-tablet mdl-cell--2-col-tablet mdl-cell--1-offset-phone mdl-cell--2-col-phone">
<a href="./courses.html"><button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--raised mdl-button--colored cbt" style="background-color: #9c27b0;">ONGOING COURSES</button></a>
</div>
<div class="mdl-cell mdl-cell--2-offset-desktop mdl-cell--2-col-desktop mdl-col--1-offset-tablet mdl-cell--2-col-tablet mdl-cell--1-offset-phone mdl-cell--2-col-phone">
<a href="./courses.html"><button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--raised mdl-button--colored cbt" style="background-color: #4caf50;">COMPLETED COURSES</button></a>
</div>
<div class="mdl-cell mdl-card mdl-shadow--8dp mdl-cell--1-offset-desktop mdl-cell--4-col-desktop mdl-cell--4-col-tablet mdl-cell--4-col-phone" style="margin-top: 30px;">
<div class="mdl-card__title" style="padding: 20px;">
<h2 class="mdl-card__title-text" style="margin: 0 auto;">Recent News</h2>
</div>
<div>
<hr>
<a href="http://www.carbonzerochallenge.org/" style="text-decoration: none;">
<div style="padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px;">
Carbon Zero Challenge - A competition jointly presented by IIT Madras, US Consulate General - Chennai and IWMA
</div>
</a>
<hr>
<a href="http://nptel.ac.in/LocalChapter/Assets/spoc_refdocs/Final%20Exam%20Cities%20March%202017.pdf" style="text-decoration: none;">
<div style="padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px;">
March Exam Cities
</div>
</a>
<hr>
<a href="http://nptel.ac.in/LocalChapter/Assets/spoc_refdocs/April%20Exam%20cities.pdf" style="text-decoration: none;">
<div style="padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px;">
April Exam Cities
</div>
</a>
<hr>
<a href="http://nptelonlinecourses.iitm.ac.in/" style="text-decoration: none;">
<div style="padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 24px;">
To register for April 2017 exams
</div>
</a>
</div>
</div>
<div class="mdl-cell mdl-card mdl-shadow--8dp mdl-cell--6-col-desktop mdl-cell--4-col-tablet mdl-cell--4-col-phone" style="margin-top: 30px; text-align: center;">
<div class="mdlext-bordered-fields" style="display: inline-block; padding: 20px;">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label mdlext-bordered-fields__icon-right">
<input class="mdl-textfield__input" type="text">
<label class="mdl-textfield__label">Search Courses</label>
<i class="material-icons">search</i>
</div>
</div>
<hr>
<div style="padding: 20px;">
Know the status of NPTEL March exam results
<button style="margin-left: 20px;" class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--raised mdl-button--colored">Click here</button>
</div>
<hr>
<div style="padding: 20px;">
Login using "Exam Results Login" (top right corner of this page) to view your scores.
</div>
<hr>
</div>
<div class="mdl-cell mdl-card mdl-shadow--8dp mdl-cell--1-offset-desktop mdl-cell--10-col-desktop mdl-cell--8-col-tablet mdl-cell--4-col-phone" style="margin-top: 30px; padding: 20px; margin-bottom: 30px;">
<div class="mdl-grid" style="width: 100%;">
<div class="mdl-cell mdl-cell--3-col-desktop mdl-cell--2-col-tablet mdl-cell--4-col-phone" style="text-align: center">
<div style="display: inline-block;">
<i class="fa fa-bar-chart-o fa-3x"></i>
</div>
</div>
<div class="mdl-cell mdl-cell--9-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
<h4><b>Statistics</b></h4>
<br>
View statistics of completed NPTEL online certification courses
<button style="margin-left: 20px;" class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--raised mdl-button--colored">Click here</button>
</div>
</div>
</div>
</div>
<div class="mdl-layout-spacer"></div>
<footer class="mdl-mega-footer">
<div class="mdl-mega-footer__middle-section">
<div class="mdl-mega-footer__drop-down-section">
<h1 class="mdl-mega-footer__heading">© Copyright@2015</h1>
</div>
<div class="mdl-mega-footer__drop-down-section">
<h1 class="mdl-mega-footer__heading">Pages</h1>
<ul class="mdl-mega-footer__link-list">
<li><a href="./index.html">Home</a></li>
<li><a href="./aboutus.html">About Us</a></li>
<li><a href="./faq.html">FAQ</a></li>
<li><a href="./contactus.html">Contact Us</a></li>
</ul>
</div>
<div class="mdl-mega-footer__drop-down-section">
<h1 class="mdl-mega-footer__heading">Follow Us</h1>
<ul class="mdl-mega-footer__link-list">
<li><a href="https://www.facebook.com/pages/Nptel-India/1413735098927291"><i style="vertical-align: middle" class="fa fa-facebook"></i> Facebook</a></li>
<li><a href="https://twitter.com/nptelindia"><i style="vertical-align: middle" class="fa fa-twitter"></i> Twitter</a></li>
</ul>
</div>
<div class="mdl-mega-footer__drop-down-section">
<h1 class="mdl-mega-footer__heading">Contact Us</h1>
<i class="material-icons" style="vertical-align: middle;">location_on</i> NPTEL Webstudio<br>
IC & SR building, 3rd Floor<br>
IIT Madras<br>
<i class="material-icons" style="vertical-align: middle;">email</i> nptel@iitm.ac.in<br>
<i class="material-icons" style="vertical-align: middle;">phone</i> (044) 22575905/22575908
</div>
</div>
</footer>
</main>
</div>
<script src="./node_modules/material-design-lite/material.min.js"></script>
<script src="./node_modules/mdl-ext/lib/mdl-ext.min.js"></script>
<script src="./node_modules/eq.js/dist/eq.min.js"></script>
<script>
var slideIndex = 1;
showDivs(slideIndex);
function plusDivs(n) {
showDivs(slideIndex += n);
}
function showDivs(n) {
var i;
var x = document.getElementsByClassName("slide");
if (n > x.length) {
slideIndex = 1
}
if (n < 1) {
slideIndex = x.length
};
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
x[slideIndex - 1].style.display = "block";
}
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("slide");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
slideIndex++;
if (slideIndex > x.length) {
slideIndex = 1
}
x[slideIndex - 1].style.display = "block";
setTimeout(carousel, 2000); // Change image every 2 seconds
}
</script>
<script>
var h = $("#carousel").height();
$("#page-content").css('margin-top', h / 2);
$("#left").css('margin-top', (h / 2) - 5);
$("#right").css('margin-top', (h / 2) - 5);
$(window).resize(function() {
var h = $("#carousel").height();
$("#page-content").css('margin-top', h / 2);
$("#left").css('margin-top', (h / 2) - 5);
$("#right").css('margin-top', (h / 2) - 5);
});
</script>
<!-- build:js scripts/main.min.js -->
<script src="scripts/main.js"></script>
<!-- endbuild -->
</body>
</html>