-
Notifications
You must be signed in to change notification settings - Fork 1
/
sense.html
330 lines (323 loc) · 16 KB
/
sense.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<style>
body {
margin: 0px;
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}
nav {
font-weight: bolder;
}
nav a {
color: #030E63 !important;
}
.marketing>h2 {
margin: 10px 0px 100px 0px;
}
.carousel {
transition: transform 1s ease;
}
.titlebar{
background-image: url("./Group\ 3.png");
}
.titlebar h1 {
color: #F9D100;
font-weight: 800;
font-family: Nunito;
font-size: 48px;
padding: 5px;
}
.VDAT24 {
text-align: justify;
}
.VDAT24 p {
font-size: large;
}
div.slide-right {
width:100%;
overflow:hidden;
}
div.slide-right h1,h2,h3 {
animation: 1s slide-right;
}
.date_venue {
font-size: 40px;
}
.theme {
color: white;
font-size: 28px;
}
.prog {
font-size: large;
}
.vitindia {
font-size: 36px;
}
@media (max-width: 768px) {
.titlebar h1 {
font-size: 24px;
}
.date_venue {
font-size: 20px;
}
.theme {
color: white;
font-size: 15px;
}
.btbox {
font-size: medium;
}
.prog {
font-size: small;
}
.vitindia {
font-size: 20px;
}
}
@media (max-width: 576px) {
.titlebar h1 {
font-size: 18px;
}
.date_venue {
font-size: 16px;
}
.theme {
color: white;
font-size: 10px;
}
.btbox {
font-size: small;
}
.prog {
font-size: small;
}
.vitindia {
font-size: 16px;
}
}
.VDAT24 {
text-align: justify;
}
.VDAT24 p {
font-size: large;
}
nav {
font-size: 15px;
}
.ieeem img {
height: 70px;
width: 75px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
nav {
font-size: 15px !important;
}
nav ul>li {
font-size: 15px !important;
}
#vit-logo img {
height: 40px;
}
.ieeem img {
height: 50px;
width: 55px;
}
.vlsil img {
height: 50px;
width: 55px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
nav {
font-size: 12px !important;
}
nav ul>li {
font-size: 12px !important;
}
#vit-logo img {
height: 30px;
}
.ieeem img {
height: 40px;
width: 45px;
}
.vlsil img {
height: 40px;
width: 45px;
}
}
@media (max-width: 768px) {
.VDAT24 p{
font-size: 12px !important;
}
}
.footer {
color: white !important;
text-align: justify;
}
</style>
</head>
<body>
<!--Nav Bar-->
<section class="header">
<nav class="navbar navbar-expand-lg" style="background-color: #EEEEEE;">
<div class="container-fluid">
<div id="vit-logo">
<a href="https://vit.ac.in/" class="navbar-brand p-0" target="_blank">
<img src="./VIT_COLOURED LOGO.png" alt="vit-logo" height="50px">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 nav-underline">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
HOME
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="./index.html">VDAT 2024</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="https://vit.ac.in/">VIT</a></li>
<li><a class="dropdown-item" href="http://vlsi_india.tripod.com/">VSI</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./committee.html">COMMITTEE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./important_dates.html">IMPORTANT DATES</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="./registration.html" role="button" data-bs-toggle="dropdown" aria-expanded="false">
REGISTRATION
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="./registration.html">REGISTRATION</a></li>
<li><a class="dropdown-item" href="./accommadation.html">ACCOMMADATION</a></li>
<li><a class="dropdown-item" href="./travel_visa.html">TRAVEL AND VISA</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="./submission.html" role="button" data-bs-toggle="dropdown" aria-expanded="false">
SUBMISSION
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="./submission.html">CALL FOR PAPERS</a></li>
<li><a class="dropdown-item" href="./tutorials.html">CALL FOR TUTORIALS</a></li>
<li><a class="dropdown-item" href="./call_for_sponsors.html">CALL FOR SPONSORS</a></li>
<li><a class="dropdown-item" href="./fellowships.html">CALL FOR FELLOWSHIPS</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./call_for_sponsors.html">SPONSORSHIPS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./speakers.html">SPEAKERS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">CONTACT US</a>
</li>
</ul>
<form class="d-flex" role="search">
<div id="vlsi-logo">
<a href="https://www.ieeemadras.org/" class="navbar-brand p-0 ieeem" target="_blank">
<img src="./ieeemas_logo.jpeg" alt="ieeem-logo">
</a>
<a href="http://vlsi_india.tripod.com/" class="navbar-brand p-0 vlsil" target="_blank">
<img src="./VSI Logo 1.png" alt="vlsi-logo">
</a>
</div>
</form>
</div>
</div>
</nav>
<!--Jumbotron-->
<div class="p-5 text-center titlebar slidedown">
<div class="container">
<h1><span class="date_venue">28<sup>th</sup> International Symposium on</span><br />VLSI Design and Test (VDAT-2024)<br /><span class="date_venue">1<sup>st</sup> - 3<sup>rd</sup> September 2024<br /><span class="vitindia">Vellore Institute of Technology, Vellore, INDIA</span></span><br /><span class="theme">Emerging Technologies for VLSI Design Ecosystem</span></h1>
</div>
</div>
</section>
<section class="visa mt-5">
<div class="container px-4 pb-5" id="icon-grid">
<div class="slide-right">
<h1 class="border-bottom mb-5">About School of Electronics Engineering</h1>
<p>The School of Electronics Engineering (SENSE) at VIT was established to provide cutting-edge knowledge in Electronics, Communication Engineering, and related fields. Currently, SENSE offers three undergraduate programs and six postgraduate programs. The recently introduced B.Tech program in Electronics Engineering with a specialization in VLSI Technology, marks a noteworthy addition. The school has well-equipped laboratories with outstanding infrastructure in Electronics, Communication, VLSI, Embedded Systems, Sensors, and Nanotechnology. State-of-the-art simulation tools are employed to address diverse specializations, encompassing facilities for design, analysis, simulation and the synthesis of both experimental and theoretical results. SENSE actively encourages students to undertake their final year projects in industry, research organizations.</p><br />
<p class="mb-5">Additionally, the school features industry-sponsored advanced laboratories dedicated to research and development. Memoranda of Understanding (MoUs), with various foreign universities, research organizations, and industries facilitate student and faculty exchanges. The faculty, all holding PhDs, play a pivotal role in research and development activities. They are actively engaged in projects funded by government organizations such as DRDO, ISRO (RESPOND), BRNS, as well as agencies like DST. Qualified students are placed on campus, with a significant number securing positions in core companies annually. Graduates from the M.Tech VLSI Design program consistently find placements in reputable VLSI industries. They contribute to the strength of the School by delivering alumni lectures, inspiring, and guiding their juniors in the latest developments in VLSI design and fabrication.</p>
<div style="text-align:left">
<a href="https://vit.ac.in/schools/school-of-electronics-engineering" target="_blank"><button type="button" class="btn btn-dark btn-lg px-4 me-md-2" style="font-weight: 600;">For More Information</button></a>
</div>
</div>
</div>
</section>
<!--Footer-->
<section class="footer" style="background-color: #111;">
<div class="container">
<footer class="row row-cols-1 row-cols-sm-2 row-cols-md-5 pt-5 my-5 border-top">
<div class="col mb-3">
<a href="/" class="d-flex align-items-center mb-3 link-body-emphasis text-decoration-none">
<svg class="bi me-2" width="40" height="32"><use xlink:href="#bootstrap"></use></svg>
</a>
<div>
<p>VDAT 2024</p>
</div>
</div>
<div class="col mb-3">
</div>
<div class="col mb-3">
<h5 class="text-decoration-underline">Contact Us</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0" style="color: white;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-geo-alt" viewBox="0 0 16 16">
<path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A32 32 0 0 1 8 14.58a32 32 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10"/>
<path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6"/>
</svg> Vellore Institute of Technology, Vellore - 632014, Tamilnadu, India</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0" style="color: white;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person-lines-fill" viewBox="0 0 16 16">
<path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5 6s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zM11 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm2 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1z"/>
</svg> 98944 32359<br /> 99430 62343</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0" style="color: white;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope-at" viewBox="0 0 16 16">
<path d="M2 2a2 2 0 0 0-2 2v8.01A2 2 0 0 0 2 14h5.5a.5.5 0 0 0 0-1H2a1 1 0 0 1-.966-.741l5.64-3.471L8 9.583l7-4.2V8.5a.5.5 0 0 0 1 0V4a2 2 0 0 0-2-2zm3.708 6.208L1 11.105V5.383zM1 4.217V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.217l-7 4.2z"/>
<path d="M14.247 14.269c1.01 0 1.587-.857 1.587-2.025v-.21C15.834 10.43 14.64 9 12.52 9h-.035C10.42 9 9 10.36 9 12.432v.214C9 14.82 10.438 16 12.358 16h.044c.594 0 1.018-.074 1.237-.175v-.73c-.245.11-.673.18-1.18.18h-.044c-1.334 0-2.571-.788-2.571-2.655v-.157c0-1.657 1.058-2.724 2.64-2.724h.04c1.535 0 2.484 1.05 2.484 2.326v.118c0 .975-.324 1.39-.639 1.39-.232 0-.41-.148-.41-.42v-2.19h-.906v.569h-.03c-.084-.298-.368-.63-.954-.63-.778 0-1.259.555-1.259 1.4v.528c0 .892.49 1.434 1.26 1.434.471 0 .896-.227 1.014-.643h.043c.118.42.617.648 1.12.648m-2.453-1.588v-.227c0-.546.227-.791.573-.791.297 0 .572.192.572.708v.367c0 .573-.253.744-.564.744-.354 0-.581-.215-.581-.8Z"/>
</svg> [email protected]</a></li>
</ul>
</div>
<div class="col mb-3" style="color: white;">
<h5 class="text-decoration-underline">Quick Links</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="./index.html" class="nav-link p-0" style="color: white;">Home</a></li>
<li class="nav-item mb-2"><a href="./sponsorships.html" class="nav-link p-0" style="color: white;">Sponsorships</a></li>
<li class="nav-item mb-2"><a href="./submission.html" class="nav-link p-0" style="color: white;">Submission</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0" style="color: white;">FAQs</a></li>
</ul>
</div>
<div class="col mb-3">
<h5 class="text-decoration-underline">Organized by</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a target=”_blank” href="https://vit.ac.in/schools/school-of-electronics-engineering" class="nav-link p-0" style="color: white;">School of Electronics Engineering, VIT Vellore</a></li>
</ul>
</div>
</footer>
</div>
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 border-top">
<p>© VIT All rights reserved.</p>
<ul class="list-unstyled d-flex">
<li class="ms-3"><a class="link-body-emphasis" href="#"><img src="./icons8-twitterx-24.png"></a></li>
<li class="ms-3"><a class="link-body-emphasis" href="#"><img src="./icons8-instagram-24.png"></a></li>
<li class="ms-3"><a class="link-body-emphasis" href="#"><img src="./icons8-facebook-24.png"></a></li>
</ul>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>