├── LICENSE
├── README.md
└── iPortfolio
├── MCR.pdf
├── assets
├── css
│ └── style.css
├── img
│ ├── av.png
│ ├── favicon.png
│ ├── hero-bg - Copy.gif
│ ├── hero-bg.gif
│ ├── icons8-git-50.png
│ ├── portfolio
│ │ ├── portfolio-1.jpg
│ │ ├── portfolio-10.jpg
│ │ ├── portfolio-11.jpg
│ │ ├── portfolio-12.jpg
│ │ ├── portfolio-13.jpg
│ │ ├── portfolio-14.jpg
│ │ ├── portfolio-15.jpg
│ │ ├── portfolio-16.jpg
│ │ ├── portfolio-17.jpg
│ │ ├── portfolio-18.jpg
│ │ ├── portfolio-19.jpg
│ │ ├── portfolio-2.jpg
│ │ ├── portfolio-20.jpg
│ │ ├── portfolio-21.jpg
│ │ ├── portfolio-22.jpg
│ │ ├── portfolio-23.jpg
│ │ ├── portfolio-24.jpg
│ │ ├── portfolio-3.jpg
│ │ ├── portfolio-4.jpg
│ │ ├── portfolio-5.jpg
│ │ ├── portfolio-6.jpg
│ │ ├── portfolio-7.jpg
│ │ ├── portfolio-8.jpg
│ │ └── portfolio-9.jpg
│ ├── profile-img.jpg
│ └── testimonials
│ │ ├── testimonials-1.jpg
│ │ ├── testimonials-2.jpg
│ │ └── testimonials-3.jpg
├── js
│ └── main.js
└── vendor
│ ├── aos
│ ├── aos.css
│ └── aos.js
│ ├── bootstrap
│ ├── css
│ │ ├── bootstrap-grid.css
│ │ ├── bootstrap-grid.css.map
│ │ ├── bootstrap-grid.min.css
│ │ ├── bootstrap-grid.min.css.map
│ │ ├── bootstrap-reboot.css
│ │ ├── bootstrap-reboot.css.map
│ │ ├── bootstrap-reboot.min.css
│ │ ├── bootstrap-reboot.min.css.map
│ │ ├── bootstrap.css
│ │ ├── bootstrap.css.map
│ │ ├── bootstrap.min.css
│ │ └── bootstrap.min.css.map
│ └── js
│ │ ├── bootstrap.bundle.js
│ │ ├── bootstrap.bundle.js.map
│ │ ├── bootstrap.bundle.min.js
│ │ ├── bootstrap.bundle.min.js.map
│ │ ├── bootstrap.js
│ │ ├── bootstrap.js.map
│ │ ├── bootstrap.min.js
│ │ └── bootstrap.min.js.map
│ ├── boxicons
│ ├── css
│ │ ├── animations.css
│ │ ├── boxicons.css
│ │ ├── boxicons.min.css
│ │ └── transformations.css
│ └── fonts
│ │ ├── boxicons.eot
│ │ ├── boxicons.svg
│ │ ├── boxicons.ttf
│ │ ├── boxicons.woff
│ │ └── boxicons.woff2
│ ├── counterup
│ └── counterup.min.js
│ ├── icofont
│ ├── fonts
│ │ ├── icofont.woff
│ │ └── icofont.woff2
│ └── icofont.min.css
│ ├── isotope-layout
│ ├── isotope.pkgd.js
│ └── isotope.pkgd.min.js
│ ├── jquery.easing
│ └── jquery.easing.min.js
│ ├── jquery
│ ├── jquery.min.js
│ └── jquery.min.map
│ ├── owl.carousel
│ ├── LICENSE
│ ├── README.md
│ ├── assets
│ │ ├── ajax-loader.gif
│ │ ├── owl.carousel.css
│ │ ├── owl.carousel.min.css
│ │ ├── owl.theme.default.css
│ │ ├── owl.theme.default.min.css
│ │ ├── owl.theme.green.css
│ │ ├── owl.theme.green.min.css
│ │ └── owl.video.play.png
│ ├── owl.carousel.js
│ └── owl.carousel.min.js
│ ├── php-email-form
│ └── validate.js
│ ├── typed.js
│ ├── typed.js
│ ├── typed.min.js
│ └── typed.min.js.map
│ ├── venobox
│ ├── venobox.css
│ ├── venobox.js
│ ├── venobox.min.css
│ └── venobox.min.js
│ └── waypoints
│ └── jquery.waypoints.min.js
└── index.html
/LICENSE:
--------------------------------------------------------------------------------
1 | BSD 2-Clause License
2 |
3 | Copyright (c) 2021, MAINAK CHAUDHURI
4 | All rights reserved.
5 |
6 | Redistribution and use in source and binary forms, with or without
7 | modification, are permitted provided that the following conditions are met:
8 |
9 | 1. Redistributions of source code must retain the above copyright notice, this
10 | list of conditions and the following disclaimer.
11 |
12 | 2. Redistributions in binary form must reproduce the above copyright notice,
13 | this list of conditions and the following disclaimer in the documentation
14 | and/or other materials provided with the distribution.
15 |
16 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
20 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # My_portfolio
2 | My portfolio website
3 |
4 | 
5 |
6 |
7 |
8 | ## Abstract:
9 | The main purpose of building this website was to increase my business reach and display my projects as a showcase of my existing skills. This may be helpful for recruiters who want to hire a suitable intern or employee for making a professional website for their companies. Apart from serving the main purpose, the website is also made as simple yet attractive as possible. This will boost up the noticibility. This can also serve as a referrence website template for students or professionals who want to build a portfolio site for themselves.
10 |
11 | ## Stack Used : LAMP Stack
12 |
13 | ## Techs Used:
14 |
15 |
16 | HTML 5 (Structure and components)
17 | CSS 3 (Styling and Looks)
18 | JavaScripts [TypedJS, Validator and ES6] (For all validations, typing and untyping activities and animations)
19 | JQuery (Animations and dynamic look and feel)
20 | Github pages (Hosting)
21 | FormSpree API (For accepting emails and dynamic contact)
22 |
23 |
24 |
25 |
26 | ## The website is hosted at : https://mainakfolio.github.io/
27 |
28 |
29 |
--------------------------------------------------------------------------------
/iPortfolio/MCR.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/MCR.pdf
--------------------------------------------------------------------------------
/iPortfolio/assets/css/style.css:
--------------------------------------------------------------------------------
1 |
2 | body {
3 | font-family: "Open Sans", sans-serif;
4 | background-color: #040b14;
5 | color: #edf1f5;
6 | }
7 |
8 | a {
9 | color: #27baf5;
10 | }
11 |
12 | a:hover {
13 | color: #37d2ed;
14 | text-decoration: none;
15 | }
16 |
17 | h1, h2, h3, h4, h5, h6 {
18 | font-family: "Raleway", sans-serif;
19 | }
20 |
21 | /*--------------------------------------------------------------
22 | # Back to top button
23 | --------------------------------------------------------------*/
24 | .back-to-top {
25 | position: fixed;
26 | display: none;
27 | width: 40px;
28 | height: 40px;
29 | border-radius: 50px;
30 | right: 15px;
31 | bottom: 15px;
32 | background: #149ddd;
33 | color: #fff;
34 | transition: display 0.5s ease-in-out;
35 | z-index: 100;
36 |
37 | }
38 |
39 | .back-to-top i {
40 | font-size: 24px;
41 | position: absolute;
42 | top: 7px;
43 | left: 8px;
44 | }
45 |
46 | .back-to-top:hover {
47 | color: #fff;
48 | background: #2eafec;
49 | transition: background 0.4s ease-in-out;
50 | }
51 |
52 | /*--------------------------------------------------------------
53 | # Header
54 | --------------------------------------------------------------*/
55 | #header {
56 | position: fixed;
57 | top: 0;
58 | left: 0;
59 | bottom: 0;
60 | width: 300px;
61 | transition: all ease-in-out 0.5s;
62 | z-index: 9997;
63 | transition: all 0.5s;
64 | padding: 0 15px;
65 | background: #251647;
66 | overflow-y: auto;
67 | box-shadow: 0px 2px 15px rgba(110, 237, 241, 0.972);
68 | }
69 |
70 | #header .profile img {
71 | margin: 15px auto;
72 | display: block;
73 | width: 120px;
74 | border: 8px solid #0629f0;
75 | }
76 |
77 | #header .profile h1 {
78 | font-size: 24px;
79 | margin: 0;
80 | padding: 0;
81 | font-weight: 600;
82 | -moz-text-align-last: center;
83 | text-align-last: center;
84 | font-family: "Poppins", sans-serif;
85 | }
86 |
87 | #header .profile h1 a, #header .profile h1 a:hover {
88 | color: #fff;
89 | text-decoration: none;
90 | }
91 |
92 | #header .profile .social-links a {
93 | font-size: 18px;
94 | display: inline-block;
95 | background: #251647;
96 | color: #fff;
97 | line-height: 1;
98 | padding: 8px 0;
99 | margin-right: 4px;
100 | border-radius: 50%;
101 | text-align: center;
102 | width: 36px;
103 | height: 36px;
104 | transition: 0.5s;
105 | }
106 |
107 | #header .profile .social-links a:hover {
108 | background: #149ddd;
109 | color: #fff;
110 | text-decoration: none;
111 | }
112 |
113 | #main {
114 | margin-left: 300px;
115 | }
116 |
117 | @media (max-width: 1199px) {
118 | #header {
119 | left: -300px;
120 | }
121 | #main {
122 | margin-left: 0;
123 | }
124 | }
125 |
126 | /*--------------------------------------------------------------
127 | # Navigation Menu
128 | --------------------------------------------------------------*/
129 | /* Desktop Navigation */
130 | .nav-menu {
131 | padding-top: 30px;
132 | }
133 |
134 | .nav-menu * {
135 | margin: 0;
136 | padding: 0;
137 | list-style: none;
138 | }
139 |
140 | .nav-menu > ul > li {
141 | position: relative;
142 | white-space: nowrap;
143 | }
144 |
145 | .nav-menu a {
146 | display: flex;
147 | align-items: center;
148 | color: #a8a9b4;
149 | padding: 12px 15px;
150 | margin-bottom: 8px;
151 | transition: 0.6s;
152 | font-size: 15px;
153 | }
154 |
155 | .nav-menu a i {
156 | font-size: 24px;
157 | padding-right: 8px;
158 | color: #6f7180;
159 | }
160 |
161 | .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
162 | text-decoration: none;
163 | color: #fff;
164 | }
165 |
166 | .nav-menu a:hover i, .nav-menu .active > a i, .nav-menu li:hover > a i {
167 | color: #149ddd;
168 | }
169 |
170 | /* Mobile Navigation */
171 | .mobile-nav-toggle {
172 | position: fixed;
173 | right: 15px;
174 | top: 15px;
175 | z-index: 9998;
176 | border: 0;
177 | background: none;
178 | font-size: 24px;
179 | transition: all 0.5s;
180 | outline: none !important;
181 | line-height: 1;
182 | cursor: pointer;
183 | text-align: right;
184 | }
185 |
186 | .mobile-nav-toggle i {
187 | color: #149ddd;
188 | }
189 |
190 | .mobile-nav-active {
191 | overflow: hidden;
192 | }
193 |
194 | .mobile-nav-active #header {
195 | left: 0;
196 | }
197 |
198 | .mobile-nav-active .mobile-nav-toggle i {
199 | color: #fff;
200 | }
201 |
202 | /*--------------------------------------------------------------
203 | # Hero Section
204 | --------------------------------------------------------------*/
205 | #hero {
206 | width: 100%;
207 | height: 95vh;
208 | background: url("../img/hero-bg.gif") top center;
209 | background-size: cover;
210 | box-shadow: 0px 0px 0px 3px rgba(68, 34, 218, 0.972);
211 | }
212 |
213 | #hero:before {
214 | content: "";
215 | background: rgba(5, 13, 24, 0.3);
216 | position: absolute;
217 | bottom: 0;
218 | top: 0;
219 | left: 0;
220 | right: 0;
221 | z-index: 1;
222 | }
223 |
224 | #hero .hero-container {
225 | position: relative;
226 | z-index: 2;
227 | min-width: 300px;
228 | }
229 |
230 | #hero h1 {
231 | margin: 0 0 10px 0;
232 | font-size: 64px;
233 | font-weight: 700;
234 | line-height: 56px;
235 | color: #fff;
236 | }
237 |
238 | #hero p {
239 | color: #fff;
240 | margin-bottom: 50px;
241 | font-size: 26px;
242 | font-family: "Poppins", sans-serif;
243 | }
244 |
245 | #hero p span {
246 | color: #fff;
247 | padding-bottom: 4px;
248 | letter-spacing: 1px;
249 | border-bottom: 3px solid #149ddd;
250 | }
251 |
252 | @media (min-width: 1024px) {
253 | #hero {
254 | background-attachment: fixed;
255 | }
256 | }
257 |
258 | @media (max-width: 768px) {
259 | #hero h1 {
260 | font-size: 28px;
261 | line-height: 36px;
262 | }
263 | #hero h2 {
264 | font-size: 18px;
265 | line-height: 24px;
266 | margin-bottom: 30px;
267 | }
268 | }
269 |
270 | /*--------------------------------------------------------------
271 | # Sections General
272 | --------------------------------------------------------------*/
273 | section {
274 | padding: 60px 0;
275 | overflow: hidden;
276 | }
277 |
278 | .section-bg {
279 | background: #050505;
280 | color:rgb(28, 228, 255);
281 | }
282 |
283 | .section-title {
284 | padding-bottom: 30px;
285 | }
286 |
287 | .section-title h2 {
288 | font-size: 32px;
289 | font-weight: bold;
290 | margin-bottom: 20px;
291 | padding-bottom: 20px;
292 | position: relative;
293 | color: #17e4eb;
294 | }
295 |
296 | .section-title h2::after {
297 | content: '';
298 | position: absolute;
299 | display: block;
300 | width: 150px;
301 | height: 3px;
302 | background: #07f31b;
303 | bottom: 0;
304 | left: 0;
305 | }
306 |
307 | .section-title p {
308 | margin-bottom: 0;
309 | }
310 |
311 |
312 | /*--------------------------------------------------------------
313 | # About
314 | --------------------------------------------------------------*/
315 | .about .content h3 {
316 | font-weight: 700;
317 | font-size: 32px;
318 | color: #699ce4;
319 | }
320 | .about .section-title #txt{
321 | font-size: 19px;
322 | }
323 | #me{
324 | border-radius: 30px 5px 30px 5px;;
325 | box-shadow: 0px 2px 15px rgba(54, 248, 238, 0.972);
326 | height:390px;
327 |
328 | }
329 | .about .content ul {
330 | list-style: none;
331 | padding: 0;
332 | }
333 |
334 | .about .content ul li {
335 | padding-bottom: 10px;
336 | }
337 |
338 | .about .content ul i {
339 | font-size: 20px;
340 | padding-right: 2px;
341 | color: #149ddd;
342 | }
343 |
344 | .about .content p:last-child {
345 | margin-bottom: 0;
346 | }
347 |
348 | #res
349 | {
350 | width:300px;
351 | height:50px;
352 | box-shadow: 0px 2px 15px rgba(42, 234, 241, 0.972);
353 |
354 | }
355 | /*--------------------------------------------------------------
356 | # Facts
357 | --------------------------------------------------------------*/
358 | .facts {
359 | padding-bottom: 30px;
360 | box-shadow: 0px 2px 15px rgba(42, 234, 241, 0.972);
361 | }
362 |
363 | .facts .count-box {
364 | padding: 30px;
365 | width: 100%;
366 | }
367 |
368 | .facts .count-box i {
369 | display: block;
370 | font-size: 44px;
371 | color: #deedf5;
372 | float: left;
373 | box-shadow: 0px 2px 15px rgba(42, 241, 75, 0.972);
374 | }
375 |
376 | .facts .count-box span {
377 | font-size: 48px;
378 | line-height: 40px;
379 | display: block;
380 | font-weight: 700;
381 | color: #cbd8eb;
382 | margin-left: 60px;
383 | }
384 |
385 | .facts .count-box p {
386 | padding: 15px 0 0 0;
387 | margin: 0 0 0 60px;
388 | font-family: "Montserrat", sans-serif;
389 | font-size: 18px;
390 | color: #1852a3;
391 | }
392 |
393 | .facts .count-box a {
394 | font-weight: 600;
395 | display: block;
396 | margin-top: 20px;
397 | color: #122f57;
398 | font-size: 15px;
399 | font-family: "Poppins", sans-serif;
400 | transition: ease-in-out 0.8s;
401 | }
402 |
403 | .facts .count-box a:hover {
404 | color: #1f5297;
405 | }
406 |
407 | /*--------------------------------------------------------------
408 | # Skills
409 | --------------------------------------------------------------*/
410 | .skills{
411 | box-shadow: 0px 2px 15px rgba(42, 234, 241, 0.972);
412 | }
413 | .skills .progress {
414 | height: 50px;
415 | display: block;
416 | background: none;
417 | }
418 |
419 | .skills .progress .skill {
420 | padding: 10px 0;
421 | margin: 0 0 6px 0;
422 | text-transform: uppercase;
423 | display: block;
424 | font-weight: 600;
425 | font-family: "Poppins", sans-serif;
426 | color: #b6c6dd;
427 | font-size: 15px;
428 | }
429 |
430 | .skills .progress .skill .val {
431 | float: right;
432 | font-style: normal;
433 | }
434 |
435 | .skills .progress-bar-wrap {
436 | background: #dce8f8;
437 | border-radius: 10px;
438 | height:15px;
439 | }
440 |
441 | .skills .progress-bar {
442 | width: 1px;
443 | height: 10px;
444 | transition: .9s;
445 | background-color: rgb(10, 143, 6);
446 | border-radius: 10px;
447 | height:15px;
448 | }
449 |
450 | /*--------------------------------------------------------------
451 | # Resume
452 | --------------------------------------------------------------*/
453 | .resume{
454 | box-shadow: 0px 2px 15px rgba(42, 234, 241, 0.972);
455 | }
456 | .resume .resume-title {
457 | font-size: 26px;
458 | font-weight: 700;
459 | margin-top: 20px;
460 | margin-bottom: 20px;
461 | color: #cfdaeb;
462 | }
463 |
464 | .resume .resume-item {
465 | padding: 0 0 20px 20px;
466 | margin-top: -2px;
467 | border-left: 2px solid #1f5297;
468 | position: relative;
469 | }
470 |
471 | .resume .resume-item h4 {
472 | line-height: 18px;
473 | font-size: 18px;
474 | font-weight: 600;
475 | text-transform: uppercase;
476 | font-family: "Poppins", sans-serif;
477 | color: #b0c6e4;
478 | margin-bottom: 10px;
479 | }
480 |
481 | .resume .resume-item h5 {
482 | font-size: 16px;
483 | background: #f50909;
484 | padding: 5px 15px;
485 | display: inline-block;
486 | font-weight: 600;
487 | margin-bottom: 10px;
488 | border-radius: 10px;
489 | }
490 |
491 | .resume .resume-item ul {
492 | padding-left: 20px;
493 | }
494 |
495 | .resume .resume-item ul li {
496 | padding-bottom: 10px;
497 | }
498 |
499 | .resume .resume-item:last-child {
500 | padding-bottom: 0;
501 | }
502 |
503 | .resume .resume-item::before {
504 | content: "";
505 | position: absolute;
506 | width: 16px;
507 | height: 16px;
508 | border-radius: 50px;
509 | left: -9px;
510 | top: 0;
511 | background: #fff;
512 | border: 2px solid #1f5297;
513 | }
514 |
515 | /*--------------------------------------------------------------
516 | # Portfolio
517 | --------------------------------------------------------------*/
518 | .portfolio
519 | {
520 | box-shadow: 0px 2px 15px rgba(42, 234, 241, 0.972);
521 | }
522 |
523 | .portfolio .portfolio-item {
524 | margin-bottom: 30px;
525 | border-radius: 10px;
526 | background-color: #000000;
527 | box-shadow: 1px 0px 3px 0px rgba(42, 241, 75, 0.972);
528 | }
529 |
530 | .portfolio #portfolio-flters {
531 | padding: 0;
532 | margin: 0 auto 35px auto;
533 | list-style: none;
534 | text-align: center;
535 | background: rgb(255, 255, 255);
536 | border-radius: 50px;
537 | padding: 2px 15px;
538 | }
539 |
540 | .portfolio #portfolio-flters li {
541 | cursor: pointer;
542 | display: inline-block;
543 | padding: 10px 15px 8px 15px;
544 | font-size: 19px;
545 | font-weight: 600;
546 | line-height: 1;
547 | text-transform: uppercase;
548 | color: #272829;
549 | margin-bottom: 5px;
550 | transition: all 0.3s ease-in-out;
551 | }
552 |
553 | .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
554 | color: #1228ebdc;
555 |
556 |
557 | }
558 |
559 | .portfolio #portfolio-flters li:last-child {
560 | margin-right: 0;
561 | }
562 |
563 | .portfolio .portfolio-wrap {
564 | transition: 0.3s;
565 | position: relative;
566 | overflow: hidden;
567 | z-index: 1;
568 | color:#fff;
569 | font-size: 20px;
570 | }
571 |
572 | .portfolio .portfolio-wrap::before {
573 | content: "";
574 | background: rgba(7, 7, 7, 0.7);
575 | position: absolute;
576 | left: 0;
577 | right: 0;
578 | top: 0;
579 | bottom: 0;
580 | transition: all ease-in-out 0.3s;
581 | z-index: 2;
582 | opacity: 0;
583 | }
584 |
585 | .portfolio .portfolio-wrap .portfolio-links {
586 | opacity: 1;
587 | left: 0;
588 | right: 0;
589 | bottom: -60px;
590 | z-index: 3;
591 | position: absolute;
592 | transition: all ease-in-out 0.3s;
593 | display: flex;
594 | justify-content: center;
595 | }
596 |
597 | .portfolio .portfolio-wrap .portfolio-links a {
598 | color: #fff;
599 | font-size: 28px;
600 | text-align: center;
601 | background: rgba(221, 16, 16, 0.75);
602 | transition: 0.3s;
603 | width: 50%;
604 | }
605 |
606 | .portfolio .portfolio-wrap .portfolio-links a:hover {
607 | background: rgba(48, 12, 209, 0.95);
608 | color:#ffffff;
609 | border-radius: 10px;
610 | }
611 |
612 |
613 |
614 | .portfolio .portfolio-wrap:hover::before {
615 | top: 0;
616 | left: 0;
617 | right: 0;
618 | bottom: 0;
619 | opacity: 1;
620 | }
621 |
622 | .portfolio .portfolio-wrap:hover .portfolio-links {
623 | opacity: 1;
624 | bottom: 0;
625 | }
626 |
627 | /*--------------------------------------------------------------
628 | # Services
629 | --------------------------------------------------------------*/
630 | .services
631 | {
632 | box-shadow: 0px 2px 15px rgba(42, 234, 241, 0.972);
633 | }
634 | .services .icon-box {
635 | margin-bottom: 20px;
636 | }
637 |
638 | .services .icon {
639 | float: left;
640 | display: flex;
641 | align-items: center;
642 | justify-content: center;
643 | width: 54px;
644 | height: 54px;
645 | background: #149ddd;
646 | border-radius: 50%;
647 | transition: 0.5s;
648 | border: 1px solid #149ddd;
649 | box-shadow: 0px 2px 15px rgba(42, 241, 75, 0.972);
650 | }
651 |
652 | .services .icon i {
653 | color: #fff;
654 | font-size: 24px;
655 | }
656 |
657 | .services .icon-box:hover .icon {
658 | background: #fff;
659 | }
660 |
661 | .services .icon-box:hover .icon i {
662 | color: #149ddd;
663 | }
664 |
665 | .services .title {
666 | margin-left: 80px;
667 | font-weight: 700;
668 | margin-bottom: 15px;
669 | font-size: 18px;
670 | }
671 |
672 | .services .title a {
673 | color: #a9b3bd;
674 | }
675 |
676 | .services .title a:hover {
677 | color: #149ddd;
678 | }
679 |
680 | .services .description {
681 | margin-left: 80px;
682 | line-height: 24px;
683 | font-size: 14px;
684 | }
685 |
686 | /*--------------------------------------------------------------
687 | # Testimonials
688 | --------------------------------------------------------------*/
689 | .testimonials
690 | {
691 | box-shadow: 0px 2px 15px rgba(42, 234, 241, 0.972);
692 | }
693 | .testimonials .testimonial-item {
694 | box-sizing: content-box;
695 | text-align: center;
696 | min-height: 320px;
697 | color:#040b14;
698 |
699 | }
700 |
701 | .testimonials .testimonial-item .testimonial-img {
702 | width: 90px;
703 | border-radius: 50%;
704 | margin: 0 auto;
705 | color:#fff;
706 | }
707 |
708 | .testimonials .testimonial-item h3 {
709 | font-size: 18px;
710 | font-weight: bold;
711 | margin: 10px 0 5px 0;
712 | color: rgb(236, 229, 229);
713 |
714 | }
715 |
716 | .testimonials .testimonial-item h4 {
717 | font-size: 14px;
718 | color: rgb(255, 251, 251);
719 | margin: 0;
720 |
721 |
722 | }
723 |
724 | .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
725 | color: #669ce9;
726 | font-size: 26px;
727 | }
728 |
729 | .testimonials .testimonial-item .quote-icon-left {
730 | display: inline-block;
731 | left: -5px;
732 | position: relative;
733 | }
734 |
735 | .testimonials .testimonial-item .quote-icon-right {
736 | display: inline-block;
737 | right: -5px;
738 | position: relative;
739 | top: 10px;
740 | }
741 |
742 | .testimonials .testimonial-item p {
743 | font-style: italic;
744 | margin: 0 15px 15px 15px;
745 | padding: 20px;
746 | background: #fff;
747 | position: relative;
748 | margin-bottom: 35px;
749 | border-radius: 6px;
750 | box-shadow: 0px 2px 15px rgba(42, 234, 241, 0.972);
751 | }
752 |
753 | .testimonials .testimonial-item p::after {
754 | content: "";
755 | width: 0;
756 | height: 0;
757 | border-top: 20px solid #fff;
758 | border-right: 20px solid transparent;
759 | border-left: 20px solid transparent;
760 | position: absolute;
761 | bottom: -20px;
762 | left: calc(50% - 20px);
763 | }
764 |
765 | .testimonials .owl-nav, .testimonials .owl-dots {
766 | margin-top: 5px;
767 | text-align: center;
768 | color:rgb(12, 11, 11);
769 | }
770 |
771 | .testimonials .owl-dot {
772 | display: inline-block;
773 | margin: 0 5px;
774 | width: 12px;
775 | height: 12px;
776 | border-radius: 50%;
777 | background-color: #ddd !important;
778 |
779 | }
780 |
781 | .testimonials .owl-dot.active {
782 | background-color: #0b0c0c !important;
783 | }
784 |
785 | @media (max-width: 767px) {
786 | .testimonials {
787 | margin: 30px 10px;
788 | }
789 | }
790 |
791 | /*--------------------------------------------------------------
792 | # Contact
793 | --------------------------------------------------------------*/
794 | .contact {
795 | padding-bottom: 130px;
796 | box-shadow: 0px 2px 15px rgba(42, 234, 241, 0.972);
797 | }
798 |
799 | .contact .info {
800 | padding: 30px;
801 | background: #fff;
802 | width: 100%;
803 | box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
804 | color:#040b14;
805 | box-shadow: 0px 2px 15px rgba(42, 234, 241, 0.972);
806 | }
807 |
808 | .contact .info i {
809 | font-size: 20px;
810 | color: #149ddd;
811 | float: left;
812 | width: 44px;
813 | height: 44px;
814 | background: #0b0c0c;
815 | display: flex;
816 | justify-content: center;
817 | align-items: center;
818 | border-radius: 50px;
819 | transition: all 0.3s ease-in-out;
820 | }
821 |
822 | .contact .info h4 {
823 | padding: 0 0 0 60px;
824 | font-size: 22px;
825 | font-weight: 600;
826 | margin-bottom: 5px;
827 | color: #050d18;
828 | }
829 |
830 | .contact .info p {
831 | padding: 0 0 10px 60px;
832 | margin-bottom: 20px;
833 | font-size: 14px;
834 | color: #173b6c;
835 |
836 | }
837 |
838 | .contact .info .email p {
839 | padding-top: 5px;
840 | }
841 |
842 | .contact .info .social-links {
843 | padding-left: 60px;
844 | }
845 |
846 | .contact .info .social-links a {
847 | font-size: 18px;
848 | display: inline-block;
849 | background: rgb(187, 30, 30);
850 | color: #fff;
851 | line-height: 1;
852 | padding: 8px 0;
853 | border-radius: 50%;
854 | text-align: center;
855 | width: 36px;
856 | height: 36px;
857 | transition: 0.3s;
858 | margin-right: 10px;
859 | }
860 |
861 | .contact .info .social-links a:hover {
862 | background: #149ddd;
863 | color: #fff;
864 | }
865 |
866 | .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
867 | background: #149ddd;
868 | color: rgb(10, 10, 10);
869 | }
870 |
871 | .contact .php-email-form {
872 | width: 100%;
873 | padding: 30px;
874 | background: #fff;
875 | box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
876 | color:#040b14;
877 | font-weight: 700;
878 | box-shadow: 0px 2px 15px rgba(42, 234, 241, 0.972);
879 | }
880 |
881 | .contact .php-email-form .form-group {
882 | padding-bottom: 8px;
883 | }
884 |
885 | .contact .php-email-form .validate {
886 | display: none;
887 | color: red;
888 | margin: 0 0 15px 0;
889 | font-weight: 400;
890 | font-size: 13px;
891 | }
892 |
893 | .contact .php-email-form .error-message {
894 | display: none;
895 | color: #fff;
896 | background: #217c05;
897 | text-align: left;
898 | padding: 15px;
899 | font-weight: 600;
900 | }
901 |
902 | .contact .php-email-form .error-message br + br {
903 | margin-top: 25px;
904 | }
905 |
906 | .contact .php-email-form .sent-message {
907 | display: none;
908 | color: #fff;
909 | background: #18d26e;
910 | text-align: center;
911 | padding: 15px;
912 | font-weight: 600;
913 | }
914 |
915 | .contact .php-email-form .loading {
916 | display: none;
917 | background: #fff;
918 | text-align: center;
919 | padding: 15px;
920 | }
921 |
922 | .contact .php-email-form .loading:before {
923 | content: "";
924 | display: inline-block;
925 | border-radius: 50%;
926 | width: 24px;
927 | height: 24px;
928 | margin: 0 10px -6px 0;
929 | border: 3px solid #18d26e;
930 | border-top-color: #eee;
931 | -webkit-animation: animate-loading 1s linear infinite;
932 | animation: animate-loading 1s linear infinite;
933 | }
934 |
935 | .contact .php-email-form input, .contact .php-email-form textarea {
936 | border-radius: 0;
937 | box-shadow: none;
938 | font-size: 14px;
939 | }
940 |
941 | .contact .php-email-form input {
942 | height: 44px;
943 | }
944 |
945 | .contact .php-email-form textarea {
946 | padding: 10px 12px;
947 | }
948 |
949 | .contact .php-email-form button[type="submit"] {
950 | background: #149ddd;
951 | border: 0;
952 | padding: 10px 24px;
953 | color: #fff;
954 | transition: 0.4s;
955 | border-radius: 4px;
956 | }
957 |
958 | .contact .php-email-form button[type="submit"]:hover {
959 | background: #37b3ed;
960 | }
961 |
962 | @-webkit-keyframes animate-loading {
963 | 0% {
964 | transform: rotate(0deg);
965 | }
966 | 100% {
967 | transform: rotate(360deg);
968 | }
969 | }
970 |
971 | @keyframes animate-loading {
972 | 0% {
973 | transform: rotate(0deg);
974 | }
975 | 100% {
976 | transform: rotate(360deg);
977 | }
978 | }
979 |
980 | /*--------------------------------------------------------------
981 | # Breadcrumbs
982 | --------------------------------------------------------------*/
983 | .breadcrumbs {
984 | padding: 20px 0;
985 | background: #ebd7e3;
986 | }
987 |
988 | .breadcrumbs h2 {
989 | font-size: 26px;
990 | font-weight: 300;
991 | }
992 |
993 | .breadcrumbs ol {
994 | display: flex;
995 | flex-wrap: wrap;
996 | list-style: none;
997 | padding: 0;
998 | margin: 0;
999 | font-size: 15px;
1000 | }
1001 |
1002 | .breadcrumbs ol li + li {
1003 | padding-left: 10px;
1004 | }
1005 |
1006 | .breadcrumbs ol li + li::before {
1007 | display: inline-block;
1008 | padding-right: 10px;
1009 | color: #0e2442;
1010 | content: "/";
1011 | }
1012 |
1013 | @media (max-width: 768px) {
1014 | .breadcrumbs .d-flex {
1015 | display: block !important;
1016 | }
1017 | .breadcrumbs ol {
1018 | display: block;
1019 | }
1020 | .breadcrumbs ol li {
1021 | display: inline-block;
1022 | }
1023 | }
1024 |
1025 | /*--------------------------------------------------------------
1026 | # Portfolio Details
1027 | --------------------------------------------------------------*/
1028 | .portfolio-details {
1029 | padding-top: 40px;
1030 | }
1031 |
1032 | .portfolio-details .portfolio-details-container {
1033 | position: relative;
1034 | }
1035 |
1036 | .portfolio-details .portfolio-details-carousel {
1037 | position: relative;
1038 | z-index: 1;
1039 | }
1040 |
1041 | .portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
1042 | margin-top: 5px;
1043 | text-align: left;
1044 | }
1045 |
1046 | .portfolio-details .portfolio-details-carousel .owl-dot {
1047 | display: inline-block;
1048 | margin: 0 10px 0 0;
1049 | width: 12px;
1050 | height: 12px;
1051 | border-radius: 50%;
1052 | background-color: rgb(92, 66, 153) !important;
1053 | }
1054 |
1055 | .portfolio-details .portfolio-details-carousel .owl-dot.active {
1056 | background-color: #149ddd !important;
1057 | }
1058 |
1059 | .portfolio-details .portfolio-info {
1060 | padding: 30px;
1061 | position: absolute;
1062 | right: 0;
1063 | bottom: -70px;
1064 | background: #fff;
1065 | box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
1066 | z-index: 2;
1067 | }
1068 |
1069 | .portfolio-details .portfolio-info h3 {
1070 | font-size: 22px;
1071 | font-weight: 400;
1072 | margin-bottom: 20px;
1073 | padding-bottom: 20px;
1074 | border-bottom: 1px solid #eee;
1075 | }
1076 |
1077 | .portfolio-details .portfolio-info ul {
1078 | list-style: none;
1079 | padding: 0;
1080 | font-size: 15px;
1081 | }
1082 |
1083 | .portfolio-details .portfolio-info ul li + li {
1084 | margin-top: 10px;
1085 | }
1086 |
1087 | .portfolio-details .portfolio-description {
1088 | padding-top: 50px;
1089 | }
1090 |
1091 | .portfolio-details .portfolio-description h2 {
1092 | width: 50%;
1093 | font-size: 26px;
1094 | font-weight: 400;
1095 | margin-bottom: 20px;
1096 | }
1097 |
1098 | .portfolio-details .portfolio-description p {
1099 | padding: 0;
1100 | }
1101 |
1102 | @media (max-width: 768px) {
1103 | .portfolio-details .portfolio-description h2 {
1104 | width: 100%;
1105 | }
1106 | .portfolio-details .portfolio-info {
1107 | position: static;
1108 | margin-top: 30px;
1109 | }
1110 | }
1111 |
1112 | /*--------------------------------------------------------------
1113 | # Footer
1114 | --------------------------------------------------------------*/
1115 | #footer {
1116 | padding: 15px;
1117 | color: #f4f6fd;
1118 | font-size: 14px;
1119 | position: fixed;
1120 | left: 0;
1121 | bottom: 0;
1122 | width: 300px;
1123 | z-index: 9999;
1124 | background: #040b14;
1125 | }
1126 |
1127 | #footer .copyright {
1128 | text-align: center;
1129 | }
1130 |
1131 | #footer .credits {
1132 | padding-top: 5px;
1133 | text-align: center;
1134 | font-size: 13px;
1135 | color: #eaebf0;
1136 | }
1137 |
1138 | @media (max-width: 1199px) {
1139 | #footer {
1140 | position: static;
1141 | width: auto;
1142 | padding-right: 20px 15px;
1143 | }
1144 | }
1145 |
--------------------------------------------------------------------------------
/iPortfolio/assets/img/av.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/av.png
--------------------------------------------------------------------------------
/iPortfolio/assets/img/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/favicon.png
--------------------------------------------------------------------------------
/iPortfolio/assets/img/hero-bg - Copy.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/hero-bg - Copy.gif
--------------------------------------------------------------------------------
/iPortfolio/assets/img/hero-bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/hero-bg.gif
--------------------------------------------------------------------------------
/iPortfolio/assets/img/icons8-git-50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/icons8-git-50.png
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-1.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-10.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-10.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-11.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-12.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-12.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-13.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-13.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-14.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-14.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-15.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-15.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-16.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-16.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-17.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-17.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-18.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-18.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-19.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-19.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-2.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-20.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-20.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-21.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-21.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-22.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-22.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-23.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-23.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-24.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-24.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-3.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-4.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-5.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-6.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-7.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-8.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/portfolio/portfolio-9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/portfolio/portfolio-9.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/profile-img.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/profile-img.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/testimonials/testimonials-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/testimonials/testimonials-1.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/testimonials/testimonials-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/testimonials/testimonials-2.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/img/testimonials/testimonials-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/img/testimonials/testimonials-3.jpg
--------------------------------------------------------------------------------
/iPortfolio/assets/js/main.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Template Name: iPortfolio - v1.5.1
3 | * Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
4 | * Author: BootstrapMade.com
5 | * License: https://bootstrapmade.com/license/
6 | */
7 | !(function($) {
8 | "use strict";
9 |
10 | // Hero typed
11 | if ($('.typed').length) {
12 | var typed_strings = $(".typed").data('typed-items');
13 | typed_strings = typed_strings.split(',')
14 | new Typed('.typed', {
15 | strings: typed_strings,
16 | loop: true,
17 | typeSpeed: 100,
18 | backSpeed: 50,
19 | backDelay: 2000
20 | });
21 | }
22 |
23 | // Smooth scroll for the navigation menu and links with .scrollto classes
24 | $(document).on('click', '.nav-menu a, .scrollto', function(e) {
25 | if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
26 | e.preventDefault();
27 | var target = $(this.hash);
28 | if (target.length) {
29 |
30 | var scrollto = target.offset().top;
31 |
32 | $('html, body').animate({
33 | scrollTop: scrollto
34 | }, 1500, 'easeInOutExpo');
35 |
36 | if ($(this).parents('.nav-menu, .mobile-nav').length) {
37 | $('.nav-menu .active, .mobile-nav .active').removeClass('active');
38 | $(this).closest('li').addClass('active');
39 | }
40 |
41 | if ($('body').hasClass('mobile-nav-active')) {
42 | $('body').removeClass('mobile-nav-active');
43 | $('.mobile-nav-toggle i').toggleClass('icofont-navigation-menu icofont-close');
44 | }
45 | return false;
46 | }
47 | }
48 | });
49 |
50 | // Activate smooth scroll on page load with hash links in the url
51 | $(document).ready(function() {
52 | if (window.location.hash) {
53 | var initial_nav = window.location.hash;
54 | if ($(initial_nav).length) {
55 | var scrollto = $(initial_nav).offset().top;
56 | $('html, body').animate({
57 | scrollTop: scrollto
58 | }, 1500, 'easeInOutExpo');
59 | }
60 | }
61 | });
62 |
63 | $(document).on('click', '.mobile-nav-toggle', function(e) {
64 | $('body').toggleClass('mobile-nav-active');
65 | $('.mobile-nav-toggle i').toggleClass('icofont-navigation-menu icofont-close');
66 | });
67 |
68 | $(document).click(function(e) {
69 | var container = $(".mobile-nav-toggle");
70 | if (!container.is(e.target) && container.has(e.target).length === 0) {
71 | if ($('body').hasClass('mobile-nav-active')) {
72 | $('body').removeClass('mobile-nav-active');
73 | $('.mobile-nav-toggle i').toggleClass('icofont-navigation-menu icofont-close');
74 | }
75 | }
76 | });
77 |
78 | // Navigation active state on scroll
79 | var nav_sections = $('section');
80 | var main_nav = $('.nav-menu, .mobile-nav');
81 |
82 | $(window).on('scroll', function() {
83 | var cur_pos = $(this).scrollTop() + 200;
84 |
85 | nav_sections.each(function() {
86 | var top = $(this).offset().top,
87 | bottom = top + $(this).outerHeight();
88 |
89 | if (cur_pos >= top && cur_pos <= bottom) {
90 | if (cur_pos <= bottom) {
91 | main_nav.find('li').removeClass('active');
92 | }
93 | main_nav.find('a[href="#' + $(this).attr('id') + '"]').parent('li').addClass('active');
94 | }
95 | if (cur_pos < 300) {
96 | $(".nav-menu ul:first li:first").addClass('active');
97 | }
98 | });
99 | });
100 |
101 | // Back to top button
102 | $(window).scroll(function() {
103 | if ($(this).scrollTop() > 100) {
104 | $('.back-to-top').fadeIn('slow');
105 | } else {
106 | $('.back-to-top').fadeOut('slow');
107 | }
108 | });
109 |
110 | $('.back-to-top').click(function() {
111 | $('html, body').animate({
112 | scrollTop: 0
113 | }, 1500, 'easeInOutExpo');
114 | return false;
115 | });
116 |
117 | // jQuery counterUp
118 | $('[data-toggle="counter-up"]').counterUp({
119 | delay: 10,
120 | time: 1000
121 | });
122 |
123 | // Skills section
124 | $('.skills-content').waypoint(function() {
125 | $('.progress .progress-bar').each(function() {
126 | $(this).css("width", $(this).attr("aria-valuenow") + '%');
127 | });
128 | }, {
129 | offset: '80%'
130 | });
131 |
132 | // Porfolio isotope and filter
133 | $(window).on('load', function() {
134 | var portfolioIsotope = $('.portfolio-container').isotope({
135 | itemSelector: '.portfolio-item',
136 | layoutMode: 'fitRows'
137 | });
138 |
139 | $('#portfolio-flters li').on('click', function() {
140 | $("#portfolio-flters li").removeClass('filter-active');
141 | $(this).addClass('filter-active');
142 |
143 | portfolioIsotope.isotope({
144 | filter: $(this).data('filter')
145 | });
146 | aos_init();
147 | });
148 |
149 | // Initiate venobox (lightbox feature used in portofilo)
150 | $(document).ready(function() {
151 | $('.venobox').venobox();
152 | });
153 | });
154 |
155 | // Testimonials carousel (uses the Owl Carousel library)
156 | $(".testimonials-carousel").owlCarousel({
157 | autoplay: true,
158 | dots: true,
159 | loop: true,
160 | responsive: {
161 | 0: {
162 | items: 1
163 | },
164 | 768: {
165 | items: 2
166 | },
167 | 900: {
168 | items: 3
169 | }
170 | }
171 | });
172 |
173 | // Portfolio details carousel
174 | $(".portfolio-details-carousel").owlCarousel({
175 | autoplay: true,
176 | dots: true,
177 | loop: true,
178 | items: 1
179 | });
180 |
181 | // Init AOS
182 | function aos_init() {
183 | AOS.init({
184 | duration: 1000,
185 | easing: "ease-in-out-back",
186 | once: true
187 | });
188 | }
189 | $(window).on('load', function() {
190 | aos_init();
191 | });
192 |
193 | })(jQuery);
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/aos/aos.css:
--------------------------------------------------------------------------------
1 | [data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/aos/aos.js:
--------------------------------------------------------------------------------
1 | !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.AOS=t():e.AOS=t()}(this,function(){return function(e){function t(o){if(n[o])return n[o].exports;var i=n[o]={exports:{},id:o,loaded:!1};return e[o].call(i.exports,i,i.exports,t),i.loaded=!0,i.exports}var n={};return t.m=e,t.c=n,t.p="dist/",t(0)}([function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}var i=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]&&arguments[0];if(e&&(k=!0),k)return w=(0,y.default)(w,x),(0,b.default)(w,x.once),w},O=function(){w=(0,h.default)(),j()},M=function(){w.forEach(function(e,t){e.node.removeAttribute("data-aos"),e.node.removeAttribute("data-aos-easing"),e.node.removeAttribute("data-aos-duration"),e.node.removeAttribute("data-aos-delay")})},S=function(e){return e===!0||"mobile"===e&&p.default.mobile()||"phone"===e&&p.default.phone()||"tablet"===e&&p.default.tablet()||"function"==typeof e&&e()===!0},_=function(e){x=i(x,e),w=(0,h.default)();var t=document.all&&!window.atob;return S(x.disable)||t?M():(x.disableMutationObserver||d.default.isSupported()||(console.info('\n aos: MutationObserver is not supported on this browser,\n code mutations observing has been disabled.\n You may have to call "refreshHard()" by yourself.\n '),x.disableMutationObserver=!0),document.querySelector("body").setAttribute("data-aos-easing",x.easing),document.querySelector("body").setAttribute("data-aos-duration",x.duration),document.querySelector("body").setAttribute("data-aos-delay",x.delay),"DOMContentLoaded"===x.startEvent&&["complete","interactive"].indexOf(document.readyState)>-1?j(!0):"load"===x.startEvent?window.addEventListener(x.startEvent,function(){j(!0)}):document.addEventListener(x.startEvent,function(){j(!0)}),window.addEventListener("resize",(0,s.default)(j,x.debounceDelay,!0)),window.addEventListener("orientationchange",(0,s.default)(j,x.debounceDelay,!0)),window.addEventListener("scroll",(0,u.default)(function(){(0,b.default)(w,x.once)},x.throttleDelay)),x.disableMutationObserver||d.default.ready("[data-aos]",O),w)};e.exports={init:_,refresh:j,refreshHard:O}},function(e,t){},,,,,function(e,t){(function(t){"use strict";function n(e,t,n){function o(t){var n=b,o=v;return b=v=void 0,k=t,g=e.apply(o,n)}function r(e){return k=e,h=setTimeout(f,t),M?o(e):g}function a(e){var n=e-w,o=e-k,i=t-n;return S?j(i,y-o):i}function c(e){var n=e-w,o=e-k;return void 0===w||n>=t||n<0||S&&o>=y}function f(){var e=O();return c(e)?d(e):void(h=setTimeout(f,a(e)))}function d(e){return h=void 0,_&&b?o(e):(b=v=void 0,g)}function l(){void 0!==h&&clearTimeout(h),k=0,b=w=v=h=void 0}function p(){return void 0===h?g:d(O())}function m(){var e=O(),n=c(e);if(b=arguments,v=this,w=e,n){if(void 0===h)return r(w);if(S)return h=setTimeout(f,t),o(w)}return void 0===h&&(h=setTimeout(f,t)),g}var b,v,y,g,h,w,k=0,M=!1,S=!1,_=!0;if("function"!=typeof e)throw new TypeError(s);return t=u(t)||0,i(n)&&(M=!!n.leading,S="maxWait"in n,y=S?x(u(n.maxWait)||0,t):y,_="trailing"in n?!!n.trailing:_),m.cancel=l,m.flush=p,m}function o(e,t,o){var r=!0,a=!0;if("function"!=typeof e)throw new TypeError(s);return i(o)&&(r="leading"in o?!!o.leading:r,a="trailing"in o?!!o.trailing:a),n(e,t,{leading:r,maxWait:t,trailing:a})}function i(e){var t="undefined"==typeof e?"undefined":c(e);return!!e&&("object"==t||"function"==t)}function r(e){return!!e&&"object"==("undefined"==typeof e?"undefined":c(e))}function a(e){return"symbol"==("undefined"==typeof e?"undefined":c(e))||r(e)&&k.call(e)==d}function u(e){if("number"==typeof e)return e;if(a(e))return f;if(i(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=i(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(l,"");var n=m.test(e);return n||b.test(e)?v(e.slice(2),n?2:8):p.test(e)?f:+e}var c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s="Expected a function",f=NaN,d="[object Symbol]",l=/^\s+|\s+$/g,p=/^[-+]0x[0-9a-f]+$/i,m=/^0b[01]+$/i,b=/^0o[0-7]+$/i,v=parseInt,y="object"==("undefined"==typeof t?"undefined":c(t))&&t&&t.Object===Object&&t,g="object"==("undefined"==typeof self?"undefined":c(self))&&self&&self.Object===Object&&self,h=y||g||Function("return this")(),w=Object.prototype,k=w.toString,x=Math.max,j=Math.min,O=function(){return h.Date.now()};e.exports=o}).call(t,function(){return this}())},function(e,t){(function(t){"use strict";function n(e,t,n){function i(t){var n=b,o=v;return b=v=void 0,O=t,g=e.apply(o,n)}function r(e){return O=e,h=setTimeout(f,t),M?i(e):g}function u(e){var n=e-w,o=e-O,i=t-n;return S?x(i,y-o):i}function s(e){var n=e-w,o=e-O;return void 0===w||n>=t||n<0||S&&o>=y}function f(){var e=j();return s(e)?d(e):void(h=setTimeout(f,u(e)))}function d(e){return h=void 0,_&&b?i(e):(b=v=void 0,g)}function l(){void 0!==h&&clearTimeout(h),O=0,b=w=v=h=void 0}function p(){return void 0===h?g:d(j())}function m(){var e=j(),n=s(e);if(b=arguments,v=this,w=e,n){if(void 0===h)return r(w);if(S)return h=setTimeout(f,t),i(w)}return void 0===h&&(h=setTimeout(f,t)),g}var b,v,y,g,h,w,O=0,M=!1,S=!1,_=!0;if("function"!=typeof e)throw new TypeError(c);return t=a(t)||0,o(n)&&(M=!!n.leading,S="maxWait"in n,y=S?k(a(n.maxWait)||0,t):y,_="trailing"in n?!!n.trailing:_),m.cancel=l,m.flush=p,m}function o(e){var t="undefined"==typeof e?"undefined":u(e);return!!e&&("object"==t||"function"==t)}function i(e){return!!e&&"object"==("undefined"==typeof e?"undefined":u(e))}function r(e){return"symbol"==("undefined"==typeof e?"undefined":u(e))||i(e)&&w.call(e)==f}function a(e){if("number"==typeof e)return e;if(r(e))return s;if(o(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=o(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(d,"");var n=p.test(e);return n||m.test(e)?b(e.slice(2),n?2:8):l.test(e)?s:+e}var u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},c="Expected a function",s=NaN,f="[object Symbol]",d=/^\s+|\s+$/g,l=/^[-+]0x[0-9a-f]+$/i,p=/^0b[01]+$/i,m=/^0o[0-7]+$/i,b=parseInt,v="object"==("undefined"==typeof t?"undefined":u(t))&&t&&t.Object===Object&&t,y="object"==("undefined"==typeof self?"undefined":u(self))&&self&&self.Object===Object&&self,g=v||y||Function("return this")(),h=Object.prototype,w=h.toString,k=Math.max,x=Math.min,j=function(){return g.Date.now()};e.exports=n}).call(t,function(){return this}())},function(e,t){"use strict";function n(e){var t=void 0,o=void 0,i=void 0;for(t=0;te.position?e.node.classList.add("aos-animate"):"undefined"!=typeof o&&("false"===o||!n&&"true"!==o)&&e.node.classList.remove("aos-animate")},o=function(e,t){var o=window.pageYOffset,i=window.innerHeight;e.forEach(function(e,r){n(e,i+o,t)})};t.default=o},function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(12),r=o(i),a=function(e,t){return e.forEach(function(e,n){e.node.classList.add("aos-init"),e.position=(0,r.default)(e.node,t.offset)}),e};t.default=a},function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(13),r=o(i),a=function(e,t){var n=0,o=0,i=window.innerHeight,a={offset:e.getAttribute("data-aos-offset"),anchor:e.getAttribute("data-aos-anchor"),anchorPlacement:e.getAttribute("data-aos-anchor-placement")};switch(a.offset&&!isNaN(a.offset)&&(o=parseInt(a.offset)),a.anchor&&document.querySelectorAll(a.anchor)&&(e=document.querySelectorAll(a.anchor)[0]),n=(0,r.default)(e).top,a.anchorPlacement){case"top-bottom":break;case"center-bottom":n+=e.offsetHeight/2;break;case"bottom-bottom":n+=e.offsetHeight;break;case"top-center":n+=i/2;break;case"bottom-center":n+=i/2+e.offsetHeight;break;case"center-center":n+=i/2+e.offsetHeight/2;break;case"top-top":n+=i;break;case"bottom-top":n+=e.offsetHeight+i;break;case"center-top":n+=e.offsetHeight/2+i}return a.anchorPlacement||a.offset||isNaN(t)||(o=t),n+o};t.default=a},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(e){for(var t=0,n=0;e&&!isNaN(e.offsetLeft)&&!isNaN(e.offsetTop);)t+=e.offsetLeft-("BODY"!=e.tagName?e.scrollLeft:0),n+=e.offsetTop-("BODY"!=e.tagName?e.scrollTop:0),e=e.offsetParent;return{top:n,left:t}};t.default=n},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(e){return e=e||document.querySelectorAll("[data-aos]"),Array.prototype.map.call(e,function(e){return{node:e}})};t.default=n}])});
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/bootstrap/css/bootstrap-reboot.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
3 | * Copyright 2011-2021 The Bootstrap Authors
4 | * Copyright 2011-2021 Twitter, Inc.
5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7 | */
8 | *,
9 | *::before,
10 | *::after {
11 | box-sizing: border-box;
12 | }
13 |
14 | html {
15 | font-family: sans-serif;
16 | line-height: 1.15;
17 | -webkit-text-size-adjust: 100%;
18 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19 | }
20 |
21 | article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
22 | display: block;
23 | }
24 |
25 | body {
26 | margin: 0;
27 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
28 | font-size: 1rem;
29 | font-weight: 400;
30 | line-height: 1.5;
31 | color: #212529;
32 | text-align: left;
33 | background-color: #fff;
34 | }
35 |
36 | [tabindex="-1"]:focus:not(:focus-visible) {
37 | outline: 0 !important;
38 | }
39 |
40 | hr {
41 | box-sizing: content-box;
42 | height: 0;
43 | overflow: visible;
44 | }
45 |
46 | h1, h2, h3, h4, h5, h6 {
47 | margin-top: 0;
48 | margin-bottom: 0.5rem;
49 | }
50 |
51 | p {
52 | margin-top: 0;
53 | margin-bottom: 1rem;
54 | }
55 |
56 | abbr[title],
57 | abbr[data-original-title] {
58 | text-decoration: underline;
59 | -webkit-text-decoration: underline dotted;
60 | text-decoration: underline dotted;
61 | cursor: help;
62 | border-bottom: 0;
63 | -webkit-text-decoration-skip-ink: none;
64 | text-decoration-skip-ink: none;
65 | }
66 |
67 | address {
68 | margin-bottom: 1rem;
69 | font-style: normal;
70 | line-height: inherit;
71 | }
72 |
73 | ol,
74 | ul,
75 | dl {
76 | margin-top: 0;
77 | margin-bottom: 1rem;
78 | }
79 |
80 | ol ol,
81 | ul ul,
82 | ol ul,
83 | ul ol {
84 | margin-bottom: 0;
85 | }
86 |
87 | dt {
88 | font-weight: 700;
89 | }
90 |
91 | dd {
92 | margin-bottom: .5rem;
93 | margin-left: 0;
94 | }
95 |
96 | blockquote {
97 | margin: 0 0 1rem;
98 | }
99 |
100 | b,
101 | strong {
102 | font-weight: bolder;
103 | }
104 |
105 | small {
106 | font-size: 80%;
107 | }
108 |
109 | sub,
110 | sup {
111 | position: relative;
112 | font-size: 75%;
113 | line-height: 0;
114 | vertical-align: baseline;
115 | }
116 |
117 | sub {
118 | bottom: -.25em;
119 | }
120 |
121 | sup {
122 | top: -.5em;
123 | }
124 |
125 | a {
126 | color: #007bff;
127 | text-decoration: none;
128 | background-color: transparent;
129 | }
130 |
131 | a:hover {
132 | color: #0056b3;
133 | text-decoration: underline;
134 | }
135 |
136 | a:not([href]):not([class]) {
137 | color: inherit;
138 | text-decoration: none;
139 | }
140 |
141 | a:not([href]):not([class]):hover {
142 | color: inherit;
143 | text-decoration: none;
144 | }
145 |
146 | pre,
147 | code,
148 | kbd,
149 | samp {
150 | font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
151 | font-size: 1em;
152 | }
153 |
154 | pre {
155 | margin-top: 0;
156 | margin-bottom: 1rem;
157 | overflow: auto;
158 | -ms-overflow-style: scrollbar;
159 | }
160 |
161 | figure {
162 | margin: 0 0 1rem;
163 | }
164 |
165 | img {
166 | vertical-align: middle;
167 | border-style: none;
168 | }
169 |
170 | svg {
171 | overflow: hidden;
172 | vertical-align: middle;
173 | }
174 |
175 | table {
176 | border-collapse: collapse;
177 | }
178 |
179 | caption {
180 | padding-top: 0.75rem;
181 | padding-bottom: 0.75rem;
182 | color: #6c757d;
183 | text-align: left;
184 | caption-side: bottom;
185 | }
186 |
187 | th {
188 | text-align: inherit;
189 | text-align: -webkit-match-parent;
190 | }
191 |
192 | label {
193 | display: inline-block;
194 | margin-bottom: 0.5rem;
195 | }
196 |
197 | button {
198 | border-radius: 0;
199 | }
200 |
201 | button:focus:not(:focus-visible) {
202 | outline: 0;
203 | }
204 |
205 | input,
206 | button,
207 | select,
208 | optgroup,
209 | textarea {
210 | margin: 0;
211 | font-family: inherit;
212 | font-size: inherit;
213 | line-height: inherit;
214 | }
215 |
216 | button,
217 | input {
218 | overflow: visible;
219 | }
220 |
221 | button,
222 | select {
223 | text-transform: none;
224 | }
225 |
226 | [role="button"] {
227 | cursor: pointer;
228 | }
229 |
230 | select {
231 | word-wrap: normal;
232 | }
233 |
234 | button,
235 | [type="button"],
236 | [type="reset"],
237 | [type="submit"] {
238 | -webkit-appearance: button;
239 | }
240 |
241 | button:not(:disabled),
242 | [type="button"]:not(:disabled),
243 | [type="reset"]:not(:disabled),
244 | [type="submit"]:not(:disabled) {
245 | cursor: pointer;
246 | }
247 |
248 | button::-moz-focus-inner,
249 | [type="button"]::-moz-focus-inner,
250 | [type="reset"]::-moz-focus-inner,
251 | [type="submit"]::-moz-focus-inner {
252 | padding: 0;
253 | border-style: none;
254 | }
255 |
256 | input[type="radio"],
257 | input[type="checkbox"] {
258 | box-sizing: border-box;
259 | padding: 0;
260 | }
261 |
262 | textarea {
263 | overflow: auto;
264 | resize: vertical;
265 | }
266 |
267 | fieldset {
268 | min-width: 0;
269 | padding: 0;
270 | margin: 0;
271 | border: 0;
272 | }
273 |
274 | legend {
275 | display: block;
276 | width: 100%;
277 | max-width: 100%;
278 | padding: 0;
279 | margin-bottom: .5rem;
280 | font-size: 1.5rem;
281 | line-height: inherit;
282 | color: inherit;
283 | white-space: normal;
284 | }
285 |
286 | progress {
287 | vertical-align: baseline;
288 | }
289 |
290 | [type="number"]::-webkit-inner-spin-button,
291 | [type="number"]::-webkit-outer-spin-button {
292 | height: auto;
293 | }
294 |
295 | [type="search"] {
296 | outline-offset: -2px;
297 | -webkit-appearance: none;
298 | }
299 |
300 | [type="search"]::-webkit-search-decoration {
301 | -webkit-appearance: none;
302 | }
303 |
304 | ::-webkit-file-upload-button {
305 | font: inherit;
306 | -webkit-appearance: button;
307 | }
308 |
309 | output {
310 | display: inline-block;
311 | }
312 |
313 | summary {
314 | display: list-item;
315 | cursor: pointer;
316 | }
317 |
318 | template {
319 | display: none;
320 | }
321 |
322 | [hidden] {
323 | display: none !important;
324 | }
325 | /*# sourceMappingURL=bootstrap-reboot.css.map */
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/bootstrap/css/bootstrap-reboot.min.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
3 | * Copyright 2011-2021 The Bootstrap Authors
4 | * Copyright 2011-2021 Twitter, Inc.
5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7 | */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}
8 | /*# sourceMappingURL=bootstrap-reboot.min.css.map */
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/boxicons/css/animations.css:
--------------------------------------------------------------------------------
1 | @-webkit-keyframes spin
2 | {
3 | 0%
4 | {
5 | -webkit-transform: rotate(0);
6 | transform: rotate(0);
7 | }
8 | 100%
9 | {
10 | -webkit-transform: rotate(359deg);
11 | transform: rotate(359deg);
12 | }
13 | }
14 | @keyframes spin
15 | {
16 | 0%
17 | {
18 | -webkit-transform: rotate(0);
19 | transform: rotate(0);
20 | }
21 | 100%
22 | {
23 | -webkit-transform: rotate(359deg);
24 | transform: rotate(359deg);
25 | }
26 | }
27 | @-webkit-keyframes burst
28 | {
29 | 0%
30 | {
31 | -webkit-transform: scale(1);
32 | transform: scale(1);
33 |
34 | opacity: 1;
35 | }
36 | 90%
37 | {
38 | -webkit-transform: scale(1.5);
39 | transform: scale(1.5);
40 |
41 | opacity: 0;
42 | }
43 | }
44 | @keyframes burst
45 | {
46 | 0%
47 | {
48 | -webkit-transform: scale(1);
49 | transform: scale(1);
50 |
51 | opacity: 1;
52 | }
53 | 90%
54 | {
55 | -webkit-transform: scale(1.5);
56 | transform: scale(1.5);
57 |
58 | opacity: 0;
59 | }
60 | }
61 | @-webkit-keyframes flashing
62 | {
63 | 0%
64 | {
65 | opacity: 1;
66 | }
67 | 45%
68 | {
69 | opacity: 0;
70 | }
71 | 90%
72 | {
73 | opacity: 1;
74 | }
75 | }
76 | @keyframes flashing
77 | {
78 | 0%
79 | {
80 | opacity: 1;
81 | }
82 | 45%
83 | {
84 | opacity: 0;
85 | }
86 | 90%
87 | {
88 | opacity: 1;
89 | }
90 | }
91 | @-webkit-keyframes fade-left
92 | {
93 | 0%
94 | {
95 | -webkit-transform: translateX(0);
96 | transform: translateX(0);
97 |
98 | opacity: 1;
99 | }
100 | 75%
101 | {
102 | -webkit-transform: translateX(-20px);
103 | transform: translateX(-20px);
104 |
105 | opacity: 0;
106 | }
107 | }
108 | @keyframes fade-left
109 | {
110 | 0%
111 | {
112 | -webkit-transform: translateX(0);
113 | transform: translateX(0);
114 |
115 | opacity: 1;
116 | }
117 | 75%
118 | {
119 | -webkit-transform: translateX(-20px);
120 | transform: translateX(-20px);
121 |
122 | opacity: 0;
123 | }
124 | }
125 | @-webkit-keyframes fade-right
126 | {
127 | 0%
128 | {
129 | -webkit-transform: translateX(0);
130 | transform: translateX(0);
131 |
132 | opacity: 1;
133 | }
134 | 75%
135 | {
136 | -webkit-transform: translateX(20px);
137 | transform: translateX(20px);
138 |
139 | opacity: 0;
140 | }
141 | }
142 | @keyframes fade-right
143 | {
144 | 0%
145 | {
146 | -webkit-transform: translateX(0);
147 | transform: translateX(0);
148 |
149 | opacity: 1;
150 | }
151 | 75%
152 | {
153 | -webkit-transform: translateX(20px);
154 | transform: translateX(20px);
155 |
156 | opacity: 0;
157 | }
158 | }
159 | @-webkit-keyframes fade-up
160 | {
161 | 0%
162 | {
163 | -webkit-transform: translateY(0);
164 | transform: translateY(0);
165 |
166 | opacity: 1;
167 | }
168 | 75%
169 | {
170 | -webkit-transform: translateY(-20px);
171 | transform: translateY(-20px);
172 |
173 | opacity: 0;
174 | }
175 | }
176 | @keyframes fade-up
177 | {
178 | 0%
179 | {
180 | -webkit-transform: translateY(0);
181 | transform: translateY(0);
182 |
183 | opacity: 1;
184 | }
185 | 75%
186 | {
187 | -webkit-transform: translateY(-20px);
188 | transform: translateY(-20px);
189 |
190 | opacity: 0;
191 | }
192 | }
193 | @-webkit-keyframes fade-down
194 | {
195 | 0%
196 | {
197 | -webkit-transform: translateY(0);
198 | transform: translateY(0);
199 |
200 | opacity: 1;
201 | }
202 | 75%
203 | {
204 | -webkit-transform: translateY(20px);
205 | transform: translateY(20px);
206 |
207 | opacity: 0;
208 | }
209 | }
210 | @keyframes fade-down
211 | {
212 | 0%
213 | {
214 | -webkit-transform: translateY(0);
215 | transform: translateY(0);
216 |
217 | opacity: 1;
218 | }
219 | 75%
220 | {
221 | -webkit-transform: translateY(20px);
222 | transform: translateY(20px);
223 |
224 | opacity: 0;
225 | }
226 | }
227 | @-webkit-keyframes tada
228 | {
229 | from
230 | {
231 | -webkit-transform: scale3d(1, 1, 1);
232 | transform: scale3d(1, 1, 1);
233 | }
234 |
235 | 10%,
236 | 20%
237 | {
238 | -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
239 | transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
240 | }
241 |
242 | 30%,
243 | 50%,
244 | 70%,
245 | 90%
246 | {
247 | -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
248 | transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
249 | }
250 |
251 | 40%,
252 | 60%,
253 | 80%
254 | {
255 | -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
256 | transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
257 | }
258 |
259 | to
260 | {
261 | -webkit-transform: scale3d(1, 1, 1);
262 | transform: scale3d(1, 1, 1);
263 | }
264 | }
265 |
266 | @keyframes tada
267 | {
268 | from
269 | {
270 | -webkit-transform: scale3d(1, 1, 1);
271 | transform: scale3d(1, 1, 1);
272 | }
273 |
274 | 10%,
275 | 20%
276 | {
277 | -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
278 | transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
279 | }
280 |
281 | 30%,
282 | 50%,
283 | 70%,
284 | 90%
285 | {
286 | -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
287 | transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
288 | }
289 |
290 | 40%,
291 | 60%,
292 | 80%
293 | {
294 | -webkit-transform: rotate3d(0, 0, 1, -10deg);
295 | transform: rotate3d(0, 0, 1, -10deg);
296 | }
297 |
298 | to
299 | {
300 | -webkit-transform: scale3d(1, 1, 1);
301 | transform: scale3d(1, 1, 1);
302 | }
303 | }
304 | .bx-spin
305 | {
306 | -webkit-animation: spin 2s linear infinite;
307 | animation: spin 2s linear infinite;
308 | }
309 | .bx-spin-hover:hover
310 | {
311 | -webkit-animation: spin 2s linear infinite;
312 | animation: spin 2s linear infinite;
313 | }
314 |
315 | .bx-tada
316 | {
317 | -webkit-animation: tada 1.5s ease infinite;
318 | animation: tada 1.5s ease infinite;
319 | }
320 | .bx-tada-hover:hover
321 | {
322 | -webkit-animation: tada 1.5s ease infinite;
323 | animation: tada 1.5s ease infinite;
324 | }
325 |
326 | .bx-flashing
327 | {
328 | -webkit-animation: flashing 1.5s infinite linear;
329 | animation: flashing 1.5s infinite linear;
330 | }
331 | .bx-flashing-hover:hover
332 | {
333 | -webkit-animation: flashing 1.5s infinite linear;
334 | animation: flashing 1.5s infinite linear;
335 | }
336 |
337 | .bx-burst
338 | {
339 | -webkit-animation: burst 1.5s infinite linear;
340 | animation: burst 1.5s infinite linear;
341 | }
342 | .bx-burst-hover:hover
343 | {
344 | -webkit-animation: burst 1.5s infinite linear;
345 | animation: burst 1.5s infinite linear;
346 | }
347 | .bx-fade-up
348 | {
349 | -webkit-animation: fade-up 1.5s infinite linear;
350 | animation: fade-up 1.5s infinite linear;
351 | }
352 | .bx-fade-up-hover:hover
353 | {
354 | -webkit-animation: fade-up 1.5s infinite linear;
355 | animation: fade-up 1.5s infinite linear;
356 | }
357 | .bx-fade-down
358 | {
359 | -webkit-animation: fade-down 1.5s infinite linear;
360 | animation: fade-down 1.5s infinite linear;
361 | }
362 | .bx-fade-down-hover:hover
363 | {
364 | -webkit-animation: fade-down 1.5s infinite linear;
365 | animation: fade-down 1.5s infinite linear;
366 | }
367 | .bx-fade-left
368 | {
369 | -webkit-animation: fade-left 1.5s infinite linear;
370 | animation: fade-left 1.5s infinite linear;
371 | }
372 | .bx-fade-left-hover:hover
373 | {
374 | -webkit-animation: fade-left 1.5s infinite linear;
375 | animation: fade-left 1.5s infinite linear;
376 | }
377 | .bx-fade-right
378 | {
379 | -webkit-animation: fade-right 1.5s infinite linear;
380 | animation: fade-right 1.5s infinite linear;
381 | }
382 | .bx-fade-right-hover:hover
383 | {
384 | -webkit-animation: fade-right 1.5s infinite linear;
385 | animation: fade-right 1.5s infinite linear;
386 | }
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/boxicons/css/transformations.css:
--------------------------------------------------------------------------------
1 | .bx-rotate-90
2 | {
3 | transform: rotate(90deg);
4 |
5 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
6 | }
7 | .bx-rotate-180
8 | {
9 | transform: rotate(180deg);
10 |
11 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
12 | }
13 | .bx-rotate-270
14 | {
15 | transform: rotate(270deg);
16 |
17 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
18 | }
19 | .bx-flip-horizontal
20 | {
21 | transform: scaleX(-1);
22 |
23 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
24 | }
25 | .bx-flip-vertical
26 | {
27 | transform: scaleY(-1);
28 |
29 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
30 | }
31 |
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/boxicons/fonts/boxicons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/vendor/boxicons/fonts/boxicons.eot
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/boxicons/fonts/boxicons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/vendor/boxicons/fonts/boxicons.ttf
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/boxicons/fonts/boxicons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/vendor/boxicons/fonts/boxicons.woff
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/boxicons/fonts/boxicons.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/vendor/boxicons/fonts/boxicons.woff2
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/counterup/counterup.min.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * jquery.counterup.js 2.1.0
3 | *
4 | * Copyright 2013, Benjamin Intal http://gambit.ph @bfintal
5 | * Released under the GPL v2 License
6 | *
7 | * Amended by Jeremy Paris, Ciro Mattia Gonano and others
8 | *
9 | * Date: Feb 24, 2017
10 | */
11 | (function($){"use strict";$.fn.counterUp=function(options){var settings=$.extend({time:400,delay:10,offset:100,beginAt:0,formatter:false,context:"window",callback:function(){}},options),s;return this.each(function(){var $this=$(this),counter={time:$(this).data("counterup-time")||settings.time,delay:$(this).data("counterup-delay")||settings.delay,offset:$(this).data("counterup-offset")||settings.offset,beginAt:$(this).data("counterup-beginat")||settings.beginAt,context:$(this).data("counterup-context")||settings.context};var counterUpper=function(){var nums=[];var divisions=counter.time/counter.delay;var num=$(this).attr("data-num")?$(this).attr("data-num"):$this.text();var isComma=/[0-9]+,[0-9]+/.test(num);num=num.replace(/,/g,"");var decimalPlaces=(num.split(".")[1]||[]).length;if(counter.beginAt>num)counter.beginAt=num;var isTime=/[0-9]+:[0-9]+:[0-9]+/.test(num);if(isTime){var times=num.split(":"),m=1;s=0;while(times.length>0){s+=m*parseInt(times.pop(),10);m*=60}}for(var i=divisions;i>=counter.beginAt/num*divisions;i--){var newNum=parseFloat(num/divisions*i).toFixed(decimalPlaces);if(isTime){newNum=parseInt(s/divisions*i);var hours=parseInt(newNum/3600)%24;var minutes=parseInt(newNum/60)%60;var seconds=parseInt(newNum%60,10);newNum=(hours<10?"0"+hours:hours)+":"+(minutes<10?"0"+minutes:minutes)+":"+(seconds<10?"0"+seconds:seconds)}if(isComma){while(/(\d+)(\d{3})/.test(newNum.toString())){newNum=newNum.toString().replace(/(\d+)(\d{3})/,"$1"+","+"$2")}}if(settings.formatter){newNum=settings.formatter.call(this,newNum)}nums.unshift(newNum)}$this.data("counterup-nums",nums);$this.text(counter.beginAt);var f=function(){if(!$this.data("counterup-nums")){settings.callback.call(this);return}$this.html($this.data("counterup-nums").shift());if($this.data("counterup-nums").length){setTimeout($this.data("counterup-func"),counter.delay)}else{$this.data("counterup-nums",null);$this.data("counterup-func",null);settings.callback.call(this)}};$this.data("counterup-func",f);setTimeout($this.data("counterup-func"),counter.delay)};$this.waypoint(function(direction){counterUpper();this.destroy()},{offset:counter.offset+"%",context:counter.context})})}})(jQuery);
12 |
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/icofont/fonts/icofont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/vendor/icofont/fonts/icofont.woff
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/icofont/fonts/icofont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/vendor/icofont/fonts/icofont.woff2
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/jquery.easing/jquery.easing.min.js:
--------------------------------------------------------------------------------
1 | (function(factory){if(typeof define==="function"&&define.amd){define(["jquery"],function($){return factory($)})}else if(typeof module==="object"&&typeof module.exports==="object"){exports=factory(require("jquery"))}else{factory(jQuery)}})(function($){$.easing.jswing=$.easing.swing;var pow=Math.pow,sqrt=Math.sqrt,sin=Math.sin,cos=Math.cos,PI=Math.PI,c1=1.70158,c2=c1*1.525,c3=c1+1,c4=2*PI/3,c5=2*PI/4.5;function bounceOut(x){var n1=7.5625,d1=2.75;if(x<1/d1){return n1*x*x}else if(x<2/d1){return n1*(x-=1.5/d1)*x+.75}else if(x<2.5/d1){return n1*(x-=2.25/d1)*x+.9375}else{return n1*(x-=2.625/d1)*x+.984375}}$.extend($.easing,{def:"easeOutQuad",swing:function(x){return $.easing[$.easing.def](x)},easeInQuad:function(x){return x*x},easeOutQuad:function(x){return 1-(1-x)*(1-x)},easeInOutQuad:function(x){return x<.5?2*x*x:1-pow(-2*x+2,2)/2},easeInCubic:function(x){return x*x*x},easeOutCubic:function(x){return 1-pow(1-x,3)},easeInOutCubic:function(x){return x<.5?4*x*x*x:1-pow(-2*x+2,3)/2},easeInQuart:function(x){return x*x*x*x},easeOutQuart:function(x){return 1-pow(1-x,4)},easeInOutQuart:function(x){return x<.5?8*x*x*x*x:1-pow(-2*x+2,4)/2},easeInQuint:function(x){return x*x*x*x*x},easeOutQuint:function(x){return 1-pow(1-x,5)},easeInOutQuint:function(x){return x<.5?16*x*x*x*x*x:1-pow(-2*x+2,5)/2},easeInSine:function(x){return 1-cos(x*PI/2)},easeOutSine:function(x){return sin(x*PI/2)},easeInOutSine:function(x){return-(cos(PI*x)-1)/2},easeInExpo:function(x){return x===0?0:pow(2,10*x-10)},easeOutExpo:function(x){return x===1?1:1-pow(2,-10*x)},easeInOutExpo:function(x){return x===0?0:x===1?1:x<.5?pow(2,20*x-10)/2:(2-pow(2,-20*x+10))/2},easeInCirc:function(x){return 1-sqrt(1-pow(x,2))},easeOutCirc:function(x){return sqrt(1-pow(x-1,2))},easeInOutCirc:function(x){return x<.5?(1-sqrt(1-pow(2*x,2)))/2:(sqrt(1-pow(-2*x+2,2))+1)/2},easeInElastic:function(x){return x===0?0:x===1?1:-pow(2,10*x-10)*sin((x*10-10.75)*c4)},easeOutElastic:function(x){return x===0?0:x===1?1:pow(2,-10*x)*sin((x*10-.75)*c4)+1},easeInOutElastic:function(x){return x===0?0:x===1?1:x<.5?-(pow(2,20*x-10)*sin((20*x-11.125)*c5))/2:pow(2,-20*x+10)*sin((20*x-11.125)*c5)/2+1},easeInBack:function(x){return c3*x*x*x-c1*x*x},easeOutBack:function(x){return 1+c3*pow(x-1,3)+c1*pow(x-1,2)},easeInOutBack:function(x){return x<.5?pow(2*x,2)*((c2+1)*2*x-c2)/2:(pow(2*x-2,2)*((c2+1)*(x*2-2)+c2)+2)/2},easeInBounce:function(x){return 1-bounceOut(1-x)},easeOutBounce:bounceOut,easeInOutBounce:function(x){return x<.5?(1-bounceOut(1-2*x))/2:(1+bounceOut(2*x-1))/2}})});
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/owl.carousel/LICENSE:
--------------------------------------------------------------------------------
1 | Copyright (c) 2014 Owl
2 | Modified work Copyright 2016-2018 David Deutsch
3 |
4 | Permission is hereby granted, free of charge, to any person
5 | obtaining a copy of this software and associated documentation
6 | files (the "Software"), to deal in the Software without
7 | restriction, including without limitation the rights to use,
8 | copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the
10 | Software is furnished to do so, subject to the following
11 | conditions:
12 |
13 | The above copyright notice and this permission notice shall be
14 | included in all copies or substantial portions of the Software.
15 |
16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
18 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
20 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
21 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23 | OTHER DEALINGS IN THE SOFTWARE.
24 |
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/owl.carousel/README.md:
--------------------------------------------------------------------------------
1 | # Owl Carousel 2
2 |
3 | Touch enabled [jQuery](https://jquery.com/) plugin that lets you create a beautiful, responsive carousel slider. **To get started, check out https://owlcarousel2.github.io/OwlCarousel2/.**
4 |
5 | **Notice:** The old Owl Carousel site (owlgraphic [dot] com) is no longer in use. Please delete all references to this in bookmarks and your own products' documentation as it's being used for malicious purposes.
6 |
7 | ## Quick start
8 |
9 | ### Install
10 |
11 | This package can be installed with:
12 |
13 | - [npm](https://www.npmjs.com/package/owl.carousel): `npm install --save owl.carousel` or `yarn add owl.carousel jquery`
14 | - [bower](http://bower.io/search/?q=owl.carousel): `bower install --save owl.carousel`
15 |
16 | Or download the [latest release](https://github.com/OwlCarousel2/OwlCarousel2/releases).
17 |
18 | ### Load
19 |
20 | #### Webpack
21 |
22 | Add jQuery via the "webpack.ProvidePlugin" to your webpack configuration:
23 |
24 | const webpack = require('webpack');
25 |
26 | //...
27 | plugins: [
28 | new webpack.ProvidePlugin({
29 | $: 'jquery',
30 | jQuery: 'jquery',
31 | 'window.jQuery': 'jquery'
32 | }),
33 | ],
34 | //...
35 |
36 | Load the required stylesheet and JS:
37 |
38 | ```js
39 | import 'owl.carousel/dist/assets/owl.carousel.css';
40 | import 'owl.carousel';
41 | ```
42 |
43 | #### Static HTML
44 |
45 | Put the required stylesheet at the [top](https://developer.yahoo.com/performance/rules.html#css_top) of your markup:
46 |
47 | ```html
48 |
49 | ```
50 |
51 | ```html
52 |
53 | ```
54 |
55 | **NOTE:** If you want to use the default navigation styles, you will also need to include `owl.theme.default.css`.
56 |
57 |
58 | Put the script at the [bottom](https://developer.yahoo.com/performance/rules.html#js_bottom) of your markup right after jQuery:
59 |
60 | ```html
61 |
62 |
63 | ```
64 |
65 | ```html
66 |
67 |
68 | ```
69 |
70 | ### Usage
71 |
72 | Wrap your items (`div`, `a`, `img`, `span`, `li` etc.) with a container element (`div`, `ul` etc.). Only the class `owl-carousel` is mandatory to apply proper styles:
73 |
74 | ```html
75 |
76 |
Your Content
77 |
Your Content
78 |
Your Content
79 |
Your Content
80 |
Your Content
81 |
Your Content
82 |
Your Content
83 |
84 | ```
85 | **NOTE:** The `owl-theme` class is optional, but without it, you will need to style navigation features on your own.
86 |
87 |
88 | Call the [plugin](https://learn.jquery.com/plugins/) function and your carousel is ready.
89 |
90 | ```javascript
91 | $(document).ready(function(){
92 | $('.owl-carousel').owlCarousel();
93 | });
94 | ```
95 |
96 | ## Documentation
97 |
98 | The documentation, included in this repo in the root directory, is built with [Assemble](http://assemble.io/) and publicly available at https://owlcarousel2.github.io/OwlCarousel2/. The documentation may also be run locally.
99 |
100 | ## Building
101 |
102 | This package comes with [Grunt](http://gruntjs.com/) and [Bower](http://bower.io/). The following tasks are available:
103 |
104 | * `default` compiles the CSS and JS into `/dist` and builds the doc.
105 | * `dist` compiles the CSS and JS into `/dist` only.
106 | * `watch` watches source files and builds them automatically whenever you save.
107 | * `test` runs [JSHint](http://www.jshint.com/) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/).
108 |
109 | To define which plugins are build into the distribution just edit `/_config.json` to fit your needs.
110 |
111 | ## Contributing
112 |
113 | Please read [CONTRIBUTING.md](CONTRIBUTING.md).
114 |
115 | ## Roadmap
116 |
117 | Please make sure to check out our [Roadmap Discussion](https://github.com/OwlCarousel2/OwlCarousel2/issues/1756).
118 |
119 |
120 | ## License
121 |
122 | The code and the documentation are released under the [MIT License](LICENSE).
123 |
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/owl.carousel/assets/ajax-loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/vendor/owl.carousel/assets/ajax-loader.gif
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/owl.carousel/assets/owl.carousel.css:
--------------------------------------------------------------------------------
1 | /**
2 | * Owl Carousel v2.3.4
3 | * Copyright 2013-2018 David Deutsch
4 | * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
5 | */
6 | /*
7 | * Owl Carousel - Core
8 | */
9 | .owl-carousel {
10 | display: none;
11 | width: 100%;
12 | -webkit-tap-highlight-color: transparent;
13 | /* position relative and z-index fix webkit rendering fonts issue */
14 | position: relative;
15 | z-index: 1; }
16 | .owl-carousel .owl-stage {
17 | position: relative;
18 | -ms-touch-action: pan-Y;
19 | touch-action: manipulation;
20 | -moz-backface-visibility: hidden;
21 | /* fix firefox animation glitch */ }
22 | .owl-carousel .owl-stage:after {
23 | content: ".";
24 | display: block;
25 | clear: both;
26 | visibility: hidden;
27 | line-height: 0;
28 | height: 0; }
29 | .owl-carousel .owl-stage-outer {
30 | position: relative;
31 | overflow: hidden;
32 | /* fix for flashing background */
33 | -webkit-transform: translate3d(0px, 0px, 0px); }
34 | .owl-carousel .owl-wrapper,
35 | .owl-carousel .owl-item {
36 | -webkit-backface-visibility: hidden;
37 | -moz-backface-visibility: hidden;
38 | -ms-backface-visibility: hidden;
39 | -webkit-transform: translate3d(0, 0, 0);
40 | -moz-transform: translate3d(0, 0, 0);
41 | -ms-transform: translate3d(0, 0, 0); }
42 | .owl-carousel .owl-item {
43 | position: relative;
44 | min-height: 1px;
45 | float: left;
46 | -webkit-backface-visibility: hidden;
47 | -webkit-tap-highlight-color: transparent;
48 | -webkit-touch-callout: none; }
49 | .owl-carousel .owl-item img {
50 | display: block;
51 | width: 100%; }
52 | .owl-carousel .owl-nav.disabled,
53 | .owl-carousel .owl-dots.disabled {
54 | display: none; }
55 | .owl-carousel .owl-nav .owl-prev,
56 | .owl-carousel .owl-nav .owl-next,
57 | .owl-carousel .owl-dot {
58 | cursor: pointer;
59 | -webkit-user-select: none;
60 | -khtml-user-select: none;
61 | -moz-user-select: none;
62 | -ms-user-select: none;
63 | user-select: none; }
64 | .owl-carousel .owl-nav button.owl-prev,
65 | .owl-carousel .owl-nav button.owl-next,
66 | .owl-carousel button.owl-dot {
67 | background: none;
68 | color: inherit;
69 | border: none;
70 | padding: 0 !important;
71 | font: inherit; }
72 | .owl-carousel.owl-loaded {
73 | display: block; }
74 | .owl-carousel.owl-loading {
75 | opacity: 0;
76 | display: block; }
77 | .owl-carousel.owl-hidden {
78 | opacity: 0; }
79 | .owl-carousel.owl-refresh .owl-item {
80 | visibility: hidden; }
81 | .owl-carousel.owl-drag .owl-item {
82 | -ms-touch-action: pan-y;
83 | touch-action: pan-y;
84 | -webkit-user-select: none;
85 | -moz-user-select: none;
86 | -ms-user-select: none;
87 | user-select: none; }
88 | .owl-carousel.owl-grab {
89 | cursor: move;
90 | cursor: grab; }
91 | .owl-carousel.owl-rtl {
92 | direction: rtl; }
93 | .owl-carousel.owl-rtl .owl-item {
94 | float: right; }
95 |
96 | /* No Js */
97 | .no-js .owl-carousel {
98 | display: block; }
99 |
100 | /*
101 | * Owl Carousel - Animate Plugin
102 | */
103 | .owl-carousel .animated {
104 | animation-duration: 1000ms;
105 | animation-fill-mode: both; }
106 |
107 | .owl-carousel .owl-animated-in {
108 | z-index: 0; }
109 |
110 | .owl-carousel .owl-animated-out {
111 | z-index: 1; }
112 |
113 | .owl-carousel .fadeOut {
114 | animation-name: fadeOut; }
115 |
116 | @keyframes fadeOut {
117 | 0% {
118 | opacity: 1; }
119 | 100% {
120 | opacity: 0; } }
121 |
122 | /*
123 | * Owl Carousel - Auto Height Plugin
124 | */
125 | .owl-height {
126 | transition: height 500ms ease-in-out; }
127 |
128 | /*
129 | * Owl Carousel - Lazy Load Plugin
130 | */
131 | .owl-carousel .owl-item {
132 | /**
133 | This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
134 | calculation of the height of the owl-item that breaks page layouts
135 | */ }
136 | .owl-carousel .owl-item .owl-lazy {
137 | opacity: 0;
138 | transition: opacity 400ms ease; }
139 | .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
140 | max-height: 0; }
141 | .owl-carousel .owl-item img.owl-lazy {
142 | transform-style: preserve-3d; }
143 |
144 | /*
145 | * Owl Carousel - Video Plugin
146 | */
147 | .owl-carousel .owl-video-wrapper {
148 | position: relative;
149 | height: 100%;
150 | background: #000; }
151 |
152 | .owl-carousel .owl-video-play-icon {
153 | position: absolute;
154 | height: 80px;
155 | width: 80px;
156 | left: 50%;
157 | top: 50%;
158 | margin-left: -40px;
159 | margin-top: -40px;
160 | background: url("owl.video.play.png") no-repeat;
161 | cursor: pointer;
162 | z-index: 1;
163 | -webkit-backface-visibility: hidden;
164 | transition: transform 100ms ease; }
165 |
166 | .owl-carousel .owl-video-play-icon:hover {
167 | -ms-transform: scale(1.3, 1.3);
168 | transform: scale(1.3, 1.3); }
169 |
170 | .owl-carousel .owl-video-playing .owl-video-tn,
171 | .owl-carousel .owl-video-playing .owl-video-play-icon {
172 | display: none; }
173 |
174 | .owl-carousel .owl-video-tn {
175 | opacity: 0;
176 | height: 100%;
177 | background-position: center center;
178 | background-repeat: no-repeat;
179 | background-size: contain;
180 | transition: opacity 400ms ease; }
181 |
182 | .owl-carousel .owl-video-frame {
183 | position: relative;
184 | z-index: 1;
185 | height: 100%;
186 | width: 100%; }
187 |
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/owl.carousel/assets/owl.carousel.min.css:
--------------------------------------------------------------------------------
1 | /**
2 | * Owl Carousel v2.3.4
3 | * Copyright 2013-2018 David Deutsch
4 | * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
5 | */
6 | .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/owl.carousel/assets/owl.theme.default.css:
--------------------------------------------------------------------------------
1 | /**
2 | * Owl Carousel v2.3.4
3 | * Copyright 2013-2018 David Deutsch
4 | * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
5 | */
6 | /*
7 | * Default theme - Owl Carousel CSS File
8 | */
9 | .owl-theme .owl-nav {
10 | margin-top: 10px;
11 | text-align: center;
12 | -webkit-tap-highlight-color: transparent; }
13 | .owl-theme .owl-nav [class*='owl-'] {
14 | color: #FFF;
15 | font-size: 14px;
16 | margin: 5px;
17 | padding: 4px 7px;
18 | background: #D6D6D6;
19 | display: inline-block;
20 | cursor: pointer;
21 | border-radius: 3px; }
22 | .owl-theme .owl-nav [class*='owl-']:hover {
23 | background: #869791;
24 | color: #FFF;
25 | text-decoration: none; }
26 | .owl-theme .owl-nav .disabled {
27 | opacity: 0.5;
28 | cursor: default; }
29 |
30 | .owl-theme .owl-nav.disabled + .owl-dots {
31 | margin-top: 10px; }
32 |
33 | .owl-theme .owl-dots {
34 | text-align: center;
35 | -webkit-tap-highlight-color: transparent; }
36 | .owl-theme .owl-dots .owl-dot {
37 | display: inline-block;
38 | zoom: 1;
39 | *display: inline; }
40 | .owl-theme .owl-dots .owl-dot span {
41 | width: 10px;
42 | height: 10px;
43 | margin: 5px 7px;
44 | background: #D6D6D6;
45 | display: block;
46 | -webkit-backface-visibility: visible;
47 | transition: opacity 200ms ease;
48 | border-radius: 30px; }
49 | .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
50 | background: #869791; }
51 |
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/owl.carousel/assets/owl.theme.default.min.css:
--------------------------------------------------------------------------------
1 | /**
2 | * Owl Carousel v2.3.4
3 | * Copyright 2013-2018 David Deutsch
4 | * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
5 | */
6 | .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/owl.carousel/assets/owl.theme.green.css:
--------------------------------------------------------------------------------
1 | /**
2 | * Owl Carousel v2.3.4
3 | * Copyright 2013-2018 David Deutsch
4 | * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
5 | */
6 | /*
7 | * Green theme - Owl Carousel CSS File
8 | */
9 | .owl-theme .owl-nav {
10 | margin-top: 10px;
11 | text-align: center;
12 | -webkit-tap-highlight-color: transparent; }
13 | .owl-theme .owl-nav [class*='owl-'] {
14 | color: #FFF;
15 | font-size: 14px;
16 | margin: 5px;
17 | padding: 4px 7px;
18 | background: #D6D6D6;
19 | display: inline-block;
20 | cursor: pointer;
21 | border-radius: 3px; }
22 | .owl-theme .owl-nav [class*='owl-']:hover {
23 | background: #4DC7A0;
24 | color: #FFF;
25 | text-decoration: none; }
26 | .owl-theme .owl-nav .disabled {
27 | opacity: 0.5;
28 | cursor: default; }
29 |
30 | .owl-theme .owl-nav.disabled + .owl-dots {
31 | margin-top: 10px; }
32 |
33 | .owl-theme .owl-dots {
34 | text-align: center;
35 | -webkit-tap-highlight-color: transparent; }
36 | .owl-theme .owl-dots .owl-dot {
37 | display: inline-block;
38 | zoom: 1;
39 | *display: inline; }
40 | .owl-theme .owl-dots .owl-dot span {
41 | width: 10px;
42 | height: 10px;
43 | margin: 5px 7px;
44 | background: #D6D6D6;
45 | display: block;
46 | -webkit-backface-visibility: visible;
47 | transition: opacity 200ms ease;
48 | border-radius: 30px; }
49 | .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
50 | background: #4DC7A0; }
51 |
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/owl.carousel/assets/owl.theme.green.min.css:
--------------------------------------------------------------------------------
1 | /**
2 | * Owl Carousel v2.3.4
3 | * Copyright 2013-2018 David Deutsch
4 | * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
5 | */
6 | .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#4DC7A0;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#4DC7A0}
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/owl.carousel/assets/owl.video.play.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MainakRepositor/My_portfolio/f74027e394b734138f94736e654c831cc2cdbf9b/iPortfolio/assets/vendor/owl.carousel/assets/owl.video.play.png
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/php-email-form/validate.js:
--------------------------------------------------------------------------------
1 | /**
2 | * PHP Email Form Validation - v2.3
3 | * URL: https://bootstrapmade.com/php-email-form/
4 | * Author: BootstrapMade.com
5 | */
6 | !(function($) {
7 | "use strict";
8 |
9 | $('form.php-email-form').submit(function(e) {
10 | e.preventDefault();
11 |
12 | var f = $(this).find('.form-group'),
13 | ferror = false,
14 | emailExp = /^[^\s()<>@,;:\/]+@\w[\w\.-]+\.[a-z]{2,}$/i;
15 |
16 | f.children('input').each(function() { // run all inputs
17 |
18 | var i = $(this); // current input
19 | var rule = i.attr('data-rule');
20 |
21 | if (rule !== undefined) {
22 | var ierror = false; // error flag for current input
23 | var pos = rule.indexOf(':', 0);
24 | if (pos >= 0) {
25 | var exp = rule.substr(pos + 1, rule.length);
26 | rule = rule.substr(0, pos);
27 | } else {
28 | rule = rule.substr(pos + 1, rule.length);
29 | }
30 |
31 | switch (rule) {
32 | case 'required':
33 | if (i.val() === '') {
34 | ferror = ierror = true;
35 | }
36 | break;
37 |
38 | case 'minlen':
39 | if (i.val().length < parseInt(exp)) {
40 | ferror = ierror = true;
41 | }
42 | break;
43 |
44 | case 'email':
45 | if (!emailExp.test(i.val())) {
46 | ferror = ierror = true;
47 | }
48 | break;
49 |
50 | case 'checked':
51 | if (! i.is(':checked')) {
52 | ferror = ierror = true;
53 | }
54 | break;
55 |
56 | case 'regexp':
57 | exp = new RegExp(exp);
58 | if (!exp.test(i.val())) {
59 | ferror = ierror = true;
60 | }
61 | break;
62 | }
63 | i.next('.validate').html((ierror ? (i.attr('data-msg') !== undefined ? i.attr('data-msg') : 'wrong Input') : '')).show('blind');
64 | }
65 | });
66 | f.children('textarea').each(function() { // run all inputs
67 |
68 | var i = $(this); // current input
69 | var rule = i.attr('data-rule');
70 |
71 | if (rule !== undefined) {
72 | var ierror = false; // error flag for current input
73 | var pos = rule.indexOf(':', 0);
74 | if (pos >= 0) {
75 | var exp = rule.substr(pos + 1, rule.length);
76 | rule = rule.substr(0, pos);
77 | } else {
78 | rule = rule.substr(pos + 1, rule.length);
79 | }
80 |
81 | switch (rule) {
82 | case 'required':
83 | if (i.val() === '') {
84 | ferror = ierror = true;
85 | }
86 | break;
87 |
88 | case 'minlen':
89 | if (i.val().length < parseInt(exp)) {
90 | ferror = ierror = true;
91 | }
92 | break;
93 | }
94 | i.next('.validate').html((ierror ? (i.attr('data-msg') != undefined ? i.attr('data-msg') : 'wrong Input') : '')).show('blind');
95 | }
96 | });
97 | if (ferror) return false;
98 |
99 | var this_form = $(this);
100 | var action = $(this).attr('action');
101 |
102 | if( ! action ) {
103 | this_form.find('.loading').slideUp();
104 | this_form.find('.error-message').slideDown().html('The form action property is not set!');
105 | return false;
106 | }
107 |
108 | this_form.find('.sent-message').slideUp();
109 | this_form.find('.error-message').slideUp();
110 | this_form.find('.loading').slideDown();
111 |
112 | if ( $(this).data('recaptcha-site-key') ) {
113 | var recaptcha_site_key = $(this).data('recaptcha-site-key');
114 | grecaptcha.ready(function() {
115 | grecaptcha.execute(recaptcha_site_key, {action: 'php_email_form_submit'}).then(function(token) {
116 | php_email_form_submit(this_form,action,this_form.serialize() + '&recaptcha-response=' + token);
117 | });
118 | });
119 | } else {
120 | php_email_form_submit(this_form,action,this_form.serialize());
121 | }
122 |
123 | return true;
124 | });
125 |
126 | function php_email_form_submit(this_form, action, data) {
127 | $.ajax({
128 | type: "POST",
129 | url: action,
130 | data: data,
131 | timeout: 40000
132 | }).done( function(msg){
133 | if (msg.trim() == 'OK') {
134 | this_form.find('.loading').slideUp();
135 | this_form.find('.sent-message').slideDown();
136 | this_form.find("input:not(input[type=submit]), textarea").val('');
137 | } else {
138 | this_form.find('.loading').slideUp();
139 | if(!msg) {
140 | msg = 'Thank you for your response.The form has been submitted successfully!';
141 | }
142 | this_form.find('.error-message').slideDown().html(msg);
143 | }
144 | }).fail( function(data){
145 | console.log(data);
146 | var error_msg = "Thank you for your response. The form has been submitted successfully!";
147 |
148 | if(data.responseText) {
149 | error_msg += data.responseText;
150 | }
151 | this_form.find('.loading').slideUp();
152 | this_form.find('.error-message').slideDown().html(error_msg);
153 | });
154 | }
155 |
156 | })(jQuery);
157 |
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/typed.js/typed.min.js:
--------------------------------------------------------------------------------
1 | /*!
2 | *
3 | * typed.js - A JavaScript Typing Animation Library
4 | * Author: Matt Boldt
5 | * Version: v2.0.11
6 | * Url: https://github.com/mattboldt/typed.js
7 | * License(s): MIT
8 | *
9 | */
10 | (function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.Typed=e():t.Typed=e()})(this,function(){return function(t){function e(n){if(s[n])return s[n].exports;var i=s[n]={exports:{},id:n,loaded:!1};return t[n].call(i.exports,i,i.exports,e),i.loaded=!0,i.exports}var s={};return e.m=t,e.c=s,e.p="",e(0)}([function(t,e,s){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(e,"__esModule",{value:!0});var i=function(){function t(t,e){for(var s=0;st.length)););var u=t.substring(0,e),l=t.substring(u.length+1,e+i),c=t.substring(e+i+1);t=u+l+c,i--}s.timeout=setTimeout(function(){s.toggleBlinking(!1),e>=t.length?s.doneTyping(t,e):s.keepTyping(t,e,i),s.temporaryPause&&(s.temporaryPause=!1,s.options.onTypingResumed(s.arrayPos,s))},n)},n))}},{key:"keepTyping",value:function(t,e,s){0===e&&(this.toggleBlinking(!1),this.options.preStringTyped(this.arrayPos,this)),e+=s;var n=t.substr(0,e);this.replaceText(n),this.typewrite(t,e)}},{key:"doneTyping",value:function(t,e){var s=this;this.options.onStringTyped(this.arrayPos,this),this.toggleBlinking(!0),this.arrayPos===this.strings.length-1&&(this.complete(),this.loop===!1||this.curLoop===this.loopCount)||(this.timeout=setTimeout(function(){s.backspace(t,e)},this.backDelay))}},{key:"backspace",value:function(t,e){var s=this;if(this.pause.status===!0)return void this.setPauseStatus(t,e,!0);if(this.fadeOut)return this.initFadeOut();this.toggleBlinking(!1);var n=this.humanizer(this.backSpeed);this.timeout=setTimeout(function(){e=o.htmlParser.backSpaceHtmlChars(t,e,s);var n=t.substr(0,e);if(s.replaceText(n),s.smartBackspace){var i=s.strings[s.arrayPos+1];i&&n===i.substr(0,e)?s.stopNum=e:s.stopNum=0}e>s.stopNum?(e--,s.backspace(t,e)):e<=s.stopNum&&(s.arrayPos++,s.arrayPos===s.strings.length?(s.arrayPos=0,s.options.onLastStringBackspaced(),s.shuffleStringsIfNeeded(),s.begin()):s.typewrite(s.strings[s.sequence[s.arrayPos]],e))},n)}},{key:"complete",value:function(){this.options.onComplete(this),this.loop?this.curLoop++:this.typingComplete=!0}},{key:"setPauseStatus",value:function(t,e,s){this.pause.typewrite=s,this.pause.curString=t,this.pause.curStrPos=e}},{key:"toggleBlinking",value:function(t){this.cursor&&(this.pause.status||this.cursorBlinking!==t&&(this.cursorBlinking=t,t?this.cursor.classList.add("typed-cursor--blink"):this.cursor.classList.remove("typed-cursor--blink")))}},{key:"humanizer",value:function(t){return Math.round(Math.random()*t/2)+t}},{key:"shuffleStringsIfNeeded",value:function(){this.shuffle&&(this.sequence=this.sequence.sort(function(){return Math.random()-.5}))}},{key:"initFadeOut",value:function(){var t=this;return this.el.className+=" "+this.fadeOutClass,this.cursor&&(this.cursor.className+=" "+this.fadeOutClass),setTimeout(function(){t.arrayPos++,t.replaceText(""),t.strings.length>t.arrayPos?t.typewrite(t.strings[t.sequence[t.arrayPos]],0):(t.typewrite(t.strings[0],0),t.arrayPos=0)},this.fadeOutDelay)}},{key:"replaceText",value:function(t){this.attr?this.el.setAttribute(this.attr,t):this.isInput?this.el.value=t:"html"===this.contentType?this.el.innerHTML=t:this.el.textContent=t}},{key:"bindFocusEvents",value:function(){var t=this;this.isInput&&(this.el.addEventListener("focus",function(e){t.stop()}),this.el.addEventListener("blur",function(e){t.el.value&&0!==t.el.value.length||t.start()}))}},{key:"insertCursor",value:function(){this.showCursor&&(this.cursor||(this.cursor=document.createElement("span"),this.cursor.className="typed-cursor",this.cursor.innerHTML=this.cursorChar,this.el.parentNode&&this.el.parentNode.insertBefore(this.cursor,this.el.nextSibling)))}}]),t}();e["default"]=a,t.exports=e["default"]},function(t,e,s){"use strict";function n(t){return t&&t.__esModule?t:{"default":t}}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(e,"__esModule",{value:!0});var r=Object.assign||function(t){for(var e=1;e":";";t.substr(e+1).charAt(0)!==i&&(e++,!(e+1>t.length)););e++}return e}},{key:"backSpaceHtmlChars",value:function(t,e,s){if("html"!==s.contentType)return e;var n=t.substr(e).charAt(0);if(">"===n||";"===n){var i="";for(i=">"===n?"<":"&";t.substr(e-1).charAt(0)!==i&&(e--,!(e<0)););e--}return e}}]),t}();e["default"]=i;var r=new i;e.htmlParser=r}])});
11 | //# sourceMappingURL=typed.min.js.map
12 |
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/venobox/venobox.css:
--------------------------------------------------------------------------------
1 | /* ------ venobox.css --------*/
2 | .vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
3 | -webkit-backface-visibility: hidden;
4 | -webkit-box-sizing:border-box;
5 | -moz-box-sizing:border-box;
6 | box-sizing:border-box;
7 | }
8 | .vbox-overlay * {
9 | -webkit-backface-visibility: visible;
10 | backface-visibility: visible;
11 | }
12 | .vbox-overlay{
13 | display: -webkit-flex;
14 | display: flex;
15 | -webkit-flex-direction: column;
16 | flex-direction: column;
17 | -webkit-justify-content: center;
18 | justify-content: center;
19 | -webkit-align-items: center;
20 | align-items: center;
21 | position: fixed;
22 | left: 0;
23 | top: 0;
24 | bottom: 0;
25 | right: 0;
26 | z-index: 999999;
27 | }
28 |
29 | /* ----- navigation ----- */
30 | .vbox-title{
31 | width: 100%;
32 | height: 40px;
33 | float: left;
34 | text-align: center;
35 | line-height: 28px;
36 | font-size: 12px;
37 | padding: 6px 50px;
38 | overflow: hidden;
39 | position: fixed;
40 | display: none;
41 | left: 0;
42 | z-index: 89;
43 | }
44 | .vbox-close{
45 | cursor: pointer;
46 | position: fixed;
47 | top: -1px;
48 | right: 0;
49 | width: 50px;
50 | height: 40px;
51 | padding: 6px;
52 | display: block;
53 | background-position:10px center;
54 | overflow: hidden;
55 | font-size: 24px;
56 | line-height: 1;
57 | text-align: center;
58 | z-index: 99;
59 | }
60 | .vbox-left{
61 | cursor: pointer;
62 | position: fixed;
63 | left: 0;
64 | height: 40px;
65 | overflow: hidden;
66 | line-height: 28px;
67 | font-size: 12px;
68 | z-index: 99;
69 | display: flex;
70 | align-items:center;
71 | }
72 | .vbox-num{
73 | display: inline-block;
74 | margin: 6px 0 6px 15px;
75 | }
76 | /* ----- Social share ----- */
77 | .vbox-share{
78 | line-height: 28px;
79 | font-size: 12px;
80 | overflow: hidden;
81 | position: fixed;
82 | left: 0;
83 | z-index: 98;
84 | display: flex;
85 | align-items:center;
86 | justify-content: center;
87 | width: 100%;
88 | text-align: center;
89 | }
90 | .vbox-share svg{
91 | max-height: 28px;
92 | width: 28px;
93 | z-index: 10;
94 | margin-left: 12px;
95 | margin-top: 6px;
96 | margin-bottom: 6px;
97 | vertical-align: middle;
98 | }
99 |
100 |
101 | /* ----- navigation ARROWS ----- */
102 | .vbox-next, .vbox-prev{
103 | position: fixed;
104 | top: 50%;
105 | margin-top: -15px;
106 | overflow: hidden;
107 | cursor: pointer;
108 | display: block;
109 | width: 45px;
110 | height: 45px;
111 | z-index: 99;
112 | }
113 | .vbox-next span, .vbox-prev span{
114 | position: relative;
115 | width: 20px;
116 | height: 20px;
117 | border: 2px solid transparent;
118 | border-top-color: #B6B6B6;
119 | border-right-color: #B6B6B6;
120 | text-indent: -100px;
121 | position: absolute;
122 | top: 8px;
123 | display: block;
124 | }
125 | .vbox-prev{
126 | left: 15px;
127 | }
128 | .vbox-next{
129 | right: 15px;
130 | }
131 | .vbox-prev span{
132 | left: 10px;
133 | -ms-transform: rotate(-135deg);
134 | -webkit-transform: rotate(-135deg);
135 | transform: rotate(-135deg);
136 | }
137 | .vbox-next span{
138 | -ms-transform: rotate(45deg);
139 | -webkit-transform: rotate(45deg);
140 | transform: rotate(45deg);
141 | right: 10px;
142 | }
143 | /* ------- inline window ------ */
144 | .vbox-inline{
145 | width: 420px;
146 | height: 315px;
147 | height: 70vh;
148 | padding: 10px;
149 | background: #fff;
150 | margin: 0 auto;
151 | overflow: auto;
152 | text-align: left;
153 | }
154 | /* ------- Video & iFrames window ------ */
155 | .venoframe{
156 | max-width: 100%;
157 | width: 100%;
158 | border: none;
159 | width: 100%;
160 | height: 260px;
161 | height: 70vh;
162 | }
163 | .venoframe.vbvid{
164 | height: 260px;
165 | }
166 | @media (min-width: 768px) {
167 | .venoframe, .vbox-inline{
168 | width: 90%;
169 | height: 360px;
170 | height: 70vh;
171 | }
172 | .venoframe.vbvid{
173 | width: 640px;
174 | height: 360px;
175 | }
176 | }
177 | @media (min-width: 992px) {
178 | .venoframe, .vbox-inline{
179 | max-width: 1200px;
180 | width: 80%;
181 | height: 540px;
182 | height: 70vh;
183 | }
184 | .venoframe.vbvid{
185 | width: 960px;
186 | height: 540px;
187 | }
188 | }
189 | /*
190 | Please do NOT edit this part!
191 | or at least read this note: http://i.imgur.com/7C0ws9e.gif
192 | */
193 | .vbox-open{
194 | overflow: hidden;
195 | }
196 | .vbox-container{
197 | position: absolute;
198 | left: 0;
199 | right: 0;
200 | top: 0;
201 | bottom: 0;
202 | overflow-x: hidden;
203 | overflow-y: scroll;
204 | overflow-scrolling: touch;
205 | -webkit-overflow-scrolling: touch;
206 | z-index: 20;
207 | max-height: 100%;
208 |
209 | }
210 |
211 | .vbox-content{
212 | text-align: center;
213 | float: left;
214 | width: 100%;
215 | position: relative;
216 | overflow: hidden;
217 | padding: 20px 4%;
218 | }
219 | .vbox-container img{
220 | max-width: 100%;
221 | height: auto;
222 | }
223 | .vbox-figlio{
224 | box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
225 | max-width: 100%;
226 | text-align: initial;
227 | }
228 | img.vbox-figlio{
229 | -webkit-user-select: none;
230 | -khtml-user-select: none;
231 | -moz-user-select: none;
232 | -o-user-select: none;
233 | user-select: none;
234 | }
235 | .vbox-content.swipe-left{
236 | margin-left: -200px !important;
237 | }
238 | .vbox-content.swipe-right{
239 | margin-left: 200px !important;
240 | }
241 | .vbox-animated{
242 | webkit-transition: margin 300ms ease-out;
243 | transition: margin 300ms ease-out;
244 | }
245 |
246 | /* ---------- preloader ----------
247 | * SPINKIT
248 | * http://tobiasahlin.com/spinkit/
249 | -------------------------------- */
250 | .sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{background-color:#333;border-radius:100%}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-chasing-dots,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse{-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:80px;text-align:center}.sk-three-bounce .sk-child{width:20px;height:20px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{display:block;border-radius:100%;content:'';background-color:#333}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}
251 |
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/venobox/venobox.min.css:
--------------------------------------------------------------------------------
1 | .vbox-overlay *,.vbox-overlay :after,.vbox-overlay :before{-webkit-backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vbox-overlay *{-webkit-backface-visibility:visible;backface-visibility:visible}.vbox-overlay{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;position:fixed;left:0;top:0;bottom:0;right:0;z-index:999999}.vbox-title{width:100%;height:40px;float:left;text-align:center;line-height:28px;font-size:12px;padding:6px 50px;overflow:hidden;position:fixed;display:none;left:0;z-index:89}.vbox-close{cursor:pointer;position:fixed;top:-1px;right:0;width:50px;height:40px;padding:6px;display:block;background-position:10px center;overflow:hidden;font-size:24px;line-height:1;text-align:center;z-index:99}.vbox-left{cursor:pointer;position:fixed;left:0;height:40px;overflow:hidden;line-height:28px;font-size:12px;z-index:99;display:flex;align-items:center}.vbox-num{display:inline-block;margin:6px 0 6px 15px}.vbox-share{line-height:28px;font-size:12px;overflow:hidden;position:fixed;left:0;z-index:98;display:flex;align-items:center;justify-content:center;width:100%;text-align:center}.vbox-share svg{max-height:28px;width:28px;z-index:10;margin-left:12px;margin-top:6px;margin-bottom:6px;vertical-align:middle}.vbox-next,.vbox-prev{position:fixed;top:50%;margin-top:-15px;overflow:hidden;cursor:pointer;display:block;width:45px;height:45px;z-index:99}.vbox-next span,.vbox-prev span{position:relative;width:20px;height:20px;border:2px solid transparent;border-top-color:#b6b6b6;border-right-color:#b6b6b6;text-indent:-100px;position:absolute;top:8px;display:block}.vbox-prev{left:15px}.vbox-next{right:15px}.vbox-prev span{left:10px;-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.vbox-next span{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);right:10px}.vbox-inline{width:420px;height:315px;height:70vh;padding:10px;background:#fff;margin:0 auto;overflow:auto;text-align:left}.venoframe{max-width:100%;width:100%;border:none;width:100%;height:260px;height:70vh}.venoframe.vbvid{height:260px}@media (min-width:768px){.vbox-inline,.venoframe{width:90%;height:360px;height:70vh}.venoframe.vbvid{width:640px;height:360px}}@media (min-width:992px){.vbox-inline,.venoframe{max-width:1200px;width:80%;height:540px;height:70vh}.venoframe.vbvid{width:960px;height:540px}}.vbox-open{overflow:hidden}.vbox-container{position:absolute;left:0;right:0;top:0;bottom:0;overflow-x:hidden;overflow-y:scroll;overflow-scrolling:touch;-webkit-overflow-scrolling:touch;z-index:20;max-height:100%}.vbox-content{text-align:center;float:left;width:100%;position:relative;overflow:hidden;padding:20px 4%}.vbox-container img{max-width:100%;height:auto}.vbox-figlio{box-shadow:0 0 12px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);max-width:100%;text-align:initial}img.vbox-figlio{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.vbox-content.swipe-left{margin-left:-200px!important}.vbox-content.swipe-right{margin-left:200px!important}.vbox-animated{webkit-transition:margin .3s ease-out;transition:margin .3s ease-out}.sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{background-color:#333;border-radius:100%}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-chasing-dots,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse{-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:80px;text-align:center}.sk-three-bounce .sk-child{width:20px;height:20px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{display:block;border-radius:100%;content:'';background-color:#333}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0s;animation-delay:0s}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}
2 |
--------------------------------------------------------------------------------
/iPortfolio/assets/vendor/venobox/venobox.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * VenoBox - jQuery Plugin
3 | * version: 1.9.2
4 | * @requires jQuery >= 1.7.0
5 | *
6 | * Examples at http://veno.es/venobox/
7 | * License: MIT License
8 | * License URI: https://github.com/nicolafranchini/VenoBox/blob/master/LICENSE
9 | * Copyright 2013-2021 Nicola Franchini - @nicolafranchini
10 | *
11 | */
12 | !function(e){"use strict";var s,i,a,t,o,c,r,l,d,n,v,u,b,h,k,p,g,m,f,x,w,y,_,C,z,B,P,M,E,O,D,N,U,V,I,j,R,X,Y,W,q,$,T,A,H,Q,S,Z=' ',F=' ',G=' ',J=' ',K=' ';e.fn.extend({venobox:function(L){var ee=this,se=e.extend({arrowsColor:"#B6B6B6",autoplay:!1,bgcolor:"#fff",border:"0",closeBackground:"transparent",closeColor:"#d2d2d2",framewidth:"",frameheight:"",gallItems:!1,infinigall:!1,htmlClose:"×",htmlNext:"Next ",htmlPrev:"Prev ",numeratio:!1,numerationBackground:"#161617",numerationColor:"#d2d2d2",numerationPosition:"top",overlayClose:!0,overlayColor:"rgba(23,23,23,0.85)",spinner:"double-bounce",spinColor:"#d2d2d2",titleattr:"title",titleBackground:"#161617",titleColor:"#d2d2d2",titlePosition:"top",share:[],cb_pre_open:function(){return!0},cb_post_open:function(){},cb_pre_close:function(){return!0},cb_post_close:function(){},cb_post_resize:function(){},cb_after_nav:function(){},cb_content_loaded:function(){},cb_init:function(){}},L);return se.cb_init(ee),this.each(function(){if((N=e(this)).data("venobox"))return!0;function L(){C=N.data("gall"),x=N.data("numeratio"),k=N.data("gallItems"),p=N.data("infinigall"),H=N.data("share"),o.html(""),"iframe"!==N.data("vbtype")&&"inline"!==N.data("vbtype")&&"ajax"!==N.data("vbtype")&&(Q={pinterest:''+Z+" ",facebook:''+F+" ",twitter:''+G+" ",linkedin:''+J+" ",download:''+K+" "},e.each(H,function(e,s){o.append(Q[s])})),(g=k||e('.vbox-item[data-gall="'+C+'"]')).length<2&&(p=!1,x=!1),z=g.eq(g.index(N)+1),B=g.eq(g.index(N)-1),z.length||!0!==p||(z=g.eq(0)),g.length>=1?(U=g.index(N)+1,t.html(U+" / "+g.length)):U=1,!0===x?t.show():t.hide(),""!==_?c.show():c.hide(),z.length||!0===p?(e(".vbox-next").css("display","block"),P=!0):(e(".vbox-next").css("display","none"),P=!1),g.index(N)>0||!0===p?(e(".vbox-prev").css("display","block"),M=!0):(e(".vbox-prev").css("display","none"),M=!1),!0!==M&&!0!==P||(n.on(de.DOWN,ce),n.on(de.MOVE,re),n.on(de.UP,le))}function ie(e){return!(e.length<1)&&(!m&&(m=!0,w=e.data("overlay")||e.data("overlaycolor"),b=e.data("framewidth"),h=e.data("frameheight"),r=e.data("border"),i=e.data("bgcolor"),v=e.data("href")||e.attr("href"),s=e.data("autoplay"),_=e.data("titleattr")&&e.attr(e.data("titleattr"))||"",e===B&&n.addClass("vbox-animated").addClass("swipe-right"),e===z&&n.addClass("vbox-animated").addClass("swipe-left"),O.show(),void n.animate({opacity:0},500,function(){y.css("background",w),n.removeClass("vbox-animated").removeClass("swipe-left").removeClass("swipe-right").css({"margin-left":0,"margin-right":0}),"iframe"==e.data("vbtype")?he():"inline"==e.data("vbtype")?pe():"ajax"==e.data("vbtype")?be():"video"==e.data("vbtype")?ke(s):(n.html(' '),ge()),N=e,L(),m=!1,se.cb_after_nav(N,U,z,B)})))}function ae(e){27===e.keyCode&&te(),37==e.keyCode&&!0===M&&ie(B),39==e.keyCode&&!0===P&&ie(z)}function te(){if(!1===se.cb_pre_close(N,U,z,B))return!1;e("body").off("keydown",ae).removeClass("vbox-open"),N.focus(),y.animate({opacity:0},500,function(){y.remove(),m=!1,se.cb_post_close()})}ee.VBclose=function(){te()},N.addClass("vbox-item"),N.data("framewidth",se.framewidth),N.data("frameheight",se.frameheight),N.data("border",se.border),N.data("bgcolor",se.bgcolor),N.data("numeratio",se.numeratio),N.data("gallItems",se.gallItems),N.data("infinigall",se.infinigall),N.data("overlaycolor",se.overlayColor),N.data("titleattr",se.titleattr),N.data("share",se.share),N.data("venobox",!0),N.on("click",function(k){if(k.preventDefault(),N=e(this),!1===se.cb_pre_open(N))return!1;switch(N.blur(),ee.VBnext=function(){ie(z)},ee.VBprev=function(){ie(B)},w=N.data("overlay")||N.data("overlaycolor"),b=N.data("framewidth"),h=N.data("frameheight"),s=N.data("autoplay")||se.autoplay,r=N.data("border"),i=N.data("bgcolor"),P=!1,M=!1,m=!1,v=N.data("href")||N.attr("href"),u=N.data("css")||"",_=N.attr(N.data("titleattr"))||"",H=N.data("share"),E='',se.spinner){case"rotating-plane":E+='
';break;case"double-bounce":E+='
';break;case"wave":E+='
';break;case"wandering-cubes":E+='
';break;case"spinner-pulse":E+='
';break;case"chasing-dots":E+='
';break;case"three-bounce":E+='
';break;case"circle":E+='
';break;case"cube-grid":E+='
';break;case"fading-circle":E+='
';break;case"folding-cube":E+='
'}return E+="
",D=''+se.htmlNext+' '+se.htmlPrev+" ",I='
'+se.htmlClose+"
",'
',l='',e("body").append(l).addClass("vbox-open"),e(".vbox-preloader div:not(.sk-circle) .sk-child, .vbox-preloader .sk-rotating-plane, .vbox-preloader .sk-rect, .vbox-preloader div:not(.sk-folding-cube) .sk-cube, .vbox-preloader .sk-spinner-pulse").css("background-color",se.spinColor),y=e(".vbox-overlay"),d=e(".vbox-container"),n=e(".vbox-content"),a=e(".vbox-left"),t=e(".vbox-num"),o=e(".vbox-share"),c=e(".vbox-title"),(O=e(".vbox-preloader")).show(),S="top"==se.titlePosition?"bottom":"top",o.css(S,"-1px"),o.css({color:se.titleColor,fill:se.titleColor,"background-color":se.titleBackground}),c.css(se.titlePosition,"-1px"),c.css({color:se.titleColor,"background-color":se.titleBackground}),e(".vbox-close").css({color:se.closeColor,"background-color":se.closeBackground}),a.css(se.numerationPosition,"-1px"),a.css({color:se.numerationColor,"background-color":se.numerationBackground}),e(".vbox-next span, .vbox-prev span").css({"border-top-color":se.arrowsColor,"border-right-color":se.arrowsColor}),n.html(""),n.css("opacity","0"),y.css("opacity","0"),L(),y.animate({opacity:1},250,function(){"iframe"==N.data("vbtype")?he():"inline"==N.data("vbtype")?pe():"ajax"==N.data("vbtype")?be():"video"==N.data("vbtype")?ke(s):(n.html(' '),ge()),se.cb_post_open(N,U,z,B)}),e("body").keydown(ae),e(".vbox-prev").on("click",function(){ie(B)}),e(".vbox-next").on("click",function(){ie(z)}),!1});var oe=".vbox-overlay";function ce(e){n.addClass("vbox-animated"),R=Y=e.pageY,X=W=e.pageX,V=!0}function re(e){if(!0===V){W=e.pageX,Y=e.pageY,$=W-X,T=Y-R;var s=Math.abs($);s>Math.abs(T)&&s<=100&&(e.preventDefault(),n.css("margin-left",$))}}function le(e){if(!0===V){V=!1;var s=N,i=!1;(q=W-X)<0&&!0===P&&(s=z,i=!0),q>0&&!0===M&&(s=B,i=!0),Math.abs(q)>=A&&!0===i?ie(s):n.css({"margin-left":0,"margin-right":0})}}se.overlayClose||(oe=".vbox-close"),e("body").on("click touchstart",oe,function(s){(e(s.target).is(".vbox-overlay")||e(s.target).is(".vbox-content")||e(s.target).is(".vbox-close")||e(s.target).is(".vbox-preloader")||e(s.target).is(".vbox-container"))&&te()}),X=0,W=0,q=0,A=50,V=!1;var de={DOWN:"touchmousedown",UP:"touchmouseup",MOVE:"touchmousemove"},ne=function(s){var i;switch(s.type){case"mousedown":i=de.DOWN;break;case"mouseup":case"mouseout":i=de.UP;break;case"mousemove":i=de.MOVE;break;default:return}var a=ue(i,s,s.pageX,s.pageY);e(s.target).trigger(a)},ve=function(s){var i;switch(s.type){case"touchstart":i=de.DOWN;break;case"touchend":i=de.UP;break;case"touchmove":i=de.MOVE;break;default:return}var a,t=s.originalEvent.touches[0];a=i==de.UP?ue(i,s,null,null):ue(i,s,t.pageX,t.pageY),e(s.target).trigger(a)},ue=function(s,i,a,t){return e.Event(s,{pageX:a,pageY:t,originalEvent:i})};function be(){e.ajax({url:v,cache:!1}).done(function(e){n.html(''+e+"
"),ge()}).fail(function(){n.html('Error retrieving contents, please retry
'),me()})}function he(){n.html(''),me()}function ke(e){var s,i=function(e){var s;e.match(/(http:|https:|)\/\/(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com))\/(video\/|embed\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/),RegExp.$3.indexOf("youtu")>-1?s="youtube":RegExp.$3.indexOf("vimeo")>-1&&(s="vimeo");return{type:s,id:RegExp.$6}}(v),a=(e?"?rel=0&autoplay=1":"?rel=0")+function(e){var s="",i=decodeURIComponent(e).split("?");if(void 0!==i[1]){var a,t,o=i[1].split("&");for(t=0;t'),me()}function pe(){n.html(''+e(v).html()+"
"),me()}function ge(){(j=n.find("img")).length?j.each(function(){e(this).one("load",function(){me()})}):me()}function me(){c.html(_),n.find(">:first-child").addClass("vbox-figlio").css({width:b,height:h,padding:r,background:i}),e("img.vbox-figlio").on("dragstart",function(e){e.preventDefault()}),d.scrollTop(0),fe(),n.animate({opacity:"1"},"slow",function(){O.hide()}),se.cb_content_loaded(N,U,z,B)}function fe(){var s=n.outerHeight(),i=e(window).height();f=s+60n;n++)e[n][t]()},t.destroyAll=function(){t.invokeAll("destroy")},t.disableAll=function(){t.invokeAll("disable")},t.enableAll=function(){t.Context.refreshAll();for(var e in i)i[e].enabled=!0;return this},t.refreshAll=function(){t.Context.refreshAll()},t.viewportHeight=function(){return window.innerHeight||document.documentElement.clientHeight},t.viewportWidth=function(){return document.documentElement.clientWidth},t.adapters=[],t.defaults={context:window,continuous:!0,enabled:!0,group:"default",horizontal:!1,offset:0},t.offsetAliases={"bottom-in-view":function(){return this.context.innerHeight()-this.adapter.outerHeight()},"right-in-view":function(){return this.context.innerWidth()-this.adapter.outerWidth()}},window.Waypoint=t}(),function(){"use strict";function t(t){window.setTimeout(t,1e3/60)}function e(t){this.element=t,this.Adapter=n.Adapter,this.adapter=new this.Adapter(t),this.key="waypoint-context-"+i,this.didScroll=!1,this.didResize=!1,this.oldScroll={x:this.adapter.scrollLeft(),y:this.adapter.scrollTop()},this.waypoints={vertical:{},horizontal:{}},t.waypointContextKey=this.key,o[t.waypointContextKey]=this,i+=1,n.windowContext||(n.windowContext=!0,n.windowContext=new e(window)),this.createThrottledScrollHandler(),this.createThrottledResizeHandler()}var i=0,o={},n=window.Waypoint,r=window.onload;e.prototype.add=function(t){var e=t.options.horizontal?"horizontal":"vertical";this.waypoints[e][t.key]=t,this.refresh()},e.prototype.checkEmpty=function(){var t=this.Adapter.isEmptyObject(this.waypoints.horizontal),e=this.Adapter.isEmptyObject(this.waypoints.vertical),i=this.element==this.element.window;t&&e&&!i&&(this.adapter.off(".waypoints"),delete o[this.key])},e.prototype.createThrottledResizeHandler=function(){function t(){e.handleResize(),e.didResize=!1}var e=this;this.adapter.on("resize.waypoints",function(){e.didResize||(e.didResize=!0,n.requestAnimationFrame(t))})},e.prototype.createThrottledScrollHandler=function(){function t(){e.handleScroll(),e.didScroll=!1}var e=this;this.adapter.on("scroll.waypoints",function(){(!e.didScroll||n.isTouch)&&(e.didScroll=!0,n.requestAnimationFrame(t))})},e.prototype.handleResize=function(){n.Context.refreshAll()},e.prototype.handleScroll=function(){var t={},e={horizontal:{newScroll:this.adapter.scrollLeft(),oldScroll:this.oldScroll.x,forward:"right",backward:"left"},vertical:{newScroll:this.adapter.scrollTop(),oldScroll:this.oldScroll.y,forward:"down",backward:"up"}};for(var i in e){var o=e[i],n=o.newScroll>o.oldScroll,r=n?o.forward:o.backward;for(var s in this.waypoints[i]){var a=this.waypoints[i][s];if(null!==a.triggerPoint){var l=o.oldScroll=a.triggerPoint,p=l&&h,u=!l&&!h;(p||u)&&(a.queueTrigger(r),t[a.group.id]=a.group)}}}for(var c in t)t[c].flushTriggers();this.oldScroll={x:e.horizontal.newScroll,y:e.vertical.newScroll}},e.prototype.innerHeight=function(){return this.element==this.element.window?n.viewportHeight():this.adapter.innerHeight()},e.prototype.remove=function(t){delete this.waypoints[t.axis][t.key],this.checkEmpty()},e.prototype.innerWidth=function(){return this.element==this.element.window?n.viewportWidth():this.adapter.innerWidth()},e.prototype.destroy=function(){var t=[];for(var e in this.waypoints)for(var i in this.waypoints[e])t.push(this.waypoints[e][i]);for(var o=0,n=t.length;n>o;o++)t[o].destroy()},e.prototype.refresh=function(){var t,e=this.element==this.element.window,i=e?void 0:this.adapter.offset(),o={};this.handleScroll(),t={horizontal:{contextOffset:e?0:i.left,contextScroll:e?0:this.oldScroll.x,contextDimension:this.innerWidth(),oldScroll:this.oldScroll.x,forward:"right",backward:"left",offsetProp:"left"},vertical:{contextOffset:e?0:i.top,contextScroll:e?0:this.oldScroll.y,contextDimension:this.innerHeight(),oldScroll:this.oldScroll.y,forward:"down",backward:"up",offsetProp:"top"}};for(var r in t){var s=t[r];for(var a in this.waypoints[r]){var l,h,p,u,c,d=this.waypoints[r][a],f=d.options.offset,w=d.triggerPoint,y=0,g=null==w;d.element!==d.element.window&&(y=d.adapter.offset()[s.offsetProp]),"function"==typeof f?f=f.apply(d):"string"==typeof f&&(f=parseFloat(f),d.options.offset.indexOf("%")>-1&&(f=Math.ceil(s.contextDimension*f/100))),l=s.contextScroll-s.contextOffset,d.triggerPoint=Math.floor(y+l-f),h=w=s.oldScroll,u=h&&p,c=!h&&!p,!g&&u?(d.queueTrigger(s.backward),o[d.group.id]=d.group):!g&&c?(d.queueTrigger(s.forward),o[d.group.id]=d.group):g&&s.oldScroll>=d.triggerPoint&&(d.queueTrigger(s.forward),o[d.group.id]=d.group)}}return n.requestAnimationFrame(function(){for(var t in o)o[t].flushTriggers()}),this},e.findOrCreateByElement=function(t){return e.findByElement(t)||new e(t)},e.refreshAll=function(){for(var t in o)o[t].refresh()},e.findByElement=function(t){return o[t.waypointContextKey]},window.onload=function(){r&&r(),e.refreshAll()},n.requestAnimationFrame=function(e){var i=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||t;i.call(window,e)},n.Context=e}(),function(){"use strict";function t(t,e){return t.triggerPoint-e.triggerPoint}function e(t,e){return e.triggerPoint-t.triggerPoint}function i(t){this.name=t.name,this.axis=t.axis,this.id=this.name+"-"+this.axis,this.waypoints=[],this.clearTriggerQueues(),o[this.axis][this.name]=this}var o={vertical:{},horizontal:{}},n=window.Waypoint;i.prototype.add=function(t){this.waypoints.push(t)},i.prototype.clearTriggerQueues=function(){this.triggerQueues={up:[],down:[],left:[],right:[]}},i.prototype.flushTriggers=function(){for(var i in this.triggerQueues){var o=this.triggerQueues[i],n="up"===i||"left"===i;o.sort(n?e:t);for(var r=0,s=o.length;s>r;r+=1){var a=o[r];(a.options.continuous||r===o.length-1)&&a.trigger([i])}}this.clearTriggerQueues()},i.prototype.next=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints),o=i===this.waypoints.length-1;return o?null:this.waypoints[i+1]},i.prototype.previous=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints);return i?this.waypoints[i-1]:null},i.prototype.queueTrigger=function(t,e){this.triggerQueues[e].push(t)},i.prototype.remove=function(t){var e=n.Adapter.inArray(t,this.waypoints);e>-1&&this.waypoints.splice(e,1)},i.prototype.first=function(){return this.waypoints[0]},i.prototype.last=function(){return this.waypoints[this.waypoints.length-1]},i.findOrCreate=function(t){return o[t.axis][t.name]||new i(t)},n.Group=i}(),function(){"use strict";function t(t){this.$element=e(t)}var e=window.jQuery,i=window.Waypoint;e.each(["innerHeight","innerWidth","off","offset","on","outerHeight","outerWidth","scrollLeft","scrollTop"],function(e,i){t.prototype[i]=function(){var t=Array.prototype.slice.call(arguments);return this.$element[i].apply(this.$element,t)}}),e.each(["extend","inArray","isEmptyObject"],function(i,o){t[o]=e[o]}),i.adapters.push({name:"jquery",Adapter:t}),i.Adapter=t}(),function(){"use strict";function t(t){return function(){var i=[],o=arguments[0];return t.isFunction(arguments[0])&&(o=t.extend({},arguments[1]),o.handler=arguments[0]),this.each(function(){var n=t.extend({},o,{element:this});"string"==typeof n.context&&(n.context=t(this).closest(n.context)[0]),i.push(new e(n))}),i}}var e=window.Waypoint;window.jQuery&&(window.jQuery.fn.waypoint=t(window.jQuery)),window.Zepto&&(window.Zepto.fn.waypoint=t(window.Zepto))}();
--------------------------------------------------------------------------------