Compare commits
12 Commits
f611c71c2d
...
02ac59cc11
Author | SHA1 | Date | |
---|---|---|---|
02ac59cc11 | |||
|
cc88c0a224 | ||
1e1752e699 | |||
6e7215d4ad | |||
973b62ebb2 | |||
428a661686 | |||
|
bd1ace3bbc | ||
|
907a215b49 | ||
|
449d95ab71 | ||
|
ad6bc1dbb6 | ||
|
0a00526a3a | ||
|
07737b19b4 |
129
config.toml
129
config.toml
@ -1,5 +1,5 @@
|
||||
################################# Default configuration ###################
|
||||
baseURL = "https://aperturect.com"
|
||||
baseURL = "https://www.aperturect.com"
|
||||
title = "ApertureCT"
|
||||
theme = "meghna-hugo"
|
||||
# post pagination
|
||||
@ -53,11 +53,11 @@ pre = "#"
|
||||
url = "services"
|
||||
weight = 2
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
name = "portfolio"
|
||||
pre = "#"
|
||||
url = "portfolio"
|
||||
weight = 3
|
||||
# [[Languages.en.menu.main]]
|
||||
# name = "portfolio"
|
||||
# pre = "#"
|
||||
# url = "portfolio"
|
||||
# weight = 3
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
name = "team"
|
||||
@ -65,11 +65,11 @@ pre = "#"
|
||||
url = "team"
|
||||
weight = 4
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
name = "pricing"
|
||||
pre = "#"
|
||||
url = "pricing"
|
||||
weight = 5
|
||||
# [[Languages.en.menu.main]]
|
||||
# name = "pricing"
|
||||
# pre = "#"
|
||||
# url = "pricing"
|
||||
# weight = 5
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
name = "blog"
|
||||
@ -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 ##########################
|
||||
@ -161,11 +161,7 @@ map_marker = "images/marker.png"
|
||||
############################# social icons ##########################
|
||||
[[params.social]]
|
||||
icon = "ti-facebook" # themify icon pack : https://themify.me/themify-icons
|
||||
link = "#"
|
||||
|
||||
[[params.social]]
|
||||
icon = "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
|
||||
link = "#"
|
||||
link = "https://www.facebook.com/ApertureComputerTechnologies/"
|
||||
|
||||
[[params.social]]
|
||||
icon = "ti-youtube" # themify icon pack : https://themify.me/themify-icons
|
||||
@ -173,16 +169,7 @@ link = "#"
|
||||
|
||||
[[params.social]]
|
||||
icon = "ti-linkedin" # themify icon pack : https://themify.me/themify-icons
|
||||
link = "#"
|
||||
|
||||
[[params.social]]
|
||||
icon = "ti-dribbble" # themify icon pack : https://themify.me/themify-icons
|
||||
link = "#"
|
||||
|
||||
[[params.social]]
|
||||
icon = "ti-pinterest" # themify icon pack : https://themify.me/themify-icons
|
||||
link = "#"
|
||||
|
||||
link = "https://www.linkedin.com/company/aperture-ct/"
|
||||
|
||||
################################ English Language ########################
|
||||
[Languages.en]
|
||||
@ -191,13 +178,13 @@ languageCode = "en-us"
|
||||
contentDir = "content/english"
|
||||
weight = 1
|
||||
home = "Home"
|
||||
copyright = "Copyright © 2020 Designed by [Themefisher](https://themefisher.com)"
|
||||
copyright = "Copyright © 2021 Aperture Computer Technologies, Designed by Themefisher"
|
||||
|
||||
################################ 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)"
|
||||
|
@ -1,15 +1,8 @@
|
||||
---
|
||||
title: "Jeremy Berkleef"
|
||||
image: ""
|
||||
email: "email2@example.org"
|
||||
title: "Jeremy D. Berkleef"
|
||||
image: "images/team/jeremy1.jpg"
|
||||
email: "jberkleef@aperturect.com"
|
||||
social:
|
||||
- icon : "ti-facebook" # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : "ti-github" # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
---
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue. Duis auctor lacus id vehicula gravida. Nam suscipit vitae purus et laoreet.
|
||||
Donec nisi dolor, consequat vel pretium id, auctor in dui. Nam iaculis, neque ac ullamcorper.
|
||||
Aspiring systems engineer, Car enthusiast, Aperture Computer Tech's founder and dog person.
|
@ -5,12 +5,12 @@ about:
|
||||
about_item :
|
||||
- icon : ti-ruler-pencil # themify icon pack : https://themify.me/themify-icons
|
||||
title : We're Creative
|
||||
content : Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit, nihil, libero, perspiciatis eos provident laborum eum dignissimos.
|
||||
content : We're a team of young professionals looking to improve the IT landscape in Suriname as a whole.
|
||||
|
||||
- icon : ti-cup # themify icon pack : https://themify.me/themify-icons
|
||||
title : We're Professional
|
||||
content : Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit, nihil, libero, perspiciatis eos provident laborum eum dignissimos.
|
||||
- icon : ti-medall # themify icon pack : https://themify.me/themify-icons
|
||||
title : We're Certified
|
||||
content : From Microsoft Azure to the Linux Foundation. We know what we're talking about.
|
||||
|
||||
- icon : ti-thought # themify icon pack : https://themify.me/themify-icons
|
||||
title : We're Genius
|
||||
content : Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit, nihil, libero, perspiciatis eos provident laborum eum dignissimos.
|
||||
title : We're Client Focused
|
||||
content : We put our client's needs first. We do our homework on what you want and deliver the solution that fits you best.
|
@ -5,8 +5,8 @@ banner:
|
||||
bg_image : "images/backgrounds/hero-area.jpg"
|
||||
icon : "" # themify icon pack : https://themify.me/themify-icons
|
||||
title : "Ensuring your future"
|
||||
content : "blah blah"
|
||||
content : "Datacenter, network, web and security consulting."
|
||||
button:
|
||||
enable : true
|
||||
label : "Explore Us"
|
||||
link : "#services"
|
||||
link : "#about"
|
@ -2,28 +2,23 @@
|
||||
contact:
|
||||
enable : true
|
||||
title : Contact Us
|
||||
subtitle : Contact Details
|
||||
content : Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsam, vero, provident, eum eligendi blanditiis ex explicabo vitae nostrum facilis asperiores dolorem illo officiis ratione vel fugiat dicta laboriosam labore adipisci.
|
||||
subtitle : Contact us for a quote or project!
|
||||
content : You can contact us via Email, phone or the contact form below.
|
||||
|
||||
# Contact details
|
||||
contact_list:
|
||||
- icon : ti-location-pin # themify icon pack : https://themify.me/themify-icons
|
||||
info : "Khaja Road, Bayzid, Chittagong, Bangladesh"
|
||||
|
||||
- icon : ti-mobile # themify icon pack : https://themify.me/themify-icons
|
||||
info : "Phone: +880-31-000-000"
|
||||
|
||||
- icon : ti-printer # themify icon pack : https://themify.me/themify-icons
|
||||
info : "Fax: +880-31-000-000"
|
||||
info : "Phone: +597-728-3658 "
|
||||
|
||||
- icon : ti-email # themify icon pack : https://themify.me/themify-icons
|
||||
info : "Email: hello@meghna.com"
|
||||
info : "Email: info@aperturect.com"
|
||||
|
||||
|
||||
# Contact form
|
||||
contact_form:
|
||||
enable : true
|
||||
form_action : "#" #contact form works with https://formspree.io
|
||||
form_action : "https://formspree.io/f/xeqvjakj" #contact form works with https://formspree.io
|
||||
name : "Your Name"
|
||||
email : "Your Email"
|
||||
subject : "Subject"
|
||||
|
@ -3,8 +3,8 @@ cta:
|
||||
enable : true
|
||||
bg_image : "images/backgrounds/bg-white-wall.jpg"
|
||||
bg_image_webp : "images/backgrounds/bg-white-wall.webp"
|
||||
title : "Great Design & Incredible Features"
|
||||
content : "Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis tenetur odio impedit incidunt? Omnis accusantium ea reiciendis, fugit commodi nostrum."
|
||||
title : "Want to work with us?"
|
||||
content : "Contact us now for more information and a personalized quotation!"
|
||||
button:
|
||||
enable : true
|
||||
label : "Start a project with us"
|
||||
|
@ -3,11 +3,11 @@ feature:
|
||||
enable : true
|
||||
image : images/about/about-business-man.jpg
|
||||
image_webp : images/about/about-business-man.webp
|
||||
title : We’re A dev/networking thing.
|
||||
title : We deliver datacenter service from design and planning to deployment and maintenance
|
||||
content : "Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquam tempora itaque, autem dolores culpa cum mollitia voluptate nesciunt voluptatibus quasi."
|
||||
feature_item :
|
||||
# feature item loop
|
||||
- title : Feature 1
|
||||
- title : This be deprecated
|
||||
icon : ti-world # themify icon pack : https://themify.me/themify-icons
|
||||
content : Lorem ipsum, dolor sit amet consectetur adipisicing elit. Possimus consectetur dolores repellendus eos saepe
|
||||
|
||||
|
@ -1,25 +1,34 @@
|
||||
################################# Service #################################
|
||||
service:
|
||||
enable : true
|
||||
title : Our Services
|
||||
service_item :
|
||||
enable: true
|
||||
title: Our Services
|
||||
service_item:
|
||||
# service item loop
|
||||
- name : Websites opzetten
|
||||
icon : ti-world # themify icon pack : https://themify.me/themify-icons
|
||||
content : Lorem ipsum dolor sit amet, consectetur.. Sed id lorem eget orci dictum facilisis vel id tellus.Nullam iaculis arcu at mauris dapibus consectetur.
|
||||
- name: Datacenter service
|
||||
icon: ti-harddrives # themify icon pack : https://themify.me/themify-icons
|
||||
content: "We deliver complete datacenters: from design and planning to deployment and maintenance."
|
||||
|
||||
# service item loop
|
||||
- name : network setup
|
||||
icon : ti-layout # themify icon pack : https://themify.me/themify-icons
|
||||
content : Lorem ipsum dolor sit amet, consectetur.. Sed id lorem eget orci dictum facilisis vel id tellus.Nullam iaculis arcu at mauris dapibus consectetur.
|
||||
- name: Networking solutions
|
||||
icon: ti-world # themify icon pack : https://themify.me/themify-icons
|
||||
content: We can design your enterprise network from the ground up or help you expand your existing network. Everything from infrastructure to Software Defined Networking solutions.
|
||||
|
||||
# service item loop
|
||||
- name : Porten van legacy shit
|
||||
icon : ti-blackboard # themify icon pack : https://themify.me/themify-icons
|
||||
content : Lorem ipsum dolor sit amet, consectetur.. Sed id lorem eget orci dictum facilisis vel id tellus.Nullam iaculis arcu at mauris dapibus consectetur.
|
||||
- name: Cloud migration
|
||||
icon: ti-cloud # themify icon pack : https://themify.me/themify-icons
|
||||
content: We'll help you migrate your existing infrastructure to the cloud, delivering smart and scalable solutions.
|
||||
|
||||
# service item loop
|
||||
- name : Data Analysis
|
||||
icon : ti-palette # themify icon pack : https://themify.me/themify-icons
|
||||
content : Lorem ipsum dolor sit amet, consectetur.. Sed id lorem eget orci dictum facilisis vel id tellus.Nullam iaculis arcu at mauris dapibus consectetur.
|
||||
- name: Managed services
|
||||
icon: ti-panel # themify icon pack : https://themify.me/themify-icons
|
||||
content: We can manage your existing firewalls, servers and cloud solutions
|
||||
|
||||
# service item loop
|
||||
- name: Security
|
||||
icon: ti-shield # themify icon pack : https://themify.me/themify-icons
|
||||
content: We can provide consultancy on physical security, datacenter edge- and endpoint protection
|
||||
|
||||
# service item loop
|
||||
- name: Web development
|
||||
icon: ti-hummer # themify icon pack : https://themify.me/themify-icons
|
||||
content: We can build modern, scalable webapps, provide hosting and consultancy.
|
||||
|
@ -7,78 +7,40 @@ team:
|
||||
- name : Jeremy Berkleef
|
||||
image_webp : images/team/jeremy1.jpg
|
||||
image : images/team/jeremy1.jpg
|
||||
designation : CEO/Network Engineer
|
||||
content : Jeremy is Lorem ipsum dolor sit amet consectetur adipisicing elit. Aspernatur necessitatibus ullam, culpa odio.
|
||||
designation : Founder/Systems Engineer
|
||||
content : Loving wife, car enthousiast, part-time 5400RPM HDD.
|
||||
social :
|
||||
- icon : ti-facebook # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : ti-twitter-alt # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : ti-linkedin # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : ti-dribbble # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
|
||||
# team member loop
|
||||
- name : Sagar Ramsaransing
|
||||
image_webp : images/team/jeremy2.jpg
|
||||
image : images/team/jeremy2.jpg
|
||||
designation : Developer/Designer
|
||||
content : Lorem ipsum dolor sit amet consectetur adipisicing elit. Aspernatur necessitatibus ullam, culpa odio.
|
||||
social :
|
||||
- icon : ti-facebook # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : ti-twitter-alt # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : ti-linkedin # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : ti-dribbble # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
link : "https://www.linkedin.com/in/jberkleef/"
|
||||
|
||||
# team member loop
|
||||
- name : Shaquille Soekhlal
|
||||
image_webp : images/team/jeremy3.jpg
|
||||
image : images/team/jeremy3.jpg
|
||||
designation : Network Engineer
|
||||
content : Lorem ipsum dolor sit amet consectetur adipisicing elit. Aspernatur necessitatibus ullam, culpa odio.
|
||||
designation : Co-Founder/Network Engineer
|
||||
content : Regrettably, not James Lopez.
|
||||
social :
|
||||
- icon : ti-facebook # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : ti-twitter-alt # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : ti-linkedin # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : ti-dribbble # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
link : "https://www.linkedin.com/in/shaquille-soekhlal-7b076b173/"
|
||||
|
||||
|
||||
# team member loop
|
||||
- name : James Lopez
|
||||
- name : Sagar Ramsaransing
|
||||
image_webp : images/team/jeremy2.jpg
|
||||
image : images/team/jeremy2.jpg
|
||||
designation : Software Developer
|
||||
content : The man in the git commits.
|
||||
social :
|
||||
- icon : ti-linkedin # themify icon pack : https://themify.me/themify-icons
|
||||
link : "https://www.linkedin.com/in/sagar-ramsaransing-034421128/"
|
||||
|
||||
|
||||
# team member loop
|
||||
- name : Stefan Udit
|
||||
image_webp : images/team/jeremy4.jpg
|
||||
image : images/team/jeremy4.jpg
|
||||
designation : Fall guy
|
||||
content : Lorem ipsum dolor sit amet consectetur adipisicing elit. Aspernatur necessitatibus ullam, culpa odio.
|
||||
designation : Web Designer
|
||||
content : Possibly deceased.
|
||||
social :
|
||||
- icon : ti-facebook # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : ti-twitter-alt # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : ti-linkedin # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : ti-dribbble # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
|
||||
# team member loop
|
||||
- name : Smiling Chinese Man
|
||||
image_webp : images/team/jeremy5.jpg
|
||||
image : images/team/jeremy5.jpg
|
||||
designation : Guy who will Fuck you up
|
||||
content : Lorem ipsum dolor sit amet consectetur adipisicing elit. Aspernatur necessitatibus ullam, culpa odio.
|
||||
social :
|
||||
- icon : ti-facebook # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : ti-twitter-alt # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : ti-linkedin # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
- icon : ti-dribbble # themify icon pack : https://themify.me/themify-icons
|
||||
link : "#"
|
||||
link : "https://www.linkedin.com/in/stefanudit/"
|
@ -0,0 +1,78 @@
|
||||
.navigation {
|
||||
background-color: #292F36;
|
||||
width: 100%;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#contact-submit:hover {
|
||||
border-color: #2c9091;
|
||||
background-color: #0099FF;
|
||||
}
|
||||
|
||||
/* this should probably be #215CD2 */
|
||||
.btn-main:hover {
|
||||
background: #0099FF;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.price-item {
|
||||
background-color: #0d0e0f;
|
||||
}
|
||||
|
||||
.counters-item {
|
||||
/* background-color: #0d0e0f; */
|
||||
}
|
||||
|
||||
.service-block {
|
||||
background-color: #0d0e0f;
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.skill-bar .progress .progress-bar {
|
||||
background: #215CD2;
|
||||
}
|
||||
|
||||
.member-photo .mask {
|
||||
background-color: rgba(33, 92, 210, 0.7);
|
||||
}
|
||||
|
||||
@media (max-width: 3840px) {
|
||||
.section {
|
||||
padding: 100px;
|
||||
}
|
||||
.container {
|
||||
max-width: 80%;
|
||||
}
|
||||
.col-lg-4 {
|
||||
flex: 0 0 30%;
|
||||
max-width: 30%;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* @media (max-width: 1920px) {
|
||||
.section {
|
||||
padding: 100px;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.col-lg-4 {
|
||||
flex: 0 0 30%;
|
||||
max-width: 30%;
|
||||
margin: auto;
|
||||
}
|
||||
} */
|
@ -48,16 +48,17 @@ pre {
|
||||
::-moz-selection {
|
||||
/* Code for Firefox */
|
||||
color: #fff;
|
||||
background: #0FBAC4;
|
||||
background: #215CD2;
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: #fff;
|
||||
background: #0FBAC4;
|
||||
background: #215CD2;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-top: 1px solid rgba(255, 255, 255, .1);
|
||||
|
||||
}
|
||||
|
||||
figure {
|
||||
@ -115,7 +116,7 @@ a:hover {
|
||||
|
||||
.btn-transparent:hover,
|
||||
.btn-transparent:focus {
|
||||
background-color: #0FBAC4;
|
||||
background-color: #215CD2;
|
||||
border: 1px solid transparent;
|
||||
color: #fff;
|
||||
}
|
||||
@ -125,7 +126,7 @@ a:hover {
|
||||
height: 1px;
|
||||
margin: 15px auto 0;
|
||||
position: relative;
|
||||
width: 30%;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.border-meghna:before {
|
||||
@ -137,7 +138,7 @@ a:hover {
|
||||
position: absolute;
|
||||
top: -4px;
|
||||
width: 50px;
|
||||
background-color: #0FBAC4;
|
||||
background-color: #215CD2;
|
||||
}
|
||||
|
||||
.color {
|
||||
@ -215,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;
|
||||
@ -307,7 +308,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.title h2 span {
|
||||
color: #0FBAC4;
|
||||
color: #215CD2;
|
||||
}
|
||||
|
||||
.title p {
|
||||
@ -352,7 +353,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.header-bradcrumb a:hover {
|
||||
color: #0FBAC4;
|
||||
color: #215CD2;
|
||||
}
|
||||
|
||||
.slick-slide {
|
||||
@ -416,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 {
|
||||
@ -460,7 +461,7 @@ a:hover {
|
||||
|
||||
.hero-area .block .video-button {
|
||||
background: #fff;
|
||||
color: #0FBAC4;
|
||||
color: #215CD2;
|
||||
display: inline-block;
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
@ -555,7 +556,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.about .block:hover {
|
||||
border-bottom: 2px solid #0FBAC4;
|
||||
border-bottom: 2px solid #215CD2;
|
||||
}
|
||||
|
||||
.about .block:hover .icon-box {
|
||||
@ -627,7 +628,7 @@ a:hover {
|
||||
|
||||
.about-2 .content-block .media i {
|
||||
font-size: 30px;
|
||||
color: #0FBAC4;
|
||||
color: #215CD2;
|
||||
}
|
||||
|
||||
.about-2 .content-block .media h4 {
|
||||
@ -707,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;
|
||||
@ -801,6 +802,7 @@ a:hover {
|
||||
border: 1px solid rgba(236, 239, 241, 0.07);
|
||||
padding-bottom: 30px;
|
||||
margin-bottom: 15px;
|
||||
|
||||
}
|
||||
|
||||
.price-title {
|
||||
@ -809,7 +811,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.price-title h3 {
|
||||
color: #0FBAC4;
|
||||
color: #215CD2;
|
||||
margin: 0 0 10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
@ -820,7 +822,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.price-title .value {
|
||||
color: #0FBAC4;
|
||||
color: #215CD2;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
@ -840,9 +842,9 @@ a:hover {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.pricing li:nth-child(2n) {
|
||||
/* .pricing li:nth-child(2n) {
|
||||
background-color: #292F36;
|
||||
}
|
||||
} */
|
||||
|
||||
.pricing li .btn {
|
||||
text-transform: uppercase;
|
||||
@ -870,7 +872,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.portfolio-filter .btn.active {
|
||||
border-color: #0FBAC4;
|
||||
border-color: #215CD2;
|
||||
}
|
||||
|
||||
.portfolio-block {
|
||||
@ -929,7 +931,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.portfolio-block .caption .search-icon {
|
||||
background: #0FBAC4;
|
||||
background: #215CD2;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
color: #fff;
|
||||
@ -975,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;
|
||||
@ -1014,7 +1016,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.skill-bar .progress .progress-bar {
|
||||
background: #0FBAC4;
|
||||
background: #215CD2;
|
||||
}
|
||||
|
||||
/*=================================================================
|
||||
@ -1025,6 +1027,7 @@ a:hover {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
.team-member:hover .mask {
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
@ -1093,7 +1096,7 @@ a:hover {
|
||||
|
||||
.member-photo .mask ul li a:hover {
|
||||
background-color: #fff;
|
||||
color: #0FBAC4;
|
||||
color: #215CD2;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
@ -1174,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;
|
||||
}
|
||||
|
||||
@ -1268,7 +1271,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.post-meta a {
|
||||
color: #0FBAC4;
|
||||
color: #215CD2;
|
||||
}
|
||||
|
||||
.post-meta>span {
|
||||
@ -1329,7 +1332,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.next-prev a:hover {
|
||||
color: #0FBAC4;
|
||||
color: #215CD2;
|
||||
}
|
||||
|
||||
.next-prev .prev-post i {
|
||||
@ -1352,7 +1355,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.social-profile ul li a i:hover {
|
||||
color: #0FBAC4;
|
||||
color: #215CD2;
|
||||
}
|
||||
|
||||
.comments-section {
|
||||
@ -1400,7 +1403,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.comment-wrap .media .media-heading a {
|
||||
color: #0FBAC4;
|
||||
color: #215CD2;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
@ -1427,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,
|
||||
@ -1529,7 +1532,7 @@ input#e-mail,
|
||||
}
|
||||
|
||||
.social-icon ul li a:hover {
|
||||
background: #0FBAC4;
|
||||
background: #215CD2;
|
||||
}
|
||||
|
||||
.social-icon ul li a:hover i {
|
||||
@ -1572,8 +1575,8 @@ input#e-mail,
|
||||
}
|
||||
|
||||
#scrollUp:hover {
|
||||
background-color: #0FBAC4;
|
||||
border: 1px solid #0FBAC4;
|
||||
background-color: #215CD2;
|
||||
border: 1px solid #215CD2;
|
||||
}
|
||||
|
||||
/*=================================================================
|
||||
@ -1999,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);
|
||||
}
|
||||
|
||||
@ -2253,8 +2256,8 @@ figcaption {
|
||||
}
|
||||
|
||||
.pagination .page-item .page-link:hover {
|
||||
background: #0FBAC4;
|
||||
border-color: #0FBAC4;
|
||||
background: #215CD2;
|
||||
border-color: #215CD2;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
@ -2264,9 +2267,9 @@ figcaption {
|
||||
}
|
||||
|
||||
.pagination .page-item.active .page-link {
|
||||
background: #0FBAC4;
|
||||
background: #215CD2;
|
||||
color: #fff;
|
||||
border-color: #0FBAC4;
|
||||
border-color: #215CD2;
|
||||
}
|
||||
|
||||
#select-language {
|
||||
|
@ -6,23 +6,24 @@
|
||||
|
||||
{{ partial "about.html" . }}
|
||||
|
||||
{{ partial "feature.html" . }}
|
||||
{{/* {{ partial "feature.html" . }} */}}
|
||||
|
||||
{{ partial "cta.html" . }}
|
||||
|
||||
{{ partial "service.html" . }}
|
||||
|
||||
{{ partial "skill.html" . }}
|
||||
{{ partial "cta.html" . }}
|
||||
|
||||
{{ partial "portfolio.html" . }}
|
||||
{{/* {{ partial "skill.html" . }} */}}
|
||||
|
||||
{{ partial "funfacts.html" . }}
|
||||
{{/* {{ partial "portfolio.html" . }} */}}
|
||||
|
||||
{{/* {{ partial "funfacts.html" . }} */}}
|
||||
|
||||
{{ partial "team.html" . }}
|
||||
|
||||
{{ partial "pricing.html" . }}
|
||||
{{/* {{ partial "pricing.html" . }} */}}
|
||||
|
||||
{{ partial "testimonial.html" . }}
|
||||
<!-- {{ partial "testimonial.html" . }} -->
|
||||
|
||||
{{ partial "blog.html" . }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user