Compare commits

...

3 Commits

17 changed files with 52 additions and 23 deletions

0
.hugo_build.lock Normal file
View File

View File

@ -59,6 +59,11 @@ weight = 2
# url = "portfolio" # url = "portfolio"
# weight = 3 # weight = 3
# [[Languages.en.menu.main]]
# name = "team"
# pre = "#"
# url = "team"
# weight = 4
# [[Languages.en.menu.main]] # [[Languages.en.menu.main]]
# name = "team" # name = "team"
# pre = "#" # pre = "#"
@ -71,6 +76,11 @@ weight = 2
# url = "pricing" # url = "pricing"
# weight = 5 # weight = 5
# [[Languages.en.menu.main]]
# name = "blog"
# pre = "#"
# url = "blog"
# weight = 6
# [[Languages.en.menu.main]] # [[Languages.en.menu.main]]
# name = "blog" # name = "blog"
# pre = "#" # pre = "#"
@ -131,7 +141,7 @@ weight = 7
############################# Default Parameters ########################## ############################# Default Parameters ##########################
[params] [params]
logo = "images/logo.png" logo = "images/Aperture_FullLogo_Dark.svg"
# Meta data # Meta data
description = "Datacenter, Network, Web and Security Consulting" description = "Datacenter, Network, Web and Security Consulting"
author = "Aperture Computer Technologies" author = "Aperture Computer Technologies"
@ -143,7 +153,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 +188,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]

View File

@ -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"

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
################################# Skill ################################## ################################# Skill ##################################
skill: skill:
enable : true enable : false
title : Our Skills title : Our Skills
subtitle : Weve skilled in wide range of networking and development stuff. subtitle : Weve 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!

View File

@ -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

View File

@ -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 :

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

View 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 KiB

After

Width:  |  Height:  |  Size: 555 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -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;
} }

View File

@ -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 {