darkerfix #2
88
config.toml
88
config.toml
@ -85,48 +85,48 @@ weight = 7
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
################### Dutch Navigation ########################
|
# ################### Dutch Navigation ########################
|
||||||
[[Languages.nl.menu.main]]
|
# [[Languages.nl.menu.main]]
|
||||||
name = "Over ons"
|
# name = "Over ons"
|
||||||
pre = "#"
|
# pre = "#"
|
||||||
url = "about"
|
# url = "about"
|
||||||
weight = 1
|
# weight = 1
|
||||||
|
|
||||||
[[Languages.nl.menu.main]]
|
# [[Languages.nl.menu.main]]
|
||||||
name = "Onze Services"
|
# name = "Onze Services"
|
||||||
pre = "#"
|
# pre = "#"
|
||||||
url = "services"
|
# url = "services"
|
||||||
weight = 2
|
# weight = 2
|
||||||
|
|
||||||
[[Languages.nl.menu.main]]
|
# [[Languages.nl.menu.main]]
|
||||||
name = "Portfolio"
|
# name = "Portfolio"
|
||||||
pre = "#"
|
# pre = "#"
|
||||||
url = "portfolio"
|
# url = "portfolio"
|
||||||
weight = 3
|
# weight = 3
|
||||||
|
|
||||||
[[Languages.nl.menu.main]]
|
# [[Languages.nl.menu.main]]
|
||||||
name = "Team"
|
# name = "Team"
|
||||||
pre = "#"
|
# pre = "#"
|
||||||
url = "team"
|
# url = "team"
|
||||||
weight = 4
|
# weight = 4
|
||||||
|
|
||||||
[[Languages.nl.menu.main]]
|
# [[Languages.nl.menu.main]]
|
||||||
name = "Plannen"
|
# name = "Plannen"
|
||||||
pre = "#"
|
# pre = "#"
|
||||||
url = "pricing"
|
# url = "pricing"
|
||||||
weight = 5
|
# weight = 5
|
||||||
|
|
||||||
[[Languages.nl.menu.main]]
|
# [[Languages.nl.menu.main]]
|
||||||
name = "blog"
|
# name = "blog"
|
||||||
pre = "#"
|
# pre = "#"
|
||||||
url = "blog"
|
# url = "blog"
|
||||||
weight = 6
|
# weight = 6
|
||||||
|
|
||||||
[[Languages.nl.menu.main]]
|
# [[Languages.nl.menu.main]]
|
||||||
name = "contact ons"
|
# name = "contact ons"
|
||||||
pre = "#"
|
# pre = "#"
|
||||||
url = "contact"
|
# url = "contact"
|
||||||
weight = 7
|
# weight = 7
|
||||||
|
|
||||||
|
|
||||||
############################# Default Parameters ##########################
|
############################# Default Parameters ##########################
|
||||||
@ -193,11 +193,11 @@ weight = 1
|
|||||||
home = "Home"
|
home = "Home"
|
||||||
copyright = "Copyright © 2020 Designed by [Themefisher](https://themefisher.com)"
|
copyright = "Copyright © 2020 Designed by [Themefisher](https://themefisher.com)"
|
||||||
|
|
||||||
################################ France Language ########################
|
# ################################ Dutch Language ########################
|
||||||
[Languages.nl]
|
# [Languages.nl]
|
||||||
languageName = "Nl"
|
# languageName = "Nl"
|
||||||
languageCode = "nl"
|
# languageCode = "nl"
|
||||||
contentDir = "content/dutch"
|
# contentDir = "content/dutch"
|
||||||
weight = 2
|
# weight = 2
|
||||||
home = "Home"
|
# home = "Home"
|
||||||
copyright = "Copyright © 2020 Designed by [Themefisher](https://themefisher.com)"
|
# copyright = "Copyright © 2020 Designed by [Themefisher](https://themefisher.com)"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
background-color: #0099FF;
|
background-color: #0099FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* this should probably be #0fBAC4 */
|
/* this should probably be #215CD2 */
|
||||||
.btn-main:hover {
|
.btn-main:hover {
|
||||||
background: #0099FF;
|
background: #0099FF;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -18,31 +18,29 @@
|
|||||||
|
|
||||||
.price-item {
|
.price-item {
|
||||||
background-color: #0d0e0f;
|
background-color: #0d0e0f;
|
||||||
/* disable this block to get prising section mostly same color as bg */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.counters-item {
|
.counters-item {
|
||||||
/* background-color: #0d0e0f; */
|
/* background-color: #0d0e0f; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* the hover is basically here to compare */
|
|
||||||
.service-block {
|
.service-block {
|
||||||
background-color: #0d0e0f;
|
background-color: #0d0e0f;
|
||||||
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(54, 186, 196, 0.9);
|
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(33, 92, 210, 0.8);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-block:hover {
|
.service-block:hover {
|
||||||
background-color: #0d0e0f;
|
background-color: #0d0e0f;
|
||||||
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(0, 153, 255, 0.8);
|
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(0, 153, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.skill-bar .progress .progress-bar {
|
.skill-bar .progress .progress-bar {
|
||||||
background: #0FBAC4;
|
background: #215CD2;
|
||||||
}
|
|
||||||
.skill-bar .progress .progress-bar:hover {
|
|
||||||
background: #0099ff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.title h2 span:hover {
|
.member-photo .mask {
|
||||||
color: #0099FF;
|
background-color: rgba(33, 92, 210, 0.7);
|
||||||
}
|
}
|
@ -48,12 +48,12 @@ pre {
|
|||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
/* Code for Firefox */
|
/* Code for Firefox */
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #0FBAC4;
|
background: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #0FBAC4;
|
background: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
@ -116,7 +116,7 @@ a:hover {
|
|||||||
|
|
||||||
.btn-transparent:hover,
|
.btn-transparent:hover,
|
||||||
.btn-transparent:focus {
|
.btn-transparent:focus {
|
||||||
background-color: #0FBAC4;
|
background-color: #215CD2;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
@ -138,7 +138,7 @@ a:hover {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: -4px;
|
top: -4px;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
background-color: #0FBAC4;
|
background-color: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.color {
|
.color {
|
||||||
@ -216,11 +216,11 @@ a:hover {
|
|||||||
|
|
||||||
a:focus,
|
a:focus,
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #0FBAC4;
|
color: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-main {
|
.btn-main {
|
||||||
background: #0FBAC4;
|
background: #215CD2;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -308,7 +308,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title h2 span {
|
.title h2 span {
|
||||||
color: #0FBAC4;
|
color: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title p {
|
.title p {
|
||||||
@ -353,7 +353,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header-bradcrumb a:hover {
|
.header-bradcrumb a:hover {
|
||||||
color: #0FBAC4;
|
color: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slick-slide {
|
.slick-slide {
|
||||||
@ -417,7 +417,7 @@ a:hover {
|
|||||||
.navbar-dark .navbar-nav .nav-link.active,
|
.navbar-dark .navbar-nav .nav-link.active,
|
||||||
.navbar-dark .navbar-nav .nav-link.show,
|
.navbar-dark .navbar-nav .nav-link.show,
|
||||||
.navbar-dark .navbar-nav .show>.nav-link {
|
.navbar-dark .navbar-nav .show>.nav-link {
|
||||||
color: #0FBAC4;
|
color: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-toggler:focus {
|
.navbar-toggler:focus {
|
||||||
@ -461,7 +461,7 @@ a:hover {
|
|||||||
|
|
||||||
.hero-area .block .video-button {
|
.hero-area .block .video-button {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #0FBAC4;
|
color: #215CD2;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
@ -556,7 +556,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.about .block:hover {
|
.about .block:hover {
|
||||||
border-bottom: 2px solid #0FBAC4;
|
border-bottom: 2px solid #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about .block:hover .icon-box {
|
.about .block:hover .icon-box {
|
||||||
@ -628,7 +628,7 @@ a:hover {
|
|||||||
|
|
||||||
.about-2 .content-block .media i {
|
.about-2 .content-block .media i {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: #0FBAC4;
|
color: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-2 .content-block .media h4 {
|
.about-2 .content-block .media h4 {
|
||||||
@ -708,12 +708,12 @@ a:hover {
|
|||||||
|
|
||||||
.form-meghna input:hover,
|
.form-meghna input:hover,
|
||||||
.form-meghna textarea:hover {
|
.form-meghna textarea:hover {
|
||||||
border-color: #0FBAC4;
|
border-color: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contact-submit {
|
#contact-submit {
|
||||||
border: 1px solid rgba(236, 239, 241, 0.07);
|
border: 1px solid rgba(236, 239, 241, 0.07);
|
||||||
background: #0FBAC4;
|
background: #215CD2;
|
||||||
padding: 12px 0;
|
padding: 12px 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -811,7 +811,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.price-title h3 {
|
.price-title h3 {
|
||||||
color: #0FBAC4;
|
color: #215CD2;
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
@ -822,7 +822,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.price-title .value {
|
.price-title .value {
|
||||||
color: #0FBAC4;
|
color: #215CD2;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -872,7 +872,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.portfolio-filter .btn.active {
|
.portfolio-filter .btn.active {
|
||||||
border-color: #0FBAC4;
|
border-color: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portfolio-block {
|
.portfolio-block {
|
||||||
@ -931,7 +931,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.portfolio-block .caption .search-icon {
|
.portfolio-block .caption .search-icon {
|
||||||
background: #0FBAC4;
|
background: #215CD2;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -977,13 +977,13 @@ a:hover {
|
|||||||
|
|
||||||
.service-2 .service-item:hover i {
|
.service-2 .service-item:hover i {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #0FBAC4;
|
color: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-2 .service-item i {
|
.service-2 .service-item i {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: #0FBAC4 none repeat scroll 0 0;
|
background: #215CD2 none repeat scroll 0 0;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
|
box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -1016,7 +1016,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.skill-bar .progress .progress-bar {
|
.skill-bar .progress .progress-bar {
|
||||||
background: #0FBAC4;
|
background: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*=================================================================
|
/*=================================================================
|
||||||
@ -1096,7 +1096,7 @@ a:hover {
|
|||||||
|
|
||||||
.member-photo .mask ul li a:hover {
|
.member-photo .mask ul li a:hover {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #0FBAC4;
|
color: #215CD2;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1177,7 +1177,7 @@ a:hover {
|
|||||||
|
|
||||||
.owl-controls .owl-page.active span,
|
.owl-controls .owl-page.active span,
|
||||||
.owl-controls .owl-page:hover span {
|
.owl-controls .owl-page:hover span {
|
||||||
background-color: #0FBAC4;
|
background-color: #215CD2;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1271,7 +1271,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-meta a {
|
.post-meta a {
|
||||||
color: #0FBAC4;
|
color: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-meta>span {
|
.post-meta>span {
|
||||||
@ -1332,7 +1332,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.next-prev a:hover {
|
.next-prev a:hover {
|
||||||
color: #0FBAC4;
|
color: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-prev .prev-post i {
|
.next-prev .prev-post i {
|
||||||
@ -1355,7 +1355,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.social-profile ul li a i:hover {
|
.social-profile ul li a i:hover {
|
||||||
color: #0FBAC4;
|
color: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comments-section {
|
.comments-section {
|
||||||
@ -1403,7 +1403,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.comment-wrap .media .media-heading a {
|
.comment-wrap .media .media-heading a {
|
||||||
color: #0FBAC4;
|
color: #215CD2;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1430,7 +1430,7 @@ a:hover {
|
|||||||
.comment-reply-form input:focus,
|
.comment-reply-form input:focus,
|
||||||
.comment-reply-form textarea:focus {
|
.comment-reply-form textarea:focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border: 1px solid #0FBAC4;
|
border: 1px solid #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-reply-form textarea,
|
.comment-reply-form textarea,
|
||||||
@ -1532,7 +1532,7 @@ input#e-mail,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.social-icon ul li a:hover {
|
.social-icon ul li a:hover {
|
||||||
background: #0FBAC4;
|
background: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-icon ul li a:hover i {
|
.social-icon ul li a:hover i {
|
||||||
@ -1575,8 +1575,8 @@ input#e-mail,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#scrollUp:hover {
|
#scrollUp:hover {
|
||||||
background-color: #0FBAC4;
|
background-color: #215CD2;
|
||||||
border: 1px solid #0FBAC4;
|
border: 1px solid #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*=================================================================
|
/*=================================================================
|
||||||
@ -2002,7 +2002,7 @@ blockquote {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-control-meghna .form-control:focus {
|
.form-control-meghna .form-control:focus {
|
||||||
border-color: #0FBAC4;
|
border-color: #215CD2;
|
||||||
box-shadow: 0 0 0 0.2rem rgba(0, 174, 255, 0.432);
|
box-shadow: 0 0 0 0.2rem rgba(0, 174, 255, 0.432);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2256,8 +2256,8 @@ figcaption {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pagination .page-item .page-link:hover {
|
.pagination .page-item .page-link:hover {
|
||||||
background: #0FBAC4;
|
background: #215CD2;
|
||||||
border-color: #0FBAC4;
|
border-color: #215CD2;
|
||||||
color: #fff
|
color: #fff
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2267,9 +2267,9 @@ figcaption {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pagination .page-item.active .page-link {
|
.pagination .page-item.active .page-link {
|
||||||
background: #0FBAC4;
|
background: #215CD2;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-color: #0FBAC4;
|
border-color: #215CD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#select-language {
|
#select-language {
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
{{ partial "pricing.html" . }}
|
{{ partial "pricing.html" . }}
|
||||||
|
|
||||||
{{ partial "testimonial.html" . }}
|
<!-- {{ partial "testimonial.html" . }} -->
|
||||||
|
|
||||||
{{ partial "blog.html" . }}
|
{{ partial "blog.html" . }}
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
{{ range .service_item}}
|
{{ range .service_item}}
|
||||||
{{"<!-- Single Service Item -->" | safeHTML }}
|
{{"<!-- Single Service Item -->" | safeHTML }}
|
||||||
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
|
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
|
||||||
<div class="service-block text-center">
|
<div class="service-block text-center">
|
||||||
<div class="service-icon text-center">
|
<div class="service-icon text-center">
|
||||||
<i class="{{ .icon }}"></i>
|
<i class="{{ .icon }}"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user