-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtorque3.html
579 lines (569 loc) · 33.5 KB
/
torque3.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
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RF0V0HB346"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RF0V0HB346');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keywords" content="torque, iitgn, magazine, technical, torqueiitgn, iit, IIT, IITGN, Gandhinagar">
<title>Torque</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="CSS/main.css">
<link rel="stylesheet" type="text/css" href="CSS/listpage.css">
<link rel=icon href=favicon.ico>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light navbar-style border-bottom fixed-top">
<div class="container-fluid">
<a class="navbar-brand navbrand-style" href="index.html">
<img src="Assets/torque_text.svg" width="90" alt="Torque">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav mx-auto">
<a class="nav-link px-3 navitem-style" aria-current="page" href="index.html">Home</a>
<a class="nav-link px-3 navitem-style" href="Blogs.html">Blogs</a>
<a class="nav-link px-3 navitem-style" href="Social.html">Social</a>
<a class="nav-link px-3 navitem-style activex" href="Editions.html">Editions</a>
<a class="nav-link px-3 navitem-style" href="EditorsChoice.html">Editor's Choice</a>
<a class="nav-link px-3 navitem-style" href="index.html#More">More</a>
<a class="nav-link px-3 navitem-style" href="About.html">About</a>
</div>
</div>
<form class="d-flex">
<button class="btn btn-primary navbutton-style px-4 py-2" id="subscribeButton0" type="button" onclick="subscribe()">Subscribe</button>
</form>
</div>
</nav>
<section id = 'title-section'>
<div class="container">
<div class="row">
<div class="col-md-4 title-section-text">
<h1>Torque 3.0</h1>
<p>2020-21</p>
<p><a href="Data/Torque3.pdf" download>Download PDF</a></p>
<p>Scroll down to read online.</p>
</div>
<div class="col-md-8 title-section-img">
<img src="Assets/Blogging-pana.svg" alt="Image couldn't be loaded">
</div>
</div>
</div>
</section>
<section id = 'list-section'>
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-5 left">
<h2>Happy Reading!</h2>
<div class="article-card" onclick="location.href='Articles/0001.html';" style="cursor: pointer;">
<h4>New Torque Logo</h4>
<img src="Assets/1A.png">
<div class="row">
<div class="col">
<p class="author">Team Torque</p>
</div>
<div class="col">
<p class="readingtime">30 s</p>
</div>
</div>
<p class="description"></p>
</div>
<div class="article-card" onclick="location.href='Articles/0003.html';" style="cursor: pointer;">
<h4>From the Director’s Desk</h4>
<img src="https://iitgn.ac.in/media/pages/faculty/civil/fac-skjain/3163897598-1600344525/skjain.jpg">
<div class="row">
<div class="col">
<p class="author">Prof. Sudhir K. Jain</p>
</div>
<div class="col">
<p class="readingtime">1 min</p>
</div>
</div>
<p class="description">Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0005.html';" style="cursor: pointer;">
<h4>From the FA’s Desk</h4>
<img src="https://iitgn.ac.in/media/pages/faculty/cse/anirban/729890348-1612245003/anirban.jpg">
<div class="row">
<div class="col">
<p class="author">Prof. Anirban Dasgupta</p>
</div>
<div class="col">
<p class="readingtime">1 min</p>
</div>
</div>
<p class="description">Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0007.html';" style="cursor: pointer;">
<h4>Letters from Tech Secy</h4>
<img src="Assets/letter.svg">
<div class="row">
<div class="col">
<p class="author">Vrutik Shah</p>
</div>
<div class="col">
<p class="readingtime">1 min</p>
</div>
</div>
<p class="description">Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0009.html';" style="cursor: pointer;">
<h4>Letters from the TORQUE Team</h4>
<img src="Assets/letter2.svg">
<div class="row">
<div class="col">
<p class="author">Deepika Soni</p>
</div>
<div class="col">
<p class="readingtime">1 min</p>
</div>
</div>
<p class="description">Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0011.html';" style="cursor: pointer;">
<h4>Letters from the TORQUE Team</h4>
<img src="Assets/letter.svg">
<div class="row">
<div class="col">
<p class="author">Jayesh Khanna</p>
</div>
<div class="col">
<p class="readingtime">1 min</p>
</div>
</div>
<p class="description">Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0013.html';" style="cursor: pointer;">
<h4>A Lesson from the Pandemic</h4>
<img src="Assets/13A.jpg">
<div class="row">
<div class="col">
<p class="author">Deepika Soni</p>
</div>
<div class="col">
<p class="readingtime">6 min 30 s</p>
</div>
</div>
<p class="description">We humans have a penchant for homeostasis. We want to go back to normal, not to a “new normal.”</p>
</div>
<div class="article-card" onclick="location.href='Articles/0015.html';" style="cursor: pointer;">
<h4>The road ahead</h4>
<img src="Assets/15A.jpg">
<div class="row">
<div class="col">
<p class="author">Ayush Kumar</p>
</div>
<div class="col">
<p class="readingtime">3 min</p>
</div>
</div>
<p class="description">One of the prime observations from the current pandemic is that even the developed nations failed to keep themselves alienated and safe from the disaster.</p>
</div>
<div class="article-card" onclick="location.href='Articles/0017.html';" style="cursor: pointer;">
<h4>PYAAR KIYA TOH DARNA KYA? </h4>
<img src="Assets/17A.jpg">
<div class="row">
<div class="col">
<p class="author">Abhinanda Dash & Uzma Sarwat</p>
</div>
<div class="col">
<p class="readingtime">3 min 30 s</p>
</div>
</div>
<p class="description">An initiative by Awaam, Society and Politics Group, IITGN</p>
</div>
<div class="article-card" onclick="location.href='Articles/0019.html';" style="cursor: pointer;">
<h4>Professor Next Door: Prof. Manish Kumar</h4>
<img src="Assets/19A.png">
<div class="row">
<div class="col">
<p class="author"></p>
</div>
<div class="col">
<p class="readingtime">10 min 30 s</p>
</div>
</div>
<p class="description">Prof Manish Kumar - Assistant Professor, Earth Sciences,
Interviewed by: Rishitha Bikkumalla B.Tech ‘19, IITGN</p>
</div>
<div class="article-card" onclick="location.href='Articles/0021.html';" style="cursor: pointer;">
<h4>Is Health Care a Right or a Commodity?</h4>
<img src="Assets/21A.jpg">
<div class="row">
<div class="col">
<p class="author">Yash Kamble</p>
</div>
<div class="col">
<p class="readingtime">5 min 30 s</p>
</div>
</div>
<p class="description">Opinion Piece, Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0023.html';" style="cursor: pointer;">
<h4>CLIMATE CHANGE: POLICY AND PRACTICE</h4>
<img src="Assets/23A.jpg">
<div class="row">
<div class="col">
<p class="author">Aman Raj</p>
</div>
<div class="col">
<p class="readingtime">6 min 30 s</p>
</div>
</div>
<p class="description">“The Earth has enough resources for our need but not for our greed.”<br> - MAHATMA GANDHI</p>
</div>
<div class="article-card" onclick="location.href='Articles/0025.html';" style="cursor: pointer;">
<h4>Doodles</h4>
<img src="Assets/doodles/4.jpg">
<div class="row">
<div class="col">
<p class="author"></p>
</div>
<div class="col">
<p class="readingtime">1 min</p>
</div>
</div>
<p class="description">Doodling Competition, Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0027.html';" style="cursor: pointer;">
<h4>The Start-up Showcase @ IITGN</h4>
<img src="">
<div class="row">
<div class="col">
<p class="author"></p>
</div>
<div class="col">
<p class="readingtime">5 min 30 s</p>
</div>
</div>
<p class="description">Skinzy and MiCoB</p>
</div>
<div class="article-card" onclick="location.href='Articles/0029.html';" style="cursor: pointer;">
<h4>Clubs and Activities</h4>
<img src="Assets/29J.png">
<div class="row">
<div class="col">
<p class="author"></p>
</div>
<div class="col">
<p class="readingtime">5 min 30 s</p>
</div>
</div>
<p class="description"></p>
</div>
<div class="article-card" onclick="location.href='Articles/0031.html';" style="cursor: pointer;">
<h4>Alumni Diaries - Pankaj Vatwani</h4>
<img src="Assets/31A.jpg">
<div class="row">
<div class="col">
<p class="author">Pankaj Vatwani, B. Tech '16</p>
</div>
<div class="col">
<p class="readingtime">3 min</p>
</div>
</div>
<p class="description"></p>
</div>
</div>
<div class="col-md-5 right">
<div class="article-card" onclick="location.href='Articles/0002.html';" style="cursor: pointer;">
<h4>Foreword</h4>
<img src="Assets/2A.svg">
<div class="row">
<div class="col">
<p class="author">Team Torque</p>
</div>
<div class="col">
<p class="readingtime">2 min</p>
</div>
</div>
<p class="description">Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0004.html';" style="cursor: pointer;">
<h4>From the Dean’s Desk</h4>
<img src="https://iitgn.ac.in/media/pages/faculty/chemistry/fac-sivapriya/1919414313-1600344524/sivapriya.JPG">
<div class="row">
<div class="col">
<p class="author">Prof. Sivapriya Kirubakaran</p>
</div>
<div class="col">
<p class="readingtime">30 s</p>
</div>
</div>
<p class="description">Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0006.html';" style="cursor: pointer;">
<h4>Letters from Tech Secy</h4>
<img src="Assets/letter.svg">
<div class="row">
<div class="col">
<p class="author">Kanishk Kalra</p>
</div>
<div class="col">
<p class="readingtime">1 min</p>
</div>
</div>
<p class="description">Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0008.html';" style="cursor: pointer;">
<h4>Letter from General Secy</h4>
<img src="Assets/letter2.svg">
<div class="row">
<div class="col">
<p class="author">Rama Balhara</p>
</div>
<div class="col">
<p class="readingtime">1 min</p>
</div>
</div>
<p class="description">Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0010.html';" style="cursor: pointer;">
<h4>Letters from the TORQUE Team</h4>
<img src="Assets/letter.svg">
<div class="row">
<div class="col">
<p class="author">Praveen Venkatesh</p>
</div>
<div class="col">
<p class="readingtime">1 min</p>
</div>
</div>
<p class="description">Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0012.html';" style="cursor: pointer;">
<h4>Letters from the TORQUE Team</h4>
<img src="Assets/letter.svg">
<div class="row">
<div class="col">
<p class="author">Shashi Sarraf</p>
</div>
<div class="col">
<p class="readingtime">1 min</p>
</div>
</div>
<p class="description">Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0014.html';" style="cursor: pointer;">
<h4>Abhaṇa</h4>
<img src="Assets/14A.jpg">
<div class="row">
<div class="col">
<p class="author">Devangshu Nandi</p>
</div>
<div class="col">
<p class="readingtime">6 min</p>
</div>
</div>
<p class="description">"The capitalist pig waits for the world to burn only to pick up what didn’t catch fire and sells it at the price of gold."</p>
</div>
<div class="article-card" onclick="location.href='Articles/0016.html';" style="cursor: pointer;">
<h4>Pandemic? What pandemic? We’re Innovators!</h4>
<img src="Assets/16A.jpg">
<div class="row">
<div class="col">
<p class="author">Praveen Venkatesh</p>
</div>
<div class="col">
<p class="readingtime">2 min 30 s</p>
</div>
</div>
<p class="description">“When life gives you lemons, make lemonade.”</p>
</div>
<div class="article-card" onclick="location.href='Articles/0018.html';" style="cursor: pointer;">
<h4>Professor Next Door: Prof. Jooyoung Kim</h4>
<img src="https://iitgn.ac.in/media/pages/faculty/hss/fac-jooyoung/1363384721-1600344526/jooyoung.jpg">
<div class="row">
<div class="col">
<p class="author"></p>
</div>
<div class="col">
<p class="readingtime">2 min</p>
</div>
</div>
<p class="description">Prof. Jooyoung Kim</p>
</div>
<div class="article-card" onclick="location.href='Articles/0020.html';" style="cursor: pointer;">
<h4>Opinion Pieces</h4>
<img src="Assets/letter3.svg">
<div class="row">
<div class="col">
<p class="author"></p>
</div>
<div class="col">
<p class="readingtime">1 min</p>
</div>
</div>
<p class="description">Essay Writing Competition</p>
</div>
<div class="article-card" onclick="location.href='Articles/0022.html';" style="cursor: pointer;">
<h4>Is Health Care a Right or a Commodity?</h4>
<img src="Assets/22A.jpg">
<div class="row">
<div class="col">
<p class="author">Parichay Thakore</p>
</div>
<div class="col">
<p class="readingtime">6 min</p>
</div>
</div>
<p class="description">Opinion Piece, Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0024.html';" style="cursor: pointer;">
<h4>Freshmen Survey - The Batch of 2020</h4>
<img src="Assets/24A.jpg">
<div class="row">
<div class="col">
<p class="author">Team Torque</p>
</div>
<div class="col">
<p class="readingtime">3 min</p>
</div>
</div>
<p class="description">Torque 3.0, 2020</p>
</div>
<div class="article-card" onclick="location.href='Articles/0026.html';" style="cursor: pointer;">
<h4>Dialogue with Mr Anand Pandey</h4>
<img src="Assets/26B.jpg">
<div class="row">
<div class="col">
<p class="author"></p>
</div>
<div class="col">
<p class="readingtime">10 min 30 s</p>
</div>
</div>
<p class="description">Highlights @ IITGN - Ft. the Incubation Center, Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0028.html';" style="cursor: pointer;">
<h4>Run Your Own Shop</h4>
<img src="Assets/28A0.png">
<div class="row">
<div class="col">
<p class="author"></p>
</div>
<div class="col">
<p class="readingtime">3 min</p>
</div>
</div>
<p class="description">Serene Store and artRIA</p>
</div>
<div class="article-card" onclick="location.href='Articles/0030.html';" style="cursor: pointer;">
<h4>In-House Author - Pratyush Bhatt</h4>
<img src="Assets/30A.jpg">
<div class="row">
<div class="col">
<p class="author">Team Torque</p>
</div>
<div class="col">
<p class="readingtime">2 min 30 s</p>
</div>
</div>
<p class="description">Torque 3.0</p>
</div>
<div class="article-card" onclick="location.href='Articles/0032.html';" style="cursor: pointer;">
<h4>Featuring Winners of Torque Competitions</h4>
<img src="Assets/32A.jpg">
<div class="row">
<div class="col">
<p class="author">Team Torque</p>
</div>
<div class="col">
<p class="readingtime">1 min</p>
</div>
</div>
<p class="description">Congratulations to all the winners!</p>
</div>
</div>
</div>
</div>
</section>
<section id = 'contribute-section'>
<div class="container contribute-card">
<h2>Contribute To Torque</h2>
<h3>Do you enjoy writing? Do you wish to contribute articles to Torque?</h3>
<h3>Enter your email address below to get in touch with us</h3>
<form class="gform" method="POST" data-email="[email protected]"
action="https://script.google.com/macros/s/AKfycbyXJ2YGO6gy9t5tPmMgG6MAPeZFt-Vf9Oi4R7PT69Wx3Ysa0lVO/exec">
<div class="container email-form">
<input type="email" name="email" class="form-control contribute-form mx-auto" aria-describedby="emailHelp" placeholder="Email">
<button type="submit" class="btn btn-primary navbutton-style email-button" onclick="contributeSubmit()">Submit</button>
</div>
</form>
</div>
</section>
<section id = 'footer-section'>
<div class="container">
<h2>Got Feedback?</h2>
<h3>Let us know</h3>
<form class="gform" method="POST" data-email="[email protected]"
action="https://script.google.com/a/iitgn.ac.in/macros/s/AKfycbwkZBowQzQmsoBqFS_ytEUMQ5riNyHw3F9EIPc6gw/exec">
<div class="feedback-form">
<textarea name="feedback" class="form-control form-control-lg mx-auto footer-form" rows="3" placeholder=""></textarea>
<button type="submit" class="btn btn-primary navbutton-style feedback-button" onclick="feedbackSubmit()">Submit</button>
</div>
</form>
</div>
<div class="row footer-text">
<div class="col-3">
<img id="logo" src="Assets/logo.svg" height="270" alt="Torque">
</div>
<div class="col-3">
<h3>Links</h3>
<p><a href="index.html">Home</a></p>
<p><a href="Blogs.html">Blogs</a></p>
<p><a href="Social.html">Social</a></p>
<p><a href="Editions.html">Editions</a></p>
<p><a href="EditorsChoice.html">Editor's Choice</a></p>
<p><a href="index.html#More">More</a></p>
</div>
<div class="col-3">
<h3>Our Team</h3>
<p><a href="About.html#Editorial">Editorial Board</a></p>
<p><a href="About.html#Design">Design</a></p>
<p><a href="About.html#Marketing">Marketing</a></p>
<p><a href="About.html#TechOps">TechOps</a></p>
</div>
<div class="col-3 text-truncate">
<h3>Get In Touch</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<div class="row">
<div class="col-md-2">
<p><a href="https://torque-iitgn.medium.com/"><i class="fab fa-medium fa-2x"></i></a></p>
</div>
<div class="col-md-2">
<p><a href="https://www.instagram.com/torque_iitgn/"><i class="fab fa-instagram fa-2x"></i></a></p>
</div>
<div class="col-md-2">
<p><a href="https://www.facebook.com/iitgntechnicalmagazine/"><i class="fab fa-facebook fa-2x"></i></a></p>
</div>
</div>
</div>
</div>
</section>
<section id = 'copyright-section'>
<div class="container">
<p>© Torque, 2021</p>
</div>
</section>
<!-- JavaScript Custom -->
<script src="JS/listpage.js"></script>
<script src="JS/main.js"></script>
<script src="https://kit.fontawesome.com/b2c5fc1abf.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script data-cfasync="false" type="text/javascript" src="JS/form-submission-handler.js"></script>
</body>
</html>