-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathworkshop.html
280 lines (258 loc) · 13.6 KB
/
workshop.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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<title>IET | BIT MESRA</title>
<meta name="description" content="Workshop Resources for IET, BIT Mesra" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="./images/favicon-96x96.jpg" type="image/png" />
<link defer rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link defer rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css"/>
<link defer rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css" />
<link defer rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link defer rel="stylesheet" href="./css/Lib/default.css" />
<link rel="preload" href="./fonts/Product Sans Regular.ttf" as="font" type="font" crossorigin>
<link rel="preload" href="./fonts/Product Sans Italic.ttf" as="font" type="font" crossorigin>
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/workshop.css" />
<link rel="stylesheet" href="./css/liquid.css" />
</head>
<body>
<section class="header_area">
<div class="header_navbar">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html">
<img src="./images/IET_logo.png" alt="Logo" class="img-fluid" width="70" height="70" alt="IET Logo"/>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 ml-auto">
<li class="nav-item active">
<a class="page-scroll" href="#linux">Linux</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#python">Python</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#git">Git</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#WebD">Web Development</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#c">C++</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</section>
<br /><br />
<!-- Body Content -->
<div class="content" id="canva">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="wow fadeIn" data-wow-duration="2s" data-wow-delay="0.1s">
<h1>Workshops</h1>
<ul class="testimonial-line">
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<br>
</div>
</div>
</div>
<!--WORKSHOP MATERIALS 1 -->
<section id="linux" class="workshop-section">
<div class="row">
<div class="col-lg-1 col-sm-1"></div>
<div class="materials col-lg-10 col-sm-10 wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.2s">
<!-- Title of Workshop -->
<div class="Worktitle">
<h3>Linux Workshop</h3>
<hr class="uline" />
</div>
<!-- Info of Workshop -->
<div class="work_info">
<p>One simply cannot stress enough on how important it is to understand Linux. Unlike tightly built rigid
operating systems, Linux is a developer's playground, where what you can do is restricted not by any
limitations, but by your own knowledge of the commands. Hence IET On Campus, BIT Mesra brings to you a
four day CERTIFIED Linux and Networking workshop, which is guaranteed to give you a good strong grasp on
the technology, along with the potent networking applications of it. Further, you'll also understand
much about how a LAN or any network actually works, and even set up your own, and use virtual operating
systems.</p>
<br>
</div>
<!-- <button class="main-btn" id="submit" style="float:right;margin: 2% 0 0 0 ;">Resources</button> -->
</div>
<div class="col-lg-1 col-sm-1"></div>
</div>
</section>
<!--WORKSHOP MATERIALS 2 -->
<section id="python" class="workshop-section">
<div class="row">
<div class="col-lg-1 col-sm-1"></div>
<div class="materials col-lg-10 col-sm-10 wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.2s">
<!-- Title of Workshop -->
<div class="Worktitle">
<h3>Python Workshop</h3>
<hr class="uline" />
</div>
<!-- Info of Workshop -->
<div class="work_info">
<p>
In today’s fast-paced world technological standards are increasing day after day, and it proves more
than helpful to have an extra arrow in your quiver. Python is one such language which due to its
versatility and easy to understand syntax can provide a launching pad for your endeavour to become a
full-fledged developer. Keeping this in mind IET on Campus, BIT Mesra brings to you an Introductory
Workshop on Python, where we will teach you this interesting language from scratch.</p>
<br>
</div>
<!-- <button class="main-btn" id="submit" style="float:right;margin: 2% 0 0 0 ;">Resources</button> -->
</div>
<div class="col-lg-1 col-sm-1"></div>
</div>
</section>
<!--WORKSHOP MATERIALS 3 -->
<section id="git" class="workshop-section">
<div class="row">
<div class="col-lg-1 col-sm-1"></div>
<div class="materials col-lg-10 col-sm-10 wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.1s">
<!-- Title of Workshop -->
<div class="Worktitle">
<h3>Git Workshop</h3>
<hr class="uline" />
</div>
<!-- Info of Workshop -->
<div class="work_info">
<p> Any knowledge is inconsequential until you explore its boundaries and use it to the fullest. GIT is
one such platform which provides modern day developers a place where they can interact and together take
a dive into the vast ocean of knowledge. Keeping this in mind, IET on Campus, BIT Mesra brings to you a
workshop on GIT and GitHub, accompanied with an introduction to Google Summer of Code, one of the
largest annual online development carnivals. So, come and join us as we take you through the different
dimensions of GIT.</p>
<br>
</div>
<!-- <button class="main-btn" id="submit" style="float:right;margin: 2% 0 0 0 ;">Resources</button> -->
</div>
<div class="col-lg-1 col-sm-1"></div>
</div>
</section>
<!--WORKSHOP MATERIALS 5 -->
<section id="WebD" class="workshop-section">
<div class="row">
<div class="col-lg-1 col-sm-1"></div>
<div class="materials col-lg-10 col-sm-10 wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.1s">
<!-- Title of Workshop -->
<div class="Worktitle">
<h3>Web Development Workshop</h3>
<hr class="uline" />
</div>
<!-- Info of Workshop -->
<div class="work_info">
<p> Web development is a broad term for the work involved in developing a web site for the Internet (World
Wide Web) or an intranet (a private network). Web development can range from developing the simplest
static single page of plain text to the most complex web-based internet applications (or just 'web
apps') electronic businesses, and social network services.When we're learning to program we often have
to sacrifice learning the exciting and current technologies in favor of the 'beginner friendly' classes.
Through this workshop we ensure that any student gets the best of both the worlds,designed for the
complete beginner,covering some of the most exciting and relevant topics in the industry like
HTML, CSS, Javascript, Jquery, PHP with MYSQL,Basics of Networking and AJAX, with completion of
assignment
under the guidance of seniors exelling in the field of Web Dev.</p>
<br>
</div>
<!-- <button class="main-btn" id="submit" style="float:right;margin: 2% 0 0 0 ;">Resources</button> -->
<!-- LIQUID -->
<div class="wrapper col-lg-12">
<div class="ball"></div>
<div class="ball"></div>
<div class="ball"></div>
</div>
<svg>
<defs>
<filter id="filter">
<feGaussianBlur in="SourceGraphic" stdDeviation="18" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 28 -10"
result="filter" />
<feComposite in="SourceGraphic" in2="filter" operator="atop" />
</filter>
</defs>
</svg>
</div>
<div class="col-lg-1 col-sm-1"></div>
</div>
</section>
<!--WORKSHOP MATERIALS 6 -->
<section id="c" class="workshop-section">
<div class="row">
<div class="col-lg-1 col-sm-1"></div>
<div class="materials col-lg-10 col-sm-10 wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.1s">
<!-- Title of Workshop -->
<div class="Worktitle">
<h3>C and C++ Workshop</h3>
<hr class="uline" />
</div>
<!-- Info of Workshop -->
<div class="work_info">
<p> This is three day workshop is the first of its kind organized by IET every year. As C provides an
introduction to programming ,this workshop attracts first year students in large numbers. The topics are
covered in brief and taught with the help of powerpoint presentations and examples by senior students of
the club. The learners can clarify their doubts by asking their queries to the student volunteers of
IET. Some of the topics covered are operators, loops ,arrays and pointers.</p>
<br>
</div>
<!-- <button class="main-btn" id="submit" style="float:right;margin: 2% 0 0 0 ;">Resources</button> -->
</div>
<div class="col-lg-1 col-sm-1"></div>
</div>
</section>
</div>
</div>
<script src="./js/workshop.js"></script>
<footer id="footer" class="footer_area">
<div class="container">
<div class="footer_copyright d-sm-flex justify-content-between">
<div class="footer_social text-center">
<ul class="social">
<li><a href="https://www.instagram.com/ietbitmesra/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com/ietbitmesra/"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/company/iet-on-campus-bit-mesra/"><i
class="fab fa-linkedin-in"></i></a></li>
<li><a href="https://github.com/ietbitmesra"><i class="fab fa-github"></i></a></li>
</ul>
</div>
<div class="footer_copyright_content text-center">
<p>Designed and Developed by <a href="index.html" style="color: whitesmoke;">IET</a> Web Team</p>
</div>
</div>
</div>
</footer>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="./js/Lib/scrolling-nav.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script src="./js/contact.js"></script>
<script src="./js/events.js"></script>
<script src="./js/team.js"></script>
<script src="./js/gallery.js"></script>
<script src="./js/main.js"></script>
</body>
</html>