Fixed blog showing up, changed branding to match 2023, added phones
32
config.toml
@ -1,6 +1,6 @@
|
|||||||
################################# Default configuration ###################
|
################################# Default configuration ###################
|
||||||
baseURL = "https://www.aperturect.com"
|
baseURL = "https://www.aperturect.com"
|
||||||
title = "ApertureCT"
|
title = "Aperture Computer Technologies"
|
||||||
theme = "meghna-hugo"
|
theme = "meghna-hugo"
|
||||||
# post pagination
|
# post pagination
|
||||||
paginate = "6"
|
paginate = "6"
|
||||||
@ -59,11 +59,11 @@ weight = 2
|
|||||||
# url = "portfolio"
|
# url = "portfolio"
|
||||||
# weight = 3
|
# weight = 3
|
||||||
|
|
||||||
[[Languages.en.menu.main]]
|
# [[Languages.en.menu.main]]
|
||||||
name = "team"
|
# name = "team"
|
||||||
pre = "#"
|
# pre = "#"
|
||||||
url = "team"
|
# url = "team"
|
||||||
weight = 4
|
# weight = 4
|
||||||
|
|
||||||
# [[Languages.en.menu.main]]
|
# [[Languages.en.menu.main]]
|
||||||
# name = "pricing"
|
# name = "pricing"
|
||||||
@ -71,11 +71,11 @@ weight = 4
|
|||||||
# url = "pricing"
|
# url = "pricing"
|
||||||
# weight = 5
|
# weight = 5
|
||||||
|
|
||||||
[[Languages.en.menu.main]]
|
# [[Languages.en.menu.main]]
|
||||||
name = "blog"
|
# name = "blog"
|
||||||
pre = "#"
|
# pre = "#"
|
||||||
url = "blog"
|
# url = "blog"
|
||||||
weight = 6
|
# weight = 6
|
||||||
|
|
||||||
[[Languages.en.menu.main]]
|
[[Languages.en.menu.main]]
|
||||||
name = "contact"
|
name = "contact"
|
||||||
@ -131,10 +131,10 @@ weight = 7
|
|||||||
|
|
||||||
############################# Default Parameters ##########################
|
############################# Default Parameters ##########################
|
||||||
[params]
|
[params]
|
||||||
logo = "images/logo.png"
|
logo = "images/Aperture_FullLogo_Dark.svg"
|
||||||
# Meta data
|
# Meta data
|
||||||
description = "Responsive Multipurpose Parallax Hugo Template"
|
description = "Edited Theme"
|
||||||
author = "Themefisher"
|
author = "Aperture Computer Technologies"
|
||||||
# Google Analytics
|
# Google Analytics
|
||||||
google_analytics_id = "" # Your ID
|
google_analytics_id = "" # Your ID
|
||||||
# post share
|
# post share
|
||||||
@ -143,7 +143,7 @@ post_share = true
|
|||||||
# preloader
|
# preloader
|
||||||
[params.preloader]
|
[params.preloader]
|
||||||
enable = false
|
enable = false
|
||||||
preloader = "images/logo.png"
|
preloader = "images/Aperture_FullLogo_Dark.svg"
|
||||||
|
|
||||||
# cookies
|
# cookies
|
||||||
[params.cookies]
|
[params.cookies]
|
||||||
@ -178,7 +178,7 @@ languageCode = "en-us"
|
|||||||
contentDir = "content/english"
|
contentDir = "content/english"
|
||||||
weight = 1
|
weight = 1
|
||||||
home = "Home"
|
home = "Home"
|
||||||
copyright = "Copyright © 2021 Aperture Computer Technologies, Designed by Themefisher"
|
copyright = "Copyright © 2023 Aperture Computer Technologies, Designed by Themefisher"
|
||||||
|
|
||||||
# ################################ Dutch Language ########################
|
# ################################ Dutch Language ########################
|
||||||
# [Languages.nl]
|
# [Languages.nl]
|
||||||
|
@ -7,9 +7,11 @@ contact:
|
|||||||
|
|
||||||
# Contact details
|
# Contact details
|
||||||
contact_list:
|
contact_list:
|
||||||
|
- icon: ti-mobile
|
||||||
|
info: "Mobile: +31 6 43 25 65 42"
|
||||||
|
|
||||||
- icon : ti-mobile # themify icon pack : https://themify.me/themify-icons
|
- icon : ti-mobile # themify icon pack : https://themify.me/themify-icons
|
||||||
info : "Phone: +597-728-3658 "
|
info : "Phone: +31 010 761 40 53 "
|
||||||
|
|
||||||
- icon : ti-email # themify icon pack : https://themify.me/themify-icons
|
- icon : ti-email # themify icon pack : https://themify.me/themify-icons
|
||||||
info : "Email: info@aperturect.com"
|
info : "Email: info@aperturect.com"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
################################# funfacts ##################################
|
################################# funfacts ##################################
|
||||||
funfacts:
|
funfacts:
|
||||||
enable : true
|
enable : false
|
||||||
bg_image : "images/backgrounds/bg-white-wall.jpg"
|
bg_image : "images/backgrounds/bg-white-wall.jpg"
|
||||||
bg_image_webp : "images/backgrounds/bg-white-wall.webp"
|
bg_image_webp : "images/backgrounds/bg-white-wall.webp"
|
||||||
counter_item:
|
counter_item:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#################################### portfolio ###############################
|
#################################### portfolio ###############################
|
||||||
portfolio:
|
portfolio:
|
||||||
enable : true
|
enable : false
|
||||||
title : Our Works
|
title : Our Works
|
||||||
portfolio_item :
|
portfolio_item :
|
||||||
# portfolio item loop
|
# portfolio item loop
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
##################################### pricing ##############################
|
##################################### pricing ##############################
|
||||||
pricing:
|
pricing:
|
||||||
enable : true
|
enable : false
|
||||||
title : Our Plans
|
title : Our Plans
|
||||||
pricing_table :
|
pricing_table :
|
||||||
# pricing table loop
|
# pricing table loop
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
################################# Skill ##################################
|
################################# Skill ##################################
|
||||||
skill:
|
skill:
|
||||||
enable : true
|
enable : false
|
||||||
title : Our Skills
|
title : Our Skills
|
||||||
subtitle : We’ve skilled in wide range of networking and development stuff.
|
subtitle : We’ve skilled in wide range of networking and development stuff.
|
||||||
content : Lorem, ipsum dolor sit amet consectetur adipisicing elit. Perspiciatis magni explicabo cum aperiam recusandae sunt accusamus totam. Quidem quos fugiat sapiente numquam accusamus quas hic, itaque in libero reiciendis tempora!
|
content : Lorem, ipsum dolor sit amet consectetur adipisicing elit. Perspiciatis magni explicabo cum aperiam recusandae sunt accusamus totam. Quidem quos fugiat sapiente numquam accusamus quas hic, itaque in libero reiciendis tempora!
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
############################### team ############################
|
############################### team ############################
|
||||||
team:
|
team:
|
||||||
enable : true
|
enable : false
|
||||||
title : Our Team
|
title : Our Team
|
||||||
team_member :
|
team_member :
|
||||||
# team member loop
|
# team member loop
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
################################# Testimonial #########################
|
################################# Testimonial #########################
|
||||||
testimonial:
|
testimonial:
|
||||||
enable : true
|
enable : false
|
||||||
bg_image : images/backgrounds/bg-testimonial.jpg
|
bg_image : images/backgrounds/bg-testimonial.jpg
|
||||||
bg_image_webp : images/backgrounds/bg-testimonial.webp
|
bg_image_webp : images/backgrounds/bg-testimonial.webp
|
||||||
testimonial_item :
|
testimonial_item :
|
||||||
|
1
static/images/Aperture_FullLogo_Dark.svg
Normal file
After Width: | Height: | Size: 15 KiB |
16
static/images/Aperture_Icon.svg
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1198.34 857.22">
|
||||||
|
<defs>
|
||||||
|
<style>
|
||||||
|
.cls-1 {
|
||||||
|
fill: #5e6e80;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-2 {
|
||||||
|
fill: #559be4;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<polyline class="cls-2" points="0 855.81 555.99 0 770.11 .47 214.12 856.28"/>
|
||||||
|
<polyline class="cls-1" points="428.24 856.75 984.22 .94 1198.34 1.41 642.35 857.22 428.24 856.75"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 276 KiB After Width: | Height: | Size: 555 KiB |
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 285 KiB |
Before Width: | Height: | Size: 214 KiB After Width: | Height: | Size: 555 KiB |
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 285 KiB |
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 11 KiB |
@ -1,17 +1,17 @@
|
|||||||
.navigation {
|
.navigation {
|
||||||
background-color: #292F36;
|
background-color: #282e36;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contact-submit:hover {
|
#contact-submit:hover {
|
||||||
border-color: #2c9091;
|
border-color: #2c9091;
|
||||||
background-color: #0099FF;
|
background-color: #559BE4;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* this should probably be #215CD2 */
|
/* this should probably be #215CD2 */
|
||||||
.btn-main:hover {
|
.btn-main:hover {
|
||||||
background: #0099FF;
|
background: #559BE4;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -26,13 +26,13 @@
|
|||||||
|
|
||||||
.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(33, 92, 210, 0.8);
|
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 #559be4cc;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.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 #0099ffcc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: #111516;
|
background-color: #111516;
|
||||||
font-family: "Anaheim", sans-serif;
|
font-family: "Anaheim", sans-serif;
|
||||||
color: #737f8a;
|
color: #bacade;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ h5,
|
|||||||
h6 {
|
h6 {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-family: "Quattrocento Sans", sans-serif;
|
font-family: "Quattrocento Sans", sans-serif;
|
||||||
color: #afbac4;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
@ -138,7 +138,7 @@ a:hover {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: -4px;
|
top: -4px;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
background-color: #215CD2;
|
background-color: #559be4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.color {
|
.color {
|
||||||
@ -308,7 +308,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title h2 span {
|
.title h2 span {
|
||||||
color: #215CD2;
|
color: #559be4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title p {
|
.title p {
|
||||||
@ -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: #215CD2;
|
color: #559be4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-toggler:focus {
|
.navbar-toggler:focus {
|
||||||
@ -645,12 +645,12 @@ a:hover {
|
|||||||
|
|
||||||
.call-to-action h2 {
|
.call-to-action h2 {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #444;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.call-to-action p {
|
.call-to-action p {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #666;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.call-to-action .btn-main {
|
.call-to-action .btn-main {
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
<!-- {{ partial "testimonial.html" . }} -->
|
<!-- {{ partial "testimonial.html" . }} -->
|
||||||
|
|
||||||
{{ partial "blog.html" . }}
|
<!-- {{ partial "blog.html" . }} -->
|
||||||
|
|
||||||
{{ partial "contact.html" . }}
|
{{ partial "contact.html" . }}
|
||||||
|
|
||||||
|