Add frontend assets and plugin bundles

Add the legacy frontend themes, scripts, and plugin assets required by the main SPOTA interfaces.
This commit is contained in:
Power BI Dev
2026-05-02 10:09:32 +07:00
parent efdb11db3f
commit a52c2a8462
2061 changed files with 513282 additions and 0 deletions

2744
asetlanding/css/animate.css vendored Normal file

File diff suppressed because it is too large Load Diff

7
asetlanding/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,351 @@
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }

1919
asetlanding/css/main.css Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,209 @@
/*!
* Nivo Lightbox v1.3.1
* http://dev7studios.com/nivo-lightbox
*
* Copyright 2013, Dev7studios
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
.nivo-lightbox-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 99999;
width: 100%;
height: 100%;
overflow: hidden;
visibility: hidden;
opacity: 0;
background: rgba(0, 0, 0, 0.8);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
visibility: visible;
opacity: 1;
}
.nivo-lightbox-wrap {
position: absolute;
top: 10%;
bottom: 10%;
left: 10%;
right: 10%;
}
.nivo-lightbox-content {
width: 100%;
height: 100%;
}
.nivo-lightbox-title-wrap {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 99999;
text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
position: absolute;
top: 50%;
left: 0;
}
.nivo-lightbox-next {
position: absolute;
top: 50%;
right: 0;
}
.nivo-lightbox-close {
position: absolute;
top: 2%;
right: 2%;
}
.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
vertical-align: middle;
}
.nivo-lightbox-content iframe {
width: 100%;
height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
max-height: 100%;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
display: table;
text-align: center;
width: 100%;
height: 100%;
color: #fff;
text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
display: table-cell;
vertical-align: middle;
}
/* Effects
**********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
-webkit-transform: translateX(-10%);
-moz-transform: translateX(-10%);
-ms-transform: translateX(-10%);
transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
-webkit-transform: translateX(10%);
-moz-transform: translateX(10%);
-ms-transform: translateX(10%);
transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transform: translateY(-10%);
-moz-transform: translateY(-10%);
-ms-transform: translateY(-10%);
transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
-webkit-transform: translateY(10%);
-moz-transform: translateY(10%);
-ms-transform: translateY(10%);
transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform: translateZ(300px);
-moz-transform: translateZ(300px);
-ms-transform: translateZ(300px);
transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.icon-close{
font-size: 24px;
}

6
asetlanding/css/owl.carousel.min.css vendored Normal file
View File

@@ -0,0 +1,6 @@
/**
* Owl Carousel v2.3.3
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.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:none;touch-action:none;-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 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%}

View File

@@ -0,0 +1,50 @@
/**
* Owl Carousel v2.3.3
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
* Default theme - Owl Carousel CSS File
*/
.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.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: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }

View File

@@ -0,0 +1,203 @@
/* only small desktops */
@media (min-width: 992px) and (max-width: 1199px) {
#hero-area .contents .head-title {
font-size: 40px;
}
.services-item .services-content h3 a {
font-size: 14px;
}
.title-hl {
font-size: 30px;
}
.why .content h3 {
font-size: 30px;
}
.counter-box {
margin-bottom: 30px;
}
}
/* tablets */
@media (max-width: 991px) {
.section-title {
font-size: 30px;
margin-bottom: 30px;
}
.services-item .services-content h3 a {
font-size: 14px;
}
.services-item {
margin-bottom: 20px;
}
#pricing-table .title h3 {
font-size: 14px;
}
}
/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
.section-title {
font-size: 26px;
margin-bottom: 30px;
}
.services-item .services-content h3 a {
font-size: 16px;
}
.bg-inverse {
background: #fff !important;
box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
}
.navbar-expand-md .navbar-nav .nav-link {
font-size: 13px;
padding: 0px 3px;
}
#about .sec-title h3 {
font-size: 30px;
line-height: 42px;
}
.title-hl {
font-size: 30px;
}
.text-wrapper {
padding: 60px 30px;
}
.why .content h3 {
font-size: 30px;
}
#pricing-table .title h3 {
font-size: 14px;
}
.skill-area img {
margin-bottom: 30px;
}
.counter-box {
margin-bottom: 30px;
}
#blog .blog-item-wrapper {
margin-bottom: 30px;
}
.experience h4 {
font-size: 18px;
}
.testimonial-item {
padding: 10px;
}
.testimonial-item .content h2 {
font-size: 15px;
}
.slider-center img {
padding: 40px 60px;
}
.subscribes h4 {
font-size: 30px;
}
.footer-area .footer-titel {
margin-top: 30px;
}
.contact-right-area {
margin-top: 0px;
margin-left: 0px;
}
}
/* mobile or only mobile */
@media (max-width: 767px) {
.section-padding {
padding: 50px 0;
}
.section-title {
font-size: 22px;
margin-bottom: 30px;
}
.title-hl {
font-size: 30px;
}
.bg-inverse {
padding: 0 15px;
background: #fff !important;
box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
}
.navbar-expand-md .navbar-nav .nav-link {
padding: 0px 15px;
}
#hero-area .contents {
padding: 100px 0px 60px 0px;
}
#hero-area .contents .head-title {
font-size: 20px;
line-height: 36px;
margin-bottom: 15px;
}
#hero-area .contents p {
font-size: 18px;
}
#hero-area .contents .btn {
margin: 5px 10px 10px 0px;
}
.text-wrapper {
padding: 60px 15px;
}
#about .sec-title h3 {
font-size: 22px;
line-height: 36px;
}
.counter-box {
margin-bottom: 30px;
}
.why-item {
padding: 30px;
}
.why .content h3 {
font-size: 18px;
}
.why-content {
margin-left: 110px;
}
.feature-thumb {
padding: 10px;
}
.testimonial-item {
padding: 0;
}
.client-item-wrapper img {
width: 50%;
}
.slick-slider {
padding: 0;
}
.slider-center img {
padding: 60px 40px;
}
.subscribes h4 {
font-size: 22px;
}
.subscribes p {
font-size: 16px;
line-height: 28px;
}
.skill-area img {
margin-bottom: 30px;
}
#blog .blog-item-wrapper {
margin-bottom: 30px;
}
.video-promo .video-promo-content h2 {
font-size: 20px;
}
.footer-right-contact .single-contact {
margin: 10px 7px;
padding: 3px 45px;
}
.footer-area .footer-titel {
margin-top: 30px;
}
.contact-right-area {
margin: 20px 0;
}
.contact-form-area h2 {
font-size: 14px;
}
.copyright .float-right {
float: left !important;
}
}

View File

@@ -0,0 +1,142 @@
/*!
* SlickNav Responsive Mobile Menu v1.0.3
* (c) 2015 Josh Cope
* licensed under MIT
*/
.slicknav_btn {
cursor: pointer;
display: block;
float: right;
height: 35px;
line-height: 50px;
padding: 10px 0 9px;
position: relative;
vertical-align: middle;
width: 44px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
margin-top: 0.188em; }
.slicknav_menu {
*zoom: 1; }
.slicknav_menu .slicknav_menutxt {
display: block;
line-height: 1.188em;
float: left; }
.slicknav_menu .slicknav_icon {
margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text {
margin: 0; }
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 1.125em;
height: 0.125em;
margin: 0 auto;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.slicknav_menu:before {
content: " ";
display: table; }
.slicknav_menu:after {
content: " ";
display: table;
clear: both; }
.slicknav_nav {
clear: both; }
.slicknav_nav ul {
display: block; }
.slicknav_nav li {
display: block;
line-height: 30px;
}
.slicknav_nav li:not(:first-child){
}
.slicknav_nav .slicknav_arrow {
background: #ededed none repeat scroll 0 0;
float: right;
text-align: center;
width: 35px;
color: #666;
}
.slicknav_nav .slicknav_item {
cursor: pointer; }
.slicknav_nav .slicknav_item a {
display: inline; }
.slicknav_nav .slicknav_row {
display: block; }
.slicknav_nav a {
display: block; }
.slicknav_nav .slicknav_parent-link a {
display: inline; }
.slicknav_brand {
float: left; }
.slicknav_menu {
font-size: 16px;
box-sizing: border-box;
}
.slicknav_menu ul{
background: #fff;
}
.slicknav_menu * {
box-sizing: border-box; }
.slicknav_menu .slicknav_menutxt {
color: #fff;
font-weight: bold;
text-shadow: 0 1px 3px #000; }
.slicknav_btn {
border: 1px solid;
border-radius: 0;
margin: 11px 15px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.slicknav_nav {
color: #fff;
font-size: 0.875em;
list-style: outside none none;
margin: 0;
max-height: 350px;
padding: 0;
width: 100%;
}
.slicknav_nav ul {
list-style: none;
overflow: hidden;
padding: 0;
margin: 0 0 0 20px; }
.slicknav_nav .slicknav_row {
padding: 5px 10px;
margin: 2px 5px; }
.slicknav_nav a {
padding: 5px 10px;
margin: 2px 5px;
text-decoration: none;
color: #666; }
.slicknav_nav .slicknav_txtnode {
margin-left: 15px; }
.slicknav_nav .slicknav_item a {
padding: 0;
margin: 0; }
.slicknav_nav .slicknav_parent-link a {
padding: 0;
margin: 0; }
.slicknav_brand {
color: #fff;
font-size: 18px;
line-height: 30px;
padding: 7px 12px;
height: 44px; }

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 380 KiB

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,947 @@
@font-face {
font-family: 'LineIcons';
src: url('../fonts/LineIcons.eot?tc3uo0');
src: url('../fonts/LineIcons.eot?tc3uo0#iefix') format('embedded-opentype'),
url('../fonts/LineIcons.ttf?tc3uo0') format('truetype'),
url('../fonts/LineIcons.woff?tc3uo0') format('woff'),
url('../fonts/LineIcons.svg?tc3uo0#LineIcons') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="lni-"], [class*=" lni-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'LineIcons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lni-image:before {
content: "\e991";
}
.lni-linkedin-filled:before {
content: "\e9ac";
}
.lni-add-files:before {
content: "\e900";
}
.lni-agenda:before {
content: "\e901";
}
.lni-alarm-clock:before {
content: "\e902";
}
.lni-alarm:before {
content: "\e903";
}
.lni-amazon:before {
content: "\e904";
}
.lni-amex:before {
content: "\e905";
}
.lni-anchor:before {
content: "\e906";
}
.lni-android:before {
content: "\e907";
}
.lni-angle-double-down:before {
content: "\e908";
}
.lni-angle-double-left:before {
content: "\e909";
}
.lni-angle-double-right:before {
content: "\e90a";
}
.lni-angle-double-up:before {
content: "\e90b";
}
.lni-apartment:before {
content: "\e90c";
}
.lni-apple:before {
content: "\e90d";
}
.lni-archive:before {
content: "\e90e";
}
.lni-arrow-down-circle:before {
content: "\e90f";
}
.lni-arrow-down:before {
content: "\e910";
}
.lni-arrow-left-circle:before {
content: "\e911";
}
.lni-arrow-left:before {
content: "\e912";
}
.lni-arrow-right-circle:before {
content: "\e913";
}
.lni-arrow-right:before {
content: "\e914";
}
.lni-arrow-top-left:before {
content: "\e915";
}
.lni-arrow-top-right:before {
content: "\e916";
}
.lni-arrow-up-circle:before {
content: "\e917";
}
.lni-arrow-up:before {
content: "\e918";
}
.lni-arrows-horizontal:before {
content: "\e919";
}
.lni-arrows-vertical:before {
content: "\e91a";
}
.lni-ban:before {
content: "\e91b";
}
.lni-bar-chart:before {
content: "\e91c";
}
.lni-basketball:before {
content: "\e91d";
}
.lni-behance:before {
content: "\e91e";
}
.lni-bi-cycle:before {
content: "\e91f";
}
.lni-bitbucket:before {
content: "\e920";
}
.lni-bitcoin:before {
content: "\e921";
}
.lni-blackboard:before {
content: "\e922";
}
.lni-bluetooth:before {
content: "\e923";
}
.lni-bold:before {
content: "\e924";
}
.lni-bolt-alt:before {
content: "\e925";
}
.lni-bolt:before {
content: "\e926";
}
.lni-book:before {
content: "\e927";
}
.lni-bookmark-alt:before {
content: "\e928";
}
.lni-bookmark:before {
content: "\e929";
}
.lni-briefcase:before {
content: "\e92a";
}
.lni-brush-alt:before {
content: "\e92b";
}
.lni-brush:before {
content: "\e92c";
}
.lni-bubble:before {
content: "\e92d";
}
.lni-bug:before {
content: "\e92e";
}
.lni-bulb:before {
content: "\e92f";
}
.lni-bullhorn:before {
content: "\e930";
}
.lni-bus:before {
content: "\e931";
}
.lni-calendar:before {
content: "\e932";
}
.lni-camera:before {
content: "\e933";
}
.lni-car:before {
content: "\e934";
}
.lni-cart-full:before {
content: "\e935";
}
.lni-cart:before {
content: "\e936";
}
.lni-check-box:before {
content: "\e937";
}
.lni-check-mark-circle:before {
content: "\e938";
}
.lni-chevron-down-circle:before {
content: "\e939";
}
.lni-chevron-down:before {
content: "\e93a";
}
.lni-chevron-left-circle:before {
content: "\e93b";
}
.lni-chevron-left:before {
content: "\e93c";
}
.lni-chevron-right-circle:before {
content: "\e93d";
}
.lni-chevron-right:before {
content: "\e93e";
}
.lni-chevron-up-circle:before {
content: "\e93f";
}
.lni-chevron-up:before {
content: "\e940";
}
.lni-chrome:before {
content: "\e941";
}
.lni-circle-minus:before {
content: "\e942";
}
.lni-clipboard:before {
content: "\e943";
}
.lni-close:before {
content: "\e944";
}
.lni-cloud-check:before {
content: "\e945";
}
.lni-cloud-download:before {
content: "\e946";
}
.lni-cloud-sync:before {
content: "\e947";
}
.lni-cloud-upload:before {
content: "\e948";
}
.lni-cloud:before {
content: "\e949";
}
.lni-code:before {
content: "\e94a";
}
.lni-coffee-cup:before {
content: "\e94b";
}
.lni-cog:before {
content: "\e94c";
}
.lni-color-pallet:before {
content: "\e94d";
}
.lni-comment-reply-alt:before {
content: "\e94e";
}
.lni-comments-alt:before {
content: "\e94f";
}
.lni-comments:before {
content: "\e950";
}
.lni-construction:before {
content: "\e951";
}
.lni-control-panel:before {
content: "\e952";
}
.lni-crop:before {
content: "\e953";
}
.lni-cross-circle:before {
content: "\e954";
}
.lni-crown:before {
content: "\e955";
}
.lni-css3:before {
content: "\e956";
}
.lni-cup:before {
content: "\e957";
}
.lni-cut:before {
content: "\e958";
}
.lni-dashboard:before {
content: "\e959";
}
.lni-database:before {
content: "\e95a";
}
.lni-dinner:before {
content: "\e95b";
}
.lni-direction-alt:before {
content: "\e95c";
}
.lni-direction-ltr:before {
content: "\e95d";
}
.lni-direction-rtl:before {
content: "\e95e";
}
.lni-direction:before {
content: "\e95f";
}
.lni-display:before {
content: "\e960";
}
.lni-download:before {
content: "\e961";
}
.lni-drop:before {
content: "\e962";
}
.lni-dropbox:before {
content: "\e963";
}
.lni-drupal:before {
content: "\e964";
}
.lni-emoji-neutral:before {
content: "\e965";
}
.lni-emoji-sad:before {
content: "\e966";
}
.lni-emoji-smile:before {
content: "\e967";
}
.lni-empty-file:before {
content: "\e968";
}
.lni-enter:before {
content: "\e969";
}
.lni-envelope:before {
content: "\e96a";
}
.lni-eraser:before {
content: "\e96b";
}
.lni-exit-down:before {
content: "\e96c";
}
.lni-exit-up:before {
content: "\e96d";
}
.lni-exit:before {
content: "\e96e";
}
.lni-eye:before {
content: "\e96f";
}
.lni-facebook-filled:before {
content: "\e970";
}
.lni-facebook:before {
content: "\e971";
}
.lni-files:before {
content: "\e972";
}
.lni-film-play:before {
content: "\e973";
}
.lni-firefox:before {
content: "\e974";
}
.lni-flag-alt:before {
content: "\e975";
}
.lni-flag-cubic:before {
content: "\e976";
}
.lni-flag:before {
content: "\e977";
}
.lni-folder:before {
content: "\e978";
}
.lni-frame-contract:before {
content: "\e979";
}
.lni-frame-expand:before {
content: "\e97a";
}
.lni-full-screen:before {
content: "\e97b";
}
.lni-funnel:before {
content: "\e97c";
}
.lni-gallery:before {
content: "\e97d";
}
.lni-game:before {
content: "\e97e";
}
.lni-gift:before {
content: "\e97f";
}
.lni-git:before {
content: "\e980";
}
.lni-github:before {
content: "\e981";
}
.lni-google-plus:before {
content: "\e982";
}
.lni-graduation:before {
content: "\e983";
}
.lni-grid-alt:before {
content: "\e984";
}
.lni-grid:before {
content: "\e985";
}
.lni-hammer:before {
content: "\e986";
}
.lni-hand:before {
content: "\e987";
}
.lni-harddrive:before {
content: "\e988";
}
.lni-headphone-alt:before {
content: "\e989";
}
.lni-headphone:before {
content: "\e98a";
}
.lni-heart-filled:before {
content: "\e98b";
}
.lni-heart-pulse:before {
content: "\e98c";
}
.lni-heart:before {
content: "\e98d";
}
.lni-help:before {
content: "\e98e";
}
.lni-highlight-alt:before {
content: "\e98f";
}
.lni-highlight:before {
content: "\e990";
}
.lni-hobile:before {
content: "\e992";
}
.lni-home:before {
content: "\e993";
}
.lni-hourglass:before {
content: "\e994";
}
.lni-html5:before {
content: "\e995";
}
.lni-inbox:before {
content: "\e996";
}
.lni-indent-decrease:before {
content: "\e997";
}
.lni-indent-increase:before {
content: "\e998";
}
.lni-Infinite:before {
content: "\e999";
}
.lni-information:before {
content: "\e99a";
}
.lni-instagram-filled:before {
content: "\e99b";
}
.lni-instagram:before {
content: "\e99c";
}
.lni-italic:before {
content: "\e99d";
}
.lni-joomla:before {
content: "\e99e";
}
.lni-key:before {
content: "\e99f";
}
.lni-keyboard:before {
content: "\e9a0";
}
.lni-laptop-phone:before {
content: "\e9a1";
}
.lni-laptop:before {
content: "\e9a2";
}
.lni-layers:before {
content: "\e9a3";
}
.lni-layout:before {
content: "\e9a4";
}
.lni-leaf:before {
content: "\e9a5";
}
.lni-licencse:before {
content: "\e9a6";
}
.lni-line-dashed:before {
content: "\e9a7";
}
.lni-line-dotted:before {
content: "\e9a8";
}
.lni-line-double:before {
content: "\e9a9";
}
.lni-line-spacing:before {
content: "\e9aa";
}
.lni-link:before {
content: "\e9ab";
}
.lni-linkedin:before {
content: "\e9ad";
}
.lni-list:before {
content: "\e9ae";
}
.lni-lock:before {
content: "\e9af";
}
.lni-magnet:before {
content: "\e9b0";
}
.lni-magnifier:before {
content: "\e9b1";
}
.lni-map-marker:before {
content: "\e9b2";
}
.lni-map:before {
content: "\e9b3";
}
.lni-mastercard:before {
content: "\e9b4";
}
.lni-medall-alt:before {
content: "\e9b5";
}
.lni-medall:before {
content: "\e9b6";
}
.lni-medium:before {
content: "\e9b7";
}
.lni-menu-circle:before {
content: "\e9b8";
}
.lni-menu:before {
content: "\e9b9";
}
.lni-mic:before {
content: "\e9ba";
}
.lni-microphone:before {
content: "\e9bb";
}
.lni-minus:before {
content: "\e9bc";
}
.lni-mobile:before {
content: "\e9bd";
}
.lni-more-alt:before {
content: "\e9be";
}
.lni-more:before {
content: "\e9bf";
}
.lni-mouse:before {
content: "\e9c0";
}
.lni-move:before {
content: "\e9c1";
}
.lni-music:before {
content: "\e9c2";
}
.lni-notepad:before {
content: "\e9c3";
}
.lni-package:before {
content: "\e9c4";
}
.lni-page-break:before {
content: "\e9c5";
}
.lni-paint-bucket:before {
content: "\e9c6";
}
.lni-paint-roller:before {
content: "\e9c7";
}
.lni-paperclip:before {
content: "\e9c8";
}
.lni-paypal:before {
content: "\e9c9";
}
.lni-pencil-alt:before {
content: "\e9ca";
}
.lni-pencil:before {
content: "\e9cb";
}
.lni-phone-handset:before {
content: "\e9cc";
}
.lni-phone:before {
content: "\e9cd";
}
.lni-pie-chart:before {
content: "\e9ce";
}
.lni-pilcrow:before {
content: "\e9cf";
}
.lni-pin-alt:before {
content: "\e9d0";
}
.lni-pin-corner:before {
content: "\e9d1";
}
.lni-pin:before {
content: "\e9d2";
}
.lni-pinterest:before {
content: "\e9d3";
}
.lni-playstore:before {
content: "\e9d4";
}
.lni-plug:before {
content: "\e9d5";
}
.lni-plus:before {
content: "\e9d6";
}
.lni-pointer-down:before {
content: "\e9d7";
}
.lni-pointer-left:before {
content: "\e9d8";
}
.lni-pointer-right:before {
content: "\e9d9";
}
.lni-pointer-up:before {
content: "\e9da";
}
.lni-pointer:before {
content: "\e9db";
}
.lni-power-switch:before {
content: "\e9dc";
}
.lni-printer:before {
content: "\e9dd";
}
.lni-pulse:before {
content: "\e9de";
}
.lni-question-circle:before {
content: "\e9df";
}
.lni-quora:before {
content: "\e9e0";
}
.lni-reddit:before {
content: "\e9e1";
}
.lni-reload:before {
content: "\e9e2";
}
.lni-reply:before {
content: "\e9e3";
}
.lni-rocket:before {
content: "\e9e4";
}
.lni-rss-feed:before {
content: "\e9e5";
}
.lni-ruler-alt:before {
content: "\e9e6";
}
.lni-ruler-pencil:before {
content: "\e9e7";
}
.lni-ruler:before {
content: "\e9e8";
}
.lni-save-alt:before {
content: "\e9e9";
}
.lni-save:before {
content: "\e9ea";
}
.lni-search:before {
content: "\e9eb";
}
.lni-select:before {
content: "\e9ec";
}
.lni-share-alt:before {
content: "\e9ed";
}
.lni-share:before {
content: "\e9ee";
}
.lni-shield:before {
content: "\e9ef";
}
.lni-shift-left:before {
content: "\e9f0";
}
.lni-shift-right:before {
content: "\e9f1";
}
.lni-shortcode:before {
content: "\e9f2";
}
.lni-signal:before {
content: "\e9f3";
}
.lni-slice:before {
content: "\e9f4";
}
.lni-sort-alpha-asc:before {
content: "\e9f5";
}
.lni-sort-amount-asc:before {
content: "\e9f6";
}
.lni-soundcloud:before {
content: "\e9f7";
}
.lni-spellcheck:before {
content: "\e9f8";
}
.lni-spotify:before {
content: "\e9f9";
}
.lni-spray:before {
content: "\e9fa";
}
.lni-stamp:before {
content: "\e9fb";
}
.lni-star-empty:before {
content: "\e9fc";
}
.lni-star-filled:before {
content: "\e9fd";
}
.lni-star-half:before {
content: "\e9fe";
}
.lni-star:before {
content: "\e9ff";
}
.lni-stats-down:before {
content: "\ea00";
}
.lni-stats-up:before {
content: "\ea01";
}
.lni-strikethrough:before {
content: "\ea02";
}
.lni-stripe:before {
content: "\ea03";
}
.lni-support:before {
content: "\ea04";
}
.lni-tab:before {
content: "\ea05";
}
.lni-tag:before {
content: "\ea06";
}
.lni-target:before {
content: "\ea07";
}
.lni-teabag:before {
content: "\ea08";
}
.lni-text-align-right:before {
content: "\ea09";
}
.lni-text-align-center:before {
content: "\ea0a";
}
.lni-text-align-justify:before {
content: "\ea0b";
}
.lni-text-align-left:before {
content: "\ea0c";
}
.lni-text-format-remove:before {
content: "\ea0d";
}
.lni-text-format:before {
content: "\ea0e";
}
.lni-text-size:before {
content: "\ea0f";
}
.lni-thought:before {
content: "\ea10";
}
.lni-thumbs-down:before {
content: "\ea11";
}
.lni-thumbs-up:before {
content: "\ea12";
}
.lni-ticket-alt:before {
content: "\ea13";
}
.lni-ticket:before {
content: "\ea14";
}
.lni-timer:before {
content: "\ea15";
}
.lni-train:before {
content: "\ea16";
}
.lni-trash:before {
content: "\ea17";
}
.lni-tshirt:before {
content: "\ea18";
}
.lni-twitter-filled:before {
content: "\ea19";
}
.lni-twitter:before {
content: "\ea1a";
}
.lni-underline:before {
content: "\ea1b";
}
.lni-unlink:before {
content: "\ea1c";
}
.lni-unlock:before {
content: "\ea1d";
}
.lni-upload:before {
content: "\ea1e";
}
.lni-user:before {
content: "\ea1f";
}
.lni-users:before {
content: "\ea20";
}
.lni-vector:before {
content: "\ea21";
}
.lni-video:before {
content: "\ea22";
}
.lni-visa:before {
content: "\ea23";
}
.lni-volume-high:before {
content: "\ea24";
}
.lni-volume-low:before {
content: "\ea25";
}
.lni-volume-medium:before {
content: "\ea26";
}
.lni-volume-mute:before {
content: "\ea27";
}
.lni-wallet:before {
content: "\ea28";
}
.lni-warning:before {
content: "\ea29";
}
.lni-wheelchair:before {
content: "\ea2a";
}
.lni-wordpress-filled:before {
content: "\ea2b";
}
.lni-wordpress:before {
content: "\ea2c";
}
.lni-world-alt:before {
content: "\ea2d";
}
.lni-world:before {
content: "\ea2e";
}
.lni-write:before {
content: "\ea2f";
}
.lni-zip:before {
content: "\ea30";
}
.lni-zoom-in:before {
content: "\ea31";
}
.lni-zoom-out:before {
content: "\ea32";
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
asetlanding/img/blog/1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
asetlanding/img/blog/2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
asetlanding/img/blog/3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

BIN
asetlanding/img/hero-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
asetlanding/img/hero-bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
asetlanding/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
asetlanding/img/logo.psd Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

7
asetlanding/js/bootstrap.min.js vendored Normal file

File diff suppressed because one or more lines are too long

4
asetlanding/js/jquery-min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,8 @@
/*!
* jquery.counterup.js 1.0
*
* Copyright 2013, Benjamin Intal http://gambit.ph @bfintal
* Released under the GPL v2 License
*
* Date: Nov 26, 2013
*/(function(e){"use strict";e.fn.counterUp=function(t){var n=e.extend({time:400,delay:10},t);return this.each(function(){var t=e(this),r=n,i=function(){var e=[],n=r.time/r.delay,i=t.text(),s=/[0-9]+,[0-9]+/.test(i);i=i.replace(/,/g,"");var o=/^[0-9]+$/.test(i),u=/^[0-9]+\.[0-9]+$/.test(i),a=u?(i.split(".")[1]||[]).length:0;for(var f=n;f>=1;f--){var l=parseInt(i/n*f);u&&(l=parseFloat(i/n*f).toFixed(a));if(s)while(/(\d+)(\d{3})/.test(l.toString()))l=l.toString().replace(/(\d+)(\d{3})/,"$1,$2");e.unshift(l)}t.data("counterup-nums",e);t.text("0");var c=function(){t.text(t.data("counterup-nums").shift());if(t.data("counterup-nums").length)setTimeout(t.data("counterup-func"),r.delay);else{delete t.data("counterup-nums");t.data("counterup-nums",null);t.data("counterup-func",null)}};t.data("counterup-func",c);setTimeout(t.data("counterup-func"),r.delay)};t.waypoint(i,{offset:"100%",triggerOnce:!0})})}})(jQuery);

205
asetlanding/js/jquery.easing.min.js vendored Normal file
View File

@@ -0,0 +1,205 @@
/*
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
*
* Uses the built in easing capabilities added In jQuery 1.1
* to offer multiple easing options
*
* TERMS OF USE - jQuery Easing
*
* Open source under the BSD License.
*
* Copyright © 2008 George McGinley Smith
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this list of
* conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list
* of conditions and the following disclaimer in the documentation and/or other materials
* provided with the distribution.
*
* Neither the name of the author nor the names of contributors may be used to endorse
* or promote products derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
// t: current time, b: begInnIng value, c: change In value, d: duration
jQuery.easing['jswing'] = jQuery.easing['swing'];
jQuery.extend( jQuery.easing,
{
def: 'easeOutQuad',
swing: function (x, t, b, c, d) {
//alert(jQuery.easing.default);
return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
},
easeInQuad: function (x, t, b, c, d) {
return c*(t/=d)*t + b;
},
easeOutQuad: function (x, t, b, c, d) {
return -c *(t/=d)*(t-2) + b;
},
easeInOutQuad: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t + b;
return -c/2 * ((--t)*(t-2) - 1) + b;
},
easeInCubic: function (x, t, b, c, d) {
return c*(t/=d)*t*t + b;
},
easeOutCubic: function (x, t, b, c, d) {
return c*((t=t/d-1)*t*t + 1) + b;
},
easeInOutCubic: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t + b;
return c/2*((t-=2)*t*t + 2) + b;
},
easeInQuart: function (x, t, b, c, d) {
return c*(t/=d)*t*t*t + b;
},
easeOutQuart: function (x, t, b, c, d) {
return -c * ((t=t/d-1)*t*t*t - 1) + b;
},
easeInOutQuart: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
return -c/2 * ((t-=2)*t*t*t - 2) + b;
},
easeInQuint: function (x, t, b, c, d) {
return c*(t/=d)*t*t*t*t + b;
},
easeOutQuint: function (x, t, b, c, d) {
return c*((t=t/d-1)*t*t*t*t + 1) + b;
},
easeInOutQuint: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
return c/2*((t-=2)*t*t*t*t + 2) + b;
},
easeInSine: function (x, t, b, c, d) {
return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
},
easeOutSine: function (x, t, b, c, d) {
return c * Math.sin(t/d * (Math.PI/2)) + b;
},
easeInOutSine: function (x, t, b, c, d) {
return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
},
easeInExpo: function (x, t, b, c, d) {
return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
},
easeOutExpo: function (x, t, b, c, d) {
return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
},
easeInOutExpo: function (x, t, b, c, d) {
if (t==0) return b;
if (t==d) return b+c;
if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
},
easeInCirc: function (x, t, b, c, d) {
return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
},
easeOutCirc: function (x, t, b, c, d) {
return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
},
easeInOutCirc: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
},
easeInElastic: function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
},
easeOutElastic: function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
},
easeInOutElastic: function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5);
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
},
easeInBack: function (x, t, b, c, d, s) {
if (s == undefined) s = 1.70158;
return c*(t/=d)*t*((s+1)*t - s) + b;
},
easeOutBack: function (x, t, b, c, d, s) {
if (s == undefined) s = 1.70158;
return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
},
easeInOutBack: function (x, t, b, c, d, s) {
if (s == undefined) s = 1.70158;
if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
},
easeInBounce: function (x, t, b, c, d) {
return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
},
easeOutBounce: function (x, t, b, c, d) {
if ((t/=d) < (1/2.75)) {
return c*(7.5625*t*t) + b;
} else if (t < (2/2.75)) {
return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
} else if (t < (2.5/2.75)) {
return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
} else {
return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
}
},
easeInOutBounce: function (x, t, b, c, d) {
if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
}
});
/*
*
* TERMS OF USE - EASING EQUATIONS
*
* Open source under the BSD License.
*
* Copyright © 2001 Robert Penner
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this list of
* conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list
* of conditions and the following disclaimer in the documentation and/or other materials
* provided with the distribution.
*
* Neither the name of the author nor the names of contributors may be used to endorse
* or promote products derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

View File

@@ -0,0 +1,223 @@
/*
* jQuery One Page Nav Plugin
* http://github.com/davist11/jQuery-One-Page-Nav
*
* Copyright (c) 2010 Trevor Davis (http://trevordavis.net)
* Dual licensed under the MIT and GPL licenses.
* Uses the same license as jQuery, see:
* http://jquery.org/license
*
* @version 3.0.0
*
* Example usage:
* $('#nav').onePageNav({
* currentClass: 'current',
* changeHash: false,
* scrollSpeed: 750
* });
*/
;(function($, window, document, undefined){
// our plugin constructor
var OnePageNav = function(elem, options){
this.elem = elem;
this.$elem = $(elem);
this.options = options;
this.metadata = this.$elem.data('plugin-options');
this.$win = $(window);
this.sections = {};
this.didScroll = false;
this.$doc = $(document);
this.docHeight = this.$doc.height();
};
// the plugin prototype
OnePageNav.prototype = {
defaults: {
navItems: 'a',
currentClass: 'current',
changeHash: false,
easing: 'swing',
filter: '',
scrollSpeed: 750,
scrollThreshold: 0.5,
begin: false,
end: false,
scrollChange: false
},
init: function() {
// Introduce defaults that can be extended either
// globally or using an object literal.
this.config = $.extend({}, this.defaults, this.options, this.metadata);
this.$nav = this.$elem.find(this.config.navItems);
//Filter any links out of the nav
if(this.config.filter !== '') {
this.$nav = this.$nav.filter(this.config.filter);
}
//Handle clicks on the nav
this.$nav.on('click.onePageNav', $.proxy(this.handleClick, this));
//Get the section positions
this.getPositions();
//Handle scroll changes
this.bindInterval();
//Update the positions on resize too
this.$win.on('resize.onePageNav', $.proxy(this.getPositions, this));
return this;
},
adjustNav: function(self, $parent) {
self.$elem.find('.' + self.config.currentClass).removeClass(self.config.currentClass);
$parent.addClass(self.config.currentClass);
},
bindInterval: function() {
var self = this;
var docHeight;
self.$win.on('scroll.onePageNav', function() {
self.didScroll = true;
});
self.t = setInterval(function() {
docHeight = self.$doc.height();
//If it was scrolled
if(self.didScroll) {
self.didScroll = false;
self.scrollChange();
}
//If the document height changes
if(docHeight !== self.docHeight) {
self.docHeight = docHeight;
self.getPositions();
}
}, 250);
},
getHash: function($link) {
return $link.attr('href').split('#')[1];
},
getPositions: function() {
var self = this;
var linkHref;
var topPos;
var $target;
self.$nav.each(function() {
linkHref = self.getHash($(this));
$target = $('#' + linkHref);
if($target.length) {
topPos = $target.offset().top;
self.sections[linkHref] = Math.round(topPos);
}
});
},
getSection: function(windowPos) {
var returnValue = null;
var windowHeight = Math.round(this.$win.height() * this.config.scrollThreshold);
for(var section in this.sections) {
if((this.sections[section] - windowHeight) < windowPos) {
returnValue = section;
}
}
return returnValue;
},
handleClick: function(e) {
var self = this;
var $link = $(e.currentTarget);
var $parent = $link.parent();
var newLoc = '#' + self.getHash($link);
if(!$parent.hasClass(self.config.currentClass)) {
//Start callback
if(self.config.begin) {
self.config.begin();
}
//Change the highlighted nav item
self.adjustNav(self, $parent);
//Removing the auto-adjust on scroll
self.unbindInterval();
//Scroll to the correct position
self.scrollTo(newLoc, function() {
//Do we need to change the hash?
if(self.config.changeHash) {
window.location.hash = newLoc;
}
//Add the auto-adjust on scroll back in
self.bindInterval();
//End callback
if(self.config.end) {
self.config.end();
}
});
}
e.preventDefault();
},
scrollChange: function() {
var windowTop = this.$win.scrollTop();
var position = this.getSection(windowTop);
var $parent;
//If the position is set
if(position !== null) {
$parent = this.$elem.find('a[href$="#' + position + '"]').parent();
//If it's not already the current section
if(!$parent.hasClass(this.config.currentClass)) {
//Change the highlighted nav item
this.adjustNav(this, $parent);
//If there is a scrollChange callback
if(this.config.scrollChange) {
this.config.scrollChange($parent);
}
}
}
},
scrollTo: function(target, callback) {
var offset = $(target).offset().top;
$('html, body').animate({
scrollTop: offset
}, this.config.scrollSpeed, this.config.easing, callback);
},
unbindInterval: function() {
clearInterval(this.t);
this.$win.unbind('scroll.onePageNav');
}
};
OnePageNav.defaults = OnePageNav.prototype.defaults;
$.fn.onePageNav = function(options) {
return this.each(function() {
new OnePageNav(this, options).init();
});
};
})( jQuery, window , document );

View File

@@ -0,0 +1,471 @@
/*!
* SlickNav Responsive Mobile Menu v1.0.4
* (c) 2015 Josh Cope
* licensed under MIT
*/
;(function ($, document, window) {
var
// default settings object.
defaults = {
label: 'MENU',
duplicate: true,
duration: 200,
easingOpen: 'swing',
easingClose: 'swing',
closedSymbol: '&#9658;',
openedSymbol: '&#9660;',
prependTo: 'body',
parentTag: 'a',
closeOnClick: false,
allowParentLinks: false,
nestedParentLinks: true,
showChildren: false,
removeIds: false,
removeClasses: false,
brand: '',
init: function () {},
beforeOpen: function () {},
beforeClose: function () {},
afterOpen: function () {},
afterClose: function () {}
},
mobileMenu = 'slicknav',
prefix = 'slicknav';
function Plugin(element, options) {
this.element = element;
// jQuery has an extend method which merges the contents of two or
// more objects, storing the result in the first object. The first object
// is generally empty as we don't want to alter the default options for
// future instances of the plugin
this.settings = $.extend({}, defaults, options);
this._defaults = defaults;
this._name = mobileMenu;
this.init();
}
Plugin.prototype.init = function () {
var $this = this,
menu = $(this.element),
settings = this.settings,
iconClass,
menuBar;
// clone menu if needed
if (settings.duplicate) {
$this.mobileNav = menu.clone();
//remove ids from clone to prevent css issues
$this.mobileNav.removeAttr('id');
$this.mobileNav.find('*').each(function (i, e) {
$(e).removeAttr('id');
});
} else {
$this.mobileNav = menu;
// remove ids if set
$this.mobileNav.removeAttr('id');
$this.mobileNav.find('*').each(function (i, e) {
$(e).removeAttr('id');
});
}
// remove classes if set
if (settings.removeClasses) {
$this.mobileNav.removeAttr('class');
$this.mobileNav.find('*').each(function (i, e) {
$(e).removeAttr('class');
});
}
// styling class for the button
iconClass = prefix + '_icon';
if (settings.label === '') {
iconClass += ' ' + prefix + '_no-text';
}
if (settings.parentTag == 'a') {
settings.parentTag = 'a href="#"';
}
// create menu bar
$this.mobileNav.attr('class', prefix + '_nav');
menuBar = $('<div class="' + prefix + '_menu"></div>');
if (settings.brand !== '') {
var brand = $('<div class="' + prefix + '_brand">'+settings.brand+'</div>');
$(menuBar).append(brand);
}
$this.btn = $(
['<' + settings.parentTag + ' aria-haspopup="true" tabindex="0" class="' + prefix + '_btn ' + prefix + '_collapsed">',
'<span class="' + prefix + '_menutxt">' + settings.label + '</span>',
'<span class="' + iconClass + '">',
'<span class="' + prefix + '_icon-bar"></span>',
'<span class="' + prefix + '_icon-bar"></span>',
'<span class="' + prefix + '_icon-bar"></span>',
'</span>',
'</' + settings.parentTag + '>'
].join('')
);
$(menuBar).append($this.btn);
$(settings.prependTo).prepend(menuBar);
menuBar.append($this.mobileNav);
// iterate over structure adding additional structure
var items = $this.mobileNav.find('li');
$(items).each(function () {
var item = $(this),
data = {};
data.children = item.children('ul').attr('role', 'menu');
item.data('menu', data);
// if a list item has a nested menu
if (data.children.length > 0) {
// select all text before the child menu
// check for anchors
var a = item.contents(),
containsAnchor = false,
nodes = [];
$(a).each(function () {
if (!$(this).is('ul')) {
nodes.push(this);
} else {
return false;
}
if($(this).is("a")) {
containsAnchor = true;
}
});
var wrapElement = $(
'<' + settings.parentTag + ' role="menuitem" aria-haspopup="true" tabindex="-1" class="' + prefix + '_item"/>'
);
// wrap item text with tag and add classes unless we are separating parent links
if ((!settings.allowParentLinks || settings.nestedParentLinks) || !containsAnchor) {
var $wrap = $(nodes).wrapAll(wrapElement).parent();
$wrap.addClass(prefix+'_row');
} else
$(nodes).wrapAll('<span class="'+prefix+'_parent-link '+prefix+'_row"/>').parent();
if (!settings.showChildren) {
item.addClass(prefix+'_collapsed');
} else {
item.addClass(prefix+'_open');
}
item.addClass(prefix+'_parent');
// create parent arrow. wrap with link if parent links and separating
var arrowElement = $('<span class="'+prefix+'_arrow">'+(settings.showChildren?settings.openedSymbol:settings.closedSymbol)+'</span>');
if (settings.allowParentLinks && !settings.nestedParentLinks && containsAnchor)
arrowElement = arrowElement.wrap(wrapElement).parent();
//append arrow
$(nodes).last().after(arrowElement);
} else if ( item.children().length === 0) {
item.addClass(prefix+'_txtnode');
}
// accessibility for links
item.children('a').attr('role', 'menuitem').click(function(event){
//Ensure that it's not a parent
if (settings.closeOnClick && !$(event.target).parent().closest('li').hasClass(prefix+'_parent')) {
//Emulate menu close if set
$($this.btn).click();
}
});
//also close on click if parent links are set
if (settings.closeOnClick && settings.allowParentLinks) {
item.children('a').children('a').click(function (event) {
//Emulate menu close
$($this.btn).click();
});
item.find('.'+prefix+'_parent-link a:not(.'+prefix+'_item)').click(function(event){
//Emulate menu close
$($this.btn).click();
});
}
});
// structure is in place, now hide appropriate items
$(items).each(function () {
var data = $(this).data('menu');
if (!settings.showChildren){
$this._visibilityToggle(data.children, null, false, null, true);
}
});
// finally toggle entire menu
$this._visibilityToggle($this.mobileNav, null, false, 'init', true);
// accessibility for menu button
$this.mobileNav.attr('role','menu');
// outline prevention when using mouse
$(document).mousedown(function(){
$this._outlines(false);
});
$(document).keyup(function(){
$this._outlines(true);
});
// menu button click
$($this.btn).click(function (e) {
e.preventDefault();
$this._menuToggle();
});
// click on menu parent
$this.mobileNav.on('click', '.' + prefix + '_item', function (e) {
e.preventDefault();
$this._itemClick($(this));
});
// check for enter key on menu button and menu parents
$($this.btn).keydown(function (e) {
var ev = e || event;
if(ev.keyCode == 13) {
e.preventDefault();
$this._menuToggle();
}
});
$this.mobileNav.on('keydown', '.'+prefix+'_item', function(e) {
var ev = e || event;
if(ev.keyCode == 13) {
e.preventDefault();
$this._itemClick($(e.target));
}
});
// allow links clickable within parent tags if set
if (settings.allowParentLinks && settings.nestedParentLinks) {
$('.'+prefix+'_item a').click(function(e){
e.stopImmediatePropagation();
});
}
};
//toggle menu
Plugin.prototype._menuToggle = function (el) {
var $this = this;
var btn = $this.btn;
var mobileNav = $this.mobileNav;
if (btn.hasClass(prefix+'_collapsed')) {
btn.removeClass(prefix+'_collapsed');
btn.addClass(prefix+'_open');
} else {
btn.removeClass(prefix+'_open');
btn.addClass(prefix+'_collapsed');
}
btn.addClass(prefix+'_animating');
$this._visibilityToggle(mobileNav, btn.parent(), true, btn);
};
// toggle clicked items
Plugin.prototype._itemClick = function (el) {
var $this = this;
var settings = $this.settings;
var data = el.data('menu');
if (!data) {
data = {};
data.arrow = el.children('.'+prefix+'_arrow');
data.ul = el.next('ul');
data.parent = el.parent();
//Separated parent link structure
if (data.parent.hasClass(prefix+'_parent-link')) {
data.parent = el.parent().parent();
data.ul = el.parent().next('ul');
}
el.data('menu', data);
}
if (data.parent.hasClass(prefix+'_collapsed')) {
data.arrow.html(settings.openedSymbol);
data.parent.removeClass(prefix+'_collapsed');
data.parent.addClass(prefix+'_open');
data.parent.addClass(prefix+'_animating');
$this._visibilityToggle(data.ul, data.parent, true, el);
} else {
data.arrow.html(settings.closedSymbol);
data.parent.addClass(prefix+'_collapsed');
data.parent.removeClass(prefix+'_open');
data.parent.addClass(prefix+'_animating');
$this._visibilityToggle(data.ul, data.parent, true, el);
}
};
// toggle actual visibility and accessibility tags
Plugin.prototype._visibilityToggle = function(el, parent, animate, trigger, init) {
var $this = this;
var settings = $this.settings;
var items = $this._getActionItems(el);
var duration = 0;
if (animate) {
duration = settings.duration;
}
if (el.hasClass(prefix+'_hidden')) {
el.removeClass(prefix+'_hidden');
//Fire beforeOpen callback
if (!init) {
settings.beforeOpen(trigger);
}
el.slideDown(duration, settings.easingOpen, function(){
$(trigger).removeClass(prefix+'_animating');
$(parent).removeClass(prefix+'_animating');
//Fire afterOpen callback
if (!init) {
settings.afterOpen(trigger);
}
});
el.attr('aria-hidden','false');
items.attr('tabindex', '0');
$this._setVisAttr(el, false);
} else {
el.addClass(prefix+'_hidden');
//Fire init or beforeClose callback
if (!init){
settings.beforeClose(trigger);
}
el.slideUp(duration, this.settings.easingClose, function() {
el.attr('aria-hidden','true');
items.attr('tabindex', '-1');
$this._setVisAttr(el, true);
el.hide(); //jQuery 1.7 bug fix
$(trigger).removeClass(prefix+'_animating');
$(parent).removeClass(prefix+'_animating');
//Fire init or afterClose callback
if (!init){
settings.afterClose(trigger);
} else if (trigger == 'init'){
settings.init();
}
});
}
};
// set attributes of element and children based on visibility
Plugin.prototype._setVisAttr = function(el, hidden) {
var $this = this;
// select all parents that aren't hidden
var nonHidden = el.children('li').children('ul').not('.'+prefix+'_hidden');
// iterate over all items setting appropriate tags
if (!hidden) {
nonHidden.each(function(){
var ul = $(this);
ul.attr('aria-hidden','false');
var items = $this._getActionItems(ul);
items.attr('tabindex', '0');
$this._setVisAttr(ul, hidden);
});
} else {
nonHidden.each(function(){
var ul = $(this);
ul.attr('aria-hidden','true');
var items = $this._getActionItems(ul);
items.attr('tabindex', '-1');
$this._setVisAttr(ul, hidden);
});
}
};
// get all 1st level items that are clickable
Plugin.prototype._getActionItems = function(el) {
var data = el.data("menu");
if (!data) {
data = {};
var items = el.children('li');
var anchors = items.find('a');
data.links = anchors.add(items.find('.'+prefix+'_item'));
el.data('menu', data);
}
return data.links;
};
Plugin.prototype._outlines = function(state) {
if (!state) {
$('.'+prefix+'_item, .'+prefix+'_btn').css('outline','none');
} else {
$('.'+prefix+'_item, .'+prefix+'_btn').css('outline','');
}
};
Plugin.prototype.toggle = function(){
var $this = this;
$this._menuToggle();
};
Plugin.prototype.open = function(){
var $this = this;
if ($this.btn.hasClass(prefix+'_collapsed')) {
$this._menuToggle();
}
};
Plugin.prototype.close = function(){
var $this = this;
if ($this.btn.hasClass(prefix+'_open')) {
$this._menuToggle();
}
};
$.fn[mobileMenu] = function ( options ) {
var args = arguments;
// Is the first parameter an object (options), or was omitted, instantiate a new instance
if (options === undefined || typeof options === 'object') {
return this.each(function () {
// Only allow the plugin to be instantiated once due to methods
if (!$.data(this, 'plugin_' + mobileMenu)) {
// if it has no instance, create a new one, pass options to our plugin constructor,
// and store the plugin instance in the elements jQuery data object.
$.data(this, 'plugin_' + mobileMenu, new Plugin( this, options ));
}
});
// If is a string and doesn't start with an underscore or 'init' function, treat this as a call to a public method.
} else if (typeof options === 'string' && options[0] !== '_' && options !== 'init') {
// Cache the method call to make it possible to return a value
var returns;
this.each(function () {
var instance = $.data(this, 'plugin_' + mobileMenu);
// Tests that there's already a plugin-instance and checks that the requested public method exists
if (instance instanceof Plugin && typeof instance[options] === 'function') {
// Call the method of our plugin instance, and pass it the supplied arguments.
returns = instance[options].apply( instance, Array.prototype.slice.call( args, 1 ) );
}
});
// If the earlier cached method gives a value back return the value, otherwise return this to preserve chainability.
return returns !== undefined ? returns : this;
}
};
}(jQuery, document, window));

126
asetlanding/js/main.js Normal file
View File

@@ -0,0 +1,126 @@
(function($) {
"use strict";
$(window).on('load', function() {
/*Page Loader active
========================================================*/
$('#preloader').fadeOut();
// Sticky Nav
$(window).on('scroll', function() {
if ($(window).scrollTop() > 100) {
$('.scrolling-navbar').addClass('top-nav-collapse');
} else {
$('.scrolling-navbar').removeClass('top-nav-collapse');
}
});
/* Auto Close Responsive Navbar on Click
========================================================*/
function close_toggle() {
if ($(window).width() <= 768) {
$('.navbar-collapse a').on('click', function () {
$('.navbar-collapse').collapse('hide');
});
}
else {
$('.navbar .navbar-inverse a').off('click');
}
}
close_toggle();
$(window).resize(close_toggle);
// one page navigation
$('.navbar-nav').onePageNav({
currentClass: 'active'
});
/* slicknav mobile menu active */
$('.mobile-menu').slicknav({
prependTo: '.navbar-header',
parentTag: 'liner',
allowParentLinks: true,
duplicate: true,
label: '',
closedSymbol: '<i class="lni-chevron-right"></i>',
openedSymbol: '<i class="lni-chevron-down"></i>',
});
/* WOW Scroll Spy
========================================================*/
var wow = new WOW({
//disabled for mobile
mobile: false
});
wow.init();
/*
CounterUp
========================================================================== */
$('.counter').counterUp({
time: 1000
});
/* Testimonials Carousel
========================================================*/
var owl = $("#testimonials");
owl.owlCarousel({
loop: true,
nav: false,
dots: true,
center: true,
margin: 15,
slideSpeed: 1000,
stopOnHover: true,
autoPlay: true,
responsiveClass: true,
responsiveRefreshRate: true,
responsive : {
0 : {
items: 1
},
768 : {
items: 1
},
960 : {
items: 1
},
1200 : {
items: 1
},
1920 : {
items: 1
}
}
});
/* Back Top Link active
========================================================*/
var offset = 200;
var duration = 500;
$(window).scroll(function() {
if ($(this).scrollTop() > offset) {
$('.back-to-top').fadeIn(400);
} else {
$('.back-to-top').fadeOut(400);
}
});
$('.back-to-top').on('click',function(event) {
event.preventDefault();
$('html, body').animate({
scrollTop: 0
}, 600);
return false;
});
});
}(jQuery));

7
asetlanding/js/owl.carousel.min.js vendored Normal file

File diff suppressed because one or more lines are too long

5
asetlanding/js/popper.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,19 @@
//jQuery to collapse the navbar on scroll
$(window).scroll(function() {
if ($(".navbar").offset().top > 50) {
$(".navbar-fixed-top").addClass("top-nav-collapse");
} else {
$(".navbar-fixed-top").removeClass("top-nav-collapse");
}
});
//jQuery for page scrolling feature - requires jQuery Easing plugin
$(function() {
$(document).on('click', 'a.page-scroll', function(event) {
var $anchor = $(this);
$('html, body').stop().animate({
scrollTop: $($anchor.attr('href')).offset().top
}, 1500, 'easeInOutExpo');
event.preventDefault();
});
});

8
asetlanding/js/waypoints.min.js vendored Normal file

File diff suppressed because one or more lines are too long

184
asetlanding/js/wow.js Normal file
View File

@@ -0,0 +1,184 @@
(function() {
var Util,
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
Util = (function() {
function Util() {}
Util.prototype.extend = function(custom, defaults) {
var key, value;
for (key in custom) {
value = custom[key];
if (value != null) {
defaults[key] = value;
}
}
return defaults;
};
Util.prototype.isMobile = function(agent) {
return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(agent);
};
return Util;
})();
this.WOW = (function() {
WOW.prototype.defaults = {
boxClass: 'wow',
animateClass: 'animated',
offset: 0,
mobile: true
};
function WOW(options) {
if (options == null) {
options = {};
}
this.scrollCallback = __bind(this.scrollCallback, this);
this.scrollHandler = __bind(this.scrollHandler, this);
this.start = __bind(this.start, this);
this.scrolled = true;
this.config = this.util().extend(options, this.defaults);
}
WOW.prototype.init = function() {
var _ref;
this.element = window.document.documentElement;
this.boxes = this.element.getElementsByClassName(this.config.boxClass);
if (this.boxes.length) {
if (this.disabled()) {
return this.resetStyle();
} else {
if ((_ref = document.readyState) === "interactive" || _ref === "complete") {
return this.start();
} else {
return document.addEventListener('DOMContentLoaded', this.start);
}
}
}
};
WOW.prototype.start = function() {
var box, _i, _len, _ref;
_ref = this.boxes;
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
box = _ref[_i];
this.applyStyle(box, true);
}
window.addEventListener('scroll', this.scrollHandler, false);
window.addEventListener('resize', this.scrollHandler, false);
return this.interval = setInterval(this.scrollCallback, 50);
};
WOW.prototype.stop = function() {
window.removeEventListener('scroll', this.scrollHandler, false);
window.removeEventListener('resize', this.scrollHandler, false);
if (this.interval != null) {
return clearInterval(this.interval);
}
};
WOW.prototype.show = function(box) {
this.applyStyle(box);
return box.className = "" + box.className + " " + this.config.animateClass;
};
WOW.prototype.applyStyle = function(box, hidden) {
var delay, duration, iteration;
duration = box.getAttribute('data-wow-duration');
delay = box.getAttribute('data-wow-delay');
iteration = box.getAttribute('data-wow-iteration');
return box.setAttribute('style', this.customStyle(hidden, duration, delay, iteration));
};
WOW.prototype.resetStyle = function() {
var box, _i, _len, _ref, _results;
_ref = this.boxes;
_results = [];
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
box = _ref[_i];
_results.push(box.setAttribute('style', 'visibility: visible;'));
}
return _results;
};
WOW.prototype.customStyle = function(hidden, duration, delay, iteration) {
var style;
style = hidden ? "visibility: hidden; -webkit-animation-name: none; -moz-animation-name: none; animation-name: none;" : "visibility: visible;";
if (duration) {
style += "-webkit-animation-duration: " + duration + "; -moz-animation-duration: " + duration + "; animation-duration: " + duration + ";";
}
if (delay) {
style += "-webkit-animation-delay: " + delay + "; -moz-animation-delay: " + delay + "; animation-delay: " + delay + ";";
}
if (iteration) {
style += "-webkit-animation-iteration-count: " + iteration + "; -moz-animation-iteration-count: " + iteration + "; animation-iteration-count: " + iteration + ";";
}
return style;
};
WOW.prototype.scrollHandler = function() {
return this.scrolled = true;
};
WOW.prototype.scrollCallback = function() {
var box;
if (this.scrolled) {
this.scrolled = false;
this.boxes = (function() {
var _i, _len, _ref, _results;
_ref = this.boxes;
_results = [];
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
box = _ref[_i];
if (!(box)) {
continue;
}
if (this.isVisible(box)) {
this.show(box);
continue;
}
_results.push(box);
}
return _results;
}).call(this);
if (!this.boxes.length) {
return this.stop();
}
}
};
WOW.prototype.offsetTop = function(element) {
var top;
top = element.offsetTop;
while (element = element.offsetParent) {
top += element.offsetTop;
}
return top;
};
WOW.prototype.isVisible = function(box) {
var bottom, offset, top, viewBottom, viewTop;
offset = box.getAttribute('data-wow-offset') || this.config.offset;
viewTop = window.pageYOffset;
viewBottom = viewTop + this.element.clientHeight - offset;
top = this.offsetTop(box);
bottom = top + box.clientHeight;
return top <= viewBottom && bottom >= viewTop;
};
WOW.prototype.util = function() {
return this._util || (this._util = new Util());
};
WOW.prototype.disabled = function() {
return this.config.mobile === false && this.util().isMobile(navigator.userAgent);
};
return WOW;
})();
}).call(this);

View File

@@ -0,0 +1,484 @@
/* ---------------------------------------------------------------------- */
/* From Medium Devices Up To Larger Devices
/* ---------------------------------------------------------------------- */
@media (min-width: 980px) and (max-width: 1199px) {
.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
max-width: 940px !important;
}
}
/* ---------------------------------------------------------------------- */
/* Only larger Devices
/* ---------------------------------------------------------------------- */
@media (min-width: 1200px) {
.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
max-width: 1000px !important;
}
}
/* ---------------------------------------------------------------------- */
/* From Small Devices Up To Medium Devices
/* ---------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
max-width: 750px !important;
}
.main-content {
margin-left: 35px !important;
}
.main-navigation {
width: 35px !important;
}
ul.main-navigation-menu > li:first-child > a {
border-top: none !important;
}
.sidebar-fixed .wrap-menu {
width: 35px;
}
ul.main-navigation-menu > li > a > .title {
display: none;
}
ul.main-navigation-menu > li > a {
padding-left: 7px;
}
.navigation-toggler {
margin-right: 3px !important;
margin-left: 3px !important;
}
ul.main-navigation-menu > li > a .icon-arrow {
display: none;
}
ul.main-navigation-menu > li > ul.sub-menu {
display: none !important;
padding-bottom: 10px !important;
}
ul.main-navigation-menu li > ul.sub-menu > li > a {
padding-left: 24px !important;
}
ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
padding-left: 40px !important;
}
ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
padding-left: 60px !important;
}
ul.main-navigation-menu > li:hover {
width: 225px;
position: relative;
}
ul.main-navigation-menu > li:hover .selected {
display: none;
}
ul.main-navigation-menu > li:hover > a:after {
content: "";
bottom: -1px;
position: absolute;
left: 35px;
top: -1px;
width: 14px;
background: url(../images/menu-white-arrow.png) left center no-repeat;
}
ul.main-navigation-menu > li:first-child > a > .selected {
display: none !important;
}
ul.main-navigation-menu > li:first-child:hover {
width: 35px;
position: relative;
}
ul.main-navigation-menu > li:first-child:hover .title {
display: none;
}
ul.main-navigation-menu > li:first-child:hover > a:after {
content: "";
bottom: -1px;
position: absolute;
left: 35px;
top: -1px;
width: 14px;
background: none;
}
ul.main-navigation-menu > li:hover > a .title {
padding-left: 30px;
}
ul.main-navigation-menu > li:hover .title {
display: inline;
}
ul.main-navigation-menu > li:hover > ul.sub-menu {
width: 189px;
position: absolute;
z-index: 1000;
left: 36px;
margin-top: 0;
top: 100%;
display: block !important;
}
.navigation-toggler {
display: none;
}
.breadcrumb {
height: 41px;
padding: 11px;
}
.sidebar-search {
top: 9px;
}
}
/* ---------------------------------------------------------------------- */
/* Extra Small Devices Only
/* ---------------------------------------------------------------------- */
@media (max-width: 767px) {
.main-navigation {
max-height: 340px !important;
}
.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
max-width: none !important;
}
.header-default .navbar {
position: relative !important;
overflow: hidden;
}
.main-container {
margin-top: 95px;
}
/***
Main content
***/
.main-content {
padding: 0px !important;
}
/***
Dropdown and dropdown elements.
***/
.nav > li > .dropdown-menu.notifications {
left: -91px !important;
}
.nav > li > .dropdown-menu.posts {
left: -140px !important;
}
.nav > li > .dropdown-menu.todo {
left: -45px !important;
}
.nav > li.current-user > .dropdown-menu {
right: 0 !important;
left: auto;
}
/***
Hide navigation toggler
***/
.navigation-toggler {
display: none;
}
/***
Main title small text
***/
.page-header small {
display: block;
clear: both;
}
.main-navigation {
position: fixed;
top: 95px;
left: 0;
right: 0;
z-index: 1000;
border-top: none;
}
.header-default .main-navigation {
position: static !important;
height: auto !important;
top: 0;
overflow-y: visible;
max-height: none;
margin-top: -1px;
}
.navbar-tools {
margin-left: -25px;
margin-right: -25px;
padding: 0 15px;
border-top: 1px solid #080808;
}
.navbar-tools:after {
clear: both;
}
.navbar-tools:before, .navbar-tools:after {
content: " ";
display: table;
}
.navbar-tools .navbar-right {
float: right;
}
.navbar-tools .nav > li.dropdown .dropdown-toggle {
margin-top: 0px !important;
}
.main-content > .container {
/*padding:0;*/
}
.sidebar-search input {
display: none;
width: 0;
}
body.login .main-login {
margin-top: 0;
}
div.timeline .columns li {
float: none !important;
width: 100% !important;
}
div.timeline_element:after {
display: none;
}
div.timeline_element:before {
display: none;
}
div.timeline_element {
margin: 20px auto !important;
}
/*Messages*/
.messages-list {
display: block;
float: none !important;
width: auto !important;
border: none !important;
height: auto !important;
}
.messages-content {
margin-left: 0 !important;
}
.message-time {
position: relative !important;
text-align: right;
right: 0 !important;
top: 0 !important;
}
/* Tabs Left*/
.tabs-left .nav-tabs li.active a, .tabs-left .nav-tabs li.active a:hover, .tabs-left .nav-tabs li.active a:focus {
border-right-color: #dddddd;
}
.tabs-left .nav-tabs {
float: none;
}
.tabs-left .tab-content {
border-top: none;
}
/*Lock Screen*/
.main-ls {
height: auto;
left: 0;
margin: 0 auto !important;
position: relative;
top: 0;
width: 85%;
}
.main-ls .logo, .main-ls .copyright {
text-align: center;
}
body.lock-screen .box-ls {
display: inline-block;
text-align: center;
width: 100% !important;
}
body.lock-screen .user-info {
float: none !important;
width: auto !important;
}
/*Chart*/
#placeholder2 {
margin-right: 0 !important;
}
.flot-container #choices {
position: relative;
}
/*Easy Pie Chart*/
.easy-pie-chart{
padding:10px 0;
}
.easy-pie-chart .label-chart{
display:block;
}
/*User-profile*/
.user-left {
border-right: none;
}
/*sparklines*/
.mini-stats li {
border-right: none;
border-left: none;
border-bottom: 1px solid #DDDDDD;
padding-top:16px;
}
/***
Footer
***/
.footer {
padding-left: 10px;
padding-right: 10px;
}
}
/* ---------------------------------------------------------------------- */
/* Extra Small Devices Only
/* ---------------------------------------------------------------------- */
@media (max-width: 480px) {
/***
Dropdown and dropdown elements.
***/
.nav > li.current-user > .dropdown-menu:after, .nav > li.current-user > .dropdown-menu:before {
margin-right: 0px;
}
header .nav > li.dropdown .dropdown-toggle {
margin-top: 7px !important;
}
.nav li.dropdown .dropdown-toggle .badge {
top: 15px;
}
.nav > li.current-user > .dropdown-menu {
margin-right: 0px;
}
.nav {
clear: both !important;
}
.header .nav > li.dropdown .dropdown-toggle {
margin-top: 3px !important;
}
.header .nav li.dropdown .dropdown-toggle .badge {
top: 11px;
}
.current-user .username {
display: none;
}
.hidden-480 {
display: none !important;
}
}
/* ---------------------------------------------------------------------- */
/* Up To Medium Devices
/* ---------------------------------------------------------------------- */
@media (max-width: 979px) {
/***
general body settings
***/
body {
margin: 0px !important;
}
.main-navigation {
z-index: 1000;
}
/***
Main content
***/
.main-content {
min-height: 760px;
}
}
/* ---------------------------------------------------------------------- */
/* Up To Medium Devices
/* ---------------------------------------------------------------------- */
@media (min-width: 768px) {
.main-navigation {
position: absolute;
width: 225px;
}
.main-content {
margin-left: 225px;
}
.main-content > .container {
min-height: 760px;
}
ul.main-navigation-menu > li.active > a .selected:before {
display: block;
height: 41px;
position: absolute;
right: -10px;
top: -1px;
width: 11px;
content: "\e16c";
font-family: 'clip-font';
line-height: 41px;
font-size: 24px;
}
/***
Set style for small navigation menu
***/
.navigation-small .main-content {
margin-left: 35px !important;
}
.navigation-small .main-navigation {
width: 35px !important;
z-index: 1000;
}
.navigation-small.sidebar-fixed .wrap-menu {
width: 35px;
}
.navigation-small ul.main-navigation-menu > li > a > .title {
display: none;
}
.navigation-small ul.main-navigation-menu > li > a {
padding-left: 7px;
}
.navigation-small .navigation-toggler {
margin-right: 3px !important;
margin-left: 3px !important;
}
.navigation-small ul.main-navigation-menu > li > a .icon-arrow {
display: none;
}
.navigation-small ul.main-navigation-menu > li > ul.sub-menu {
display: none !important;
padding-bottom: 10px !important;
}
.navigation-small ul.main-navigation-menu li > ul.sub-menu > li > a {
padding-left: 24px !important;
}
.navigation-small ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
padding-left: 40px !important;
}
.navigation-small ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
padding-left: 60px !important;
}
.navigation-small ul.main-navigation-menu > li:hover {
width: 225px;
position: relative;
}
.navigation-small ul.main-navigation-menu > li:hover .selected {
display: none;
}
.navigation-small ul.main-navigation-menu > li:hover > a:after {
content: "";
bottom: -1px;
position: absolute;
left: 35px;
top: -1px;
width: 14px;
background: url(../images/menu-white-arrow.png) left center no-repeat;
}
.navigation-small ul.main-navigation-menu > li:hover > a .title {
padding-left: 30px;
}
.navigation-small ul.main-navigation-menu > li:hover .title {
display: inline;
}
.navigation-small ul.main-navigation-menu > li:hover > ul.sub-menu {
width: 189px;
position: absolute;
z-index: 1000;
left: 36px;
margin-top: 0;
top: 100%;
display: block !important;
}
}

4428
assets/css/main.css Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,146 @@
body, .main-container, .footer, .main-navigation, ul.main-navigation-menu > li > ul.sub-menu, .navigation-small ul.main-navigation-menu > li > ul.sub-menu {
background-color: #F6F6F6 !important;
}
.layout-boxed header, .layout-boxed .main-container, .layout-boxed .footer {
border-left-color: #C8C7CC;
border-right-color: #C8C7CC;
}
.navbar-inverse {
background: rgba(35, 35, 35, 0.9);
border-color: #C8C7CC;
}
/* ie8 fixes */
.ie8 .navbar-inverse {
background: #383838;
}
/**/
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover, .navbar-inverse .nav > li > a {
color: #ffffff;
}
.navbar-inverse .navbar-brand i, .navbar-inverse .navbar-brand:hover i {
color: #E4E5E6;
}
.navbar-inverse .nav > li > a {
color: #F6F6F6;
}
.navbar-inverse .nav > li.current-user > a {
color: #F6F6F6 !important;
}
.navbar-inverse .nav > li.current-user > a i {
display: inline-block;
text-align: center;
width: 1.25em;
color: #000000 !important;
font-size: 12px;
}
.navbar-inverse .nav > li:hover > a, .navbar-inverse .nav > li:active > a {
color: #ffffff;
background: #232323;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
background: #232323;
color: #ffffff;
}
.navbar-tools .dropdown-menu li .dropdown-menu-title {
background: #232323;
color: #ffffff;
}
.navbar-inverse .btn-navbar {
background-color: #D9D9D9;
background: -moz-linear-gradient(top, #34485e 0%, #283b52 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34485e), color-stop(100%,#283b52)); /* webkit */
}
.nav > li.dropdown .dropdown-toggle .badge {
background-color: #000000;
border: none;
}
.navbar-toggle {
background-color: #232323;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #383838;
}
.navbar-toggle span {
color: #ffffff;
}
ul.main-navigation-menu > li a {
border-bottom: none;
border-top-color: #C8C7CC;
color: #555555;
}
ul.main-navigation-menu > li a > i {
color: #333333;
font-weight: normal;
}
ul.main-navigation-menu > li.active > a {
background: #232323 !important;
border-top: none !important;
color: #fff;
}
ul.main-navigation-menu > li.active > a .selected:before {
color: #232323 !important;
}
ul.main-navigation-menu > li.active > a i {
color: #fff;
}
ul.main-navigation-menu > li.open > a, ul.main-navigation-menu > li > a:hover, ul.main-navigation-menu > li:hover > a {
background-color: #D9D9D9;
}
.navigation-toggler, .go-top {
background-color: #E4E5E6 !important;
color:#b1b1b1;
}
.navigation-toggler:hover i:first-child, .go-top:hover {
color: #555555;
}
.navigation-toggler:hover i:last-child {
color: #b1b1b1;
}
.navigation-small .navigation-toggler:hover i:first-child {
color: #b1b1b1;
}
.navigation-small .navigation-toggler:hover i:last-child {
color: #555555;
}
ul.main-navigation-menu li > ul.sub-menu > li.open > a, ul.main-navigation-menu li > ul.sub-menu > li.active > a, ul.main-navigation-menu li > ul.sub-menu > li > a:hover {
color: #000000 !important;
background: #D9D9D9 !important;
}
.breadcrumb i {
color: #cccccc;
}
.breadcrumb a {
color: #007AFF;
}
.footer-fixed .footer {
background: rgba(35, 35, 35, 0.9) !important;
border-top-color: #C8C7CC;
}
.footer-inner {
color: #555555;
}
.main-content .container {
border-left: 1px solid #D9D9D9;
border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
.navbar-inverse {
background: none !important;
}
.navbar-tools {
background: rgba(35, 35, 35, 0.9);
border-top-color: #C8C7CC;
}
.navbar-header {
background-color: #232323;
}
}

149
assets/css/theme_dark.css Normal file
View File

@@ -0,0 +1,149 @@
body, .main-container, .footer, .main-navigation, ul.main-navigation-menu > li > ul.sub-menu, .navigation-small ul.main-navigation-menu > li > ul.sub-menu {
background-color: #4F4F4F !important;
}
.layout-boxed header, .layout-boxed .main-container, .layout-boxed .footer {
border-left-color:#444444;
border-right-color:#444444;
}
.navbar-inverse {
background: rgba(35, 35, 35, 0.9);
border-color: #444444;
}
/* ie8 fixes */
.ie8 .navbar-inverse {
background: #272727;
}
/**/
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover, .navbar-inverse .nav > li > a {
color: #D9D9D9;
}
.navbar-inverse .navbar-brand i, .navbar-inverse .navbar-brand:hover i {
color: #A47441;
}
.navbar-inverse .nav > li > a {
color: #D9D9D9;
}
.navbar-inverse .nav > li.current-user > a {
color: #D9D9D9 !important;
}
.navbar-inverse .nav > li.current-user > a i {
display: inline-block;
text-align: center;
width: 1.25em;
color:#666666 !important;
font-size: 12px;
}
.navbar-inverse .nav > li:hover > a, .navbar-inverse .nav > li:active > a , .navbar-inverse .nav > li:focus > a{
color: #D9D9D9;
background: #4F4F4F;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
background: #4F4F4F;
color:#ffffff;
}
.navbar-tools .dropdown-menu li .dropdown-menu-title {
background: #4F4F4F;
color: #FFFFFF;
}
.navbar-inverse .btn-navbar {
background-color: #D9D9D9;
background: -moz-linear-gradient(top, #34485e 0%, #283b52 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34485e), color-stop(100%,#283b52)); /* webkit */
}
.nav > li.dropdown .dropdown-toggle .badge {
background-color: #D9534F;
border: none;
}
.navbar-toggle {
background-color: #232323;
color:#D9D9D9;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #333333;
-moz-box-shadow: 0 0 15px #fff;
-webkit-box-shadow: 0 0 15px #fff;
box-shadow: 0px 0px 15px #fff;
}
.navbar-toggle span{
color:#D9D9D9;
}
ul.main-navigation-menu > li a {
border-bottom-color: #404040;
border-top-color: #646464;
color: #D9D9D9;
}
ul.main-navigation-menu > li a > i {
color: #A47441;
font-weight: normal;
}
ul.main-navigation-menu > li.active > a {
background: #A47441 !important;
border-top: none !important;
color: #fff;
}
ul.main-navigation-menu > li.active > a .selected:before {
color: #A47441 !important;
}
ul.main-navigation-menu > li.active > a i {
color: #fff;
}
ul.main-navigation-menu > li.open > a, ul.main-navigation-menu > li > a:hover, ul.main-navigation-menu > li:hover > a {
background-color: #333333;
}
.navigation-toggler, .go-top {
background-color: #404040 !important;
color: #555555;
}
.navigation-toggler:hover i:first-child, .go-top:hover {
color: #b1b1b1;
}
.navigation-toggler:hover i:last-child {
color: #555555;
}
.navigation-small .navigation-toggler:hover i:first-child {
color: #555555;
}
.navigation-small .navigation-toggler:hover i:last-child {
color: #b1b1b1;
}
ul.main-navigation-menu li > ul.sub-menu > li.open > a, ul.main-navigation-menu li > ul.sub-menu > li.active > a, ul.main-navigation-menu li > ul.sub-menu > li > a:hover {
color: #ffffff !important;
background: #333333 !important;
}
.breadcrumb i {
color: #cccccc;
}
.breadcrumb a {
color: #007AFF;
}
.footer-fixed .footer {
background: rgba(35, 35, 35, 0.9) !important;
border-top-color: #444444;
}
.footer-inner {
color: #D9D9D9;
}
.main-content .container {
border-left: 1px solid #444444;
border-bottom: 1px solid #444444;
}
@media (max-width: 767px) {
.navbar-inverse {
background: none !important;
}
.navbar-tools {
background: rgba(35, 35, 35, 0.9);
border-top-color: #444444;
}
.navbar-header {
background-color: #232323;
}
}

145
assets/css/theme_green.css Normal file
View File

@@ -0,0 +1,145 @@
body, .main-container, .footer, .main-navigation, ul.main-navigation-menu > li > ul.sub-menu, .navigation-small ul.main-navigation-menu > li > ul.sub-menu {
background-color: #415A1E !important;
}
.layout-boxed header, .layout-boxed .main-container, .layout-boxed .footer {
border-left-color: #354A1A;
border-right-color: #354A1A;
}
.navbar-inverse {
background: rgba(38, 53, 17, 0.9);
border-color: #415A1E;
}
/* ie8 fixes */
.ie8 .navbar-inverse {
background: #293912;
}
/**/
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover, .navbar-inverse .nav > li > a {
color: #ffffff;
}
.navbar-inverse .navbar-brand i, .navbar-inverse .navbar-brand:hover i {
color: #E6674A;
}
.navbar-inverse .nav > li > a {
color: #E8F2D9;
}
.navbar-inverse .nav > li.current-user > a {
color: #ffffff !important;
}
.navbar-inverse .nav > li.current-user > a i {
display: inline-block;
text-align: center;
width: 1.25em;
color: #E6674A !important;
font-size: 12px;
}
.navbar-inverse .nav > li:hover > a, .navbar-inverse .nav > li:active > a {
color: #E8F2D9;
background: #415A1E;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
background: #415A1E;
color: #ffffff;
}
.navbar-tools .dropdown-menu li .dropdown-menu-title {
background: #415A1E;
color: #ffffff;
}
.navbar-inverse .btn-navbar {
background-color: #D9D9D9;
background: -moz-linear-gradient(top, #34485e 0%, #283b52 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34485e), color-stop(100%,#283b52)); /* webkit */
}
.nav > li.dropdown .dropdown-toggle .badge {
background-color: #E6674A;
border: none;
}
.navbar-toggle {
background-color: #263511;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #415A1E;
}
.navbar-toggle span {
color: #ffffff;
}
ul.main-navigation-menu > li a {
border-bottom-color: #354A1A;
border-top-color: #658C2F;
color: #ffffff;
}
ul.main-navigation-menu > li a > i {
color: #ffffff;
font-weight: normal;
}
ul.main-navigation-menu > li.active > a {
background: #E6674A !important;
border-top: none !important;
color: #fff;
}
ul.main-navigation-menu > li.active > a .selected:before {
color: #E6674A !important;
}
ul.main-navigation-menu > li.active > a i {
color: #fff;
}
ul.main-navigation-menu > li.open > a, ul.main-navigation-menu > li > a:hover, ul.main-navigation-menu > li:hover > a {
background-color: #2E4015;
}
.navigation-toggler, .go-top {
background-color: #2E4015 !important;
color:#5E832C;
}
.navigation-toggler:hover i:first-child, .go-top:hover {
color: #7CAD3A;
}
.navigation-toggler:hover i:last-child {
color: #5E832C;
}
.navigation-small .navigation-toggler:hover i:first-child {
color: #5E832C;
}
.navigation-small .navigation-toggler:hover i:last-child {
color: #7CAD3A;
}
ul.main-navigation-menu li > ul.sub-menu > li.open > a, ul.main-navigation-menu li > ul.sub-menu > li.active > a, ul.main-navigation-menu li > ul.sub-menu > li > a:hover {
color: #ffffff !important;
background: #314417 !important;
}
.breadcrumb i {
color: #cccccc;
}
.breadcrumb a {
color: #007AFF;
}
.footer-fixed .footer {
background: rgba(38, 53, 17, 0.9) !important;
border-top-color: #354A1A;
}
.footer-inner {
color: #ffffff;
}
.main-content .container {
border-left: 1px solid #D9D9D9;
border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
.navbar-inverse {
background: none !important;
}
.navbar-tools {
background: rgba(38, 53, 17, 0.9);
border-top-color: #354A1A;
}
.navbar-header {
background-color: #263511;
}
}

158
assets/css/theme_light.css Normal file
View File

@@ -0,0 +1,158 @@
body, .main-container, .footer, .main-navigation, ul.main-navigation-menu > li > ul.sub-menu, .navigation-small ul.main-navigation-menu > li > ul.sub-menu {
background-color: #F6F6F6 !important;
}
.layout-boxed header, .layout-boxed .main-container, .layout-boxed .footer {
border-left-color: #C8C7CC;
border-right-color: #C8C7CC;
}
.navbar-inverse {
background: rgba(255, 255, 255, 0.9);
border-color: #C8C7CC;
}
/* ie8 fixes */
.ie8 .navbar-inverse {
background: #ffffff;
}
/**/
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover, .navbar-inverse .nav > li > a {
color: #666666;
}
.navbar-inverse .navbar-brand i, .navbar-inverse .navbar-brand:hover i {
color: #007AFF;
}
.navbar-inverse .nav > li > a {
color: #999999;
}
.navbar-inverse .nav > li.current-user > a {
color: #666666 !important;
}
.navbar-inverse .nav > li.current-user > a i {
display: inline-block;
text-align: center;
width: 1.25em;
color: #007AFF !important;
font-size: 12px;
}
.navbar-inverse .nav > li:hover > a, .navbar-inverse .nav > li:active > a {
color: #555555;
background: #F5F5F5;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
background: #D9D9D9;
color: #555555;
}
.navbar-tools .dropdown-menu li .dropdown-menu-title {
background: #D9D9D9;
color: #555555;
}
.navbar-inverse .btn-navbar {
background-color: #D9D9D9;
background: -moz-linear-gradient(top, #34485e 0%, #283b52 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34485e), color-stop(100%,#283b52)); /* webkit */
}
.nav > li.dropdown .dropdown-toggle .badge {
background-color: #007AFF;
border: none;
}
.navbar-toggle {
background-color: #ffffff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #D9D9D9;
-moz-box-shadow: 0 0 15px #fff;
-webkit-box-shadow: 0 0 15px #fff;
box-shadow: 0px 0px 15px #fff;
}
.navbar-toggle span {
color: #999999;
}
ul.main-navigation-menu > li a {
border-bottom: none;
border-top-color: #C8C7CC;
color: #555555;
}
ul.main-navigation-menu > li a > i {
color: #007AFF;
font-weight: normal;
}
ul.main-navigation-menu > li.active > a {
background: #007AFF !important;
border-top: none !important;
color: #fff;
}
ul.main-navigation-menu > li.active > a .selected:before {
color: #007AFF !important;
}
ul.main-navigation-menu > li.active > a i {
color: #fff;
}
ul.main-navigation-menu > li.open > a, ul.main-navigation-menu > li > a:hover, ul.main-navigation-menu > li:hover > a {
background-color: #D9D9D9;
}
.navigation-toggler, .go-top {
background-color: #E4E5E6 !important;
color:#b1b1b1;
}
.navigation-toggler:hover i:first-child, .go-top:hover {
color: #555555;
}
.navigation-toggler:hover i:last-child {
color: #b1b1b1;
}
.navigation-small .navigation-toggler:hover i:first-child {
color: #b1b1b1;
}
.navigation-small .navigation-toggler:hover i:last-child {
color: #555555;
}
ul.main-navigation-menu li > ul.sub-menu > li.open > a, ul.main-navigation-menu li > ul.sub-menu > li.active > a, ul.main-navigation-menu li > ul.sub-menu > li > a:hover {
color: #000000 !important;
background: #D9D9D9 !important;
}
.breadcrumb i {
color: #cccccc;
}
.breadcrumb a {
color: #007AFF;
}
.footer-fixed .footer {
background: rgba(255, 255, 255, 0.9) !important;
border-top-color: #C8C7CC;
}
/* ie8 fixes */
.ie8 .footer-fixed .footer {
background: #ffffff;
}
/**/
.footer-inner {
color: #555555;
}
.main-content .container {
border-left: 1px solid #D9D9D9;
border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
.navbar-inverse {
background: none !important;
}
.navbar-tools {
background: rgba(255, 255, 255, 0.9);
border-top-color: #C8C7CC;
}
/* ie8 fixes */
.ie8 .navbar-tools {
background: #ffffff;
}
/**/
.navbar-header {
background-color: #fff;
}
}

147
assets/css/theme_navy.css Normal file
View File

@@ -0,0 +1,147 @@
body, .main-container, .footer, .main-navigation, ul.main-navigation-menu > li > ul.sub-menu, .navigation-small ul.main-navigation-menu > li > ul.sub-menu {
background-color: #34485e !important;
}
.layout-boxed header, .layout-boxed .main-container, .layout-boxed .footer {
border-left-color:#455F77;
border-right-color:#455F77;
}
.navbar-inverse {
background: #466078;
background: -moz-linear-gradient(top, #466078 0%, #334c68 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#466078), color-stop(100%,#334c68));
border-color:#2B394A;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover, .navbar-inverse .nav > li > a {
color: #A7B4D1;
}
.navbar-inverse .navbar-brand i, .navbar-inverse .navbar-brand:hover i {
color: #ffffff;
}
.navbar-inverse .nav > li > a {
color: #A7B4D1;
text-shadow: 0 1px 0 #000000;
}
.navbar-inverse .nav > li.current-user > a {
color: #ffffff !important;
}
.navbar-inverse .nav > li.current-user > a i {
display: inline-block;
text-align: center;
width: 1.25em;
color:#ffffff !important;
font-size: 12px;
}
.navbar-inverse .nav > li:hover > a, .navbar-inverse .nav > li:active > a , .navbar-inverse .nav > li:focus > a{
color: #ffffff;
background: #2B394A;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
background: #2B394A;
color:#ffffff;
}
.navbar-tools .dropdown-menu li .dropdown-menu-title {
background: #2B394A;
color: #ffffff;
}
.navbar-inverse .btn-navbar {
background-color: #2B394A;
background: -moz-linear-gradient(top, #34485e 0%, #283b52 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34485e), color-stop(100%,#283b52)); /* webkit */
}
.nav > li.dropdown .dropdown-toggle .badge {
background-color: #D9534F;
border: none;
}
.navbar-toggle {
background-color: #2B394A;
color:#D9D9D9;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #2B394A;
-moz-box-shadow: 0 0 15px #fff;
-webkit-box-shadow: 0 0 15px #fff;
box-shadow: 0px 0px 15px #fff;
}
.navbar-toggle span{
color:#D9D9D9;
}
ul.main-navigation-menu > li a {
border-bottom-color: #26384C;
border-top-color: #6381A1;
color: #ffffff;
}
ul.main-navigation-menu > li a > i {
color: #ffffff;
font-weight: normal;
}
ul.main-navigation-menu > li.active > a {
background: #E02222 !important;
border-top: none !important;
color: #fff;
}
ul.main-navigation-menu > li.active > a .selected:before {
color: #E02222 !important;
}
ul.main-navigation-menu > li.active > a i {
color: #fff;
}
ul.main-navigation-menu > li.open > a, ul.main-navigation-menu > li > a:hover, ul.main-navigation-menu > li:hover > a {
background-color: #2B394A;
}
.navigation-toggler, .go-top {
background-color: #2B394A !important;
color: #5A7CA3;
}
.navigation-toggler:hover i:first-child, .go-top:hover {
color: #A7B4D1;
}
.navigation-toggler:hover i:last-child {
color: #5A7CA3;
}
.navigation-small .navigation-toggler:hover i:first-child {
color: #5A7CA3;
}
.navigation-small .navigation-toggler:hover i:last-child {
color: #A7B4D1;
}
ul.main-navigation-menu li > ul.sub-menu > li.open > a, ul.main-navigation-menu li > ul.sub-menu > li.active > a, ul.main-navigation-menu li > ul.sub-menu > li > a:hover {
color: #ffffff !important;
background: #465E79 !important;
}
.breadcrumb i {
color: #cccccc;
}
.breadcrumb a {
color: #007AFF;
}
.footer-fixed .footer {
background: rgba(43, 57, 74, 0.9); !important;
border-top-color: #455F77;
}
.footer-inner {
color: #ffffff;
}
.main-content .container {
border-left: 1px solid #455F77;
border-bottom: 1px solid #455F77;
}
@media (max-width: 767px) {
.navbar-inverse {
background: none !important;
}
.navbar-tools {
background: rgba(43, 57, 74, 0.9);
border-top-color: #455F77;
}
.navbar-header {
background-color: #344D69;
}
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

Binary file not shown.

417
assets/fonts/lte-ie7.js Normal file
View File

@@ -0,0 +1,417 @@
/* Load this script using conditional IE comments if you need to support IE 7 and IE 6. */
window.onload = function() {
function addIcon(el, entity) {
var html = el.innerHTML;
el.innerHTML = '<span style="font-family: \'clip-font\'">' + entity + '</span>' + html;
}
var icons = {
'clip-settings' : '&#xe000;',
'clip-camera' : '&#xe001;',
'clip-tag' : '&#xe002;',
'clip-bulb' : '&#xe003;',
'clip-paperplane' : '&#xe004;',
'clip-bubble' : '&#xe005;',
'clip-banknote' : '&#xe006;',
'clip-music' : '&#xe007;',
'clip-data' : '&#xe008;',
'clip-t-shirt' : '&#xe009;',
'clip-clip' : '&#xe00a;',
'clip-calendar' : '&#xe00b;',
'clip-vynil' : '&#xe00c;',
'clip-truck' : '&#xe00d;',
'clip-note' : '&#xe00e;',
'clip-world' : '&#xe00f;',
'clip-key' : '&#xe010;',
'clip-pencil' : '&#xe011;',
'clip-pencil-2' : '&#xe012;',
'clip-images' : '&#xe013;',
'clip-images-2' : '&#xe014;',
'clip-list' : '&#xe015;',
'clip-earth' : '&#xe016;',
'clip-pictures' : '&#xe017;',
'clip-cog' : '&#xe018;',
'clip-home' : '&#xe019;',
'clip-home-2' : '&#xe01a;',
'clip-pencil-3' : '&#xe01b;',
'clip-images-3' : '&#xe01c;',
'clip-eyedropper' : '&#xe01d;',
'clip-droplet' : '&#xe01e;',
'clip-droplet-2' : '&#xe01f;',
'clip-image' : '&#xe020;',
'clip-music-2' : '&#xe021;',
'clip-camera-2' : '&#xe022;',
'clip-camera-3' : '&#xe023;',
'clip-headphones' : '&#xe024;',
'clip-headphones-2' : '&#xe025;',
'clip-gamepad' : '&#xe026;',
'clip-podcast' : '&#xe027;',
'clip-connection' : '&#xe028;',
'clip-connection-2' : '&#xe029;',
'clip-new' : '&#xe02a;',
'clip-book' : '&#xe02b;',
'clip-file' : '&#xe02c;',
'clip-file-2' : '&#xe02d;',
'clip-file-plus' : '&#xe02e;',
'clip-file-minus' : '&#xe02f;',
'clip-file-check' : '&#xe030;',
'clip-file-remove' : '&#xe031;',
'clip-file-3' : '&#xe032;',
'clip-copy' : '&#xe033;',
'clip-copy-2' : '&#xe034;',
'clip-copy-3' : '&#xe035;',
'clip-copy-4' : '&#xe036;',
'clip-paste' : '&#xe037;',
'clip-stack' : '&#xe038;',
'clip-stack-2' : '&#xe039;',
'clip-folder' : '&#xe03a;',
'clip-folder-upload' : '&#xe03b;',
'clip-folder-download' : '&#xe03c;',
'clip-folder-remove' : '&#xe03d;',
'clip-folder-plus' : '&#xe03e;',
'clip-folder-2' : '&#xe03f;',
'clip-folder-open' : '&#xe040;',
'clip-cc' : '&#xe041;',
'clip-tag-2' : '&#xe042;',
'clip-barcode' : '&#xe043;',
'clip-cart' : '&#xe044;',
'clip-phone-hang-up' : '&#xe045;',
'clip-phone' : '&#xe046;',
'clip-phone-2' : '&#xe047;',
'clip-location' : '&#xe048;',
'clip-compass' : '&#xe049;',
'clip-map' : '&#xe04a;',
'clip-alarm' : '&#xe04b;',
'clip-clock' : '&#xe04c;',
'clip-history' : '&#xe04d;',
'clip-stopwatch' : '&#xe04e;',
'clip-keyboard' : '&#xe04f;',
'clip-screen' : '&#xe050;',
'clip-laptop' : '&#xe051;',
'clip-mobile' : '&#xe052;',
'clip-mobile-2' : '&#xe053;',
'clip-tablet' : '&#xe054;',
'clip-mobile-3' : '&#xe055;',
'clip-rotate' : '&#xe056;',
'clip-rotate-2' : '&#xe057;',
'clip-redo' : '&#xe058;',
'clip-undo' : '&#xe059;',
'clip-database' : '&#xe05a;',
'clip-bubble-2' : '&#xe05b;',
'clip-bubbles' : '&#xe05c;',
'clip-bubble-3' : '&#xe05d;',
'clip-bubble-4' : '&#xe05e;',
'clip-bubble-dots' : '&#xe05f;',
'clip-bubble-dots-2' : '&#xe060;',
'clip-bubbles-2' : '&#xe061;',
'clip-bubbles-3' : '&#xe062;',
'clip-user' : '&#xe063;',
'clip-users' : '&#xe064;',
'clip-user-plus' : '&#xe065;',
'clip-user-minus' : '&#xe066;',
'clip-user-cancel' : '&#xe067;',
'clip-user-block' : '&#xe068;',
'clip-user-2' : '&#xe069;',
'clip-user-3' : '&#xe06a;',
'clip-users-2' : '&#xe06b;',
'clip-user-4' : '&#xe06c;',
'clip-user-5' : '&#xe06d;',
'clip-hanger' : '&#xe06e;',
'clip-quotes-left' : '&#xe06f;',
'clip-quotes-right' : '&#xe070;',
'clip-busy' : '&#xe071;',
'clip-spinner' : '&#xe072;',
'clip-spinner-2' : '&#xe073;',
'clip-spinner-3' : '&#xe074;',
'clip-spinner-4' : '&#xe075;',
'clip-spinner-5' : '&#xe076;',
'clip-spinner-6' : '&#xe077;',
'clip-microscope' : '&#xe078;',
'clip-search' : '&#xe079;',
'clip-zoom-in' : '&#xe07a;',
'clip-zoom-out' : '&#xe07b;',
'clip-search-2' : '&#xe07c;',
'clip-key-2' : '&#xe07d;',
'clip-key-3' : '&#xe07e;',
'clip-keyhole' : '&#xe07f;',
'clip-wrench' : '&#xe080;',
'clip-wrench-2' : '&#xe081;',
'clip-cog-2' : '&#xe082;',
'clip-cogs' : '&#xe083;',
'clip-health' : '&#xe084;',
'clip-stats' : '&#xe085;',
'clip-inject' : '&#xe086;',
'clip-bars' : '&#xe087;',
'clip-rating' : '&#xe088;',
'clip-rating-2' : '&#xe089;',
'clip-rating-3' : '&#xe08a;',
'clip-leaf' : '&#xe08b;',
'clip-balance' : '&#xe08c;',
'clip-atom' : '&#xe08d;',
'clip-atom-2' : '&#xe08e;',
'clip-lamp' : '&#xe08f;',
'clip-remove' : '&#xe090;',
'clip-puzzle' : '&#xe091;',
'clip-puzzle-2' : '&#xe092;',
'clip-cube' : '&#xe093;',
'clip-cube-2' : '&#xe094;',
'clip-pyramid' : '&#xe095;',
'clip-puzzle-3' : '&#xe096;',
'clip-puzzle-4' : '&#xe097;',
'clip-clipboard' : '&#xe098;',
'clip-switch' : '&#xe099;',
'clip-list-2' : '&#xe09a;',
'clip-list-3' : '&#xe09b;',
'clip-list-4' : '&#xe09c;',
'clip-list-5' : '&#xe09d;',
'clip-list-6' : '&#xe09e;',
'clip-grid' : '&#xe09f;',
'clip-grid-2' : '&#xe0a0;',
'clip-grid-3' : '&#xe0a1;',
'clip-grid-4' : '&#xe0a2;',
'clip-grid-5' : '&#xe0a3;',
'clip-grid-6' : '&#xe0a4;',
'clip-menu' : '&#xe0a5;',
'clip-menu-2' : '&#xe0a6;',
'clip-circle-small' : '&#xe0a7;',
'clip-tree' : '&#xe0a8;',
'clip-menu-3' : '&#xe0a9;',
'clip-menu-4' : '&#xe0aa;',
'clip-cloud' : '&#xe0ab;',
'clip-download' : '&#xe0ac;',
'clip-upload' : '&#xe0ad;',
'clip-download-2' : '&#xe0ae;',
'clip-upload-2' : '&#xe0af;',
'clip-globe' : '&#xe0b0;',
'clip-upload-3' : '&#xe0b1;',
'clip-download-3' : '&#xe0b2;',
'clip-earth-2' : '&#xe0b3;',
'clip-network' : '&#xe0b4;',
'clip-link' : '&#xe0b5;',
'clip-link-2' : '&#xe0b6;',
'clip-link-3' : '&#xe0b7;',
'clip-link-4' : '&#xe0b8;',
'clip-attachment' : '&#xe0b9;',
'clip-attachment-2' : '&#xe0ba;',
'clip-eye' : '&#xe0bb;',
'clip-eye-2' : '&#xe0bc;',
'clip-windy' : '&#xe0bd;',
'clip-bookmark' : '&#xe0be;',
'clip-bookmark-2' : '&#xe0bf;',
'clip-brightness-high' : '&#xe0c0;',
'clip-brightness-medium' : '&#xe0c1;',
'clip-star' : '&#xe0c2;',
'clip-star-2' : '&#xe0c3;',
'clip-star-3' : '&#xe0c4;',
'clip-star-4' : '&#xe0c5;',
'clip-star-5' : '&#xe0c6;',
'clip-star-6' : '&#xe0c7;',
'clip-heart' : '&#xe0c8;',
'clip-thumbs-up' : '&#xe0c9;',
'clip-thumbs-up-2' : '&#xe0ca;',
'clip-cursor' : '&#xe0cb;',
'clip-stack-empty' : '&#xe0cc;',
'clip-question' : '&#xe0cd;',
'clip-notification' : '&#xe0ce;',
'clip-notification-2' : '&#xe0cf;',
'clip-question-2' : '&#xe0d0;',
'clip-plus-circle' : '&#xe0d1;',
'clip-plus-circle-2' : '&#xe0d2;',
'clip-minus-circle' : '&#xe0d3;',
'clip-minus-circle-2' : '&#xe0d4;',
'clip-info' : '&#xe0d5;',
'clip-info-2' : '&#xe0d6;',
'clip-cancel-circle' : '&#xe0d7;',
'clip-cancel-circle-2' : '&#xe0d8;',
'clip-checkmark-circle' : '&#xe0d9;',
'clip-checkmark-circle-2' : '&#xe0da;',
'clip-close' : '&#xe0db;',
'clip-close-2' : '&#xe0dc;',
'clip-close-3' : '&#xe0dd;',
'clip-checkmark' : '&#xe0de;',
'clip-checkmark-2' : '&#xe0df;',
'clip-close-4' : '&#xe0e0;',
'clip-wave' : '&#xe0e1;',
'clip-wave-2' : '&#xe0e2;',
'clip-arrow-up-left' : '&#xe0e3;',
'clip-arrow-up' : '&#xe0e4;',
'clip-arrow-up-right' : '&#xe0e5;',
'clip-arrow-right' : '&#xe0e6;',
'clip-arrow-down-right' : '&#xe0e7;',
'clip-arrow-down' : '&#xe0e8;',
'clip-arrow-down-left' : '&#xe0e9;',
'clip-arrow-left' : '&#xe0ea;',
'clip-arrow-up-left-2' : '&#xe0eb;',
'clip-arrow-up-2' : '&#xe0ec;',
'clip-arrow-up-right-2' : '&#xe0ed;',
'clip-arrow-right-2' : '&#xe0ee;',
'clip-arrow-down-right-2' : '&#xe0ef;',
'clip-arrow-down-2' : '&#xe0f0;',
'clip-arrow-down-left-2' : '&#xe0f1;',
'clip-arrow-left-2' : '&#xe0f2;',
'clip-arrow' : '&#xe0f3;',
'clip-arrow-2' : '&#xe0f4;',
'clip-arrow-3' : '&#xe0f5;',
'clip-arrow-4' : '&#xe0f6;',
'clip-arrow-up-3' : '&#xe0f7;',
'clip-arrow-right-3' : '&#xe0f8;',
'clip-arrow-down-3' : '&#xe0f9;',
'clip-arrow-left-3' : '&#xe0fa;',
'clip-checkbox-unchecked' : '&#xe0fb;',
'clip-checkbox' : '&#xe0fc;',
'clip-checkbox-checked' : '&#xe0fd;',
'clip-checkbox-unchecked-2' : '&#xe0fe;',
'clip-square' : '&#xe0ff;',
'clip-checkbox-partial' : '&#xe100;',
'clip-checkbox-partial-2' : '&#xe101;',
'clip-checkbox-checked-2' : '&#xe102;',
'clip-checkbox-unchecked-3' : '&#xe103;',
'clip-radio-checked' : '&#xe104;',
'clip-radio-unchecked' : '&#xe105;',
'clip-circle' : '&#xe106;',
'clip-circle-2' : '&#xe107;',
'clip-new-tab' : '&#xe108;',
'clip-popout' : '&#xe109;',
'clip-embed' : '&#xe10a;',
'clip-code' : '&#xe10b;',
'clip-seven-segment-0' : '&#xe10c;',
'clip-seven-segment-1' : '&#xe10d;',
'clip-seven-segment-2' : '&#xe10e;',
'clip-seven-segment-3' : '&#xe10f;',
'clip-seven-segment-4' : '&#xe110;',
'clip-seven-segment-5' : '&#xe111;',
'clip-seven-segment-6' : '&#xe112;',
'clip-seven-segment-7' : '&#xe113;',
'clip-seven-segment-8' : '&#xe114;',
'clip-seven-segment-9' : '&#xe115;',
'clip-share' : '&#xe116;',
'clip-google' : '&#xe117;',
'clip-google-plus' : '&#xe118;',
'clip-facebook' : '&#xe119;',
'clip-twitter' : '&#xe11a;',
'clip-feed' : '&#xe11b;',
'clip-youtube' : '&#xe11c;',
'clip-youtube-2' : '&#xe11d;',
'clip-vimeo' : '&#xe11e;',
'clip-flickr' : '&#xe11f;',
'clip-picassa' : '&#xe120;',
'clip-dribbble' : '&#xe121;',
'clip-forrst' : '&#xe122;',
'clip-deviantart' : '&#xe123;',
'clip-steam' : '&#xe124;',
'clip-github' : '&#xe125;',
'clip-github-2' : '&#xe126;',
'clip-wordpress' : '&#xe127;',
'clip-blogger' : '&#xe128;',
'clip-tumblr' : '&#xe129;',
'clip-yahoo' : '&#xe12a;',
'clip-tux' : '&#xe12b;',
'clip-apple' : '&#xe12c;',
'clip-finder' : '&#xe12d;',
'clip-android' : '&#xe12e;',
'clip-windows' : '&#xe12f;',
'clip-windows8' : '&#xe130;',
'clip-soundcloud' : '&#xe131;',
'clip-skype' : '&#xe132;',
'clip-reddit' : '&#xe133;',
'clip-linkedin' : '&#xe134;',
'clip-lastfm' : '&#xe135;',
'clip-stumbleupon' : '&#xe136;',
'clip-stackoverflow' : '&#xe137;',
'clip-pinterest' : '&#xe138;',
'clip-xing' : '&#xe139;',
'clip-foursquare' : '&#xe13a;',
'clip-paypal' : '&#xe13b;',
'clip-paypal-2' : '&#xe13c;',
'clip-libreoffice' : '&#xe13d;',
'clip-file-pdf' : '&#xe13e;',
'clip-file-openoffice' : '&#xe13f;',
'clip-file-word' : '&#xe140;',
'clip-file-excel' : '&#xe141;',
'clip-file-zip' : '&#xe142;',
'clip-file-powerpoint' : '&#xe143;',
'clip-file-xml' : '&#xe144;',
'clip-file-css' : '&#xe145;',
'clip-html5' : '&#xe146;',
'clip-css3' : '&#xe147;',
'clip-chrome' : '&#xe148;',
'clip-firefox' : '&#xe149;',
'clip-IE' : '&#xe14a;',
'clip-opera' : '&#xe14b;',
'clip-safari' : '&#xe14c;',
'clip-IcoMoon' : '&#xe14d;',
'clip-fullscreen-exit-alt' : '&#xe14e;',
'clip-fullscreen' : '&#xe14f;',
'clip-fullscreen-alt' : '&#xe150;',
'clip-fullscreen-exit' : '&#xe151;',
'clip-transfer' : '&#xe152;',
'clip-left-quote' : '&#xe153;',
'clip-right-quote' : '&#xe154;',
'clip-heart-2' : '&#xe155;',
'clip-study' : '&#xe156;',
'clip-wand' : '&#xe157;',
'clip-zoom-in-2' : '&#xe158;',
'clip-zoom-out-2' : '&#xe159;',
'clip-search-3' : '&#xe15a;',
'clip-user-6' : '&#xe15b;',
'clip-users-3' : '&#xe15c;',
'clip-archive' : '&#xe15d;',
'clip-keyboard-2' : '&#xe15e;',
'clip-paperclip' : '&#xe15f;',
'clip-home-3' : '&#xe160;',
'clip-chevron-up' : '&#xe161;',
'clip-chevron-right' : '&#xe162;',
'clip-chevron-left' : '&#xe163;',
'clip-chevron-down' : '&#xe164;',
'clip-error' : '&#xe165;',
'clip-add' : '&#xe166;',
'clip-minus' : '&#xe167;',
'clip-alert' : '&#xe168;',
'clip-pictures-2' : '&#xe169;',
'clip-atom-3' : '&#xe16a;',
'clip-eyedropper-2' : '&#xe16b;',
'clip-warning' : '&#xe16d;',
'clip-expand' : '&#xe16e;',
'clip-clock-2' : '&#xe16f;',
'clip-target' : '&#xe170;',
'clip-loop' : '&#xe171;',
'clip-refresh' : '&#xe173;',
'clip-spin-alt' : '&#xe172;',
'clip-exit' : '&#xe174;',
'clip-enter' : '&#xe175;',
'clip-locked' : '&#xe176;',
'clip-unlocked' : '&#xe177;',
'clip-arrow-5' : '&#xe16c;',
'clip-music-3' : '&#xe178;',
'clip-droplet-3' : '&#xe179;',
'clip-credit' : '&#xe17a;',
'clip-phone-3' : '&#xe17b;',
'clip-phone-4' : '&#xe17c;',
'clip-map-2' : '&#xe17d;',
'clip-clock-3' : '&#xe17e;',
'clip-calendar-2' : '&#xe17f;',
'clip-calendar-3' : '&#xe180;',
'clip-pie' : '&#xe181;',
'clip-airplane' : '&#xe182;',
'clip-tree-2' : '&#xe183;',
'clip-sun' : '&#xe184;',
'clip-bubble-paperclip' : '&#xe185;'
},
els = document.getElementsByTagName('*'),
i, attr, c, el;
for (i = 0; ; i += 1) {
el = els[i];
if(!el) {
break;
}
attr = el.getAttribute('data-icon');
if (attr) {
addIcon(el, attr);
}
c = el.className;
c = c.match(/clip-[^\s'"]+/);
if (c && icons[c[0]]) {
addIcon(el, icons[c[0]]);
}
}
};

1210
assets/fonts/style.css Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

BIN
assets/images/avatar-1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
assets/images/avatar-2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
assets/images/avatar-3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
assets/images/avatar-4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
assets/images/avatar-5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 KiB

BIN
assets/images/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
assets/images/bg_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
assets/images/bg_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
assets/images/bg_4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
assets/images/bg_5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

BIN
assets/images/darkgrey.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

BIN
assets/images/green.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

BIN
assets/images/image01.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

BIN
assets/images/image02.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
assets/images/image03.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

BIN
assets/images/image04.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
assets/images/image05.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
assets/images/image06.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

BIN
assets/images/image07.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
assets/images/image08.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

BIN
assets/images/image09.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
assets/images/image10.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
assets/images/image11.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Some files were not shown because too many files have changed in this diff Show More