darkerfix #2

Merged
MassiveAtoms merged 11 commits from darkerfix into master 2021-08-31 17:12:39 +00:00
6 changed files with 53 additions and 48 deletions
Showing only changes of commit 907a215b49 - Show all commits

View File

@ -53,11 +53,11 @@ pre = "#"
url = "services" url = "services"
weight = 2 weight = 2
[[Languages.en.menu.main]] # [[Languages.en.menu.main]]
name = "portfolio" # name = "portfolio"
pre = "#" # pre = "#"
url = "portfolio" # url = "portfolio"
weight = 3 # weight = 3
[[Languages.en.menu.main]] [[Languages.en.menu.main]]
name = "team" name = "team"
@ -65,11 +65,11 @@ pre = "#"
url = "team" url = "team"
weight = 4 weight = 4
[[Languages.en.menu.main]] # [[Languages.en.menu.main]]
name = "pricing" # name = "pricing"
pre = "#" # pre = "#"
url = "pricing" # url = "pricing"
weight = 5 # weight = 5
[[Languages.en.menu.main]] [[Languages.en.menu.main]]
name = "blog" name = "blog"

View File

@ -5,7 +5,7 @@ banner:
bg_image : "images/backgrounds/hero-area.jpg" bg_image : "images/backgrounds/hero-area.jpg"
icon : "" # themify icon pack : https://themify.me/themify-icons icon : "" # themify icon pack : https://themify.me/themify-icons
title : "Ensuring your future" title : "Ensuring your future"
content : "blah blah" content : "Datacenter, network, web and security consulting."
button: button:
enable : true enable : true
label : "Explore Us" label : "Explore Us"

View File

@ -2,22 +2,17 @@
contact: contact:
enable : true enable : true
title : Contact Us title : Contact Us
subtitle : Contact Details subtitle : Contact us for a quote or project!
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. content : You can contact us via Email, phone or the contact form below.
# Contact details # Contact details
contact_list: 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 - icon : ti-mobile # themify icon pack : https://themify.me/themify-icons
info : "Phone: +880-31-000-000" info : "Phone: +597-728-3658 "
- icon : ti-printer # themify icon pack : https://themify.me/themify-icons
info : "Fax: +880-31-000-000"
- icon : ti-email # themify icon pack : https://themify.me/themify-icons - 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

View File

@ -3,11 +3,11 @@ feature:
enable : true enable : true
image : images/about/about-business-man.jpg image : images/about/about-business-man.jpg
image_webp : images/about/about-business-man.webp image_webp : images/about/about-business-man.webp
title : Were 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." 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 :
# feature item loop # feature item loop
- title : Feature 1 - title : This be deprecated
icon : ti-world # themify icon pack : https://themify.me/themify-icons 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 content : Lorem ipsum, dolor sit amet consectetur adipisicing elit. Possimus consectetur dolores repellendus eos saepe

View File

@ -1,25 +1,34 @@
################################# Service ################################# ################################# Service #################################
service: service:
enable : true enable: true
title : Our Services title: Our Services
service_item : service_item:
# service item loop # service item loop
- name : Websites opzetten - name: Datacenter service
icon : ti-world # themify icon pack : https://themify.me/themify-icons 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. content: We deliver datacenter service from design and planning to deployment and maintenance.
# service item loop # service item loop
- name : network setup - name: Networking solutions
icon : ti-layout # themify icon pack : https://themify.me/themify-icons 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. content: We can design your enterprise network from the ground up or help you expand your existing network. Unifi, cabling, backbone.
# service item loop # service item loop
- name : Porten van legacy shit - name: Cloud migration
icon : ti-blackboard # themify icon pack : https://themify.me/themify-icons icon: ti-cloud # 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. content: We'll help you migrate your existing infrastructure to the cloud, delivering smart and scalable solutions.
# service item loop
- name: Managed services
icon: ti-panel # themify icon pack : https://themify.me/themify-icons
content: We can manage your firewall, x,y,z and more.
# service item loop
- name: Security
icon: ti-key # themify icon pack : https://themify.me/themify-icons
content: We can advise on physical and network security blah blah.
# service item loop # service item loop
- name : Data Analysis - name: Web development
icon : ti-palette # themify icon pack : https://themify.me/themify-icons icon: ti-brush # 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. content: We can build modern webapps, and provide advice on scalable solutions.

View File

@ -6,21 +6,22 @@
{{ partial "about.html" . }} {{ partial "about.html" . }}
{{ partial "feature.html" . }} {{/* {{ partial "feature.html" . }} */}}
{{ partial "cta.html" . }}
{{ partial "service.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 "team.html" . }}
{{ partial "pricing.html" . }} {{/* {{ partial "pricing.html" . }} */}}
<!-- {{ partial "testimonial.html" . }} --> <!-- {{ partial "testimonial.html" . }} -->