diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..83829f1 --- /dev/null +++ b/css/style.css @@ -0,0 +1,951 @@ +/* + Theme Name: BizPage + Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/ + Author: BootstrapMade.com + License: https://bootstrapmade.com/license/ +*/ + +/*-------------------------------------------------------------- +# General +--------------------------------------------------------------*/ +html,body +{ + width: 100%; + margin: 0px; + padding: 0px; + overflow-x: hidden; +} +body { + background: #fff; + color: #666666; + font-family: "Open Sans", sans-serif; + background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/calltoaction.jpg) fixed center center; + background-size: cover; +} + +a { + color: #18d26e; + transition: 0.5s; +} + +a:hover, +a:active, +a:focus { + color: #18d36e; + outline: none; + text-decoration: none; +} + +p { + padding: 0; + margin: 0 0 30px 0; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: "Montserrat", sans-serif; + font-weight: 400; + margin: 0 0 20px 0; + padding: 0; +} + +iframe { + width: 100%; +} +@media(max-width: 770px) { + iframe { + height:300px; + } +} +@media(max-width: 670px) { + iframe { + height:200px; + } +} + +/* Back to top button */ + +.back-to-top { + position: fixed; + display: none; + background: #18d26e; + color: #fff; + width: 44px; + height: 44px; + text-align: center; + line-height: 1; + font-size: 16px; + border-radius: 50%; + right: 15px; + bottom: 15px; + transition: background 0.5s; + z-index: 11; +} + +.back-to-top i { + padding-top: 12px; + color: #fff; +} + +/* Prelaoder */ + +#preloader { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 9999; + overflow: hidden; + background: #fff; +} + +#preloader:before { + content: ""; + position: fixed; + top: calc(50% - 30px); + left: calc(50% - 30px); + border: 6px solid #f2f2f2; + border-top: 6px solid #18d26e; + border-radius: 50%; + width: 60px; + height: 60px; + -webkit-animation: animate-preloader 1s linear infinite; + animation: animate-preloader 1s linear infinite; +} + +@-webkit-keyframes animate-preloader { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@keyframes animate-preloader { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +/*-------------------------------------------------------------- +# Header +--------------------------------------------------------------*/ + +#header { + padding: 30px 0; + height: 92px; + position: fixed; + left: 0; + top: 0; + right: 0; + transition: all 0.5s; + z-index: 997; +} + +#header.header-scrolled { + background: rgba(0, 0, 0, 0.9); + padding: 20px 0; + height: 72px; + transition: all 0.5s; +} + +#header #logo { + float: left; +} + +#header #logo h1 { + font-size: 34px; + margin: 0; + padding: 0; + line-height: 1; + font-family: "Montserrat", sans-serif; + font-weight: 700; + letter-spacing: 3px; +} + +#header #logo h1 a, +#header #logo h1 a:hover { + color: #fff; + padding-left: 10px; + border-left: 4px solid #ff9306; +} + +#header #logo img { + padding: 0; + margin: 0; +} + + +/*-------------------------------------------------------------- +# Intro Section +--------------------------------------------------------------*/ + +#intro { + display: table; + width: 100%; + height: 100vh; + background: #000; + clip-path: polygon(0 0, 100% 0, 100% 80vh, 0 100%) +} + +#logo-img{ + width: 140px; + position: relative; + top: -30px; +} + +@media(max-width: 770px){ + #logo-img{ + position: relative; + transform: translateY(25px) scaleY(1.5); + } +} +@media(max-width: 500px){ + #logo-img{ + position: relative; + transform: translateY(25px) scaleY(1.5); + } +} + + +#intro .carousel-item { + width: 100%; + height: 100vh; + background-size: cover; + background-position: center; + background-repeat: no-repeat; +} + +#intro .carousel-item::before { + content: ''; + background-color: rgba(0, 0, 0, 0.7); + position: absolute; + height: 100%; + width: 100%; + top: 0; + right: 0; + left: 0; + bottom: 0; +} + +#intro .carousel-container { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + position: absolute; + bottom: 0; + top: 0; + left: 0; + right: 0; +} + +#intro .carousel-background img { + max-width: 100%; +} + +#intro .carousel-content { + text-align: center; +} + +#intro h2 { + color: #fff; + margin-bottom: 30px; + font-size: 48px; + font-weight: 700; +} + +#intro p { + width: 80%; + margin: 0 auto 30px auto; + color: #fff; +} + +#intro .carousel-fade { + overflow: hidden; +} + +#intro .carousel-fade .carousel-inner .carousel-item { + transition-property: opacity; +} + +#intro .carousel-fade .carousel-inner .carousel-item, +#intro .carousel-fade .carousel-inner .active.carousel-item-left, +#intro .carousel-fade .carousel-inner .active.carousel-item-right { + opacity: 0; +} + +#intro .carousel-fade .carousel-inner .active, +#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, +#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right { + opacity: 1; + transition: 0.5s; +} + +#intro .carousel-fade .carousel-inner .carousel-item-next, +#intro .carousel-fade .carousel-inner .carousel-item-prev, +#intro .carousel-fade .carousel-inner .active.carousel-item-left, +#intro .carousel-fade .carousel-inner .active.carousel-item-right { + left: 0; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} + +#intro .carousel-control-prev, +#intro .carousel-control-next { + width: 10%; +} + +#intro .carousel-control-next-icon, +#intro .carousel-control-prev-icon { + background: none; + font-size: 32px; + line-height: 1; +} + +#intro .carousel-indicators li { + cursor: pointer; +} + +#intro .btn-get-started { + font-family: "Montserrat", sans-serif; + font-weight: 500; + font-size: 16px; + letter-spacing: 1px; + display: inline-block; + padding: 8px 32px; + border-radius: 50px; + transition: 0.5s; + margin: 10px; + color: #fff; + background: #18d26e; +} + +#intro .btn-get-started:hover { + background: #fff; + color: #18d26e; +} + +/*-------------------------------------------------------------- +# Navigation Menu +--------------------------------------------------------------*/ + +/* Nav Menu Essentials */ + +.nav-menu, +.nav-menu * { + margin: 0; + padding: 0; + list-style: none; +} + +.nav-menu ul { + position: absolute; + display: none; + top: 100%; + left: 0; + z-index: 99; +} + +.nav-menu li { + position: relative; + white-space: nowrap; +} + +.nav-menu>li { + float: left; +} + +.nav-menu li:hover>ul, +.nav-menu li.sfHover>ul { + display: block; +} + +.nav-menu ul ul { + top: 0; + left: 100%; +} + +.nav-menu ul li { + min-width: 180px; +} + +/* Nav Menu Arrows */ + +.sf-arrows .sf-with-ul { + padding-right: 30px; +} + +.sf-arrows .sf-with-ul:after { + content: "\f107"; + position: absolute; + right: 15px; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; +} + +.sf-arrows ul .sf-with-ul:after { + content: "\f105"; +} + +/* Nav Meu Container */ + +#nav-menu-container { + float: right; + margin: 0; +} + +/* Nav Meu Styling */ + +.nav-menu a { + padding: 0 8px 10px 8px; + text-decoration: none; + display: inline-block; + color: #fff; + font-family: "Montserrat", sans-serif; + font-weight: 700; + font-size: 13px; + text-transform: uppercase; + outline: none; +} + +.nav-menu li:hover>a, +.nav-menu>.menu-active>a { + color: #18d26e; +} + +.nav-menu>li { + margin-left: 10px; +} + +.nav-menu ul { + margin: 4px 0 0 0; + padding: 10px; + box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); + background: #fff; +} + +.nav-menu ul li { + transition: 0.3s; +} + +.nav-menu ul li a { + padding: 10px; + color: #333; + transition: 0.3s; + display: block; + font-size: 13px; + text-transform: none; +} + +.nav-menu ul li:hover>a { + color: #18d26e; +} + +.nav-menu ul ul { + margin: 0; +} + +/* Mobile Nav Toggle */ + +#mobile-nav-toggle { + position: fixed; + right: 0; + top: 0; + z-index: 999; + margin: 20px 20px 0 0; + border: 0; + background: none; + font-size: 24px; + display: none; + transition: all 0.4s; + outline: none; + cursor: pointer; +} + +#mobile-nav-toggle i { + color: #fff; +} + +/* Mobile Nav Styling */ + +#mobile-nav { + position: fixed; + top: 0; + padding-top: 18px; + bottom: 0; + z-index: 998; + background: rgba(0, 0, 0, 0.8); + left: -260px; + width: 260px; + overflow-y: auto; + transition: 0.4s; +} + +#mobile-nav ul { + padding: 0; + margin: 0; + list-style: none; +} + +#mobile-nav ul li { + position: relative; +} + +#mobile-nav ul li a { + color: #fff; + font-size: 13px; + text-transform: uppercase; + overflow: hidden; + padding: 10px 22px 10px 15px; + position: relative; + text-decoration: none; + width: 100%; + display: block; + outline: none; + font-weight: 700; + font-family: "Montserrat", sans-serif; +} + +#mobile-nav ul li a:hover { + color: #18d26e; +} + +#mobile-nav ul li li { + padding-left: 30px; +} + +#mobile-nav ul li.menu-active a { + color: #18d26e; +} + +#mobile-nav ul .menu-has-children i { + position: absolute; + right: 0; + z-index: 99; + padding: 15px; + cursor: pointer; + color: #fff; +} + +#mobile-nav ul .menu-has-children i.fa-chevron-up { + color: #18d26e; +} + +#mobile-nav ul .menu-has-children li a { + text-transform: none; +} + +#mobile-nav ul .menu-item-active { + color: #18d26e; +} + +#mobile-body-overly { + width: 100%; + height: 100%; + z-index: 997; + top: 0; + left: 0; + position: fixed; + background: rgba(0, 0, 0, 0.7); + display: none; +} + +/* Mobile Nav body classes */ + +body.mobile-nav-active { + overflow: hidden; +} + +body.mobile-nav-active #mobile-nav { + left: 0; +} + +body.mobile-nav-active #mobile-nav-toggle { + color: #fff; +} + +/*-------------------------------------------------------------- +# Sections +--------------------------------------------------------------*/ + +/* Sections Header +--------------------------------*/ + +.section-header h3 { + font-size: 32px; + color: #111; + text-transform: uppercase; + text-align: center; + font-weight: 700; + position: relative; + padding-bottom: 15px; +} + +.section-header h3::before { + content: ''; + position: absolute; + display: block; + width: 120px; + height: 1px; + background: #ddd; + bottom: 1px; + left: calc(50% - 60px); +} + +.section-header h3::after { + content: ''; + position: absolute; + display: block; + width: 40px; + height: 3px; + background: #18d26e; + bottom: 0; + left: calc(50% - 20px); +} + +.section-header p { + text-align: center; + padding-bottom: 30px; + color: #333; +} + +.section-header h1 { + font-size: 32px; + color: #111; + text-transform: uppercase; + text-align: center; + font-weight: 700; + position: relative; + padding-bottom: 15px; + padding-top: 20px; +} + +.section-header h1::before { + content: ''; + position: absolute; + display: block; + width: 120px; + height: 1px; + background: #ddd; + bottom: 1px; + left: calc(50% - 60px); +} + +.section-header h1::after { + content: ''; + position: absolute; + display: block; + width: 40px; + height: 3px; + background: #18d26e; + bottom: 0; + left: calc(50% - 20px); +} + +.section-header h2 { + font-size: 26px; + color: #111; + text-transform: uppercase; + text-align: center; + font-weight: 700; + position: relative; + padding-bottom: 15px; +} + +.section-header h2::before { + content: ''; + position: absolute; + display: block; + width: 200px; + height: 1px; + background: #ddd; + bottom: 1px; + left: calc(50% - 100px); +} + +.section-header h2::after { + content: ''; + position: absolute; + display: block; + width: 100px; + height: 3px; + background: #188ed2; + bottom: 0; + left: calc(50% - 50px); +} + +/* Section with background +--------------------------------*/ +.section-bg { + background: #f7f7f7; +} + + +/* Team Section +--------------------------------*/ + + +#team { + padding: 0; +} + +} +#team .container-fluid { + margin: 0; + padding-bottom:100px; + padding-left: 50px; + padding-right: 50px; +} +@media(max-width: 420px) { + #team .container { + padding: 50px 0 !important; + } +} + +#team .row{ + margin: 0; + padding: 0; +} +#team .row .col-md-4{ + margin: 0; + padding: 0; +} +/*iframe*/ +.wrapper { + width: 100%; + height: 100%; + margin: 0 auto; + background: #ffffff; + } + + .h_iframe { + position: relative; + } + + .h_iframe .ratio { + display: block; + width: 100%; + height: auto; + } + + .h_iframe iframe { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + } + +/* tab controllers */ +.panel{ + display: none; +} +.panel.active{ + display: block; +} +.nav{ + display: flex; + justify-content: center; + align-items: center; + padding-bottom: 50px; +} +.nav button{ + transform: skewX(-30deg); + padding: 10px; + margin: 5px 5px; + border: none; + outline: none; + background: rgb(41, 41, 41); + color: #fff; + font-weight: bold; + box-shadow: 0 5px 10px rgba(0,0,0,.5); + transition: .3s; +} +.nav button:hover{ + transform: skewX(-25deg); + background: #009f00; + box-shadow: 0 5px 10px rgba(0,0,0,.8); +} +.nav button.active{ + background: #009f00; + box-shadow: 0 5px 15px #fff; +} + +/*--------------------------------------------------------- +event +----------------------------------------------------------*/ +#event { + background: linear-gradient(112.15334473777807deg, rgb(255, 203, 135) 5.533854166666667%, rgb(196, 218, 231) 96.67968749999999%); +} + +/* tab controllers */ +.panel{ + display: none; +} +.panel.active{ + display: block; +} +.nav{ + display: flex; + justify-content: center; + align-items: center; + padding-bottom: 50px; +} +.nav button{ + transform: skewX(-30deg); + padding: 10px; + margin: 5px 5px; + border: none; + outline: none; + background: rgb(41, 41, 41); + color: #fff; + font-weight: bold; + box-shadow: 0 5px 10px rgba(0,0,0,.5); + transition: .3s; +} +.nav button:hover{ + transform: skewX(-25deg); + background: #009f00; + box-shadow: 0 5px 10px rgba(0,0,0,.8); +} +.nav button.active{ + background: #009f00; + box-shadow: 0 5px 15px #fff; +} +/*--------------------------------------------------------- +event +----------------------------------------------------------*/ +#event { + background: linear-gradient(112.15334473777807deg, rgb(255, 203, 135) 5.533854166666667%, rgb(196, 218, 231) 96.67968749999999%); + padding-right:15px; + padding-left:15px; +} +/*--------------------------------------------------------- +cul +----------------------------------------------------------*/ +#cul { + background: linear-gradient(112.15334473777807deg, rgb(255, 203, 135) 5.533854166666667%, rgb(196, 218, 231) 96.67968749999999%); +} +/*-------------------------------------------------- +Admins +-----------------------------------------------------*/ +#admins { + background: linear-gradient(112.15334473777807deg, rgb(255, 203, 135) 5.533854166666667%, rgb(196, 218, 231) 96.67968749999999%); + padding-right:15px; + padding-left:15px; +} +/*-------------------------------------------------------------- +# Footer +--------------------------------------------------------------*/ + +#footer { + background: #000; + padding: 0 0 30px 0; + color: #eee; + font-size: 14px; +} + +#footer .copyright { + text-align: left; + padding-top: 30px; +} + + +/*-------------------------------------------------------------- +# Responsive Media Queries +--------------------------------------------------------------*/ + +@media (min-width: 1024px) { + #header #logo { + padding-left: 60px; + } + + #intro p { + width: 60%; + } + + #intro .carousel-control-prev, + #intro .carousel-control-next { + width: 5%; + } + + #nav-menu-container { + padding-right: 60px; + } +} + +@media (max-width: 1296px) { + .back-to-top { + bottom: 15px; + } + + #header #logo h1 { + font-size: 48px; + } + + #header #logo img { + max-height: 80px; + } + + #intro h2 { + font-size: 48px; + } + + #nav-menu-container { + display: none; + } + + #mobile-nav-toggle { + display: inline; + } +} +@media (max-width: 786px) { + .back-to-top { + bottom: 15px; + } + + #header #logo h1 { + font-size: 28px; + } + + #header #logo img { + max-height: 50px; + } + + #intro h2 { + font-size: 48px; + } + + #nav-menu-container { + display: none; + } + + #mobile-nav-toggle { + display: inline; + } +} \ No newline at end of file diff --git a/img/call-to-action-bg.jpg b/img/call-to-action-bg.jpg new file mode 100644 index 0000000..8e43cc1 Binary files /dev/null and b/img/call-to-action-bg.jpg differ diff --git a/img/calltoaction.jpg b/img/calltoaction.jpg new file mode 100644 index 0000000..9440e80 Binary files /dev/null and b/img/calltoaction.jpg differ diff --git a/img/clubs/cultural/aria.jpg b/img/clubs/cultural/aria.jpg new file mode 100644 index 0000000..b32a683 Binary files /dev/null and b/img/clubs/cultural/aria.jpg differ diff --git a/img/clubs/cultural/danceclub.jpg b/img/clubs/cultural/danceclub.jpg new file mode 100644 index 0000000..070e0b0 Binary files /dev/null and b/img/clubs/cultural/danceclub.jpg differ diff --git a/img/clubs/cultural/yavanika.png b/img/clubs/cultural/yavanika.png new file mode 100644 index 0000000..5edfe27 Binary files /dev/null and b/img/clubs/cultural/yavanika.png differ diff --git a/img/clubs/eclub/pic1.jpg b/img/clubs/eclub/pic1.jpg new file mode 100644 index 0000000..a4afc86 Binary files /dev/null and b/img/clubs/eclub/pic1.jpg differ diff --git a/img/clubs/eclub/pic2.jpg b/img/clubs/eclub/pic2.jpg new file mode 100644 index 0000000..7fe7cbc Binary files /dev/null and b/img/clubs/eclub/pic2.jpg differ diff --git a/img/clubs/eclub/pic3.jpg b/img/clubs/eclub/pic3.jpg new file mode 100644 index 0000000..fede996 Binary files /dev/null and b/img/clubs/eclub/pic3.jpg differ diff --git a/img/clubs/literary/pic1.png b/img/clubs/literary/pic1.png new file mode 100644 index 0000000..99e4c6e Binary files /dev/null and b/img/clubs/literary/pic1.png differ diff --git a/img/clubs/literary/pic2.jpg b/img/clubs/literary/pic2.jpg new file mode 100644 index 0000000..b146744 Binary files /dev/null and b/img/clubs/literary/pic2.jpg differ diff --git a/img/clubs/literary/pic3.jpg b/img/clubs/literary/pic3.jpg new file mode 100644 index 0000000..22b967b Binary files /dev/null and b/img/clubs/literary/pic3.jpg differ diff --git a/img/clubs/rural/rural.jpeg b/img/clubs/rural/rural.jpeg new file mode 100644 index 0000000..03ff0fa Binary files /dev/null and b/img/clubs/rural/rural.jpeg differ diff --git a/img/clubs/rural/teaching.jpeg b/img/clubs/rural/teaching.jpeg new file mode 100644 index 0000000..6e05822 Binary files /dev/null and b/img/clubs/rural/teaching.jpeg differ diff --git a/img/clubs/rural/tech.jpeg b/img/clubs/rural/tech.jpeg new file mode 100644 index 0000000..b3a081e Binary files /dev/null and b/img/clubs/rural/tech.jpeg differ diff --git a/img/clubs/sports/pic1.jpg b/img/clubs/sports/pic1.jpg new file mode 100644 index 0000000..ca27f49 Binary files /dev/null and b/img/clubs/sports/pic1.jpg differ diff --git a/img/clubs/sports/pic2.jpg b/img/clubs/sports/pic2.jpg new file mode 100644 index 0000000..33636fe Binary files /dev/null and b/img/clubs/sports/pic2.jpg differ diff --git a/img/clubs/sports/pic3.jpg b/img/clubs/sports/pic3.jpg new file mode 100644 index 0000000..d57f10b Binary files /dev/null and b/img/clubs/sports/pic3.jpg differ diff --git a/img/events/anwesha/a.jpg b/img/events/anwesha/a.jpg new file mode 100644 index 0000000..5b7ce5a Binary files /dev/null and b/img/events/anwesha/a.jpg differ diff --git a/img/events/anwesha/b.jpg b/img/events/anwesha/b.jpg new file mode 100644 index 0000000..d6d3977 Binary files /dev/null and b/img/events/anwesha/b.jpg differ diff --git a/img/events/anwesha/c.JPG b/img/events/anwesha/c.JPG new file mode 100644 index 0000000..1f4f76a Binary files /dev/null and b/img/events/anwesha/c.JPG differ diff --git a/img/events/anwesha/d.JPG b/img/events/anwesha/d.JPG new file mode 100644 index 0000000..09a30ca Binary files /dev/null and b/img/events/anwesha/d.JPG differ diff --git a/img/events/anwesha/e.JPG b/img/events/anwesha/e.JPG new file mode 100644 index 0000000..f6dae67 Binary files /dev/null and b/img/events/anwesha/e.JPG differ diff --git a/img/events/celesta/a.jpg b/img/events/celesta/a.jpg new file mode 100644 index 0000000..f05915f Binary files /dev/null and b/img/events/celesta/a.jpg differ diff --git a/img/events/celesta/b.jpg b/img/events/celesta/b.jpg new file mode 100644 index 0000000..6500fc1 Binary files /dev/null and b/img/events/celesta/b.jpg differ diff --git a/img/events/celesta/c.jpg b/img/events/celesta/c.jpg new file mode 100644 index 0000000..f629d86 Binary files /dev/null and b/img/events/celesta/c.jpg differ diff --git a/img/events/celesta/d.jpg b/img/events/celesta/d.jpg new file mode 100644 index 0000000..8dafc21 Binary files /dev/null and b/img/events/celesta/d.jpg differ diff --git a/img/events/celesta/e.jpg b/img/events/celesta/e.jpg new file mode 100644 index 0000000..5d0cffb Binary files /dev/null and b/img/events/celesta/e.jpg differ diff --git a/img/events/celesta/f.jpg b/img/events/celesta/f.jpg new file mode 100644 index 0000000..d3cbc6b Binary files /dev/null and b/img/events/celesta/f.jpg differ diff --git a/img/events/infinito/a.jpeg b/img/events/infinito/a.jpeg new file mode 100644 index 0000000..60af702 Binary files /dev/null and b/img/events/infinito/a.jpeg differ diff --git a/img/events/infinito/b.jpeg b/img/events/infinito/b.jpeg new file mode 100644 index 0000000..98fcd3e Binary files /dev/null and b/img/events/infinito/b.jpeg differ diff --git a/img/events/infinito/c.jpeg b/img/events/infinito/c.jpeg new file mode 100644 index 0000000..2660dad Binary files /dev/null and b/img/events/infinito/c.jpeg differ diff --git a/img/events/infinito/d.jpeg b/img/events/infinito/d.jpeg new file mode 100644 index 0000000..98cfdc5 Binary files /dev/null and b/img/events/infinito/d.jpeg differ diff --git a/img/events/infinito/e.jpeg b/img/events/infinito/e.jpeg new file mode 100644 index 0000000..277b428 Binary files /dev/null and b/img/events/infinito/e.jpeg differ diff --git a/img/events/infinito/f.jpeg b/img/events/infinito/f.jpeg new file mode 100644 index 0000000..b5b0e53 Binary files /dev/null and b/img/events/infinito/f.jpeg differ diff --git a/img/events/infinito/g.jpeg b/img/events/infinito/g.jpeg new file mode 100644 index 0000000..dc55c6e Binary files /dev/null and b/img/events/infinito/g.jpeg differ diff --git a/img/events/infinito/h.jpeg b/img/events/infinito/h.jpeg new file mode 100644 index 0000000..b063bd9 Binary files /dev/null and b/img/events/infinito/h.jpeg differ diff --git a/img/events/infinito/i.jpeg b/img/events/infinito/i.jpeg new file mode 100644 index 0000000..0c3380e Binary files /dev/null and b/img/events/infinito/i.jpeg differ diff --git a/img/events/infinito/j.jpeg b/img/events/infinito/j.jpeg new file mode 100644 index 0000000..18f9087 Binary files /dev/null and b/img/events/infinito/j.jpeg differ diff --git a/img/events/infinito/k.jpeg b/img/events/infinito/k.jpeg new file mode 100644 index 0000000..696010f Binary files /dev/null and b/img/events/infinito/k.jpeg differ diff --git a/img/events/infinito/l.jpeg b/img/events/infinito/l.jpeg new file mode 100644 index 0000000..0ff11ca Binary files /dev/null and b/img/events/infinito/l.jpeg differ diff --git a/img/events/infinito/m.jpeg b/img/events/infinito/m.jpeg new file mode 100644 index 0000000..bfe3e9d Binary files /dev/null and b/img/events/infinito/m.jpeg differ diff --git a/img/events/ppl/a.jpg b/img/events/ppl/a.jpg new file mode 100644 index 0000000..f4eb41f Binary files /dev/null and b/img/events/ppl/a.jpg differ diff --git a/img/events/ppl/b.jpg b/img/events/ppl/b.jpg new file mode 100644 index 0000000..be1beb4 Binary files /dev/null and b/img/events/ppl/b.jpg differ diff --git a/img/events/ppl/c.jpg b/img/events/ppl/c.jpg new file mode 100644 index 0000000..a3cf25e Binary files /dev/null and b/img/events/ppl/c.jpg differ diff --git a/img/events/ppl/d.jpg b/img/events/ppl/d.jpg new file mode 100644 index 0000000..3ae9e9c Binary files /dev/null and b/img/events/ppl/d.jpg differ diff --git a/img/events/reverbance/a.jpg b/img/events/reverbance/a.jpg new file mode 100644 index 0000000..1502cbd Binary files /dev/null and b/img/events/reverbance/a.jpg differ diff --git a/img/events/reverbance/b.jpg b/img/events/reverbance/b.jpg new file mode 100644 index 0000000..8c537e9 Binary files /dev/null and b/img/events/reverbance/b.jpg differ diff --git a/img/events/reverbance/c.jpg b/img/events/reverbance/c.jpg new file mode 100644 index 0000000..05b6095 Binary files /dev/null and b/img/events/reverbance/c.jpg differ diff --git a/img/events/reverbance/d.jpg b/img/events/reverbance/d.jpg new file mode 100644 index 0000000..7c0c24c Binary files /dev/null and b/img/events/reverbance/d.jpg differ diff --git a/img/events/reverbance/e.jpg b/img/events/reverbance/e.jpg new file mode 100644 index 0000000..a18f6c1 Binary files /dev/null and b/img/events/reverbance/e.jpg differ diff --git a/img/gallery/c1.jpg b/img/gallery/c1.jpg new file mode 100644 index 0000000..b146744 Binary files /dev/null and b/img/gallery/c1.jpg differ diff --git a/img/gallery/c2.jpg b/img/gallery/c2.jpg new file mode 100644 index 0000000..fede996 Binary files /dev/null and b/img/gallery/c2.jpg differ diff --git a/img/gallery/c3.png b/img/gallery/c3.png new file mode 100644 index 0000000..5edfe27 Binary files /dev/null and b/img/gallery/c3.png differ diff --git a/img/gallery/e1.jpg b/img/gallery/e1.jpg new file mode 100644 index 0000000..97edf72 Binary files /dev/null and b/img/gallery/e1.jpg differ diff --git a/img/gallery/e2.JPG b/img/gallery/e2.JPG new file mode 100644 index 0000000..ef990ef Binary files /dev/null and b/img/gallery/e2.JPG differ diff --git a/img/gallery/e3.jpg b/img/gallery/e3.jpg new file mode 100644 index 0000000..deefef4 Binary files /dev/null and b/img/gallery/e3.jpg differ diff --git a/img/intro-carousel/1.jpg b/img/intro-carousel/1.jpg new file mode 100644 index 0000000..35ca156 Binary files /dev/null and b/img/intro-carousel/1.jpg differ diff --git a/img/intro-carousel/2.jpg b/img/intro-carousel/2.jpg new file mode 100644 index 0000000..a21d712 Binary files /dev/null and b/img/intro-carousel/2.jpg differ diff --git a/img/intro-carousel/3.jpg b/img/intro-carousel/3.jpg new file mode 100644 index 0000000..c14e02a Binary files /dev/null and b/img/intro-carousel/3.jpg differ diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000..ee52eb9 Binary files /dev/null and b/img/logo.png differ diff --git a/img/office_bar.jpg b/img/office_bar.jpg new file mode 100644 index 0000000..bd92e7a Binary files /dev/null and b/img/office_bar.jpg differ diff --git a/img/social-network.jpg b/img/social-network.jpg new file mode 100644 index 0000000..1cc9715 Binary files /dev/null and b/img/social-network.jpg differ diff --git a/img/social.jpg b/img/social.jpg new file mode 100644 index 0000000..b4bb9b6 Binary files /dev/null and b/img/social.jpg differ diff --git a/img/team/2018-19/ashishraj.jpg b/img/team/2018-19/ashishraj.jpg new file mode 100644 index 0000000..53e5bec Binary files /dev/null and b/img/team/2018-19/ashishraj.jpg differ diff --git a/img/team/2018-19/mayank-jha.jpg b/img/team/2018-19/mayank-jha.jpg new file mode 100644 index 0000000..580f3a2 Binary files /dev/null and b/img/team/2018-19/mayank-jha.jpg differ diff --git a/img/team/2018-19/rishabh-yadav.png b/img/team/2018-19/rishabh-yadav.png new file mode 100644 index 0000000..7d56376 Binary files /dev/null and b/img/team/2018-19/rishabh-yadav.png differ diff --git a/img/team/2018-19/shubhendu-yadav.JPG b/img/team/2018-19/shubhendu-yadav.JPG new file mode 100644 index 0000000..aa5228b Binary files /dev/null and b/img/team/2018-19/shubhendu-yadav.JPG differ diff --git a/img/team/2018-19/tarun-garg.jpg b/img/team/2018-19/tarun-garg.jpg new file mode 100644 index 0000000..b769963 Binary files /dev/null and b/img/team/2018-19/tarun-garg.jpg differ diff --git a/img/team/2018-19/unknown.png b/img/team/2018-19/unknown.png new file mode 100644 index 0000000..d7e70cf Binary files /dev/null and b/img/team/2018-19/unknown.png differ diff --git a/img/team/2019-20/Aswin Krishna.jpg b/img/team/2019-20/Aswin Krishna.jpg new file mode 100644 index 0000000..1daf4b1 Binary files /dev/null and b/img/team/2019-20/Aswin Krishna.jpg differ diff --git a/img/team/2019-20/Kuldeep Awasthi-min.jpg b/img/team/2019-20/Kuldeep Awasthi-min.jpg new file mode 100644 index 0000000..f31ae1e Binary files /dev/null and b/img/team/2019-20/Kuldeep Awasthi-min.jpg differ diff --git a/img/team/2019-20/Kuldeep Awasthi-min2-min.jpg b/img/team/2019-20/Kuldeep Awasthi-min2-min.jpg new file mode 100644 index 0000000..147b5cd Binary files /dev/null and b/img/team/2019-20/Kuldeep Awasthi-min2-min.jpg differ diff --git a/img/team/2019-20/Kuldeep Awasthi-min2.jpg b/img/team/2019-20/Kuldeep Awasthi-min2.jpg new file mode 100644 index 0000000..f918463 Binary files /dev/null and b/img/team/2019-20/Kuldeep Awasthi-min2.jpg differ diff --git a/img/team/2019-20/Kuldeep Awasthi.jpg b/img/team/2019-20/Kuldeep Awasthi.jpg new file mode 100644 index 0000000..afc0416 Binary files /dev/null and b/img/team/2019-20/Kuldeep Awasthi.jpg differ diff --git a/img/team/2019-20/abhinav-gyan.jpg b/img/team/2019-20/abhinav-gyan.jpg new file mode 100644 index 0000000..e96dd97 Binary files /dev/null and b/img/team/2019-20/abhinav-gyan.jpg differ diff --git a/img/team/2019-20/abhinav-sharma.PNG b/img/team/2019-20/abhinav-sharma.PNG new file mode 100644 index 0000000..0150d99 Binary files /dev/null and b/img/team/2019-20/abhinav-sharma.PNG differ diff --git a/img/team/2019-20/parth-kulkarni (1)-min.jpeg b/img/team/2019-20/parth-kulkarni (1)-min.jpeg new file mode 100644 index 0000000..54c8644 Binary files /dev/null and b/img/team/2019-20/parth-kulkarni (1)-min.jpeg differ diff --git a/img/team/2019-20/parth-kulkarni (1).jpeg b/img/team/2019-20/parth-kulkarni (1).jpeg new file mode 100644 index 0000000..cd705b4 Binary files /dev/null and b/img/team/2019-20/parth-kulkarni (1).jpeg differ diff --git a/img/team/2019-20/parth-kulkarni.jpeg b/img/team/2019-20/parth-kulkarni.jpeg new file mode 100644 index 0000000..b728ed1 Binary files /dev/null and b/img/team/2019-20/parth-kulkarni.jpeg differ diff --git a/img/team/2019-20/reddi-sai-vamsi.jpg b/img/team/2019-20/reddi-sai-vamsi.jpg new file mode 100644 index 0000000..4f469c7 Binary files /dev/null and b/img/team/2019-20/reddi-sai-vamsi.jpg differ diff --git a/img/team/2019-20/sumit choudhary.jpeg b/img/team/2019-20/sumit choudhary.jpeg new file mode 100644 index 0000000..5c6b27e Binary files /dev/null and b/img/team/2019-20/sumit choudhary.jpeg differ diff --git a/img/team/2019-20/unknown.png b/img/team/2019-20/unknown.png new file mode 100644 index 0000000..d7e70cf Binary files /dev/null and b/img/team/2019-20/unknown.png differ diff --git a/index.html b/index.html index ed15424..5ef3487 100644 --- a/index.html +++ b/index.html @@ -1,242 +1,649 @@ -
- - -