fixed typo on homepage, matched css colors to logo, changed fonts, added favicon
This commit is contained in:
parent
994741c141
commit
2382175d91
@ -411,7 +411,7 @@ h6,
|
||||
.h5,
|
||||
.h6 {
|
||||
margin-bottom: 0.5rem;
|
||||
font-family: 'Merriweather', 'Times New Roman', Times, serif;
|
||||
font-family: 'Helvetica Neue', sans-serif;
|
||||
font-weight: 700;
|
||||
line-height: 1.2;
|
||||
color: #293043;
|
||||
@ -17912,7 +17912,7 @@ html * + .offset-top-13 {
|
||||
}
|
||||
|
||||
.text-secondary-2 {
|
||||
color: #0066ff !important;
|
||||
color: #2a537b !important;
|
||||
}
|
||||
|
||||
.text-gray-600 {
|
||||
@ -18919,7 +18919,7 @@ html [class*='section-'].section-bottom-0 {
|
||||
}
|
||||
|
||||
.bg-secondary {
|
||||
background-color: #0066ff;
|
||||
background-color: #2a537b;
|
||||
}
|
||||
|
||||
.bg-secondary:not([style*='background-'])
|
||||
@ -19693,7 +19693,7 @@ h5,
|
||||
h6,
|
||||
[class*='heading-'] {
|
||||
margin-bottom: 0;
|
||||
font-family: 'Merriweather', 'Times New Roman', Times, serif;
|
||||
font-family: 'Helvetica Neue', sans-serif;
|
||||
font-weight: 700;
|
||||
color: #293043;
|
||||
}
|
||||
@ -19838,7 +19838,7 @@ h6 a,
|
||||
|
||||
h6 a:hover,
|
||||
.heading-6 a:hover {
|
||||
color: #0066ff;
|
||||
color: #2a537b;
|
||||
}
|
||||
|
||||
.heading-7 {
|
||||
@ -19878,7 +19878,7 @@ h6 a:hover,
|
||||
.heading-8 {
|
||||
font-size: 18px;
|
||||
line-height: 1.6;
|
||||
color: #0066ff;
|
||||
color: #2a537b;
|
||||
}
|
||||
|
||||
.heading-8 a:hover {
|
||||
@ -19972,7 +19972,7 @@ p [style*='max-width'] {
|
||||
}
|
||||
|
||||
.title-3 {
|
||||
color: #0066ff;
|
||||
color: #2a537b;
|
||||
}
|
||||
|
||||
.context-dark .title-4,
|
||||
@ -19991,7 +19991,7 @@ p [style*='max-width'] {
|
||||
|
||||
.title-5 {
|
||||
font-weight: 400;
|
||||
color: #0066ff;
|
||||
color: #2a537b;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
@ -20083,8 +20083,8 @@ a[href*='mailto'] {
|
||||
}
|
||||
|
||||
.link-border:hover {
|
||||
color: #0066ff;
|
||||
border-color: #0066ff;
|
||||
color: #2a537b;
|
||||
border-color: #2a537b;
|
||||
}
|
||||
|
||||
.link-border-2 {
|
||||
@ -20335,7 +20335,7 @@ a[href*='mailto'] {
|
||||
line-height: 1.4;
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-family: 'Merriweather', 'Times New Roman', Times, serif;
|
||||
font-family: 'Helvetica Neue', sans-serif;
|
||||
color: #d2d4d7;
|
||||
background: rgba(255, 255, 255, 0.95);
|
||||
pointer-events: none;
|
||||
@ -20376,7 +20376,7 @@ a[href*='mailto'] {
|
||||
border-radius: 50%;
|
||||
color: #ffffff;
|
||||
background: #01c9f5;
|
||||
font-family: 'Merriweather', 'Times New Roman', Times, serif;
|
||||
font-family: 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
.box-modern-title {
|
||||
@ -20397,7 +20397,7 @@ a[href*='mailto'] {
|
||||
}
|
||||
|
||||
.box-modern-item:nth-child(3n + 3) .box-modern-number {
|
||||
background: #0066ff;
|
||||
background: #2a537b;
|
||||
}
|
||||
|
||||
* + .box-modern-wrap {
|
||||
@ -20853,7 +20853,7 @@ html .group-custom > * {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 8px;
|
||||
background-color: #0066ff;
|
||||
background-color: #2a537b;
|
||||
}
|
||||
|
||||
.index-list {
|
||||
@ -21750,12 +21750,12 @@ hr {
|
||||
.button-gray-700:active,
|
||||
.button-gray-700.active {
|
||||
color: #ffffff;
|
||||
background-color: #0066ff;
|
||||
border-color: #0066ff;
|
||||
background-color: #2a537b;
|
||||
border-color: #2a537b;
|
||||
}
|
||||
|
||||
.button-gray-700.button-ujarak::before {
|
||||
background: #0066ff;
|
||||
background: #2a537b;
|
||||
}
|
||||
|
||||
.button-gray-700.button-nuka:hover,
|
||||
@ -21765,7 +21765,7 @@ hr {
|
||||
}
|
||||
|
||||
.button-gray-700.button-nuka .button-overlay {
|
||||
background-color: #0066ff;
|
||||
background-color: #2a537b;
|
||||
}
|
||||
|
||||
.button-primary,
|
||||
@ -21800,8 +21800,8 @@ hr {
|
||||
.button-secondary,
|
||||
.button-secondary:focus {
|
||||
color: #ffffff;
|
||||
background-color: #0066ff;
|
||||
border-color: #0066ff;
|
||||
background-color: #2a537b;
|
||||
border-color: #2a537b;
|
||||
}
|
||||
|
||||
.button-secondary:hover,
|
||||
@ -21819,7 +21819,7 @@ hr {
|
||||
.button-secondary.button-nuka:hover,
|
||||
.button-secondary.button-nuka:active,
|
||||
.button-secondary.button-nuka.active {
|
||||
background-color: #0066ff;
|
||||
background-color: #2a537b;
|
||||
}
|
||||
|
||||
.button-secondary.button-nuka .button-overlay {
|
||||
@ -22970,12 +22970,12 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.quote-classic-body q {
|
||||
font-family: 'Merriweather', 'Times New Roman', Times, serif;
|
||||
font-family: 'Helvetica Neue', sans-serif;
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
line-height: 1.4;
|
||||
color: #0066ff;
|
||||
color: #2a537b;
|
||||
}
|
||||
|
||||
* + .quote-classic-footer {
|
||||
@ -23033,7 +23033,7 @@ textarea.form-input {
|
||||
|
||||
.quote-corporate-body q::before {
|
||||
font-size: 40px;
|
||||
color: #0066ff;
|
||||
color: #2a537b;
|
||||
line-height: 0.8;
|
||||
padding-top: 8px;
|
||||
display: inline-block;
|
||||
@ -23087,7 +23087,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.quote-corporate-4 .quote-corporate-name {
|
||||
color: #0066ff;
|
||||
color: #2a537b;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
@ -23145,7 +23145,7 @@ textarea.form-input {
|
||||
text-align: center;
|
||||
line-height: 69px;
|
||||
font-weight: 400;
|
||||
font-family: 'Merriweather', 'Times New Roman', Times, serif;
|
||||
font-family: 'Helvetica Neue', sans-serif;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
@ -23179,7 +23179,7 @@ textarea.form-input {
|
||||
border-radius: 50%;
|
||||
color: #ffffff;
|
||||
font-weight: 400;
|
||||
font-family: 'Merriweather', 'Times New Roman', Times, serif;
|
||||
font-family: 'Helvetica Neue', sans-serif;
|
||||
transform: translate3d(-50%, -50%, 0);
|
||||
transition: 0.3s ease;
|
||||
will-change: transform;
|
||||
@ -23641,7 +23641,7 @@ textarea.form-input {
|
||||
|
||||
.footer-default-list .heading-6 a:hover,
|
||||
.footer-default-contacts .heading-6 a:hover {
|
||||
color: #0066ff;
|
||||
color: #2a537b;
|
||||
}
|
||||
|
||||
* + .footer-default-contacts {
|
||||
@ -23745,7 +23745,7 @@ textarea.form-input {
|
||||
.footer-modern.bg-gradient-primary .list-social a:hover,
|
||||
.footer-modern.bg-gradient-primary-1 .list-social a:hover,
|
||||
.footer-modern.rd-navbar-corporate .list-social a:hover {
|
||||
color: #0066ff;
|
||||
color: #2a537b;
|
||||
}
|
||||
|
||||
/*
|
||||
@ -23862,7 +23862,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.service-corporate-icon .path-secondary {
|
||||
fill: #0066ff;
|
||||
fill: #2a537b;
|
||||
}
|
||||
|
||||
.service-corporate-icon .path-gray-700 {
|
||||
@ -23897,7 +23897,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.service-modern-icon .path-secondary {
|
||||
fill: #0066ff;
|
||||
fill: #2a537b;
|
||||
}
|
||||
|
||||
* + .service-modern-title {
|
||||
@ -23922,7 +23922,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.program-day > * {
|
||||
color: #0066ff;
|
||||
color: #2a537b;
|
||||
}
|
||||
|
||||
.program-title {
|
||||
@ -24067,7 +24067,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.service-ubby-title {
|
||||
color: #0066ff;
|
||||
color: #2a537b;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@ -24094,7 +24094,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.service-alba-title {
|
||||
color: #0066ff;
|
||||
color: #2a537b;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
@ -24338,7 +24338,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.team-minimal-name {
|
||||
color: #0066ff;
|
||||
color: #2a537b;
|
||||
}
|
||||
|
||||
.team-minimal-text {
|
||||
@ -24419,7 +24419,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.pricing-title {
|
||||
color: #0066ff;
|
||||
color: #2a537b;
|
||||
}
|
||||
|
||||
.pricing-title > * {
|
||||
@ -24599,7 +24599,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.button-play-1::after {
|
||||
background: #0066ff;
|
||||
background: #2a537b;
|
||||
}
|
||||
|
||||
.button-play-1::before {
|
||||
@ -24969,7 +24969,7 @@ html:not(.lt-ie10) .not-animated {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
margin: 0 auto;
|
||||
border: 3px solid #0066ff;
|
||||
border: 3px solid #2a537b;
|
||||
border-radius: 50%;
|
||||
border-left-color: transparent;
|
||||
border-bottom-color: transparent;
|
||||
@ -25004,7 +25004,7 @@ html:not(.lt-ie10) .not-animated {
|
||||
|
||||
.ui-to-top:hover {
|
||||
color: #ffffff;
|
||||
background: #0066ff;
|
||||
background: #2a537b;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -25999,7 +25999,7 @@ html.tablet .ui-to-top {
|
||||
|
||||
.rd-navbar-1.rd-navbar-static .rd-nav-link,
|
||||
.rd-navbar-1.rd-navbar-static .rd-nav-link:not([href]) {
|
||||
color: #0066ff;
|
||||
color: #2a537b;
|
||||
}
|
||||
|
||||
.rd-navbar-1.rd-navbar-static .rd-nav-link:hover {
|
||||
@ -26740,7 +26740,7 @@ html.rd-navbar-fixed-linked .page {
|
||||
font-size: 50px;
|
||||
line-height: 1.1;
|
||||
font-weight: 700;
|
||||
font-family: 'Merriweather', 'Times New Roman', Times, serif;
|
||||
font-family: 'Helvetica Neue', sans-serif;
|
||||
color: #01c9f5;
|
||||
}
|
||||
|
||||
@ -27223,7 +27223,7 @@ html.rd-navbar-fixed-linked .page {
|
||||
|
||||
.owl-dots-2 .owl-dot:hover span,
|
||||
.owl-dots-2 .owl-dot.active span {
|
||||
background: #0066ff;
|
||||
background: #2a537b;
|
||||
}
|
||||
|
||||
* + .owl-dots-1 {
|
||||
|
BIN
images/android-chrome-192x192.png
Normal file
BIN
images/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
BIN
images/android-chrome-512x512.png
Normal file
BIN
images/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
images/apple-touch-icon.png
Normal file
BIN
images/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
BIN
images/favicon-16x16.png
Normal file
BIN
images/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 314 B |
BIN
images/favicon-32x32.png
Normal file
BIN
images/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 659 B |
BIN
images/favicon.ico
Normal file
BIN
images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -2,6 +2,7 @@
|
||||
<html class="wide wow-animation" lang="en">
|
||||
<head>
|
||||
<title>Code Abode</title>
|
||||
<link rel="icon" href="/images/favicon.ico">
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
@ -1674,7 +1675,7 @@
|
||||
</svg>
|
||||
<div class="container">
|
||||
<div class="footer-corporate-main text-center wow fadeInUp">
|
||||
<h6>We are ready do things</h6>
|
||||
<h6>We are ready to do things</h6>
|
||||
<h2 class="heading-1">Let's get started.</h2>
|
||||
<p class="big">
|
||||
Whenever you're ready, we are too.
|
||||
|
Loading…
Reference in New Issue
Block a user