fixed typo on homepage, matched css colors to logo, changed fonts, added favicon

This commit is contained in:
sriya-g 2024-06-04 16:31:21 -04:00
parent 994741c141
commit 2382175d91
8 changed files with 44 additions and 43 deletions

View File

@ -411,7 +411,7 @@ h6,
.h5, .h5,
.h6 { .h6 {
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
font-family: 'Merriweather', 'Times New Roman', Times, serif; font-family: 'Helvetica Neue', sans-serif;
font-weight: 700; font-weight: 700;
line-height: 1.2; line-height: 1.2;
color: #293043; color: #293043;
@ -17912,7 +17912,7 @@ html * + .offset-top-13 {
} }
.text-secondary-2 { .text-secondary-2 {
color: #0066ff !important; color: #2a537b !important;
} }
.text-gray-600 { .text-gray-600 {
@ -18919,7 +18919,7 @@ html [class*='section-'].section-bottom-0 {
} }
.bg-secondary { .bg-secondary {
background-color: #0066ff; background-color: #2a537b;
} }
.bg-secondary:not([style*='background-']) .bg-secondary:not([style*='background-'])
@ -19693,7 +19693,7 @@ h5,
h6, h6,
[class*='heading-'] { [class*='heading-'] {
margin-bottom: 0; margin-bottom: 0;
font-family: 'Merriweather', 'Times New Roman', Times, serif; font-family: 'Helvetica Neue', sans-serif;
font-weight: 700; font-weight: 700;
color: #293043; color: #293043;
} }
@ -19838,7 +19838,7 @@ h6 a,
h6 a:hover, h6 a:hover,
.heading-6 a:hover { .heading-6 a:hover {
color: #0066ff; color: #2a537b;
} }
.heading-7 { .heading-7 {
@ -19878,7 +19878,7 @@ h6 a:hover,
.heading-8 { .heading-8 {
font-size: 18px; font-size: 18px;
line-height: 1.6; line-height: 1.6;
color: #0066ff; color: #2a537b;
} }
.heading-8 a:hover { .heading-8 a:hover {
@ -19972,7 +19972,7 @@ p [style*='max-width'] {
} }
.title-3 { .title-3 {
color: #0066ff; color: #2a537b;
} }
.context-dark .title-4, .context-dark .title-4,
@ -19991,7 +19991,7 @@ p [style*='max-width'] {
.title-5 { .title-5 {
font-weight: 400; font-weight: 400;
color: #0066ff; color: #2a537b;
} }
@media (min-width: 992px) { @media (min-width: 992px) {
@ -20083,8 +20083,8 @@ a[href*='mailto'] {
} }
.link-border:hover { .link-border:hover {
color: #0066ff; color: #2a537b;
border-color: #0066ff; border-color: #2a537b;
} }
.link-border-2 { .link-border-2 {
@ -20335,7 +20335,7 @@ a[href*='mailto'] {
line-height: 1.4; line-height: 1.4;
font-style: italic; font-style: italic;
font-weight: 700; font-weight: 700;
font-family: 'Merriweather', 'Times New Roman', Times, serif; font-family: 'Helvetica Neue', sans-serif;
color: #d2d4d7; color: #d2d4d7;
background: rgba(255, 255, 255, 0.95); background: rgba(255, 255, 255, 0.95);
pointer-events: none; pointer-events: none;
@ -20376,7 +20376,7 @@ a[href*='mailto'] {
border-radius: 50%; border-radius: 50%;
color: #ffffff; color: #ffffff;
background: #01c9f5; background: #01c9f5;
font-family: 'Merriweather', 'Times New Roman', Times, serif; font-family: 'Helvetica Neue', sans-serif;
} }
.box-modern-title { .box-modern-title {
@ -20397,7 +20397,7 @@ a[href*='mailto'] {
} }
.box-modern-item:nth-child(3n + 3) .box-modern-number { .box-modern-item:nth-child(3n + 3) .box-modern-number {
background: #0066ff; background: #2a537b;
} }
* + .box-modern-wrap { * + .box-modern-wrap {
@ -20853,7 +20853,7 @@ html .group-custom > * {
width: 8px; width: 8px;
height: 8px; height: 8px;
border-radius: 8px; border-radius: 8px;
background-color: #0066ff; background-color: #2a537b;
} }
.index-list { .index-list {
@ -21750,12 +21750,12 @@ hr {
.button-gray-700:active, .button-gray-700:active,
.button-gray-700.active { .button-gray-700.active {
color: #ffffff; color: #ffffff;
background-color: #0066ff; background-color: #2a537b;
border-color: #0066ff; border-color: #2a537b;
} }
.button-gray-700.button-ujarak::before { .button-gray-700.button-ujarak::before {
background: #0066ff; background: #2a537b;
} }
.button-gray-700.button-nuka:hover, .button-gray-700.button-nuka:hover,
@ -21765,7 +21765,7 @@ hr {
} }
.button-gray-700.button-nuka .button-overlay { .button-gray-700.button-nuka .button-overlay {
background-color: #0066ff; background-color: #2a537b;
} }
.button-primary, .button-primary,
@ -21800,8 +21800,8 @@ hr {
.button-secondary, .button-secondary,
.button-secondary:focus { .button-secondary:focus {
color: #ffffff; color: #ffffff;
background-color: #0066ff; background-color: #2a537b;
border-color: #0066ff; border-color: #2a537b;
} }
.button-secondary:hover, .button-secondary:hover,
@ -21819,7 +21819,7 @@ hr {
.button-secondary.button-nuka:hover, .button-secondary.button-nuka:hover,
.button-secondary.button-nuka:active, .button-secondary.button-nuka:active,
.button-secondary.button-nuka.active { .button-secondary.button-nuka.active {
background-color: #0066ff; background-color: #2a537b;
} }
.button-secondary.button-nuka .button-overlay { .button-secondary.button-nuka .button-overlay {
@ -22970,12 +22970,12 @@ textarea.form-input {
} }
.quote-classic-body q { .quote-classic-body q {
font-family: 'Merriweather', 'Times New Roman', Times, serif; font-family: 'Helvetica Neue', sans-serif;
font-size: 22px; font-size: 22px;
font-weight: 700; font-weight: 700;
font-style: italic; font-style: italic;
line-height: 1.4; line-height: 1.4;
color: #0066ff; color: #2a537b;
} }
* + .quote-classic-footer { * + .quote-classic-footer {
@ -23033,7 +23033,7 @@ textarea.form-input {
.quote-corporate-body q::before { .quote-corporate-body q::before {
font-size: 40px; font-size: 40px;
color: #0066ff; color: #2a537b;
line-height: 0.8; line-height: 0.8;
padding-top: 8px; padding-top: 8px;
display: inline-block; display: inline-block;
@ -23087,7 +23087,7 @@ textarea.form-input {
} }
.quote-corporate-4 .quote-corporate-name { .quote-corporate-4 .quote-corporate-name {
color: #0066ff; color: #2a537b;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
@ -23145,7 +23145,7 @@ textarea.form-input {
text-align: center; text-align: center;
line-height: 69px; line-height: 69px;
font-weight: 400; font-weight: 400;
font-family: 'Merriweather', 'Times New Roman', Times, serif; font-family: 'Helvetica Neue', sans-serif;
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
} }
@ -23179,7 +23179,7 @@ textarea.form-input {
border-radius: 50%; border-radius: 50%;
color: #ffffff; color: #ffffff;
font-weight: 400; font-weight: 400;
font-family: 'Merriweather', 'Times New Roman', Times, serif; font-family: 'Helvetica Neue', sans-serif;
transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0);
transition: 0.3s ease; transition: 0.3s ease;
will-change: transform; will-change: transform;
@ -23641,7 +23641,7 @@ textarea.form-input {
.footer-default-list .heading-6 a:hover, .footer-default-list .heading-6 a:hover,
.footer-default-contacts .heading-6 a:hover { .footer-default-contacts .heading-6 a:hover {
color: #0066ff; color: #2a537b;
} }
* + .footer-default-contacts { * + .footer-default-contacts {
@ -23745,7 +23745,7 @@ textarea.form-input {
.footer-modern.bg-gradient-primary .list-social a:hover, .footer-modern.bg-gradient-primary .list-social a:hover,
.footer-modern.bg-gradient-primary-1 .list-social a:hover, .footer-modern.bg-gradient-primary-1 .list-social a:hover,
.footer-modern.rd-navbar-corporate .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 { .service-corporate-icon .path-secondary {
fill: #0066ff; fill: #2a537b;
} }
.service-corporate-icon .path-gray-700 { .service-corporate-icon .path-gray-700 {
@ -23897,7 +23897,7 @@ textarea.form-input {
} }
.service-modern-icon .path-secondary { .service-modern-icon .path-secondary {
fill: #0066ff; fill: #2a537b;
} }
* + .service-modern-title { * + .service-modern-title {
@ -23922,7 +23922,7 @@ textarea.form-input {
} }
.program-day > * { .program-day > * {
color: #0066ff; color: #2a537b;
} }
.program-title { .program-title {
@ -24067,7 +24067,7 @@ textarea.form-input {
} }
.service-ubby-title { .service-ubby-title {
color: #0066ff; color: #2a537b;
font-weight: 400; font-weight: 400;
} }
@ -24094,7 +24094,7 @@ textarea.form-input {
} }
.service-alba-title { .service-alba-title {
color: #0066ff; color: #2a537b;
} }
@media (min-width: 992px) { @media (min-width: 992px) {
@ -24338,7 +24338,7 @@ textarea.form-input {
} }
.team-minimal-name { .team-minimal-name {
color: #0066ff; color: #2a537b;
} }
.team-minimal-text { .team-minimal-text {
@ -24419,7 +24419,7 @@ textarea.form-input {
} }
.pricing-title { .pricing-title {
color: #0066ff; color: #2a537b;
} }
.pricing-title > * { .pricing-title > * {
@ -24599,7 +24599,7 @@ textarea.form-input {
} }
.button-play-1::after { .button-play-1::after {
background: #0066ff; background: #2a537b;
} }
.button-play-1::before { .button-play-1::before {
@ -24969,7 +24969,7 @@ html:not(.lt-ie10) .not-animated {
width: 64px; width: 64px;
height: 64px; height: 64px;
margin: 0 auto; margin: 0 auto;
border: 3px solid #0066ff; border: 3px solid #2a537b;
border-radius: 50%; border-radius: 50%;
border-left-color: transparent; border-left-color: transparent;
border-bottom-color: transparent; border-bottom-color: transparent;
@ -25004,7 +25004,7 @@ html:not(.lt-ie10) .not-animated {
.ui-to-top:hover { .ui-to-top:hover {
color: #ffffff; color: #ffffff;
background: #0066ff; background: #2a537b;
text-decoration: none; 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,
.rd-navbar-1.rd-navbar-static .rd-nav-link:not([href]) { .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 { .rd-navbar-1.rd-navbar-static .rd-nav-link:hover {
@ -26740,7 +26740,7 @@ html.rd-navbar-fixed-linked .page {
font-size: 50px; font-size: 50px;
line-height: 1.1; line-height: 1.1;
font-weight: 700; font-weight: 700;
font-family: 'Merriweather', 'Times New Roman', Times, serif; font-family: 'Helvetica Neue', sans-serif;
color: #01c9f5; color: #01c9f5;
} }
@ -27223,7 +27223,7 @@ html.rd-navbar-fixed-linked .page {
.owl-dots-2 .owl-dot:hover span, .owl-dots-2 .owl-dot:hover span,
.owl-dots-2 .owl-dot.active span { .owl-dots-2 .owl-dot.active span {
background: #0066ff; background: #2a537b;
} }
* + .owl-dots-1 { * + .owl-dots-1 {

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

BIN
images/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

BIN
images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -2,6 +2,7 @@
<html class="wide wow-animation" lang="en"> <html class="wide wow-animation" lang="en">
<head> <head>
<title>Code Abode</title> <title>Code Abode</title>
<link rel="icon" href="/images/favicon.ico">
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta <meta
name="viewport" name="viewport"
@ -1674,7 +1675,7 @@
</svg> </svg>
<div class="container"> <div class="container">
<div class="footer-corporate-main text-center wow fadeInUp"> <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> <h2 class="heading-1">Let's get started.</h2>
<p class="big"> <p class="big">
Whenever you're ready, we are too. Whenever you're ready, we are too.