-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutde2.html
More file actions
213 lines (171 loc) · 14.2 KB
/
Copy pathaboutde2.html
File metadata and controls
213 lines (171 loc) · 14.2 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
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
<!DOCTYPE html>
<html>
<head>
<title>AboutDepartment2</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link href="https://fonts.googleapis.com/css2?family=Girassol&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link type="text/css" rel="stylesheet" href="css/header.css" media="screen,projection"/>
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet'>
</head>
<body>
<!-- Nav bar begins -->
<nav class="nav-extended1">
<div class="nav-wrapper1">
<div class="coll-1" >
<a href="#" class="brand-logo1" >
<img src="images/logo.png"></a>
</div>
<!-- <a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a> -->
<!-- <ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="sass.html">Sass</a></li>
<li><a href="badges.html">Components</a></li>
<li><a href="collapsible.html">JavaScript</a></li>
</ul> -->
<div class="coll-2" style= "margin-top:4%">
<h4 class="main-heading1"> Indian Institute of Infirmation Technology Una</h4>
<h5 class="hindi-heading1">
<span> भारतीय सूचना
प्रौद्योगिकी संस्थान ऊना </span>
</h5>
</div>
</div>
<div class="nav-content1" >
<div class="tabs11">
<a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul id="nav-mobile" class="hide-on-med-and-down">
<li><a href="index.html">Home</a></li>
<div class="dropdownn1" >
<div class="dropbtnn1"><li><a href="about1.html">About Us</a></li></div>
<div class="dropdown-content1"style="margin-top:60px;" >
<a href="about1.html">About IIIT Una</a>
<a href="about2.html">Vision & Mission</a>
<a href="about3.html">Director's Desk</a>
<a href="staff.html">IIITU Office</a>
<a href="about4.html">RTI</a>
<a href="about5.html">Campus</a>
<a href="howto.html">How to reach</a>
</div>
</div>
<li><a href="academics.html">Academics</a></li>
<div class="dropdownn1">
<div class="dropbtnn1"><li><a href="#">Departments</a></li></div>
<div class="dropdown-content2" style="margin-top:60px;" >
<div class="row">
<div class="coll1">
<div class="topic">School of Computing</div>
<a href="csed_home.html">Home</a>
<a href="aboutde1.html">About Us</a>
<a href="departcse.html">Faculty</a>
<a href="#">Academics</a>
</div>
<div class=coll1>
<div class="topic">School of Electronics</div>
<a href="#">Home</a>
<a href="aboutde2.html">About Us</a>
<a href="departece.html">Faculty</a>
<a href="#">Academics</a>
</div>
<div class=coll2>
<div class="topic">School of Basic Sciences</div>
<a href="basic.html">Home</a>
</div>
</div>
</div>
</div>
<li><a href="admissions.html">Admissions</a></li>
<li><a href="placement.html">Placements</a></li>
<li><a class="test">Recruitment</a></li>
<li><a href="#test1">Tenders</a></li>
<li><a href="#test4">Gallery</a></li>
</div>
</div>
</nav>
<script>
document.addEventListener('DOMContentLoaded', function() {
console.log("ok");
var elems = document.querySelectorAll('.sidenav');
var options={edge:'left'};
var instances = M.Sidenav.init(elems, options);
});</script>
<ul class="sidenav" id="mobile-demo">
<li><a href="#test1">Home</a></li>
<div class="dropdownn1" >
<div class="dropbtnn1"><li><a href="#">About Us</a></li></div>
<div class="dropdown-content1"style="margin-top:60px;" >
<a href="https://abhilasha339027.github.io/Abhilashatharaniya-IIITU-Website/about1.html">About IIIT Una</a>
<a href="https://abhilasha339027.github.io/Abhilashatharaniya-IIITU-Website/about2.html">Vision & Mission</a>
<a href="https://abhilasha339027.github.io/Abhilashatharaniya-IIITU-Website/about3.html">Director's Desk</a>
<a href="staff.html">IIITU Office</a>
<a href="https://abhilasha339027.github.io/Abhilashatharaniya-IIITU-Website/about4.html">RTI</a>
<a href="https://abhilasha339027.github.io/Abhilashatharaniya-IIITU-Website/about5.html">Campus</a>
<a href="https://abhilasha339027.github.io/Abhilashatharaniya-IIITU-Website/howto.html">How to reach</a>
</div>
</div>
<br>
<li><a href="#test1">Academics</a></li>
<div class="dropdownn1">
<div class="dropbtnn1"><li><a href="#">Departments</a></li></div>
<div class="dropdown-content2" style="margin-top:60px;" >
<div class="row">
<div class="coll1">
<div class="topic">School of Computing</div>
<a href="#">Home</a>
<a href="#">About Us</a>
<a href="#">Faculty</a>
<a href="#">Academics</a>
</div>
<div class=coll1>
<div class="topic">School of Electronics</div>
<a href="#">Home</a>
<a href="#">About Us</a>
<a href="#">Faculty</a>
<a href="#">Academics</a>
</div>
<div class=coll2>
<div class="topic">School of Basic Sciences</div>
<a href="#">Home</a>
</div>
</div>
</div>
</div>
<br>
<li><a href="#test1">Admissions</a></li>
<li><a href="#test1">Placements</a></li>
<li><a class="active" href="#test2">Recruitment</a></li>
<li><a href="#test1">Tenders</a></li>
<li><a href="#test4">Gallery</a></li>
</ul>
<br>
<!-- Nav bar ends -->
<div class="section">
<div class="container">
<div class="row">
<div class="col s12 m10 offset-m1">
<div class="card #cfd8dc blue-grey lighten-5" style="border-style: solid;border-width: medium0;border-color:#78909c;border-radius: 20px;">
<div class="card-content black-text">
<div style="text-align: center;">
<h5><b>About The Department</b></h5>
</div>
<br>
<hr style="border: 1px dashed black;"/>
<br>
<p align="justify" style="font-size: 15px;"><b>The team approach is very warm in the Department of E&CE. A palpable excitement surrounds the Department of E&CE, an enthusiasm pervades every classroom and lab, invigorating our students and spurring on our faculty to fresh innovations.
In an age when electronics play a major role in daily life and the promise of nanotechnology is coming to fruition, it truly is a great time to be a part of E&C engineering.
The pollution free aura of the state surrounded by snow-clad Dauladhar ranges, technological strength and increasing national prominence has presented us with unmatched
opportunities for research, education, and service to society </b></p>
<br>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
</body>
</html>