-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmtts.html
439 lines (414 loc) · 15.5 KB
/
mtts.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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>IEEE SIES GST | MTT-S</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />
<meta
name="description"
content="MTT-S sub-chapter of IEEE student chapter of SIES GST, Navi Mumbai."
/>
<meta
name="keywords"
content="IEEE, ieee, sies, gst, siesgst, official, student, website, mtts, kit"
/>
<meta name="author" content="IEEE SIES GST Student Chapter" />
<!--whatsapp and fb-->
<meta property="og:title" content="IEEE SIES GST | MTT-S" />
<meta
property="og:description"
content="MTT-S sub-chapter of IEEE student chapter of SIES GST, Navi Mumbai."
/>
<meta property="og:url" content="https://ieeesiesgst.in/mtts.html" />
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://ieeesiesgst.in/images/ieeeicon.png"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta
property="og:image:alt"
content="MTT-S sub-chapter of IEEE SIES GST"
/>
<!--twitter-->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="IEEE SIES GST | MTT-S" />
<meta
property="twitter:description"
content="MTT-S sub-chapter of IEEE student chapter of SIES GST, Navi Mumbai."
/>
<meta
property="twitter:image"
content="https://ieeesiesgst.in/images/ieeeicon.png"
/>
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#000" />
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#000" />
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#000" />
<!-- //Meta tag Keywords -->
<!-- Custom-Files -->
<!-- CSS only -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
crossorigin="anonymous"
/>
<!-- JS, Popper.js, and jQuery -->
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"
></script>
<!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!-- Style-CSS -->
<!-- font-awesome-icons -->
<link href="css/font-awesome.css" rel="stylesheet" />
<!-- //font-awesome-icons -->
<!-- /Fonts -->
<link
href="//fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900"
rel="stylesheet"
/>
<link
href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900"
rel="stylesheet"
/>
<!-- //Fonts -->
<link rel="shortcut icon" href="images/favicon.png" />
<link rel="icon" href="images/favicon.png" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png" />
</head>
<body>
<!-- mian-content -->
<div class="main-banner-mtts" id="home">
<!-- header -->
<header class="header">
<div class="container-fluid px-lg-5">
<!-- nav -->
<nav class="py-4">
<div id="logo">
<h1>
<a href="https://ieeesiesgst.in"
><img id="ielogo" src="images/ieeesiesblack.png"
/></a>
</h1>
</div>
<label for="drop" class="toggle">Menu</label>
<input type="checkbox" id="drop" />
<ul class="menu mt-2">
<li><a href="https://ieeesiesgst.in">Home</a></li>
<li id="adapt"><a href="about.html">About</a></li>
<li><a href="epsilon.html">Events</a></li>
<li class="active">
<!-- First Tier Drop Down -->
<label for="drop-2" class="toggle"
>Explore
<span class="fa fa-angle-down" aria-hidden="true"></span>
</label>
<a href="#" style="text-shadow: 0px 0px 4px #000 !important"
>Explore
<span class="fa fa-angle-down" aria-hidden="true"></span
></a>
<input type="checkbox" id="drop-2" />
<ul>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="achievements.html">Achievements</a></li>
<li><a href="wie.html">WIE</a></li>
<li><a href="mtts.html">MTT-S</a></li>
<li><a href="cs.html">CS</a></li>
<li><a href="epsilon.html">Epsilon</a></li>
</ul>
</li>
<li><a href="team.html">Our Team</a></li>
<li><a href="contact.html">Contact</a></li>
<li>
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement(
{ pageLanguage: "en" },
"google_translate_element"
);
}
</script>
<script
type="text/javascript"
src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"
></script>
</li>
</ul>
</nav>
<!-- //nav -->
</div>
</header>
<!-- //header -->
<!--/banner-->
<!--// banner-inner -->
</div>
<!-- /hand-crafted -->
<section class="hand-crafted bg-light py-5">
<div class="container py-xl-5 py-lg-3">
<div class="row banner-grids">
<div class="col-lg-6 banner-image">
<div class="effect-w3">
<img
src="images/mtts_certi.png"
alt=""
class="img-fluid image1"
/>
</div>
</div>
<div class="col-lg-6 last-img pl-lg-5 p-3">
<h3 class="tittle mb-4">MTT-S CHAPTER</h3>
<p class="mb-4">
The Microwave theory and techniques society was inaugurated in the
year 2019 and promotes the advancement of microwave theory and its
applications, including RF, microwave, millimeter-wave, and
terahertz technologies.
</p>
<div class="ban-buttons">
<!-- <a href="services.html" class="btn">Read More</a> -->
</div>
</div>
</div>
</div>
</section>
<!-- //hand-crafted -->
<!-- collection -->
<section class="collection py-lg-4 py-md-3 py-sm-3 py-3">
<div class="container py-lg-5 py-md-4 py-sm-4 py-3">
<h3 class="tittle text-center mb-lg-5 pb-3">Our Achievements</h3>
<!-- row -->
<div class="row my-lg-5 my-md-4 my-3">
<div class="col-lg-5 col-md-6">
<img
src="images/sameer2020.jpg"
alt="imarc 2019 image"
class="img-fluid ac-resp-img-sam"
/>
</div>
<div class="col-lg-7 col-md-6 collection-w3layouts">
<div class="ac-resp-txt-sam">
<h4>Visit to SAMEER 2020</h4>
<p class="mt-2">
Our MTT-S members got the opportunity to visit the Society of
Applied Microwave and Electronic Engineering Research (SAMEER)
in Kharghar, Navi Mumbai where they were showcased the various
tests conducted by them before any product enters the market.
The research centre focuses on the safety of products after they
enter the market for radiation, durability during daily use and
environmental safety.
</p>
<div class="view-buttn mt-lg-4 mt-3"></div>
</div>
</div>
</div>
<!--// row -->
<!--row -->
<div class="row">
<div class="col-lg-7 col-md-6 collection-w3layouts">
<h4>RF KIT</h4>
<p class="mt-2">
IEEE MTT-S was gifted a RF kit for free which was worth $500. That
kit was used for workshops conducted for students.
</p>
<div class="view-buttn mt-lg-4 mt-3"></div>
</div>
<div class="col-lg-5 col-md-6">
<img src="images/rf_kit.png" alt="RF kit image" class="img-fluid" />
</div>
</div>
<!--// row -->
<!-- row -->
<div class="row my-lg-5 my-md-4 my-3">
<div class="col-lg-5 col-md-6">
<img
src="images/imarc.jpeg"
alt="imarc 2019 image"
class="img-fluid ac-resp-img"
/>
</div>
<div class="col-lg-7 col-md-6 collection-w3layouts">
<div class="ac-resp-txt">
<h4>IMaRC 2019</h4>
<p class="mt-2">
Members of IEEE MTT-S SIES GST had attended IMaR conference
2019. For attending this conference, our two members got
scholarship.
</p>
<div class="view-buttn mt-lg-4 mt-3"></div>
</div>
</div>
</div>
<!--// row -->
<!-- row -->
<div class="row">
<div class="col-lg-7 col-md-6 collection-w3layouts">
<h4>Jio Iv</h4>
<p class="mt-2">
An Industrial visit was organized in partnership with Jio, Navi
Mumbai. Future technologies by Jio were showcased.
</p>
<div class="view-buttn mt-lg-4 mt-3"></div>
</div>
<div class="col-lg-5 col-md-6">
<img
src="images/jio_iv2.png"
alt="JIO iv image"
class="img-fluid"
/>
</div>
<!-- <div class="col-lg-5 col-md-6 stm-vd">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/v64KOxKVLVg" allowfullscreen></iframe>
</div>
</div> -->
</div>
<!--// row -->
</div>
</section>
<!-- collection -->
<!--goal-->
<!--/ab -->
<section class="about py-lg-5 py-md-5 py-3" style="background: #e8e8e8">
<div class="container">
<div class="inner-sec-w3ls py-lg-5 py-3">
<h3 class="tittle text-center mb-lg-5 pb-3">Our Goal</h3>
<p
style="
font-family: 'Open Sans';
font-style: italic;
font-size: 1.8em;
font-weight: 350;
"
>
"Our mission is to continue to understand and influence microwave
technology and to provide a forum for all microwave engineers."
</p>
</div>
</div>
</section>
<!-- //ab -->
<!--goal-->
<!--footer -->
<footer>
<section class="footer footer_1its py-5">
<div class="container py-md-4">
<div class="row footer-top mb-md-5 mb-4">
<div class="col-lg-4 col-md-6 footer-grid_section_1its">
<div class="footer-title-w3ls">
<h3>Reach Out to Us</h3>
</div>
<div class="footer-text">
<p>
<b>Address</b> : SIES Graduate School of Technology, Plot 1-C
D & E, Sector-V, Navi Mumbai, Maharashtra 400706
</p>
<p><b>Phone</b> : +91 9167923446</p>
<p>
<b>Email</b> :
<a href="mailto:ieee@siesgst.ac.in">ieee@siesgst.ac.in</a>
</p>
</div>
</div>
<div
class="col-lg-4 col-md-6 mt-md-0 mt-4 footer-grid_section_1its"
>
<div class="footer-title-w3ls">
<h3>Catch On</h3>
</div>
<p>
Always Open on following Social sites, feel free to check out.
</p>
<ul class="social_section_1info">
<li class="mb-2 instagram">
<a href="https://www.instagram.com/ieeesiesgst/"
><span class="fa fa-instagram mr-1"></span>Instagram</a
>
</li>
<li class="mb-2 youtube">
<a
href="https://www.youtube.com/channel/UCXAeBcDQQBiuVtzn4ke-Xsw"
><span class="fa fa-youtube-play mr-1"></span>YouTube</a
>
</li>
<li class="mb-2 facebook">
<a href="https://m.facebook.com/ieeesiesgstofficial/"
><span class="fa fa-facebook mr-1"></span>Facebook</a
>
</li>
<li class="mb-2 linkedin">
<a href="https://www.linkedin.com/mwlite/company/ieee-gst"
><span class="fa fa-linkedin mr-1"></span>LinkedIn</a
>
</li>
<li class="mb-2 github">
<a href="https://github.com/ieeesiesgst"
><span class="fa fa-github mr-1"></span>GitHub</a
>
</li>
</ul>
</div>
<div
class="
col-lg-4 col-md-12
mt-lg-0 mt-4
col-sm-12
footer-grid_section_1its
"
>
<div class="footer-title-w3ls">
<h3>Newsletter</h3>
</div>
<div class="footer-text">
<p>
By subscribing to our mailing list you will always get latest
news and updates from us.
</p>
<form
action="https://docs.google.com/forms/u/1/d/e/1FAIpQLSfRha9CA1euCfDGVMFK6Z7V0MzWCQV5p6KAOFcHi7L4lj_LMA/formResponse"
target="_self"
method="POST"
>
<input
type="email"
name="entry.1307177627"
placeholder="Enter your email..."
required=""
/>
<button class="btn1 btn">
<span class="fa fa-paper-plane-o" aria-hidden="true"></span>
</button>
<div class="clearfix"></div>
</form>
</div>
</div>
</div>
<div class="move-top-w3layouts text-center mt-3">
<a href="#home" class="move-top">
<span class="fa fa-angle-up mb-3" aria-hidden="true"></span
></a>
</div>
</div>
</section>
</footer>
<!-- //footer -->
</body>
</html>