-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathHome.html
More file actions
394 lines (381 loc) · 34.1 KB
/
Home.html
File metadata and controls
394 lines (381 loc) · 34.1 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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!DOCTYPE html>
<html style="font-size: 16px;">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="page_type" content="np-template-header-footer-from-plugin">
<title>Home</title>
<link rel="stylesheet" href="styles.css" media="screen">
<link rel="stylesheet" href="Home.css" media="screen">
<script class="u-script" type="text/javascript" src="jquery.js" defer=""></script>
<script class="u-script" type="text/javascript" src="script.js" defer=""></script>
<link id="u-theme-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "psoc k19 website",
"logo": "images/psocwhite.png",
"sameAs": [
"https://www.facebook.com/psocbitm/",
"https://instagram.com/psoc.bitm?utm_source=ig_profile_share&igshid=1s0tkjhjpm0hc",
"https://instagram.com/psoc.bitm?utm_source=ig_profile_share&igshid=1s0tkjhjpm0hc",
"https://www.linkedin.com/company/photographic-society-bit-mesra/",
"mailto:psoc@bitmesra.ac.in"
]
}
</script>
<meta name="theme-color" content="#478ac9">
<meta property="og:title" content="Home">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<link rel="icon" href="images/favicon.png">
</head>
<body class="u-body u-overlap">
<header class="u-clearfix u-header u-palette-4-dark-3 u-sticky u-sticky-2c9d u-header" id="sec-37ba">
<div class="u-clearfix u-sheet u-valign-top-lg u-valign-top-md u-sheet-1">
<a href="Home.html" class="u-image u-logo u-image-1" data-image-width="1202" data-image-height="1200">
<img src="images/psocwhite.png" class="u-logo-image u-logo-image-1">
</a>
<nav class="u-menu u-menu-dropdown u-offcanvas u-menu-1">
<div class="menu-collapse" style="font-size: 0.75rem; letter-spacing: 0px; font-weight: 700; text-transform: uppercase;">
<a class="u-button-style u-custom-active-border-color u-custom-border u-custom-border-color u-custom-borders u-custom-hover-border-color u-custom-left-right-menu-spacing u-custom-padding-bottom u-custom-text-active-color u-custom-text-color u-custom-text-hover-color u-custom-top-bottom-menu-spacing u-nav-link u-text-active-palette-1-base u-text-hover-palette-2-base"
href="#">
<svg>
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#menu-hamburger"></use>
</svg>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<symbol id="menu-hamburger" viewBox="0 0 16 16" style="width: 16px; height: 16px;">
<rect y="1" width="16" height="2"></rect>
<rect y="7" width="16" height="2"></rect>
<rect y="13" width="16" height="2"></rect>
</symbol>
</defs>
</svg>
</a>
</div>
<div class="u-custom-menu u-nav-container">
<ul class="u-nav u-spacing-30 u-unstyled u-nav-1">
<li class="u-nav-item"><a
class="u-border-2 u-border-active-palette-1-base u-border-hover-palette-1-base u-border-no-left u-border-no-right u-border-no-top u-button-style u-nav-link u-text-active-white u-text-hover-palette-2-base u-text-white" href="Home.html"
style="padding: 10px 0px;">Home</a>
</li>
<li class="u-nav-item"><a
class="u-border-2 u-border-active-palette-1-base u-border-hover-palette-1-base u-border-no-left u-border-no-right u-border-no-top u-button-style u-nav-link u-text-active-white u-text-hover-palette-2-base u-text-white" href="Team.html"
style="padding: 10px 0px;">Team</a>
</li>
<li class="u-nav-item"><a
class="u-border-2 u-border-active-palette-1-base u-border-hover-palette-1-base u-border-no-left u-border-no-right u-border-no-top u-button-style u-nav-link u-text-active-white u-text-hover-palette-2-base u-text-white" href="Events.html"
style="padding: 10px 0px;">Events</a>
</li>
<li class="u-nav-item"><a
class="u-border-2 u-border-active-palette-1-base u-border-hover-palette-1-base u-border-no-left u-border-no-right u-border-no-top u-button-style u-nav-link u-text-active-white u-text-hover-palette-2-base u-text-white"
href="Gallery.html" style="padding: 10px 0px;">Gallery</a>
</li>
<li class="u-nav-item"><a
class="u-border-2 u-border-active-palette-1-base u-border-hover-palette-1-base u-border-no-left u-border-no-right u-border-no-top u-button-style u-nav-link u-text-active-white u-text-hover-palette-2-base u-text-white"
href="Contact.html" style="padding: 10px 0px;">Contact</a>
</li>
<li class="u-nav-item"><a
class="u-border-2 u-border-active-palette-1-base u-border-hover-palette-1-base u-border-no-left u-border-no-right u-border-no-top u-button-style u-nav-link u-text-active-white u-text-hover-palette-2-base u-text-white"
href="report.html" style="padding: 10px 0px;">Reports</a>
</li>
</ul>
</div>
<div class="u-custom-menu u-nav-container-collapse">
<div class="u-black u-container-style u-inner-container-layout u-opacity u-opacity-95 u-sidenav">
<div class="u-sidenav-overflow">
<div class="u-menu-close"></div>
<ul class="u-align-center u-nav u-popupmenu-items u-unstyled u-nav-2">
<li class="u-nav-item"><a class="u-button-style u-nav-link" href="Home.html" style="padding: 10px 0px;">Home</a>
</li>
<li class="u-nav-item"><a class="u-button-style u-nav-link" href="Team.html" style="padding: 10px 0px;">Team</a>
</li>
<li class="u-nav-item"><a class="u-button-style u-nav-link" href="Events.html" style="padding: 10px 0px;">Events</a>
</li>
<li class="u-nav-item"><a class="u-button-style u-nav-link" href="Gallery.html" style="padding: 10px 0px;">Gallery</a>
</li>
<li class="u-nav-item"><a class="u-button-style u-nav-link" href="Contact.html" style="padding: 10px 0px;">Contact</a>
</li>
<li class="u-nav-item"><a class="u-button-style u-nav-link" href="report.html" style="padding: 10px 0px;">Reports</a>
</li>
</ul>
</div>
</div>
<div class="u-black u-menu-overlay u-opacity u-opacity-70"></div>
</div>
</nav>
</div>
</header>
<section id="carousel_9cf4" class="u-carousel u-carousel-fade u-slide u-block-6545-1" data-u-ride="carousel" data-interval="7000" data-pause="false">
<ol class="u-absolute-hcenter u-carousel-indicators u-block-6545-2">
<li data-u-target="#carousel_9cf4" data-u-slide-to="0" class="u-active u-grey-30 u-shape-circle" style="width: 10px; height: 10px;"></li>
<li data-u-target="#carousel_9cf4" class="u-grey-30 u-shape-circle" data-u-slide-to="1" style="width: 10px; height: 10px;"></li>
<li data-u-target="#carousel_9cf4" class="u-grey-30 u-shape-circle" data-u-slide-to="2" style="width: 10px; height: 10px;"></li>
</ol>
<div class="u-carousel-inner" role="listbox">
<div class="u-active u-align-left u-carousel-item u-clearfix u-image u-shading u-section-1-1" src="" data-image-width="1600" data-image-height="1067">
<div class="u-clearfix u-sheet u-sheet-1">
<h1 class="u-text u-title u-text-1" data-animation-name="lightSpeedIn" data-animation-duration="1000" data-animation-delay="0" data-animation-direction=""> PHOTOGRAPHIC SOCIETY<br>BIT MESRA
</h1>
<p class="u-large-text u-text u-text-variant u-text-2" data-animation-name="lightSpeedIn" data-animation-duration="1000" data-animation-delay="0" data-animation-direction="">Focused since '64</p>
</div>
</div>
<div class="u-align-left u-carousel-item u-clearfix u-image u-shading u-section-1-2" src="" data-image-width="6000" data-image-height="4000">
<div class="u-clearfix u-sheet u-valign-middle-lg u-valign-middle-xl u-sheet-1">
<h1 class="u-align-right u-text u-title u-text-1" data-animation-name="lightSpeedIn" data-animation-duration="1000" data-animation-delay="0" data-animation-direction="">Who are we?</h1>
<p class="u-align-right u-large-text u-text u-text-default u-text-variant u-text-2" data-animation-name="lightSpeedIn" data-animation-duration="1000" data-animation-delay="0" data-animation-direction=""> For us, the camera is a sketch book
in which we capture all <br>the excitement and enthusiasm in events and fest that happen <br>all year round. Also known as "PSoc" around the campus, <br>we are one of the most exuberant clubs of <br>BIT Mesra, with a team of more than100
<br>members sharing their common love for photography.
</p>
</div>
</div>
<div class="u-align-left u-carousel-item u-clearfix u-image u-shading u-section-1-3" src="" data-image-width="6000" data-image-height="3750">
<div class="u-clearfix u-sheet u-sheet-1">
<h1 class="u-text u-title u-text-1" data-animation-name="lightSpeedIn" data-animation-duration="1000" data-animation-delay="0" data-animation-direction=""> What we do?</h1>
<p class="u-large-text u-text u-text-variant u-text-2" data-animation-name="lightSpeedIn" data-animation-duration="1000" data-animation-delay="0" data-animation-direction=""> Other than just photography, we learn and do so many more things!
Many of our members are proficient in use of software like Photoshop, Lightroom and Premiere Pro. We also conduct workshops to teach the same. We also do Videography, video editing and short filmmaking. We participated in the Chitra
Bharti Film Festival, where our film, "The Virtual Trap" won the 3rd best film!</p>
</div>
</div>
</div>
<a class="u-carousel-control u-carousel-control-prev u-hidden u-icon-rectangle u-text-palette-1-base u-block-6545-5" href="#carousel_9cf4" role="button" data-u-slide="prev">
<span aria-hidden="true">
<svg viewBox="0 0 129 129">
<path d="m64.5,122.6c32,0 58.1-26 58.1-58.1s-26-58-58.1-58-58,26-58,58 26,58.1 58,58.1zm0-108c27.5,5.32907e-15 49.9,22.4 49.9,49.9s-22.4,49.9-49.9,49.9-49.9-22.4-49.9-49.9 22.4-49.9 49.9-49.9z"></path>
<path d="m70,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2 1.6-1.6 1.6-4.2 0-5.8l-23.5-23.5 23.5-23.5c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-26.4,26.4c-0.8,0.8-1.2,1.8-1.2,2.9s0.4,2.1 1.2,2.9l26.4,26.4z"></path>
</svg>
</span>
<span class="sr-only">
<svg viewBox="0 0 129 129">
<path d="m64.5,122.6c32,0 58.1-26 58.1-58.1s-26-58-58.1-58-58,26-58,58 26,58.1 58,58.1zm0-108c27.5,5.32907e-15 49.9,22.4 49.9,49.9s-22.4,49.9-49.9,49.9-49.9-22.4-49.9-49.9 22.4-49.9 49.9-49.9z"></path>
<path d="m70,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2 1.6-1.6 1.6-4.2 0-5.8l-23.5-23.5 23.5-23.5c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-26.4,26.4c-0.8,0.8-1.2,1.8-1.2,2.9s0.4,2.1 1.2,2.9l26.4,26.4z"></path>
</svg>
</span>
</a>
<a class="u-carousel-control u-carousel-control-next u-hidden u-icon-rectangle u-text-palette-1-base u-block-6545-4" href="#carousel_9cf4" role="button" data-u-slide="next">
<span aria-hidden="true">
<svg viewBox="0 0 129 129">
<path d="M64.5,122.6c32,0,58.1-26,58.1-58.1S96.5,6.4,64.5,6.4S6.4,32.5,6.4,64.5S32.5,122.6,64.5,122.6z M64.5,14.6 c27.5,0,49.9,22.4,49.9,49.9S92,114.4,64.5,114.4S14.6,92,14.6,64.5S37,14.6,64.5,14.6z"></path>
<path d="m51.1,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l26.4-26.4c0.8-0.8 1.2-1.8 1.2-2.9 0-1.1-0.4-2.1-1.2-2.9l-26.4-26.4c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l23.5,23.5-23.5,23.5c-1.6,1.6-1.6,4.2 0,5.8z"></path>
</svg>
</span>
<span class="sr-only">
<svg viewBox="0 0 129 129">
<path d="M64.5,122.6c32,0,58.1-26,58.1-58.1S96.5,6.4,64.5,6.4S6.4,32.5,6.4,64.5S32.5,122.6,64.5,122.6z M64.5,14.6 c27.5,0,49.9,22.4,49.9,49.9S92,114.4,64.5,114.4S14.6,92,14.6,64.5S37,14.6,64.5,14.6z"></path>
<path d="m51.1,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l26.4-26.4c0.8-0.8 1.2-1.8 1.2-2.9 0-1.1-0.4-2.1-1.2-2.9l-26.4-26.4c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l23.5,23.5-23.5,23.5c-1.6,1.6-1.6,4.2 0,5.8z"></path>
</svg>
</span>
</a>
</section>
<section class="u-align-center u-clearfix u-palette-4-dark-3 u-section-2" id="carousel_ebd5">
<div class="u-clearfix u-sheet u-valign-middle-md u-sheet-1">
<div class="u-clearfix u-expanded-width u-layout-wrap u-layout-wrap-1">
<div class="u-layout">
<div class="u-layout-row">
<div class="u-container-style u-layout-cell u-left-cell u-size-34 u-layout-cell-1">
<div class="u-container-layout u-container-layout-1">
<div class="u-palette-4-dark-2 u-shape u-shape-circle u-shape-1"></div>
<h2 class="u-text u-text-1">About</h2>
<p class="u-text u-text-2"> The Photographic Society (PSoc) holds the distinction to be one of the oldest student’s bodies of BIT, Mesra with its foundation dating back to 1964. Every year, more than 40 students are being inducted
into the club after workshops, hands-on coverage, and guidance. The principal objective of the club is to promote the art and science of photography and video making among the students of BIT Mesra and help them develop their skills
in this field. Our team comprises of different sub-teams namely Graphic Design Team, Video Team and the Web Development Team.</p>
</div>
</div>
<div class="u-container-style u-hidden-sm u-hidden-xs u-layout-cell u-right-cell u-size-26 u-layout-cell-2">
<div class="u-container-layout u-valign-middle-lg u-valign-middle-md u-valign-middle-xl u-container-layout-2">
<div alt="" class="u-hidden-sm u-image u-image-circle u-image-1" data-image-width="1202" data-image-height="1200"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="u-align-center u-clearfix u-palette-4-dark-2 u-section-3" id="carousel_a85f">
<div class="u-expanded-width u-palette-4-dark-3 u-shape u-shape-rectangle u-shape-1"></div>
<div class="u-list u-list-1">
<div class="u-repeater u-repeater-1">
<div class="u-border-2 u-border-palette-1-base u-container-style u-list-item u-repeater-item u-white u-list-item-1">
<div class="u-container-layout u-similar-container u-valign-top u-container-layout-1"><span class="u-custom-item u-icon u-icon-circle u-icon-1"><svg class="u-svg-link" preserveAspectRatio="xMidYMin slice" viewBox="0 0 512 512" style="">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-8d94"></use>
</svg><svg class="u-svg-content" viewBox="0 0 512 512" id="svg-8d94">
<g>
<path d="m414.996 55.632-133.445 96.954 223.595 162.453c4.474-18.923 6.854-38.646 6.854-58.916 0-81.129-37.942-153.555-97.004-200.491z"></path>
<path d="m388.984 37.449c-38.782-23.673-84.318-37.327-132.984-37.327-52.302 0-100.982 15.778-141.555 42.807l50.996 156.936z"></path>
<path d="m89.141 62.132c-54.546 46.983-89.141 116.52-89.141 193.99 0 23.805 3.278 46.856 9.385 68.739h165.129z"></path>
<path d="m19.817 354.862c37.401 89.128 123.835 152.773 225.365 157.016l51.017-157.016z"></path>
<path d="m276.925 511.262c100.648-8.181 185.011-74.829 218.996-165.845l-133.577-97.05z"></path>
</g>
</svg></span>
<h4 class="u-custom-font u-text u-text-1"> BASIC & ADVANCED PHOTOGRAPHY</h4>
<p class="u-text u-text-2"> Photography is all about light . It is not the only way to capture the world, but it certainly one of the most effective. These workshops are aimed to provide the basic concepts of shutter, aperture ,ISO,
exposure , white balance.etc.</p>
</div>
</div>
<div class="u-border-2 u-border-palette-1-base u-container-style u-list-item u-repeater-item u-video-cover u-white">
<div class="u-container-layout u-similar-container u-valign-top u-container-layout-2"><span class="u-custom-item u-icon u-icon-circle u-icon-2"><svg class="u-svg-link" preserveAspectRatio="xMidYMin slice" viewBox="0 0 332.804 332.804"
style="">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-ca44"></use>
</svg><svg class="u-svg-content" viewBox="0 0 332.804 332.804" x="0px" y="0px" id="svg-ca44" style="enable-background:new 0 0 332.804 332.804;">
<g>
<g>
<g>
<path
d="M330.804,171.002c-3.6-6.4-12-8.8-18.8-4.8l-45.6,26.4l-11.6,6.8v63.2l10.8,6.4c0.4,0,0.4,0.4,0.8,0.4l44.8,26 c2,1.6,4.8,2.4,7.6,2.4c7.6,0,13.6-6,13.6-13.6v-53.6l0.4-52.8C332.804,175.402,332.404,173.002,330.804,171.002z">
</path>
<path
d="M64.404,150.602c35.6,0,64.4-28.8,64.4-64.4c0-35.6-28.8-64.4-64.4-64.4s-64.4,28.8-64.4,64.4 C-0.396,121.802,28.804,150.602,64.404,150.602z M64.404,59.802c14.8,0,26.4,12,26.4,26.4c0,14.8-12,26.4-26.4,26.4 c-14.4,0-26.4-12-26.4-26.4C37.604,71.402,49.604,59.802,64.404,59.802z">
</path>
<path
d="M227.604,154.202c-10.4,5.2-22,8.4-34.4,8.4c-15.2,0-29.6-4.4-41.6-12.4h-45.6c-12,8-26.4,12.4-41.6,12.4 c-12.4,0-24-2.8-34.4-8.4c-9.2,5.2-15.6,15.6-15.6,26.8v97.6c0,18,14.8,32.4,32.4,32.4h164.4c18,0,32.4-14.8,32.4-32.4v-97.6 C243.204,169.802,236.804,159.402,227.604,154.202z">
</path>
<path
d="M193.204,150.602c35.6,0,64.4-28.8,64.4-64.4c0-35.6-28.8-64.4-64.4-64.4c-35.6,0-64.4,28.8-64.4,64.4 C128.804,121.802,157.604,150.602,193.204,150.602z M193.204,59.802c14.8,0,26.4,12,26.4,26.4c0,14.8-12,26.4-26.4,26.4 c-14.4,0-26.4-12-26.4-26.4C166.804,71.402,178.404,59.802,193.204,59.802z">
</path>
</g>
</g>
</g>
</svg></span>
<h4 class="u-custom-font u-text u-text-3"> SCIENCE FILM MAKING WORKSHOP<br>
</h4>
<p class="u-text u-text-4"> Filmmaking is an art of portraying your imaginations in a moving picture. These workshops involves a number of discrete stages including an initial story, idea , or commission , through screenwriting , casting,
shooting, sound recording and the screening the finished product.</p>
</div>
</div>
<div class="u-border-2 u-border-palette-1-base u-container-style u-list-item u-repeater-item u-video-cover u-white">
<div class="u-container-layout u-similar-container u-valign-top u-container-layout-3"><span class="u-custom-item u-icon u-icon-circle u-icon-3"><svg class="u-svg-link" preserveAspectRatio="xMidYMin slice" viewBox="0 0 512 512" style="">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-ed6e"></use>
</svg><svg class="u-svg-content" viewBox="0 0 512 512" x="0px" y="0px" id="svg-ed6e" style="enable-background:new 0 0 512 512;">
<g>
<g>
<path
d="M497,0h-61c-8.291,0-15,6.709-15,15v15H298.237C292.024,12.578,275.53,0,256,0c-19.53,0-36.024,12.578-42.237,30H91V15 c0-8.291-6.709-15-15-15H15C6.709,0,0,6.709,0,15v60c0,8.291,6.709,15,15,15h61c8.291,0,15-6.709,15-15V59.8h61.604 c-52.057,32.521-86.382,89.64-90.485,153.615C44.121,219.306,31,236.06,31,256c0,24.814,20.186,45,45,45s45-20.186,45-45 c0-19.14-12.061-35.413-28.94-41.907C97.178,142.768,146.946,82.652,216.173,65.5C223.66,79.977,238.607,90,256,90 s32.34-10.023,39.827-24.5c69.227,17.151,118.995,77.267,124.113,148.592C403.061,220.587,391,236.86,391,256 c0,24.814,20.186,45,45,45c24.814,0,45-20.186,45-45c0-19.94-13.121-36.694-31.119-42.585 C445.778,149.44,411.453,92.521,359.396,60H421v15c0,8.291,6.709,15,15,15h61c8.291,0,15-6.709,15-15V15 C512,6.709,505.291,0,497,0z">
</path>
</g>
</g>
<g>
<g>
<path d="M358.05,493.395C350.204,469.386,327.6,451,301,451h-90c-26.6,0-49.204,18.386-57.05,42.395 C150.925,502.652,158.8,512,168.54,512h174.92C353.199,512,361.075,502.652,358.05,493.395z"></path>
</g>
</g>
<g>
<g>
<path
d="M388.48,307.68L271,131.459v142.304c17.422,6.213,30,22.707,30,42.237c0,24.814-20.186,45-45,45 c-24.814,0-45-20.186-45-45c0-19.53,12.578-36.024,30-42.237V131.459L123.52,307.68c-3.97,5.947-3.179,13.872,1.875,18.926 c27.537,27.537,45.139,63.012,51.932,101.065C187.747,423.444,199.08,421,211,421h90c11.92,0,23.253,2.443,33.673,6.669 c6.793-38.055,24.395-73.526,51.932-101.063C391.659,321.552,392.45,313.627,388.48,307.68z">
</path>
</g>
</g>
<g>
<g>
<path d="M256,301c-8.276,0-15,6.724-15,15s6.724,15,15,15s15-6.724,15-15S264.276,301,256,301z"></path>
</g>
</g>
</svg></span>
<h4 class="u-custom-font u-text u-text-5"> GRAPHIC DESIGNING WORKSHOP</h4>
<p class="u-text u-text-6"> “A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.” We have a bunch of people on our team proficient in Photoshop, Illustrator and
Lightroom, who make mind blowing pieces of photo manipulation. They actively conduct workshops to teach the same.</p>
</div>
</div>
<div class="u-border-2 u-border-palette-1-base u-container-style u-list-item u-repeater-item u-video-cover u-white">
<div class="u-container-layout u-similar-container u-valign-top u-container-layout-4"><span class="u-custom-item u-icon u-icon-circle u-icon-4"><svg class="u-svg-link" preserveAspectRatio="xMidYMin slice" viewBox="0 0 512 512" style="">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-4ca2"></use>
</svg><svg class="u-svg-content" viewBox="0 0 512 512" id="svg-4ca2">
<g>
<g>
<path d="m380.11 266c-4.296 0-8.197-2.866-9.51-6.945-1.241-3.854.035-8.22 3.174-10.783 3.29-2.687 8.007-2.982 11.619-.758 3.499 2.155 5.343 6.409 4.528 10.436-.937 4.617-5.086 8.05-9.811 8.05z"></path>
<path
d="m82.173 372.092c-2.247 0-4.492-.754-6.335-2.262-3.242-2.654-11.631-11.043-19.497-31.561-8.718-22.744-13.52-51.961-13.52-82.269s4.801-59.525 13.52-82.269c7.865-20.519 16.255-28.907 19.497-31.562 3.685-3.016 8.985-3.017 12.67 0 3.242 2.655 11.631 11.044 19.496 31.562 8.718 22.743 13.52 51.96 13.52 82.268s-4.801 59.525-13.52 82.268c-7.865 20.518-16.254 28.907-19.496 31.562-1.842 1.509-4.089 2.263-6.335 2.263zm-.001-206.265c-2.128 3.532-4.61 8.42-7.156 15.063-7.864 20.515-12.194 47.189-12.194 75.11s4.331 54.596 12.194 75.11c2.546 6.642 5.028 11.53 7.156 15.063 2.129-3.533 4.61-8.421 7.157-15.063 7.864-20.514 12.194-47.189 12.194-75.11s-4.331-54.596-12.194-75.11c-2.546-6.642-5.028-11.53-7.157-15.063z">
</path>
<path
d="m498.033 165.584c-13.027-35.158-29.808-42.538-41.591-42.538h-92.312c-14.558-27.417-30.718-33.313-41.916-33.313h-241.922c-.582 0-1.152.05-1.707.146-21.991 1.776-41.952 19.879-56.524 51.43-14.227 30.803-22.061 71.534-22.061 114.691s7.834 83.888 22.06 114.689c14.574 31.554 34.537 49.658 56.53 51.431.553.095 1.121.145 1.701.145h127.989.067 113.867c11.198 0 27.358-5.895 41.915-33.312h92.313c11.784 0 28.564-7.38 41.591-42.538 9.007-24.307 13.967-56.416 13.967-90.415s-4.96-66.108-13.967-90.416zm-258.187-16.606c10.534 28.43 16.336 66.438 16.336 107.022s-5.802 78.592-16.336 107.022c-9.092 24.538-20.872 39.202-31.52 39.243h-.045c-.013 0-.026 0-.038 0h-86.137c7.464-8.182 14.266-18.772 20.18-31.576 14.226-30.801 22.061-71.532 22.061-114.689s-7.834-83.888-22.061-114.689c-5.914-12.805-12.716-23.394-20.18-31.576h86.176c10.658-.001 22.459 14.67 31.564 39.243zm-199.629 213.326c-13.037-28.228-20.217-65.981-20.217-106.304s7.18-78.075 20.217-106.303c11.729-25.396 27.021-39.962 41.955-39.962s30.226 14.565 41.956 39.962c13.037 28.228 20.217 65.98 20.217 106.303s-7.18 78.076-20.217 106.304c-11.73 25.396-27.022 39.962-41.956 39.962s-30.225-14.566-41.955-39.962zm416.225 6.649h-83.523c6.824-18.693 11.826-41.288 14.65-66.417.617-5.488-3.333-10.438-8.821-11.054-5.488-.618-10.438 3.333-11.054 8.821-3.403 30.286-10.382 57.341-19.651 76.182-8.06 16.384-17.474 25.78-25.829 25.78h-80.457c6.299-8.334 11.979-19.166 16.843-32.294 11.338-30.599 17.582-71.075 17.582-113.971s-6.244-83.372-17.582-113.971c-4.864-13.129-10.544-23.96-16.843-32.294h80.458c8.352 0 17.764 9.391 25.822 25.765 9.267 18.83 16.246 45.872 19.652 76.145.575 5.109 4.903 8.883 9.925 8.883.373 0 .751-.021 1.13-.063 5.488-.618 9.437-5.567 8.819-11.056-2.825-25.107-7.825-47.682-14.644-66.361h83.523c14.498-.001 35.558 44.001 35.558 112.952s-21.06 112.953-35.558 112.953z">
</path>
</g>
</g>
</svg></span>
<h4 class="u-custom-font u-text u-text-7">CAMERA LENS</h4>
<p class="u-text u-text-8"> A camera lens (also known as photographic lens or photographic objective) is an optical lens or assembly of lenses used in conjunction with a camera body and mechanism to make images of objects either on
photographic film or on other media capable of storing an image chemically or electronically.These tutorials will provide you everything you need to know about camera lens.</p>
</div>
</div>
</div>
</div>
<h3 class="u-text u-text-default u-text-9"> Workshop & Tutorials</h3>
</section>
<footer class="u-align-center-md u-align-center-sm u-align-center-xs u-clearfix u-footer u-grey-80" id="sec-641e">
<div class="u-clearfix u-sheet u-valign-middle-xl u-sheet-1">
<div class="u-align-left u-social-icons u-spacing-10 u-social-icons-1">
<a class="u-social-url" title="facebook" target="_blank" href="https://www.facebook.com/psocbitm/"><span class="u-icon u-social-facebook u-social-icon u-icon-1"><svg class="u-svg-link" preserveAspectRatio="xMidYMin slice" viewBox="0 0 24 20"
style="">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-9268"></use>
</svg><svg class="u-svg-content" viewBox="0 0 24 24" id="svg-9268">
<path d="m15.997 3.985h2.191v-3.816c-.378-.052-1.678-.169-3.192-.169-3.159 0-5.323 1.987-5.323 5.639v3.361h-3.486v4.266h3.486v10.734h4.274v-10.733h3.345l.531-4.266h-3.877v-2.939c.001-1.233.333-2.077 2.051-2.077z"></path>
</svg></span>
</a>
<a class="u-social-url" title="instagram" target="_blank" href="https://instagram.com/psoc.bitm?utm_source=ig_profile_share&igshid=1s0tkjhjpm0hc"><span class="u-icon u-social-icon u-social-instagram u-icon-2"><svg class="u-svg-link"
preserveAspectRatio="xMidYMin slice" viewBox="0 0 150 100" style="">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-b75f"></use>
</svg><svg class="u-svg-content" viewBox="0 0 169.063 169.063" x="0px" y="0px" id="svg-b75f" style="enable-background:new 0 0 169.063 169.063;">
<g>
<path
d="M122.406,0H46.654C20.929,0,0,20.93,0,46.655v75.752c0,25.726,20.929,46.655,46.654,46.655h75.752 c25.727,0,46.656-20.93,46.656-46.655V46.655C169.063,20.93,148.133,0,122.406,0z M154.063,122.407 c0,17.455-14.201,31.655-31.656,31.655H46.654C29.2,154.063,15,139.862,15,122.407V46.655C15,29.201,29.2,15,46.654,15h75.752 c17.455,0,31.656,14.201,31.656,31.655V122.407z">
</path>
<path
d="M84.531,40.97c-24.021,0-43.563,19.542-43.563,43.563c0,24.02,19.542,43.561,43.563,43.561s43.563-19.541,43.563-43.561 C128.094,60.512,108.552,40.97,84.531,40.97z M84.531,113.093c-15.749,0-28.563-12.812-28.563-28.561 c0-15.75,12.813-28.563,28.563-28.563s28.563,12.813,28.563,28.563C113.094,100.281,100.28,113.093,84.531,113.093z">
</path>
<path
d="M129.921,28.251c-2.89,0-5.729,1.17-7.77,3.22c-2.051,2.04-3.23,4.88-3.23,7.78c0,2.891,1.18,5.73,3.23,7.78 c2.04,2.04,4.88,3.22,7.77,3.22c2.9,0,5.73-1.18,7.78-3.22c2.05-2.05,3.22-4.89,3.22-7.78c0-2.9-1.17-5.74-3.22-7.78 C135.661,29.421,132.821,28.251,129.921,28.251z">
</path>
</g>
</svg></span>
</a>
<a class="u-social-url" target="_blank" title="YouTube" href="https://www.youtube.com/channel/UCGJIpB9mPxCzU-9TzUyjDnQ"><span class="u-icon u-social-icon u-social-youtube u-icon-3"><svg class="u-svg-link" preserveAspectRatio="xMidYMin slice"
viewBox="0 0 150 100" style="">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-77e4"></use>
</svg><svg class="u-svg-content" viewBox="0 0 310 310" x="0px" y="0px" id="svg-77e4" style="enable-background:new 0 0 310 310;">
<g id="XMLID_822_">
<path id="XMLID_823_"
d="M297.917,64.645c-11.19-13.302-31.85-18.728-71.306-18.728H83.386c-40.359,0-61.369,5.776-72.517,19.938 C0,79.663,0,100.008,0,128.166v53.669c0,54.551,12.896,82.248,83.386,82.248h143.226c34.216,0,53.176-4.788,65.442-16.527 C304.633,235.518,310,215.863,310,181.835v-53.669C310,98.471,309.159,78.006,297.917,64.645z M199.021,162.41l-65.038,33.991 c-1.454,0.76-3.044,1.137-4.632,1.137c-1.798,0-3.592-0.484-5.181-1.446c-2.992-1.813-4.819-5.056-4.819-8.554v-67.764 c0-3.492,1.822-6.732,4.808-8.546c2.987-1.814,6.702-1.938,9.801-0.328l65.038,33.772c3.309,1.718,5.387,5.134,5.392,8.861 C204.394,157.263,202.325,160.684,199.021,162.41z">
</path>
</g>
</svg></span>
</a>
<a class="u-social-url" target="_blank" title="LinkedIn" href="https://www.linkedin.com/company/photographic-society-bit-mesra/"><span class="u-icon u-social-icon u-social-linkedin u-icon-4"><svg class="u-svg-link"
preserveAspectRatio="xMidYMin slice" viewBox="0 0 150 100" style="">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-1bca"></use>
</svg><svg class="u-svg-content" viewBox="0 0 310 310" x="0px" y="0px" id="svg-1bca" style="enable-background:new 0 0 310 310;">
<g id="XMLID_801_">
<path id="XMLID_802_" d="M72.16,99.73H9.927c-2.762,0-5,2.239-5,5v199.928c0,2.762,2.238,5,5,5H72.16c2.762,0,5-2.238,5-5V104.73 C77.16,101.969,74.922,99.73,72.16,99.73z"></path>
<path id="XMLID_803_" d="M41.066,0.341C18.422,0.341,0,18.743,0,41.362C0,63.991,18.422,82.4,41.066,82.4 c22.626,0,41.033-18.41,41.033-41.038C82.1,18.743,63.692,0.341,41.066,0.341z"></path>
<path id="XMLID_804_"
d="M230.454,94.761c-24.995,0-43.472,10.745-54.679,22.954V104.73c0-2.761-2.238-5-5-5h-59.599 c-2.762,0-5,2.239-5,5v199.928c0,2.762,2.238,5,5,5h62.097c2.762,0,5-2.238,5-5v-98.918c0-33.333,9.054-46.319,32.29-46.319 c25.306,0,27.317,20.818,27.317,48.034v97.204c0,2.762,2.238,5,5,5H305c2.762,0,5-2.238,5-5V194.995 C310,145.43,300.549,94.761,230.454,94.761z">
</path>
</g>
</svg></span>
</a>
<a class="u-social-url" target="_blank" title="Email" href="mailto:psoc@bitmesra.ac.in"><span class="u-icon u-social-email u-social-icon u-icon-5"><svg class="u-svg-link" preserveAspectRatio="xMidYMin slice" viewBox="0 0 150 100" style="">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-e143"></use>
</svg><svg class="u-svg-content" viewBox="0 0 512 512" id="svg-e143">
<path
d="m452 48h-392c-33.084 0-60 26.916-60 60v49.495l220.191 163.781c10.709 7.965 23.259 11.948 35.809 11.948s25.1-3.982 35.809-11.948l220.191-163.781v-49.495c0-33.084-26.916-60-60-60zm20 89.396-204.063 151.784c-7.14 5.311-16.734 5.311-23.873 0l-204.064-151.784v-29.396c0-11.028 8.972-20 20-20h392c11.028 0 20 8.972 20 20zm0 99.703 40-29.752v196.653c0 33.084-26.916 60-60 60h-392c-33.084 0-60-26.916-60-60v-196.653l40 29.752v166.901c0 11.028 8.972 20 20 20h392c11.028 0 20-8.972 20-20z">
</path>
</svg></span>
</a>
<a class="u-social-url" target="_blank" title="Pinterest" href="https://in.pinterest.com/psocbitm/_created/"><span class="u-icon u-social-icon u-social-pinterest u-icon-6"><svg class="u-svg-link" preserveAspectRatio="xMidYMin slice"
viewBox="0 0 10 10" style="">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-ff7d"></use>
</svg><svg class="u-svg-content" viewBox="0 0 24 24" id="svg-ff7d">
<path
d="m12.326 0c-6.579.001-10.076 4.216-10.076 8.812 0 2.131 1.191 4.79 3.098 5.633.544.245.472-.054.94-1.844.037-.149.018-.278-.102-.417-2.726-3.153-.532-9.635 5.751-9.635 9.093 0 7.394 12.582 1.582 12.582-1.498 0-2.614-1.176-2.261-2.631.428-1.733 1.266-3.596 1.266-4.845 0-3.148-4.69-2.681-4.69 1.49 0 1.289.456 2.159.456 2.159s-1.509 6.096-1.789 7.235c-.474 1.928.064 5.049.111 5.318.029.148.195.195.288.073.149-.195 1.973-2.797 2.484-4.678.186-.685.949-3.465.949-3.465.503.908 1.953 1.668 3.498 1.668 4.596 0 7.918-4.04 7.918-9.053-.016-4.806-4.129-8.402-9.423-8.402z">
</path>
</svg></span>
</a>
</div>
<p class="u-align-center-lg u-align-center-md u-align-center-xl u-text u-text-1"> Copyright © 2020 PHOTOGRAPHIC SOCIETY</p>
</div>
</footer>
</body>
</html>