Compare commits
No commits in common. "8104cdb1cab818204ee6b30ed30219d3f6a4e0fd" and "e3ed7c491cb05e67b6768c7ff7d95678a092ff38" have entirely different histories.
8104cdb1ca
...
e3ed7c491c
120
css/style.css
120
css/style.css
@ -18921,7 +18921,11 @@ html [class*='section-'].section-bottom-0 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-secondary {
|
.bg-secondary {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
background-color: #2f5f8e;
|
||||||
|
=======
|
||||||
background-color: #2a537b;
|
background-color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-secondary:not([style*='background-'])
|
.bg-secondary:not([style*='background-'])
|
||||||
@ -19840,7 +19844,11 @@ h6 a,
|
|||||||
|
|
||||||
h6 a:hover,
|
h6 a:hover,
|
||||||
.heading-6 a:hover {
|
.heading-6 a:hover {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading-7 {
|
.heading-7 {
|
||||||
@ -19880,7 +19888,11 @@ h6 a:hover,
|
|||||||
.heading-8 {
|
.heading-8 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading-8 a:hover {
|
.heading-8 a:hover {
|
||||||
@ -19974,7 +19986,11 @@ p [style*='max-width'] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title-3 {
|
.title-3 {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
.context-dark .title-4,
|
.context-dark .title-4,
|
||||||
@ -19993,7 +20009,11 @@ p [style*='max-width'] {
|
|||||||
|
|
||||||
.title-5 {
|
.title-5 {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
@ -20085,8 +20105,13 @@ a[href*='mailto'] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.link-border:hover {
|
.link-border:hover {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
border-color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
border-color: #2a537b;
|
border-color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
.link-border-2 {
|
.link-border-2 {
|
||||||
@ -20399,7 +20424,11 @@ a[href*='mailto'] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.box-modern-item:nth-child(3n + 3) .box-modern-number {
|
.box-modern-item:nth-child(3n + 3) .box-modern-number {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
background: #2f5f8e;
|
||||||
|
=======
|
||||||
background: #2a537b;
|
background: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
* + .box-modern-wrap {
|
* + .box-modern-wrap {
|
||||||
@ -20855,7 +20884,11 @@ html .group-custom > * {
|
|||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
<<<<<<< HEAD
|
||||||
|
background-color: #2f5f8e;
|
||||||
|
=======
|
||||||
background-color: #2a537b;
|
background-color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
.index-list {
|
.index-list {
|
||||||
@ -21802,8 +21835,13 @@ hr {
|
|||||||
.button-secondary,
|
.button-secondary,
|
||||||
.button-secondary:focus {
|
.button-secondary:focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
<<<<<<< HEAD
|
||||||
|
background-color: #2f5f8e;
|
||||||
|
border-color: #2f5f8e;
|
||||||
|
=======
|
||||||
background-color: #2a537b;
|
background-color: #2a537b;
|
||||||
border-color: #2a537b;
|
border-color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-secondary:hover,
|
.button-secondary:hover,
|
||||||
@ -21821,7 +21859,11 @@ hr {
|
|||||||
.button-secondary.button-nuka:hover,
|
.button-secondary.button-nuka:hover,
|
||||||
.button-secondary.button-nuka:active,
|
.button-secondary.button-nuka:active,
|
||||||
.button-secondary.button-nuka.active {
|
.button-secondary.button-nuka.active {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
background-color: #2f5f8e;
|
||||||
|
=======
|
||||||
background-color: #2a537b;
|
background-color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-secondary.button-nuka .button-overlay {
|
.button-secondary.button-nuka .button-overlay {
|
||||||
@ -22977,7 +23019,11 @@ textarea.form-input {
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
* + .quote-classic-footer {
|
* + .quote-classic-footer {
|
||||||
@ -23035,7 +23081,11 @@ textarea.form-input {
|
|||||||
|
|
||||||
.quote-corporate-body q::before {
|
.quote-corporate-body q::before {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
line-height: 0.8;
|
line-height: 0.8;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -23089,7 +23139,11 @@ textarea.form-input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.quote-corporate-4 .quote-corporate-name {
|
.quote-corporate-4 .quote-corporate-name {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
@ -23643,7 +23697,11 @@ textarea.form-input {
|
|||||||
|
|
||||||
.footer-default-list .heading-6 a:hover,
|
.footer-default-list .heading-6 a:hover,
|
||||||
.footer-default-contacts .heading-6 a:hover {
|
.footer-default-contacts .heading-6 a:hover {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
* + .footer-default-contacts {
|
* + .footer-default-contacts {
|
||||||
@ -23747,7 +23805,11 @@ textarea.form-input {
|
|||||||
.footer-modern.bg-gradient-primary .list-social a:hover,
|
.footer-modern.bg-gradient-primary .list-social a:hover,
|
||||||
.footer-modern.bg-gradient-primary-1 .list-social a:hover,
|
.footer-modern.bg-gradient-primary-1 .list-social a:hover,
|
||||||
.footer-modern.rd-navbar-corporate .list-social a:hover {
|
.footer-modern.rd-navbar-corporate .list-social a:hover {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -23864,7 +23926,11 @@ textarea.form-input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.service-corporate-icon .path-secondary {
|
.service-corporate-icon .path-secondary {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
fill: #2f5f8e;
|
||||||
|
=======
|
||||||
fill: #2a537b;
|
fill: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-corporate-icon .path-gray-700 {
|
.service-corporate-icon .path-gray-700 {
|
||||||
@ -23899,7 +23965,11 @@ textarea.form-input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.service-modern-icon .path-secondary {
|
.service-modern-icon .path-secondary {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
fill: #2f5f8e;
|
||||||
|
=======
|
||||||
fill: #2a537b;
|
fill: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
* + .service-modern-title {
|
* + .service-modern-title {
|
||||||
@ -23924,7 +23994,11 @@ textarea.form-input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.program-day > * {
|
.program-day > * {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
.program-title {
|
.program-title {
|
||||||
@ -24069,7 +24143,11 @@ textarea.form-input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.service-ubby-title {
|
.service-ubby-title {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -24096,7 +24174,11 @@ textarea.form-input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.service-alba-title {
|
.service-alba-title {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
@ -24340,7 +24422,11 @@ textarea.form-input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.team-minimal-name {
|
.team-minimal-name {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
.team-minimal-text {
|
.team-minimal-text {
|
||||||
@ -24421,7 +24507,11 @@ textarea.form-input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pricing-title {
|
.pricing-title {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
.pricing-title > * {
|
.pricing-title > * {
|
||||||
@ -24601,7 +24691,11 @@ textarea.form-input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button-play-1::after {
|
.button-play-1::after {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
background: #2f5f8e;
|
||||||
|
=======
|
||||||
background: #2a537b;
|
background: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-play-1::before {
|
.button-play-1::before {
|
||||||
@ -24972,7 +25066,11 @@ html:not(.lt-ie10) .not-animated {
|
|||||||
width: 64px;
|
width: 64px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
<<<<<<< HEAD
|
||||||
|
border: 3px solid #2f5f8e;
|
||||||
|
=======
|
||||||
border: 3px solid #2a537b;
|
border: 3px solid #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border-left-color: transparent;
|
border-left-color: transparent;
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
@ -25007,7 +25105,11 @@ html:not(.lt-ie10) .not-animated {
|
|||||||
|
|
||||||
.ui-to-top:hover {
|
.ui-to-top:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
<<<<<<< HEAD
|
||||||
|
background: #2f5f8e;
|
||||||
|
=======
|
||||||
background: #2a537b;
|
background: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -26002,7 +26104,11 @@ html.tablet .ui-to-top {
|
|||||||
|
|
||||||
.rd-navbar-1.rd-navbar-static .rd-nav-link,
|
.rd-navbar-1.rd-navbar-static .rd-nav-link,
|
||||||
.rd-navbar-1.rd-navbar-static .rd-nav-link:not([href]) {
|
.rd-navbar-1.rd-navbar-static .rd-nav-link:not([href]) {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
color: #2f5f8e;
|
||||||
|
=======
|
||||||
color: #2a537b;
|
color: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
.rd-navbar-1.rd-navbar-static .rd-nav-link:hover {
|
.rd-navbar-1.rd-navbar-static .rd-nav-link:hover {
|
||||||
@ -27226,7 +27332,11 @@ html.rd-navbar-fixed-linked .page {
|
|||||||
|
|
||||||
.owl-dots-2 .owl-dot:hover span,
|
.owl-dots-2 .owl-dot:hover span,
|
||||||
.owl-dots-2 .owl-dot.active span {
|
.owl-dots-2 .owl-dot.active span {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
background: #2f5f8e;
|
||||||
|
=======
|
||||||
background: #2a537b;
|
background: #2a537b;
|
||||||
|
>>>>>>> 2382175d91e8c01082a1dae55be286ae1b1ae009
|
||||||
}
|
}
|
||||||
|
|
||||||
* + .owl-dots-1 {
|
* + .owl-dots-1 {
|
||||||
@ -29706,13 +29816,3 @@ body:not(.lg-from-hash)
|
|||||||
-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
|
-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
|
||||||
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
|
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
|
||||||
width: 15px;
|
|
||||||
background-color: #192031;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
|
||||||
border-radius: 10px;
|
|
||||||
background-color: #4285F4;
|
|
||||||
}
|
|
28
gulpfile.js
28
gulpfile.js
@ -37,7 +37,7 @@ gulp.task("scripts", function () {
|
|||||||
// Images
|
// Images
|
||||||
gulp.task("images", function () {
|
gulp.task("images", function () {
|
||||||
return gulp
|
return gulp
|
||||||
.src(["./images/**/*"], { removeBOM: false })
|
.src(["./images/**"], { removeBOM: false })
|
||||||
.pipe(gulp.dest("./dist/images"))
|
.pipe(gulp.dest("./dist/images"))
|
||||||
.pipe(connect.reload());
|
.pipe(connect.reload());
|
||||||
});
|
});
|
||||||
@ -45,22 +45,23 @@ gulp.task("images", function () {
|
|||||||
// Fonts
|
// Fonts
|
||||||
gulp.task("fonts", function () {
|
gulp.task("fonts", function () {
|
||||||
return gulp
|
return gulp
|
||||||
.src(["./fonts/**/*"], { removeBOM: false })
|
.src(["./fonts/**"], { removeBOM: false })
|
||||||
.pipe(gulp.dest("./dist/fonts"))
|
.pipe(gulp.dest("./dist/fonts"))
|
||||||
.pipe(connect.reload());
|
.pipe(connect.reload());
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
// Other useless content
|
// Other useless content
|
||||||
gulp.task("other", function () {
|
gulp.task("other", function () {
|
||||||
return gulp
|
return gulp
|
||||||
.src(["./other/**/*"], { removeBOM: false })
|
.src(["./other/**"], { removeBOM: false })
|
||||||
.pipe(gulp.dest("./dist/other"))
|
.pipe(gulp.dest("./dist/other"))
|
||||||
.pipe(connect.reload());
|
.pipe(connect.reload());
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task("html", function () {
|
gulp.task("html", function () {
|
||||||
return gulp
|
return gulp
|
||||||
.src("./*.html")
|
.src("./index.html")
|
||||||
.pipe(
|
.pipe(
|
||||||
htmlmin({
|
htmlmin({
|
||||||
collapseWhitespace: true,
|
collapseWhitespace: true,
|
||||||
@ -81,10 +82,13 @@ gulp.task("html", function () {
|
|||||||
// Clean
|
// Clean
|
||||||
gulp.task("clean", function () {
|
gulp.task("clean", function () {
|
||||||
return gulp
|
return gulp
|
||||||
.src(["dist/css", "dist/js", "dist/images", "dist/*.html", "dist/fonts"], {
|
.src(
|
||||||
|
["dist/css", "dist/js", "dist/images", "dist/index.html", "dist/fonts"],
|
||||||
|
{
|
||||||
read: false,
|
read: false,
|
||||||
allowEmpty: true,
|
allowEmpty: true,
|
||||||
})
|
}
|
||||||
|
)
|
||||||
.pipe(clean());
|
.pipe(clean());
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -92,14 +96,7 @@ gulp.task("clean", function () {
|
|||||||
gulp.task(
|
gulp.task(
|
||||||
"default",
|
"default",
|
||||||
gulp.series("clean", async function minifyAll() {
|
gulp.series("clean", async function minifyAll() {
|
||||||
return gulp.parallel(
|
return gulp.parallel("styles", "scripts", "images", "html", "fonts")();
|
||||||
"styles",
|
|
||||||
"scripts",
|
|
||||||
"images",
|
|
||||||
"html",
|
|
||||||
"fonts",
|
|
||||||
"other"
|
|
||||||
)();
|
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -118,9 +115,8 @@ gulp.task("watch", function () {
|
|||||||
gulp.watch("./css/*.css", gulp.series("styles"));
|
gulp.watch("./css/*.css", gulp.series("styles"));
|
||||||
gulp.watch("./js/*.js", gulp.series("scripts"));
|
gulp.watch("./js/*.js", gulp.series("scripts"));
|
||||||
gulp.watch("./images/**/*", gulp.series("images"));
|
gulp.watch("./images/**/*", gulp.series("images"));
|
||||||
gulp.watch("./*.html", gulp.series("html"));
|
gulp.watch("./index.html", gulp.series("html"));
|
||||||
gulp.watch("./fonts/**/*", gulp.series("fonts"));
|
gulp.watch("./fonts/**/*", gulp.series("fonts"));
|
||||||
gulp.watch("./other/**/*", gulp.series("other"));
|
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task("dev", gulp.series("default", gulp.parallel("connect", "watch")));
|
gulp.task("dev", gulp.series("default", gulp.parallel("connect", "watch")));
|
||||||
|
@ -246,7 +246,6 @@
|
|||||||
class="button-play"
|
class="button-play"
|
||||||
href="other/Code Abode Intro.mp4"
|
href="other/Code Abode Intro.mp4"
|
||||||
data-lightgallery="item"
|
data-lightgallery="item"
|
||||||
target="_blank"
|
|
||||||
>
|
>
|
||||||
<svg width="19" height="21" viewbox="0 0 19 21">
|
<svg width="19" height="21" viewbox="0 0 19 21">
|
||||||
<path
|
<path
|
||||||
@ -1081,7 +1080,7 @@
|
|||||||
<div class="row row-fix justify-content-center wow fadeInUp">
|
<div class="row row-fix justify-content-center wow fadeInUp">
|
||||||
<div class="col-xl-8 col-lg-10">
|
<div class="col-xl-8 col-lg-10">
|
||||||
<h6>Why Choose Us</h6>
|
<h6>Why Choose Us</h6>
|
||||||
<h2>We firmly believe in nurturing curiosity</h2>
|
<h2>We believe firmly in nurturing curiosity</h2>
|
||||||
<p class="big">We use your child's ideas and build the skills needed for their project. This approach has proven to be the most effective in teaching otherwise bland content that will equip them fot the future.</p>
|
<p class="big">We use your child's ideas and build the skills needed for their project. This approach has proven to be the most effective in teaching otherwise bland content that will equip them fot the future.</p>
|
||||||
<a
|
<a
|
||||||
class="button button-secondary button-nuka"
|
class="button button-secondary button-nuka"
|
||||||
|
70
js/script.js
70
js/script.js
@ -422,6 +422,76 @@
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @desc Initialize the gallery with set of images
|
||||||
|
* @param {object} itemsToInit - jQuery object
|
||||||
|
* @param {string} [addClass] - additional gallery class
|
||||||
|
*/
|
||||||
|
function initLightGallery(itemsToInit, addClass) {
|
||||||
|
if (!isNoviBuilder) {
|
||||||
|
$(itemsToInit).lightGallery({
|
||||||
|
thumbnail: $(itemsToInit).attr("data-lg-thumbnail") !== "false",
|
||||||
|
selector: "[data-lightgallery='item']",
|
||||||
|
autoplay: $(itemsToInit).attr("data-lg-autoplay") === "true",
|
||||||
|
pause:
|
||||||
|
parseInt($(itemsToInit).attr("data-lg-autoplay-delay")) || 5000,
|
||||||
|
addClass: addClass,
|
||||||
|
mode: $(itemsToInit).attr("data-lg-animation") || "lg-slide",
|
||||||
|
loop: $(itemsToInit).attr("data-lg-loop") !== "false",
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @desc Initialize the gallery with dynamic addition of images
|
||||||
|
* @param {object} itemsToInit - jQuery object
|
||||||
|
* @param {string} [addClass] - additional gallery class
|
||||||
|
*/
|
||||||
|
function initDynamicLightGallery(itemsToInit, addClass) {
|
||||||
|
if (!isNoviBuilder) {
|
||||||
|
$(itemsToInit).on("click", function () {
|
||||||
|
$(itemsToInit).lightGallery({
|
||||||
|
thumbnail: $(itemsToInit).attr("data-lg-thumbnail") !== "false",
|
||||||
|
selector: "[data-lightgallery='item']",
|
||||||
|
autoplay: $(itemsToInit).attr("data-lg-autoplay") === "true",
|
||||||
|
pause:
|
||||||
|
parseInt($(itemsToInit).attr("data-lg-autoplay-delay")) || 5000,
|
||||||
|
addClass: addClass,
|
||||||
|
mode: $(itemsToInit).attr("data-lg-animation") || "lg-slide",
|
||||||
|
loop: $(itemsToInit).attr("data-lg-loop") !== "false",
|
||||||
|
dynamic: true,
|
||||||
|
dynamicEl:
|
||||||
|
JSON.parse($(itemsToInit).attr("data-lg-dynamic-elements")) || [],
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @desc Initialize the gallery with one image
|
||||||
|
* @param {object} itemToInit - jQuery object
|
||||||
|
* @param {string} [addClass] - additional gallery class
|
||||||
|
*/
|
||||||
|
function initLightGalleryItem(itemToInit, addClass) {
|
||||||
|
if (!isNoviBuilder) {
|
||||||
|
$(itemToInit).lightGallery({
|
||||||
|
selector: "this",
|
||||||
|
addClass: addClass,
|
||||||
|
counter: false,
|
||||||
|
youtubePlayerParams: {
|
||||||
|
modestbranding: 1,
|
||||||
|
showinfo: 0,
|
||||||
|
rel: 0,
|
||||||
|
controls: 0,
|
||||||
|
},
|
||||||
|
vimeoPlayerParams: {
|
||||||
|
byline: 0,
|
||||||
|
portrait: 0,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Google ReCaptcha
|
// Google ReCaptcha
|
||||||
if (plugins.captcha.length) {
|
if (plugins.captcha.length) {
|
||||||
$.getScript(
|
$.getScript(
|
||||||
|
Loading…
Reference in New Issue
Block a user