Fixed blog showing up, changed branding to match 2023, added phones

This commit is contained in:
2023-02-21 00:05:19 +01:00
parent cc88c0a224
commit 1fb10e1a40
19 changed files with 56 additions and 37 deletions

View File

@ -1,17 +1,17 @@
.navigation {
background-color: #292F36;
background-color: #282e36;
width: 100%;
margin-bottom: 0;
}
#contact-submit:hover {
border-color: #2c9091;
background-color: #0099FF;
background-color: #559BE4;
}
/* this should probably be #215CD2 */
.btn-main:hover {
background: #0099FF;
background: #559BE4;
color: #fff;
}
@ -26,13 +26,13 @@
.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);
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 #559be4cc;
}
.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);
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 #0099ffcc;
}

View File

@ -15,7 +15,7 @@ html {
body {
background-color: #111516;
font-family: "Anaheim", sans-serif;
color: #737f8a;
color: #bacade;
-webkit-font-smoothing: antialiased;
}
@ -27,7 +27,7 @@ h5,
h6 {
font-weight: 400;
font-family: "Quattrocento Sans", sans-serif;
color: #afbac4;
color: #ffffff;
}
p {
@ -138,7 +138,7 @@ a:hover {
position: absolute;
top: -4px;
width: 50px;
background-color: #215CD2;
background-color: #559be4;
}
.color {
@ -308,7 +308,7 @@ a:hover {
}
.title h2 span {
color: #215CD2;
color: #559be4;
}
.title p {
@ -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: #215CD2;
color: #559be4;
}
.navbar-toggler:focus {
@ -645,12 +645,12 @@ a:hover {
.call-to-action h2 {
font-weight: 700;
color: #444;
color: #ffffff;
}
.call-to-action p {
font-size: 16px;
color: #666;
color: #ffffff;
}
.call-to-action .btn-main {

View File

@ -25,7 +25,7 @@
<!-- {{ partial "testimonial.html" . }} -->
{{ partial "blog.html" . }}
<!-- {{ partial "blog.html" . }} -->
{{ partial "contact.html" . }}