-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwebinars.html
More file actions
373 lines (346 loc) · 12.9 KB
/
webinars.html
File metadata and controls
373 lines (346 loc) · 12.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>FORESE - Webinars</title>
<meta
name="description"
content="FORESE is a student-run forum and an extension of the Placement cell. It empowers students and equips them with essential soft skills such as team management, interpersonal, and leadership skills useful for their careers.
"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="" />
<!-- ========================= CSS here ========================= -->
<!-- Boostrap CSS -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.0-beta2/css/bootstrap.min.css"
/>
<!-- LineIcons CSS -->
<link rel="stylesheet" href="https://cdn.lineicons.com/3.0/lineicons.css" />
<!-- Animate CSS -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css"
/>
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Preloader -->
<div class="preloader">
<div class="preloader-inner">
<div class="preloader-icon">
<span></span>
<span></span>
</div>
</div>
</div>
<!-- End Preloader -->
<!-- Start Header Area -->
<header class="header navbar-area">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="nav-inner">
<!-- Start Navbar -->
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html"> </a>
<button
class="navbar-toggler mobile-menu-btn"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse sub-menu-bar"
id="navbarSupportedContent"
>
<ul id="nav" class="navbar-nav ms-auto">
<li class="nav-item">
<a
href="index.html"
class="active"
aria-label="Toggle navigation"
>Home</a
>
</li>
<li class="nav-item">
<a href="about.html" aria-label="Toggle navigation"
>About</a
>
</li>
<li class="nav-item">
<a href="team.html" aria-label="Toggle navigation"
>Team</a
>
</li>
<li class="nav-item">
<a
href="resources.html"
aria-label="Toggle navigation"
>Resources</a
>
</li>
<li class="nav-item">
<a href="aptitude&gd.html" aria-label="Toggle navigation"
>Aptitude & GD</a
>
</li>
<li class="nav-item">
<a href="contact.html" aria-label="Toggle navigation"
>Contact</a
>
</li>
</ul>
</div>
<!-- navbar collapse -->
</nav>
<!-- End Navbar -->
</div>
</div>
</div>
<!-- row -->
</div>
<!-- container -->
</header>
<!-- End Header Area -->
<!-- Start Breadcrumbs -->
<div class="breadcrumbs">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8 offset-lg-2 col-md-12 col-12">
<div class="breadcrumbs-content">
<h1 class="page-title">Webinars</h1>
<ul class="breadcrumb-nav">
<li><a href="index.html">Home</a></li>
<li>Webinars</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Breadcrumbs -->
<div class="page-event">
<div class="container">
<div class="upcoming-sec">
<div class="heading">Upcoming Events</div>
</div>
<div class="upcoming-event-list">
<div class="event-block">
<div class="row">
<div class="col-lg-2 sec-1">
<table>
<tr>
<td>
<div class="month">February</div>
<div class="month-date-devider"></div>
<div class="date">1</div>
</td>
<td class="title">Aptitude and Group Discussion</td>
</tr>
</table>
</div>
<div class="col-lg-8 sec-3">
<div class="title">Aptitude and Group Discussion</div>
<div class="sort-story image"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="section-title">
<h2
class="wow fadeInUp"
data-wow-delay=".4s"
style="margin-top: 20px"
>
Webinars by FORESE
</h2>
</div>
</div>
</div>
<div class="webs">
<div class="container">
<article class="episode">
<div class="episode__number">01</div>
<div class="episode__content">
<div class="title">Crack the Aptitude</div>
<div class="story">
“Crack the Aptitude” Webinar was conducted by
<b>FORESE on 24th October 2021</b>. The students interacted with
the guest speaker <b>Mr. Bhaskar Gembali</b> who provided key
insights and strategies on cracking aptitude tests that are an
integral part of any competitive test. <br /><br />
<ul class="list-group list-group-flush">
<li
class="
list-group-item list-group-item-action list-group-item-dark
"
>
Key takeaways from the session
</li>
<li class="list-group-item">
He emphasized the need to improve upon reasoning skills,
logical thinking, and pattern detection.
</li>
<li class="list-group-item">
Students were encouraged to participate in various competitive
tests to gain experience and ace them.
</li>
<li class="list-group-item">
Profound expertise in fine-tuning the different aspects of
their verbal abilities
</li>
</ul>
<br />
The informative session had motivated students to undertake their
Placements with confidence. The Webinar ended on a high note with
the speaker clarifying the doubts and queries of students. Great
acknowledgment was received from the students' side and
appreciable feedback was given as well.
<br />
</div>
</div>
</article>
<article class="episode">
<div class="episode__number">02</div>
<div class="episode__content">
<div class="title">Building Remarkable Resumes</div>
<div class="story">
FORESE hosted a webinar called
<b>‘Building Remarkable Resumes’</b> on <b>7th November 2021</b>.
The students got a precious opportunity to interact with the Guest
Speaker <b>Ms. Suhani Singha</b>. She shared her profound
knowledge in refining the various nuances of building a striking
resume.
<br /><br />
<ul class="list-group list-group-flush">
<li
class="
list-group-item list-group-item-action list-group-item-dark
"
>
Major takeaways from the session
</li>
<li class="list-group-item">
She emphasized the importance of internships & gave the
students a depiction of how to present their activities in
their resumes.
</li>
<li class="list-group-item">
Students were encouraged to attend symposiums and events to
exhibit their talents as it may assist in improving their
resumes subtly.
</li>
<li class="list-group-item">
The session had given the students a clear picture of how to
enhance their skills and their Resumes concurrently.
</li>
</ul>
<br />
</div>
</div>
</article>
<hr />
</div>
</div>
<!-- Start Footer Area -->
<footer class="footer">
<div class="container">
<div class="inner-content">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<!-- Single Widget -->
<div class="single-footer f-about">
<div class="logo">
<a href="index.html">
<img src="assets/images/logo/logo.png" alt="#" />
</a>
</div>
<p>
FORESE is a student-run forum and an extension of the
Placement cell. It empowers students and equips them with
essential soft skills such as team management, interpersonal,
and leadership skills useful for their careers.
</p>
<span class="social-title"> Follow Us On: </span>
<ul class="social">
<li>
<a href="https://www.linkedin.com/company/forese/mycompany/"
><i class="lni lni-linkedin-original"></i
></a>
</li>
<li>
<a href="https://github.com/ForeseTech">
<i class="lni lni-github-original"></i>
</a>
</li>
</ul>
</div>
<!-- End Single Widget -->
</div>
<div class="col-lg-2 col-md-6 col-12">
<!-- Single Widget -->
<div class="single-footer f-link">
<h3>Know More</h3>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="mocks.html">Mock Placements</a></li>
<li><a href="aptitude&gd.html">Aptitude & GD</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<!-- End Single Widget -->
</div>
<div class="col-lg-4 col-md-6 col-12">
<!-- Single Widget -->
<!-- End Single Widget -->
</div>
</div>
</div>
</div>
<!-- End Footer Top -->
<!-- Start Copyright Area -->
<div class="copyright">
<div class="container">
<div class="inner-content">
<div class="row">
<div class="col-12">
<p class="copyright-text">
Designed and Developed by <b>FORESE Tech Team</b>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Copyright Area -->
</footer>
<!-- End Footer Area -->
<!-- ========================= scroll-top ========================= -->
<a href="#" class="scroll-top">
<i class="lni lni-chevron-up"></i>
</a>
<!-- ========================= JS here ========================= -->
<!-- Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.0-beta2/js/bootstrap.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<!-- Custom JS -->
<script src="assets/js/main.js"></script>
</body>
</html>