-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>R&D Cell</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="container">
<div class="container1">
<div class="c1"><img class="img1" src="r&d'.jpg" alt="R&D"></div>
<div class="c1"><a href=""></a>Home</div>
<div class="c1"><a href=""></a>Events</div>
<div class="c1"><a href=""></a>Our team</div>
<div class="c1"><a href=""></a>R&D Cell Page</div>
</div>
<div class="container2"><div class="c2">RESEARCH AND DEVELOPMENT</div></div>
</div>
<div class="glitch-wrapper">
<div class="glitch" data-glitch="Welcome to research and development cell">Welcome to research and development cell</div>
</div>
</header>
<main>
<div class="container4">
<img class="background" src="3357683.jpg" alt="img">
<div class="p3">
<div class="p2"><div class="s1"><h2>Vision</h2>
To become a globally renowned technical Institute to promote research in newly emerging frontiers of science and technology including multidisciplinary domains.
To promote the growth of the Nation’s R&D ecosystem by contributing in diverse areas</div><div class="s2"><h2>Mission</h2>
<ul> <li>To promote multidisciplinary academic and industry-oriented research</li>
<li>To promote research activities of students and faculty</li>
<li>To enable knowledge creation and technology transfer</li></ul>
</div></div>
<div class="p1">
<div class="container3"><p class="s3">“No research without action, no action without research”</h1></p></div>
</div>
</div>
</div>
</main>
</body>
</html>