-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
358 lines (341 loc) · 15.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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!DOCTYPE html>
<html lang="en">
<head>
<!-- this is v impt while importing from codepen. -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons+Sharp">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.4.5/swiper-bundle.min.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome To IGDTUW</title>
<link rel="icon" type="image/x-icon" href="/assets/log.jpg">
</head>
<link rel="stylesheet" href=link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" integrity="sha384-wESLQ85D6gbsF459vf1CiZ2+rr+CsxRY0RpiF1tLlQpDnAgg6rwdsUF1+Ics2bni" crossorigin="anonymous">
<body>
<header>
<!-- NAVIGATION BAR-->
<div class="topnav" id="myTopnav">
<a href="#home" class="active">
<img src="assets/log.jpg" alt="Logo">
</a>
<a href="#callus">ABOUT US</a>
<div class="dropdown">
<button class="dropbtn">DEPARTMENTS</button>
<div class="dropdown-content">
<a href="#">Applied Sciences and Humanities</a>
<a href="#">Computer Science and Engineering</a>
<a href="#">Information Technology</a>
<a href="#">Electronics and Communication Engineering</a>
<a href="#">Mechanical and Automation Engineering</a>
<a href="#">Management</a>
</div>
<i class="fa fa-angle-down"></i>
</div>
<a href="#library">ADMISSIONS</a>
<div class="dropdown">
<button class="dropbtn">STUDENT LIFE</button>
<div class="dropdown-content">
<a href="#">ACTIVITIES</a>
<a href="#">AMENITIES</a>
<a href="#">NCC AND SPORTS</a>
<a href="#">HOLISTIC HEALTHCARE</a>
<a href="#">TECHNICAL CLUB</a>
</div>
<i class="fa fa-angle-down"></i>
</div>
<div class="dropdown">
<button class="dropbtn">GALLERY</button>
<div class="dropdown-content">
<a href="#">Cultural Fest</a>
<a href="#">Tech Fest</a>
<a href="#">Annual Sports</a>
<a href="#">G-20</a>
<a href="#">Conferences</a>
</div>
<i class="fa fa-angle-down"></i>
</div>
<a href="login/login.html"> <button>Log in/Sign up</button></a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
<div class="theme-toggler">
<span class="material-icons-sharp active">light_mode</span>
<span class="material-icons-sharp">dark_mode</span>
</div>
</div>
</header>
<!-- Add your text here -->
<div class="container">
<h1>Indira Gandhi Delhi Technical University For Women</h1>
<!-- span is to apply a different color to the text inline w/o css in the same container css which has green but span has black so span will take priority over css -->
<p><span style="color: rgb(0, 0, 0);">(Established by Govt. of Delhi vide Act 9 of 2012)
ISO 9001:2015 Certified University.</span></p>
</div>
<marquee behavior="scroll" direction="left" style="font-size: small;">
<img src="assets/new-sign-icon-button-design-free-png.webp" alt="New Logo" style="width: 20px; height: 20px;">
Register for AIST Conference 2024 | Book Passes for Taarangana 2024 | View result for the post of Assistant Professor (on contract) in the Department of Computer Science & Engineering (Advt. No. 01/2024) | Apply for the post of Web Developer.
</marquee>
<div id="myCarousel" class="carousel carousel-fade slide" data-ride="carousel" data-interval="2000">
<div class="carousel-inner" role="listbox">
<div class="item active background a"></div>
<div class="item background b"></div>
<div class="item background c"></div>
<div class="item background d"></div>
<div class="item background e"></div>
<div class="item background f"></div>
<div class="item background g"></div>
<div class="item background h"></div>
<div class="item background i"></div>
</div>
</div>
<div class="container2">
<div class="box">
<h2>Vice Chancellor's Message</h2>
<div class="content">
<img src="assets/vcmadam1.png" alt="Vice Chancellor">
<p> It feels great to be the wind beneath the wings of one of the top ranking Emerging Engineering Institutes of Technology in India. The devouring stride of IGDTUW, since its inception in 1998 as IGIT, has been exemplary, culminating in transforming itself into an icon for women empowerment. To be a vibrant part of this illustrious edifice of teaching and learning is certainly a matter of stupendous pride and a new-found privilege for me. <br>
<br>“YOU EDUCATE A MAN, YOU EDUCATE A MAN.
YOU EDUCATE A WOMAN, YOU EDUCATE A GENERATION.” </p>
</div>
</div>
<div class="box">
<h2>Notices/Circulars</h2>
<div class="content">
<ul>
<li>Order for Appointment of Prof. Vandana Niranjan as Chief Proctor.</li>
<li>Order for Constitution of Proctoral Board.</li>
<li>Order for Celebration of Republic Day.</li>
<li>Circular as per UGC Regulation- 2018 vide Gazette Notification No. F.1-2/2017 (EC/PS)...</li>
<li>Circular as per AICTE Regulation- 2019 vide Gazette Notification Regd. No. D.L./33004...</li>
<li>Circular for submission of applications for promotion.</li>
<li>Order for Half Day Closing of University on 22nd January.</li>
<li>Circular for setup of Homeopathy and Ayurveda Dispensary in IGDTUW.</li>
</ul>
</div>
</div>
</div>
<main>
<div>
<span>discover</span>
<h1>Awards and Achievements</h1>
<hr>
<p></p>
<a href="#">download app</a>
</div>
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide swiper-slide--one">
<div>
<a href="#" target="_blank">explore</a>
</div>
</div>
<div class="swiper-slide swiper-slide--two">
<div>
<a href="#" target="_blank">explore</a>
</div>
</div>
<div class="swiper-slide swiper-slide--three">
<div>
<a href="#" target="_blank">explore</a>
</div>
</div>
<div class="swiper-slide swiper-slide--four">
<div>
<a href="#" target="_blank">explore</a>
</div>
</div>
<div class="swiper-slide swiper-slide--five">
<div>
<a href="#" target="_blank">explore</a>
</div>
</div>
</div>
<!-- Add Pagination -->
<div class="swiper-pagination"></div>
</div>
</main>
<!-- The error you're encountering, "Uncaught TypeError: themeToggler is null," suggests that the JavaScript code is trying to access the themeToggler element before it's available in the DOM. This could happen if the JavaScript code is executed before the HTML content is fully loaded. so add script b4 body closing tag -->
<script src="app.js"></script>
<div class="container">
<div class="row col-md-6 col-md-offset-3">
<div class="panel panel-primary" >
<div class="panel-heading text-center" style="background-color: rgb(34, 143, 24);">
<h1>Registration Form</h1>
</div>
<div class="panel-body">
<form action="connect.php" method="POST">
<div class="form-group">
<label for="firstName">First Name</label>
<input
type="text"
class="form-control"
id="firstName"
name="firstName"
/>
</div>
<div class="form-group">
<label for="lastName">Last Name</label>
<input
type="text"
class="form-control"
id="lastName"
name="lastName"
/>
</div>
<div class="form-group">
<label for="gender">Gender</label>
<div>
<label for="male" class="radio-inline"
><input
type="radio"
name="gender"
value="m"
id="male"
/>Male</label
>
<label for="female" class="radio-inline"
><input
type="radio"
name="gender"
value="f"
id="female"
/>Female</label
>
<label for="others" class="radio-inline"
><input
type="radio"
name="gender"
value="o"
id="others"
/>Others</label
>
</div>
</div>
<div class="form-group">
<label for="email">Email</label>
<input
type="text"
class="form-control"
id="email"
name="email"
/>
</div>
<div class="form-group">
<label for="password">Password</label>
<input
type="password"
class="form-control"
id="password"
name="password"
/>
</div>
<div class="form-group">
<label for="number">Phone Number</label>
<input
type="number"
class="form-control"
id="number"
name="number"
/>
</div>
<input type="submit" class="btn btn-primary" />
</form>
</div>
<div class="panel-footer text-right">
<small>© prerna-rn</small>
</div>
</div>
</div>
</div>
<script>
window.embeddedChatbotConfig = {
chatbotId: "UYe9lJiGaPlz8cqQSWy4e",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="UYe9lJiGaPlz8cqQSWy4e"
domain="www.chatbase.co"
defer>
</script>
</body>
<footer class="bg-body-tertiary text-center">
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Facebook -->
<a
data-mdb-ripple-init
class="btn text-white btn-floating m-1"
style="background-color: #3b5998;"
href="https://www.facebook.com/Igdtu/"
role="button"
><i class="fab fa-facebook-f"></i
></a>
<!-- Twitter -->
<a
data-mdb-ripple-init
class="btn text-white btn-floating m-1"
style="background-color: #55acee;"
href="https://twitter.com/igdtuw_delhi?lang=en"
role="button"
><i class="fab fa-twitter"></i
></a>
<!-- Google -->
<a
data-mdb-ripple-init
class="btn text-white btn-floating m-1"
style="background-color: #dd4b39;"
href="#!"
role="button"
><i class="fab fa-google"></i
></a>
<!-- Instagram -->
<a
data-mdb-ripple-init
class="btn text-white btn-floating m-1"
style="background-color: #ac2bac;"
href="https://www.instagram.com/igdtuw.official/?hl=en"
role="button"
><i class="fab fa-instagram"></i
></a>
<!-- Linkedin -->
<a
data-mdb-ripple-init
class="btn text-white btn-floating m-1"
style="background-color: #0082ca;"
href="https://www.linkedin.com/school/indira-gandhi-delhi-technical-university-for-women-new-delhi/?originalSubdomain=in"
role="button"
><i class="fab fa-linkedin-in"></i
></a>
<!-- Github -->
<a
data-mdb-ripple-init
class="btn text-white btn-floating m-1"
style="background-color: #333333;"
href="#!"
role="button"
><i class="fab fa-github"></i
></a>
</section>
<!-- Section: Social media -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.05);">
© 2024 Copyright:
<a class="text-body" href="https://www.igdtuw.ac.in/">igdtuw.com</a>
</div>
<!-- Copyright -->
</footer>
</html>