-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhome.html
361 lines (315 loc) · 32.3 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Expersso NITP</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/home.css" rel="stylesheet" type="text/css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- <script src='https://kit.fontawesome.com/a076d05399.js'></script>-->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
<link rel="icon" href="logo/iconexpresso.svg" sizes="18x18" type="logo/svg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8248699131994564"
crossorigin="anonymous"></script>
</head>
<body>
<div class="header">
<!--Main menu-->
<div class="menu menu--active">
<div class="">
<div class="logo">
<a href="home.html"><img src="logo/iconexpresso.svg" alt="EXPRESSO"></a>
<!-- <img src="logo/iconexpresso.svg" alt="react logo" class="picture"></img> -->
</div>
<div class="row">
<div class="menu__wrapper d-none d-lg-block d-md-block col-sm-12">
<nav class="">
<!-- <a class="navbar-brand logo" href="index.html"><img src="logo/iconexpresso.svg" alt="EXPRESSO" >EXPRESSO</a> -->
<ul>
<li><a href="#footer"><span>Contact us</span></a></li>
<li><a href="#About"><span>About us</span></a></li>
<li><a href="./html_file/team_members.html"><span>Team</span></a></li>
<li><a href="./html_file/event.html"><span>Events</span></a></li>
<li><a href="./Art_Gallery/gallery.html"><span>Gallery</span></a></li>
</ul>
</nav>
</div>
<div class="menu__wrapper col-md-12 d-lg-none d-md-none">
<button type="button" class="menu__mobile-button">
<span><i class="fa fa-bars" aria-hidden="true"></i></span>
</button>
</div>
</div>
</div>
</div>
<!--Main menu-->
<!-- Mobile menu -->
<div class="mobile-menu d-lg-none mobile-menu--active">
<div class="mobile-menu__close">
<span><i class="fa fa-close" aria-hidden="true"></i></span>
</div>
<div class="container">
<nav class="mobile-menu__wrapper">
<ul>
<li><a href="./Art_Gallery/gallery.html">Gallery</a></li>
<li><a href="./html_file/event.html"><span>Events</span></a></li>
<li><a href="./html_file/team_members.html"><span>Team</span></a></li>
<li><a href="#About">About us</a></li>
<li><a href="#footer"><span>Contact us</span></a></li>
</ul>
</nav>
</div>
</div>
<!-- Mobile menu -->
<div style="padding: 100px">
<svg width="400" viewBox="0 0 694 796" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="logoexpresso 1" clip-path="url(#clip0)">
<g id="Layer 2">
<g id="Layer 5">
<g id="Circle">
<path id="Vector" d="M521 106.562C521 106.562 514.5 132.062 544.5 134.062C544.5 134.062 585.5 103.062 565.5 50.0625C545.5 -2.9375 492.5 0.0624999 492.5 0.0624999C492.5 0.0624999 447.5 -3.9375 425.5 52.0625C425.5 52.0625 421.5 57.0625 442.5 73.0625C442.5 73.0625 508.5 121.062 527.5 202.062C546.5 283.062 522.5 343.062 522.5 343.062C522.5 343.062 510.5 397.062 450.5 448.062C390.5 499.062 321.5 502.062 321.5 502.062C321.5 502.062 233.5 518.062 147.5 451.062C147.5 451.062 127.5 445.062 132.5 467.062C151.406 481.088 171.479 493.467 192.5 504.062C226.5 521.062 273.5 523.062 272.5 524.062C271.5 525.062 271.5 524.062 271.5 524.062C271.5 524.062 325.5 529.062 382.5 511.062C439.5 493.062 484.5 447.062 484.5 447.062C484.5 447.062 527.5 405.062 546.5 338.062C565.5 271.062 549.5 206.062 549.5 206.062C549.5 206.062 544.5 152.062 499.5 98.0625C499.5 98.0625 471.5 64.0625 459.5 60.0625C459.5 60.0625 466.5 40.0625 488.5 36.0625C510.5 32.0625 524.5 49.0625 524.5 49.0625C524.5 49.0625 534.5 61.0625 532.5 77.0625C532.5 77.0625 531.5 91.0625 529.5 95.0625C527.5 99.0625 522.5 106.062 521 106.562Z" fill="#F8B46B"/>
<path id="Vector_2" d="M378 116.772V134.193C378 134.365 377.965 134.536 377.897 134.695C377.829 134.854 377.729 134.997 377.604 135.116C377.478 135.235 377.33 135.327 377.168 135.387C377.005 135.446 376.833 135.472 376.66 135.463C369.31 135.063 333.26 134.963 308.94 169.163C308.775 169.395 308.691 169.676 308.704 169.961C308.716 170.245 308.823 170.518 309.008 170.735C309.193 170.952 309.445 171.101 309.724 171.159C310.004 171.216 310.294 171.179 310.55 171.053C321.62 165.343 350.71 152.782 373.67 164.402C373.888 164.509 374.072 164.676 374.2 164.883C376.01 167.883 389.2 191.173 366.43 204.323C366.157 204.478 365.837 204.528 365.53 204.463C361.35 203.603 330.53 198.003 324 217.562C317.57 236.862 321 248.633 321 248.783C320.93 252.433 320.85 300.483 367 323.562C415 347.562 455 321.562 455 321.562C455 321.562 483.88 307.123 493.47 276.353C493.535 276.134 493.657 275.936 493.824 275.781C493.991 275.626 494.197 275.518 494.42 275.47C494.644 275.422 494.875 275.435 495.092 275.508C495.308 275.58 495.501 275.71 495.65 275.883C498.03 278.713 500.99 287.122 490 310.562C475 342.562 436 364.562 436 364.562C436 364.562 399 385.562 339 374.562C280 363.752 255.83 304.642 255 302.622C254.987 302.584 254.971 302.547 254.95 302.513C254.1 300.893 233.16 260.513 241.95 210.562C250.74 160.612 282.67 134.562 283.95 133.562L284.03 133.512C285.51 132.512 328.23 103.673 348.9 106.513H349.07C350.75 106.513 378.07 105.763 379.99 113.513C380.43 115.293 377.99 134.513 380.99 118.513C381.29 117.003 378 115.202 378 116.772Z" fill="#733818"/>
<path id="Vector_3" d="M377.6 120.283C377.998 120.283 378.379 120.124 378.661 119.843C378.942 119.562 379.1 119.18 379.1 118.783C379.1 118.385 378.942 118.003 378.661 117.722C378.379 117.441 377.998 117.283 377.6 117.283C377.202 117.283 376.821 117.441 376.539 117.722C376.258 118.003 376.1 118.385 376.1 118.783C376.1 119.18 376.258 119.562 376.539 119.843C376.821 120.124 377.202 120.283 377.6 120.283Z" fill="#733818"/>
<path id="Vector_4" d="M380 119.592C380.398 119.592 380.779 119.434 381.061 119.153C381.342 118.872 381.5 118.49 381.5 118.092C381.5 117.695 381.342 117.313 381.061 117.032C380.779 116.751 380.398 116.592 380 116.592C379.602 116.592 379.221 116.751 378.939 117.032C378.658 117.313 378.5 117.695 378.5 118.092C378.5 118.49 378.658 118.872 378.939 119.153C379.221 119.434 379.602 119.592 380 119.592V119.592Z" fill="#733818"/>
<path id="Vector_5" d="M377.29 114.152C377.824 114.603 378.262 115.155 378.58 115.776C378.897 116.398 379.088 117.076 379.14 117.772C379.468 119.619 379.652 121.488 379.69 123.362C379.78 126.732 379.08 130.602 375.84 132.362L378.1 133.662C378.05 129.142 379.48 124.662 379.97 120.182C380.17 118.372 380.75 115.492 379.31 114.062C378.03 112.772 376.46 113.562 374.94 113.242C373.05 112.842 372.25 115.732 374.14 116.132C374.872 116.264 375.618 116.301 376.36 116.242C376.615 116.208 376.875 116.208 377.13 116.242C377.24 116.242 377.26 115.892 377.13 116.442C376.99 117.322 377.13 118.322 377.04 119.212C376.95 120.102 376.83 121.212 376.68 122.162C376.08 125.962 375.03 129.812 375.07 133.682C375.076 133.944 375.15 134.2 375.285 134.424C375.419 134.649 375.609 134.835 375.836 134.965C376.063 135.095 376.32 135.164 376.582 135.165C376.844 135.166 377.101 135.1 377.33 134.972C381.49 132.722 382.78 127.812 382.66 123.392C382.619 121.102 382.371 118.819 381.92 116.572C381.75 115.573 381.384 114.617 380.843 113.759C380.303 112.901 379.598 112.158 378.77 111.572C377.15 110.512 375.65 113.112 377.26 114.162L377.29 114.152Z" fill="#733818"/>
<path id="Vector_6" d="M381 128.112C381.398 128.112 381.779 127.954 382.061 127.673C382.342 127.392 382.5 127.01 382.5 126.612C382.5 126.215 382.342 125.833 382.061 125.552C381.779 125.271 381.398 125.112 381 125.112C380.602 125.112 380.221 125.271 379.939 125.552C379.658 125.833 379.5 126.215 379.5 126.612C379.5 127.01 379.658 127.392 379.939 127.673C380.221 127.954 380.602 128.112 381 128.112Z" fill="#733818"/>
<path id="Vector_7" d="M378.62 127.083C379.018 127.083 379.399 126.924 379.681 126.643C379.962 126.362 380.12 125.98 380.12 125.583C380.12 125.185 379.962 124.803 379.681 124.522C379.399 124.241 379.018 124.083 378.62 124.083C378.222 124.083 377.841 124.241 377.559 124.522C377.278 124.803 377.12 125.185 377.12 125.583C377.12 125.98 377.278 126.362 377.559 126.643C377.841 126.924 378.222 127.083 378.62 127.083Z" fill="#733818"/>
<path id="Vector_8" d="M377.12 127.293V130.353C377.123 130.75 377.28 131.13 377.56 131.413C377.841 131.694 378.222 131.852 378.62 131.853C379.015 131.845 379.392 131.684 379.672 131.405C379.952 131.125 380.112 130.748 380.12 130.353V127.293C380.115 126.896 379.958 126.516 379.68 126.233C379.47 126.023 379.203 125.88 378.912 125.823C378.621 125.765 378.32 125.795 378.046 125.908C377.772 126.021 377.538 126.213 377.373 126.46C377.208 126.706 377.12 126.996 377.12 127.293V127.293Z" fill="#733818"/>
<path id="Vector_9" d="M287.22 134.292C298.664 125.288 311.921 118.864 326.08 115.463C330.137 114.483 334.252 113.762 338.4 113.303C340.27 113.093 340.4 110.303 338.4 110.303C328.66 110.513 319.3 113.303 310.18 116.533C308.65 117.063 308.8 119.533 310.58 119.533C315.61 119.394 320.485 117.757 324.58 114.833C324.877 114.64 325.096 114.349 325.2 114.011C325.304 113.672 325.286 113.309 325.149 112.982C325.012 112.656 324.765 112.388 324.451 112.226C324.137 112.063 323.775 112.016 323.43 112.092C316.432 113.204 309.838 116.097 304.28 120.493C302.94 121.553 304.68 123.763 306.1 122.853C320.04 113.982 336.324 109.505 352.84 110.003C357.465 110.142 362.069 110.684 366.6 111.623C368.48 112.013 369.29 109.123 367.39 108.733C350.617 105.282 333.194 106.961 317.39 113.553C312.939 115.406 308.656 117.641 304.59 120.233L306.41 122.583C311.599 118.556 317.735 115.928 324.23 114.952L323.08 112.213C319.427 114.864 315.062 116.358 310.55 116.503L310.95 119.443C319.81 116.333 328.95 113.533 338.37 113.323V110.323C323.236 111.985 308.646 116.93 295.62 124.812C291.957 127.058 288.431 129.519 285.06 132.182C283.55 133.382 285.69 135.492 287.19 134.312L287.22 134.292Z" fill="#733818"/>
<path id="Vector_10" d="M310.53 127.422C310.928 127.422 311.309 127.264 311.591 126.983C311.872 126.702 312.03 126.32 312.03 125.922C312.03 125.525 311.872 125.143 311.591 124.862C311.309 124.581 310.928 124.422 310.53 124.422C310.132 124.422 309.751 124.581 309.469 124.862C309.188 125.143 309.03 125.525 309.03 125.922C309.03 126.32 309.188 126.702 309.469 126.983C309.751 127.264 310.132 127.422 310.53 127.422V127.422Z" fill="#733818"/>
<path id="Vector_11" d="M185.5 112.062C185.5 112.062 187.5 126.062 199.5 141.062C211.5 156.062 227.5 175.062 227.5 175.062C227.5 175.062 214.5 206.062 229.5 235.062C229.5 235.062 210.5 249.062 181.5 243.062C181.5 243.062 181.5 210.062 160.5 180.062L177.5 143.062C177.5 143.062 185.5 126.062 182.5 112.062L188.5 175.062C188.5 175.062 183.5 181.062 190.5 183.062C197.5 185.062 197.5 176.062 197.5 176.062C197.5 176.062 200.5 177.062 194.5 174.062L185.5 112.062Z" fill="#733818"/>
<path id="Vector_12" d="M187.62 248.272C193.38 249.042 205.89 249.452 224.26 243.272C225.758 242.741 227.405 242.814 228.85 243.477C230.295 244.14 231.425 245.34 232 246.822C233.15 250.072 232.66 255.822 232.35 258.632C232.05 261.242 232 261.692 232.09 260.932C232.93 253.872 235.83 301.372 251 323.572C267.38 347.572 295 369.812 295.82 370.432C295.938 370.531 296.065 370.619 296.2 370.692C302.35 373.372 338.66 391.572 373 392.572C407.12 393.572 427 381.572 427 381.572C427 381.572 463.89 368.572 482.91 336.722L483.09 336.452C484.72 334.322 504.03 304.453 508 284.573C512.18 263.703 513.49 255.572 504 218.572C504 218.572 502.05 209.792 496.21 195.112C496.057 194.735 495.982 194.33 495.99 193.922C495.99 191.342 496.94 182.202 509.1 189.052C509.689 189.389 510.153 189.909 510.42 190.532C512.92 196.362 523.12 227.672 525 246.532C528.35 280.282 527.84 282.032 521 321.532C514.2 360.782 478.65 409.882 477 409.532C477 409.532 430 472.533 357 483.533C288.18 493.903 257.58 482.942 254.3 481.652C254.092 481.576 253.878 481.519 253.66 481.483C249.24 480.783 201.81 472.392 158 429.532C158 429.532 127 401.532 122 382.532C122 382.532 120.5 378.032 126.5 378.032C132.25 378.032 158.18 364.272 168.26 340.262C168.514 339.677 168.939 339.182 169.48 338.844C170.021 338.506 170.652 338.34 171.29 338.368C171.927 338.396 172.541 338.617 173.05 339.002C173.559 339.387 173.939 339.917 174.14 340.522C174.263 340.903 174.363 341.29 174.44 341.682C174.471 341.918 174.539 342.147 174.64 342.362C176.96 346.422 198.39 387.082 217.5 402.032C240.21 419.812 276.5 442.033 309.5 444.033C342.5 446.033 393.5 445.032 433.5 415.032C447.895 404.338 460.985 391.99 472.5 378.242C473.016 377.628 473.278 376.84 473.233 376.039C473.188 375.238 472.839 374.485 472.257 373.932C471.675 373.38 470.905 373.07 470.102 373.067C469.3 373.063 468.527 373.366 467.94 373.912C457.94 383.042 445.67 392.292 431.49 399.032C396.35 415.732 385.9 415.442 383.89 415.122C383.559 415.068 383.221 415.068 382.89 415.122C377.23 416.012 329.46 422.632 283.45 401.032C236.19 378.852 215.91 347.372 214.53 345.162C214.478 345.079 214.421 344.999 214.36 344.923C212.59 342.573 184.81 305.062 183.96 251.432C183.956 250.972 184.052 250.517 184.242 250.098C184.431 249.679 184.71 249.306 185.058 249.005C185.407 248.704 185.816 248.483 186.258 248.357C186.701 248.23 187.165 248.201 187.62 248.272V248.272Z" fill="#733818"/>
<path id="Vector_13" d="M231 261.552C231.398 261.552 231.779 261.394 232.061 261.113C232.342 260.832 232.5 260.45 232.5 260.052C232.5 259.655 232.342 259.273 232.061 258.992C231.779 258.711 231.398 258.552 231 258.552C230.602 258.552 230.221 258.711 229.939 258.992C229.658 259.273 229.5 259.655 229.5 260.052C229.5 260.45 229.658 260.832 229.939 261.113C230.221 261.394 230.602 261.552 231 261.552Z" fill="#733818"/>
<path id="Vector_14" d="M231 260.533C231.398 260.533 231.779 260.374 232.061 260.093C232.342 259.812 232.5 259.43 232.5 259.033C232.5 258.635 232.342 258.253 232.061 257.972C231.779 257.691 231.398 257.533 231 257.533C230.602 257.533 230.221 257.691 229.939 257.972C229.658 258.253 229.5 258.635 229.5 259.033C229.5 259.43 229.658 259.812 229.939 260.093C230.221 260.374 230.602 260.533 231 260.533Z" fill="#733818"/>
<path id="Vector_15" d="M229.48 256.473C229.102 259.866 228.918 263.278 228.93 266.693C228.93 267.09 229.088 267.472 229.369 267.753C229.651 268.034 230.032 268.193 230.43 268.193C230.828 268.193 231.209 268.034 231.491 267.753C231.772 267.472 231.93 267.09 231.93 266.693C231.918 263.278 232.102 259.866 232.48 256.473C232.472 256.083 232.314 255.712 232.037 255.438C231.761 255.164 231.389 255.008 231 255.003C230.605 255.013 230.23 255.174 229.951 255.453C229.671 255.732 229.51 256.108 229.5 256.503L229.48 256.473Z" fill="#733818"/>
<path id="Vector_16" d="M196.22 174.702C196.33 174.812 196.42 174.922 196.52 175.042C196.62 175.162 196.31 174.753 196.46 174.963C196.51 175.027 196.557 175.094 196.6 175.163C196.77 175.409 196.917 175.67 197.04 175.943C197.04 175.993 197.17 176.233 197.04 175.993C196.91 175.753 197.04 175.993 197.04 175.993L197.19 176.463C197.269 176.752 197.332 177.046 197.38 177.342L197.32 176.943C197.385 177.457 197.385 177.978 197.32 178.493L197.37 178.092C197.359 178.2 197.342 178.307 197.32 178.413C197.229 178.805 197.282 179.217 197.47 179.573C197.672 179.908 197.994 180.154 198.37 180.262C198.754 180.364 199.163 180.311 199.509 180.115C199.855 179.919 200.11 179.595 200.22 179.213C200.444 178.026 200.385 176.804 200.048 175.645C199.711 174.486 199.105 173.423 198.28 172.542C197.997 172.264 197.617 172.108 197.22 172.108C196.823 172.108 196.443 172.264 196.16 172.542C195.888 172.829 195.737 173.208 195.737 173.603C195.737 173.997 195.888 174.376 196.16 174.663L196.22 174.702Z" fill="#733818"/>
<path id="Vector_17" d="M297.09 374.663C297.488 374.663 297.869 374.504 298.151 374.223C298.432 373.942 298.59 373.56 298.59 373.163C298.59 372.765 298.432 372.383 298.151 372.102C297.869 371.821 297.488 371.663 297.09 371.663C296.692 371.663 296.311 371.821 296.029 372.102C295.748 372.383 295.59 372.765 295.59 373.163C295.59 373.56 295.748 373.942 296.029 374.223C296.311 374.504 296.692 374.663 297.09 374.663Z" fill="#733818"/>
<path id="Vector_18" d="M294.79 372.872C295.188 372.872 295.569 372.714 295.851 372.433C296.132 372.152 296.29 371.77 296.29 371.372C296.29 370.975 296.132 370.593 295.851 370.312C295.569 370.031 295.188 369.872 294.79 369.872C294.392 369.872 294.011 370.031 293.729 370.312C293.448 370.593 293.29 370.975 293.29 371.372C293.29 371.77 293.448 372.152 293.729 372.433C294.011 372.714 294.392 372.872 294.79 372.872Z" fill="#733818"/>
<path id="Vector_19" d="M296.06 374.402C296.458 374.402 296.839 374.244 297.121 373.963C297.402 373.682 297.56 373.3 297.56 372.902C297.56 372.505 297.402 372.123 297.121 371.842C296.839 371.561 296.458 371.402 296.06 371.402C295.662 371.402 295.281 371.561 294.999 371.842C294.718 372.123 294.56 372.505 294.56 372.902C294.56 373.3 294.718 373.682 294.999 373.963C295.281 374.244 295.662 374.402 296.06 374.402Z" fill="#733818"/>
<path id="Vector_20" d="M66 240.562C66 240.562 73 269.562 83 279.562C83 279.562 86 284.562 107 285.562C107 285.562 156 278.562 165 335.562C165 335.562 149 373.562 113 374.562C113 374.562 71 370.562 54 312.562C54 312.562 47 280.562 57 253.562C57 253.562 62 242.562 66 240.562Z" fill="#733818"/>
</g>
<g id="Expresso">
<path id="Vector_21" d="M0 563.562V661.562H61V641.562L26.5 641.062V620.062H51.5V602.062H25.5V583.062L60.5 584.062V563.062L0 563.562Z" fill="#FDB852"/>
<path id="Vector_22" d="M77 566.562L101 612.562L77 659.562L101 661.562L113 636.562L122 661.562H151L128 612.562L151 566.562H125L117 586.562L108 566.562H77Z" fill="#FDB852"/>
<path id="Vector_23" d="M162 566.562V696.562H191V648.482V624.312V588.903V566.562H189.34H162Z" fill="#FDB852"/>
<path id="Vector_24" d="M221 566.562C221 566.562 241 568.562 245 585.562C249 602.562 245 624.562 245 624.562C245 624.562 246 639.562 227 645.562C215.36 649.165 203.075 650.189 191 648.562V624.562H213C213 624.562 216 624.562 219 620.562C222 616.562 220 597.562 220 597.562C220 597.562 221 588.562 211 588.562H191V566.562H221Z" fill="#FDB852"/>
<path id="Vector_25" d="M264 566.562V696.562H291L292 648.562L290.9 564.953L264 566.562Z" fill="#FDB852"/>
<path id="Vector_26" d="M324 566.562H291V591.003L314 590.612C314 590.612 320 592.612 321 598.612C322 604.612 321 615.612 321 615.612C321 615.612 320 621.612 316 621.612C312 621.612 287 620.612 287 620.612L291 646.612H309L324 696.612H356L335 640.612C335 640.612 350 633.612 350 613.612C350 593.612 349 587.612 349 587.612C349 587.612 347 566.562 324 566.562Z" fill="#FDB852"/>
<path id="Vector_27" d="M371 565.562V696.562L452 698.562V672.562L399 671.562L400 643.562H442V618.562L400 616.562V588.562H450V565.562H371Z" fill="#FDB852"/>
<path id="Vector_28" d="M489 602.562C489 602.562 485 591.562 496 586.562C507 581.562 516 591.562 516 591.562C516 591.562 522 596.562 522 602.562L546 595.562C546 595.562 546 580.562 536 573.562C526 566.562 522 565.562 522 565.562C522 565.562 500 556.562 482 565.562C464 574.562 462 589.562 462 589.562C462 589.562 457 605.562 462 614.562C467 623.562 465 628.562 484 638.562C484 638.562 496 642.562 506 645.562C516 648.562 520 652.562 520 655.562C520 658.562 522 668.562 515 672.562C508 676.562 495 673.562 495 673.562C495 673.562 486 670.562 484 655.562L457 662.562C457 662.562 456 674.562 467 684.562C467 684.562 477 698.562 499 698.562C521 698.562 532 689.562 532 689.562C532 689.562 552 676.562 548 652.562C544 628.562 531 625.562 531 625.562C531.17 623.872 506.61 620.282 498 615.562C487.86 610.003 488 599.733 489 602.562Z" fill="#FDB852"/>
<path id="Vector_29" d="M596 592.563C596 592.563 597 579.563 582 582.563C582 582.563 573 585.563 578 596.563C580.448 599.958 583.972 602.425 588 603.563C596.67 606.193 612 610.123 613 616.563C613.91 622.653 616.74 621.223 617 633.563C617.25 645.563 613 651.563 613 651.563C613 651.563 607.06 660.743 601 662.563C594 664.663 585.33 664.733 580 664.563C573 664.343 552 661.563 550 635.563L568 632.563C568 632.563 571.47 643.433 575 645.563C577.87 647.303 579.62 650.563 590 647.563C594.49 646.293 596.47 636.993 594 632.563C591.3 627.713 584.77 624.613 577 623.563C568.83 622.463 559 613.563 556 607.563C553 601.563 552 591.563 557 577.563C562 563.563 582 563.563 582 563.563C582 563.563 614 559.563 615 587.563L596 592.563Z" fill="#FDB852"/>
<path id="Vector_30" d="M650 595.563C650 595.563 651 584.563 657 582.563C663 580.563 667 582.563 667 582.563C667 582.563 673 585.563 672 591.563C671 597.563 672 638.563 672 638.563C672 638.563 671 646.563 667 647.563C663 648.563 656 647.563 656 647.563C656.72 648.343 650.1 644.853 650 639.563C649.92 635.443 650 593.563 650 593.563L631 590.563C631 590.563 626.57 627.983 630 640.563C632.59 650.043 633.34 660.993 658 664.563C681 667.893 690 647.563 690 647.563C689.12 649.833 699.16 615.903 690 585.563C683.7 564.683 664.76 564.383 664 564.563C664 564.563 653.08 561.653 646 567.563C637.78 574.433 636.63 573.833 632 586.563L631 590.563L650 595.563Z" fill="#FDB852"/>
<path id="Vector_31" d="M690 668.562H555V690.562H690V668.562Z" fill="#FDB852"/>
<path id="Vector_32" d="M692 701.562H3V710.562H692V701.562Z" fill="#FDB852"/>
<path id="Vector_33" d="M157 669.562H3V691.562H157V669.562Z" fill="#FDB852"/>
</g>
<g id="lit">
<text id="L I T E R A R Y & A R T S C L U B" fill="#FDB852" xml:space="preserve" style="white-space: pre" font-family="Calibri" font-size="37.9762" letter-spacing="0em"><tspan x="61" y="749.567">L I T E R A R Y & A R T S C L U B</tspan></text>
<text id="N I T P A T N A" fill="#FDB852" xml:space="preserve" style="white-space: pre" font-family="Calibri" font-size="34.272" letter-spacing="0em"><tspan x="218.74" y="787.881">N I T P A T N A</tspan></text>
</g>
</g>
</g>
</g>
<defs>
<clipPath id="clip0">
<rect width="693.88" height="795.79" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<div style="height:100px" class="">
</div>
<div class="d-sm-none" style="height:120px">
<div class="go-down wow bounceInUp" data-wow-duration="1s" data-wow-delay="1s" style="/* visibility: visible; */animation-duration: 1s;animation-delay: 1s;animation-name: bounceInUp;">
<a href="#portfolio" class="mouse"></a>
</div>
</div>
<div style="height: 30px; background-color: black;">
<p>
<a class="induction" style="color: #ff005b;" href="./html_file/event.html"> APPLY </a> here for events </p>
</div>
</div>
<!-- ___________ABOUT__________ -->
<!--
<div class="">
<div class="column c1" >
<img class="d1img" src="./images/HI1.png" height="740px"; >
</div>
<div class="column cw">
<div class="containe quote">
<h1>
“We look too much to museums. The sun coming up in the morning is enough.”
</h1>
<br>
<h1 style="font-size: 50px;">-Ralph Ellison</h1>
</div>
</div>
</div>
<div class="">
<div class="column cw" >
<div class="containe quote">
<h1>
“We look too much to museums. The sun coming up in the morning is enough.”
</h1>
<br>
<h1 style="font-size: 50px;">-Ralph Ellison</h1>
</div>
</div>
<div class="column cr" >
<img class="dimg" src="./images/doodle3.jpg">
</div>
</div>
<div class="">
<div class="column cr" >
<img class="dimg" src="./images/doodle1.jpg">
</div>
<div class="column cw" >
<div class="containe quote">
<h1>
“We look too much to museums. The sun coming up in the morning is enough.”
</h1>
<br>
<h1 style="font-size: 50px;">-Ralph Ellison</h1>
</div>
</div>
</div>
<div>
-->
<section id="portfolio" class="">
<!--
<div class="portfolio-wrapper">
<div class="portfolio-cards js-loaded-projects">
<div class="row project-card" style="margin-right:0px;">
<div class="col-md-6 col-lg-6 project-card__img">
<img class="" src="images/valentineday.jpg" alt="project-img">
</div>
<div class="col-md-6 col-lg-6 project-card__info">
<h3 class="project-card__title">“Most people are slow to champion love because they fear the transformation it brings into their lives. And make no mistake about it: love does take over and transform the schemes and operations of our egos in a very mighty way.” </h3><br><br>
<p class="project-card__description"> — Aberjhani</p>
</div>
</div>
</div>
</div>
-->
<div class="portfolio-wrapper">
<div class="portfolio-cards js-loaded-projects" id="myBtn">
<div class="row project-card" style="margin-right:0px;">
<div class="col-md-6 col-lg-6 project-card__img">
<img class="" src="images/doodle6.jpg" alt="project-img">
</div>
<div class="col-md-6 col-lg-6 project-card__info">
<h3 class="project-card__title">Exercise the writing muscle every day, even if it is only a letter, notes, a title list, a character sketch, a journal entry. Writers are like dancers, like athletes. Without that exercise, the muscles seize up.</h3><br><br>
<p class="project-card__description">- Jane Yolen</p>
</div>
</div>
</div>
</div>
<div class="portfolio-wrapper hide">
<div class="portfolio-cards js-loaded-projects">
<div class="row project-card" style="margin-right:0px;">
<div class="col-md-6 col-lg-6 project-card__info">
<h3 class="project-card__title">People on the outside think there's something magical about writing, that you go up in the attic at midnight and cast the bones and come down in the morning with a story, but it isn't like that. You sit in back of the typewriter
and you work, and that's all there is to it.</h3><br><br>
<p class="project-card__description">- Harlan Ellison</p>
</div>
<div class="col-md-6 col-lg-6 project-card__img">
<img class="" src="images/doodle7.jpg" alt="project-img">
</div>
</div>
</div>
</div>
<div class="portfolio-wrapper show">
<div class="portfolio-cards js-loaded-projects">
<div class="row project-card" style="margin-right:0px;">
<div class="col-md-6 col-lg-6 project-card__img">
<img class="" src="images/doodle7.jpg" alt="project-img">
</div>
<div class="col-md-6 col-lg-6 project-card__info">
<h3 class="project-card__title">People on the outside think there's something magical about writing, that you go up in the attic at midnight and cast the bones and come down in the morning with a story, but it isn't like that. You sit in back of the typewriter
and you work, and that's all there is to it.</h3><br><br>
<p class="project-card__description">- Harlan Ellison</p>
</div>
</div>
</div>
</div>
<div class="portfolio-wrapper">
<div class="portfolio-cards js-loaded-projects" id="myBtn">
<div class="row project-card" style="margin-right:0px;">
<div class="col-md-6 col-lg-6 project-card__img">
<img class="" src="images/doodle5.jpg" alt="project-img">
</div>
<div class="col-md-6 col-lg-6 project-card__info">
<h3 class="project-card__title">The more closely the author thinks of why he wrote, the more he comes to regard his imagination as a kind of self-generating cement which glued his facts together, and his emotions as a kind of dark and obscure designer of those
facts. Reluctantly, he comes to the conclusion that to account for his book is to account for his life.</h3><br><br>
<p class="project-card__description">- Richard Wright</p>
</div>
</div>
</div>
</div>
</section>
</section>
<br>
<br>
<br>
</div>
<section id="About">
<br>
<br>
<!--
<h1 style="text-align: center; font-family: Roboto Mono,monospace,serif,sans-serif; font-weight: 900; font-size: 30px;">ABOUT EXPRESSO</h1>
-->
<div class="faq-title text-center pb-3">
<h2>ABOUT EXPRESSO</h2>
</div>
<div class="container expresso">
<p style="font-size: 18px;"><b>"Literature and Art are the Finite Expressions of the Infinite Mind"</b></p>
<p>Expresso was formed back in 2019 with a vision to celebrate the infinite mind. Expresso came up as an amalgamation of both Literary and Arts Clubs of NIT Patna and brought them together, 'Infinite Ideas, One Place'. </p>
<p>We believe in bringing out one's true creative self and building the courage to stand among all. Guided and supported by our Dean Student Welfare, Dr. Prakash Chandra and also our Professor In charge, Dr. Khursheed Ahmad, and not to mention
the sincere efforts of the founding members and the team we have grown up and are still rising.</p>
</p>
</div>
</section>
<section id="footer">
<footer class="footer-distributed">
<div class="footer-center">
<div>
<a href="https://www.google.com/maps/place/National+Institute+of+Technology+Patna,+Patna+University+Campus,+Patna,+Bihar+800005/@25.6204054,85.1694904,17z/data=!3m1!4b1!4m5!3m4!1s0x39ed58dce1098af7:0xd3ab2e3afc171805!8m2!3d25.6207284!4d85.1728858"><i class="fa fa-map-marker"></i><br class="br"></a>
<p><span>NIT Patna</span> Bihar, India</p>
</div>
<div>
<i class="fa fa-envelope"></i><br class="br">
<p style="font-style: oblique;"><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About the Club</span> This is the official club of NIT Patna named Expresso NITP related to Literary and Arts.
</p>
<div class="footer-icons">
<a href="https://www.facebook.com/expresso.nitp/"><i class="fa fa-facebook"></i></a>
<a href="https://instagram.com/expresso_nitp?igshid=17svyt8qfdx46"><i class="fa fa-instagram"></i></a>
<!-- <a href="#"><i class="fa fa-linkedin"></i></a> -->
<a href="https://github.com/Expresso-NITP"><i class="fa fa-github"></i></a>
</div>
</div>
<br>
<br>
<div class="container copyright">
<br>
<p>© Expresso NITP 2021</p>
</div>
</footer>
</section>
<script src="js/mobile_menu.js"></script>
<script src="js/menu.js"></script>
<script src="/js/home.js"></script>
</body>
</html>