diff --git a/config.toml b/config.toml index d5ca5de..885515a 100644 --- a/config.toml +++ b/config.toml @@ -85,48 +85,48 @@ weight = 7 -################### Dutch Navigation ######################## -[[Languages.nl.menu.main]] -name = "Over ons" -pre = "#" -url = "about" -weight = 1 +# ################### Dutch Navigation ######################## +# [[Languages.nl.menu.main]] +# name = "Over ons" +# pre = "#" +# url = "about" +# weight = 1 -[[Languages.nl.menu.main]] -name = "Onze Services" -pre = "#" -url = "services" -weight = 2 +# [[Languages.nl.menu.main]] +# name = "Onze Services" +# pre = "#" +# url = "services" +# weight = 2 -[[Languages.nl.menu.main]] -name = "Portfolio" -pre = "#" -url = "portfolio" -weight = 3 +# [[Languages.nl.menu.main]] +# name = "Portfolio" +# pre = "#" +# url = "portfolio" +# weight = 3 -[[Languages.nl.menu.main]] -name = "Team" -pre = "#" -url = "team" -weight = 4 +# [[Languages.nl.menu.main]] +# name = "Team" +# pre = "#" +# url = "team" +# weight = 4 -[[Languages.nl.menu.main]] -name = "Plannen" -pre = "#" -url = "pricing" -weight = 5 +# [[Languages.nl.menu.main]] +# name = "Plannen" +# pre = "#" +# url = "pricing" +# weight = 5 -[[Languages.nl.menu.main]] -name = "blog" -pre = "#" -url = "blog" -weight = 6 +# [[Languages.nl.menu.main]] +# name = "blog" +# pre = "#" +# url = "blog" +# weight = 6 -[[Languages.nl.menu.main]] -name = "contact ons" -pre = "#" -url = "contact" -weight = 7 +# [[Languages.nl.menu.main]] +# name = "contact ons" +# pre = "#" +# url = "contact" +# weight = 7 ############################# Default Parameters ########################## @@ -193,11 +193,11 @@ weight = 1 home = "Home" copyright = "Copyright © 2020 Designed by [Themefisher](https://themefisher.com)" -################################ France Language ######################## -[Languages.nl] -languageName = "Nl" -languageCode = "nl" -contentDir = "content/dutch" -weight = 2 -home = "Home" -copyright = "Copyright © 2020 Designed by [Themefisher](https://themefisher.com)" +# ################################ Dutch Language ######################## +# [Languages.nl] +# languageName = "Nl" +# languageCode = "nl" +# contentDir = "content/dutch" +# weight = 2 +# home = "Home" +# copyright = "Copyright © 2020 Designed by [Themefisher](https://themefisher.com)" diff --git a/themes/meghna-hugo/assets/css/custom.css b/themes/meghna-hugo/assets/css/custom.css index 69365ad..a102275 100644 --- a/themes/meghna-hugo/assets/css/custom.css +++ b/themes/meghna-hugo/assets/css/custom.css @@ -9,7 +9,7 @@ background-color: #0099FF; } -/* this should probably be #0fBAC4 */ +/* this should probably be #215CD2 */ .btn-main:hover { background: #0099FF; color: #fff; @@ -18,31 +18,29 @@ .price-item { background-color: #0d0e0f; - /* disable this block to get prising section mostly same color as bg */ } .counters-item { /* background-color: #0d0e0f; */ } -/* the hover is basically here to compare */ .service-block { 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 { - background-color: #0d0e0f; - box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(0, 153, 255, 0.8); + background-color: #0d0e0f; + 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 { - background: #0FBAC4; - } - .skill-bar .progress .progress-bar:hover { - background: #0099ff; + background: #215CD2; } - .title h2 span:hover { - color: #0099FF; - } \ No newline at end of file +.member-photo .mask { + background-color: rgba(33, 92, 210, 0.7); +} \ No newline at end of file diff --git a/themes/meghna-hugo/assets/css/style.css b/themes/meghna-hugo/assets/css/style.css index 8163be9..96f8874 100644 --- a/themes/meghna-hugo/assets/css/style.css +++ b/themes/meghna-hugo/assets/css/style.css @@ -48,12 +48,12 @@ pre { ::-moz-selection { /* Code for Firefox */ color: #fff; - background: #0FBAC4; + background: #215CD2; } ::selection { color: #fff; - background: #0FBAC4; + background: #215CD2; } hr { @@ -116,7 +116,7 @@ a:hover { .btn-transparent:hover, .btn-transparent:focus { - background-color: #0FBAC4; + background-color: #215CD2; border: 1px solid transparent; color: #fff; } @@ -138,7 +138,7 @@ a:hover { position: absolute; top: -4px; width: 50px; - background-color: #0FBAC4; + background-color: #215CD2; } .color { @@ -216,11 +216,11 @@ a:hover { a:focus, a:hover { - color: #0FBAC4; + color: #215CD2; } .btn-main { - background: #0FBAC4; + background: #215CD2; color: #fff; display: inline-block; font-size: 14px; @@ -308,7 +308,7 @@ a:hover { } .title h2 span { - color: #0FBAC4; + color: #215CD2; } .title p { @@ -353,7 +353,7 @@ a:hover { } .header-bradcrumb a:hover { - color: #0FBAC4; + color: #215CD2; } .slick-slide { @@ -417,7 +417,7 @@ a:hover { .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link { - color: #0FBAC4; + color: #215CD2; } .navbar-toggler:focus { @@ -461,7 +461,7 @@ a:hover { .hero-area .block .video-button { background: #fff; - color: #0FBAC4; + color: #215CD2; display: inline-block; height: 60px; width: 60px; @@ -556,7 +556,7 @@ a:hover { } .about .block:hover { - border-bottom: 2px solid #0FBAC4; + border-bottom: 2px solid #215CD2; } .about .block:hover .icon-box { @@ -628,7 +628,7 @@ a:hover { .about-2 .content-block .media i { font-size: 30px; - color: #0FBAC4; + color: #215CD2; } .about-2 .content-block .media h4 { @@ -708,12 +708,12 @@ a:hover { .form-meghna input:hover, .form-meghna textarea:hover { - border-color: #0FBAC4; + border-color: #215CD2; } #contact-submit { border: 1px solid rgba(236, 239, 241, 0.07); - background: #0FBAC4; + background: #215CD2; padding: 12px 0; width: 100%; margin: 0; @@ -811,7 +811,7 @@ a:hover { } .price-title h3 { - color: #0FBAC4; + color: #215CD2; margin: 0 0 10px; text-transform: uppercase; } @@ -822,7 +822,7 @@ a:hover { } .price-title .value { - color: #0FBAC4; + color: #215CD2; font-size: 30px; } @@ -872,7 +872,7 @@ a:hover { } .portfolio-filter .btn.active { - border-color: #0FBAC4; + border-color: #215CD2; } .portfolio-block { @@ -931,7 +931,7 @@ a:hover { } .portfolio-block .caption .search-icon { - background: #0FBAC4; + background: #215CD2; width: 50px; height: 50px; color: #fff; @@ -977,13 +977,13 @@ a:hover { .service-2 .service-item:hover i { background: #fff; - color: #0FBAC4; + color: #215CD2; } .service-2 .service-item i { font-size: 30px; display: inline-block; - background: #0FBAC4 none repeat scroll 0 0; + background: #215CD2 none repeat scroll 0 0; border-radius: 30px; box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1); color: #fff; @@ -1016,7 +1016,7 @@ a:hover { } .skill-bar .progress .progress-bar { - background: #0FBAC4; + background: #215CD2; } /*================================================================= @@ -1096,7 +1096,7 @@ a:hover { .member-photo .mask ul li a:hover { background-color: #fff; - color: #0FBAC4; + color: #215CD2; border: 1px solid transparent; } @@ -1177,7 +1177,7 @@ a:hover { .owl-controls .owl-page.active span, .owl-controls .owl-page:hover span { - background-color: #0FBAC4; + background-color: #215CD2; border: 2px solid transparent; } @@ -1271,7 +1271,7 @@ a:hover { } .post-meta a { - color: #0FBAC4; + color: #215CD2; } .post-meta>span { @@ -1332,7 +1332,7 @@ a:hover { } .next-prev a:hover { - color: #0FBAC4; + color: #215CD2; } .next-prev .prev-post i { @@ -1355,7 +1355,7 @@ a:hover { } .social-profile ul li a i:hover { - color: #0FBAC4; + color: #215CD2; } .comments-section { @@ -1403,7 +1403,7 @@ a:hover { } .comment-wrap .media .media-heading a { - color: #0FBAC4; + color: #215CD2; font-size: 13px; } @@ -1430,7 +1430,7 @@ a:hover { .comment-reply-form input:focus, .comment-reply-form textarea:focus { box-shadow: none; - border: 1px solid #0FBAC4; + border: 1px solid #215CD2; } .comment-reply-form textarea, @@ -1532,7 +1532,7 @@ input#e-mail, } .social-icon ul li a:hover { - background: #0FBAC4; + background: #215CD2; } .social-icon ul li a:hover i { @@ -1575,8 +1575,8 @@ input#e-mail, } #scrollUp:hover { - background-color: #0FBAC4; - border: 1px solid #0FBAC4; + background-color: #215CD2; + border: 1px solid #215CD2; } /*================================================================= @@ -2002,7 +2002,7 @@ blockquote { } .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); } @@ -2256,8 +2256,8 @@ figcaption { } .pagination .page-item .page-link:hover { - background: #0FBAC4; - border-color: #0FBAC4; + background: #215CD2; + border-color: #215CD2; color: #fff } @@ -2267,9 +2267,9 @@ figcaption { } .pagination .page-item.active .page-link { - background: #0FBAC4; + background: #215CD2; color: #fff; - border-color: #0FBAC4; + border-color: #215CD2; } #select-language { diff --git a/themes/meghna-hugo/layouts/index.html b/themes/meghna-hugo/layouts/index.html index 34ef028..ca27f15 100644 --- a/themes/meghna-hugo/layouts/index.html +++ b/themes/meghna-hugo/layouts/index.html @@ -22,7 +22,7 @@ {{ partial "pricing.html" . }} -{{ partial "testimonial.html" . }} + {{ partial "blog.html" . }} diff --git a/themes/meghna-hugo/layouts/partials/service.html b/themes/meghna-hugo/layouts/partials/service.html index 055236e..e4925ef 100644 --- a/themes/meghna-hugo/layouts/partials/service.html +++ b/themes/meghna-hugo/layouts/partials/service.html @@ -18,7 +18,7 @@ {{ range .service_item}} {{"" | safeHTML }} -
+