Updated color scheme, copy, and logos. I made sure to keep the offen script in the page.

This commit is contained in:
2025-04-28 16:11:57 -07:00
parent dda92b1b74
commit 07136059e3
5 changed files with 30 additions and 25 deletions

BIN
public/HeaderLogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -3,20 +3,23 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terakoda Software Systems - Bespoke Software Solutions</title> <link rel="icon" href="favicon.png">
<title>Terakoda</title>
<script async src="https://offen.terakoda.com/script.js" data-account-id="60c771be-b5d7-4b74-9aae-ff4a59f65f0b"></script> <script async src="https://offen.terakoda.com/script.js" data-account-id="60c771be-b5d7-4b74-9aae-ff4a59f65f0b"></script>
<style> <style>
body { body {
font-family: sans-serif; font-family: sans-serif;
margin: 0; margin: 0;
padding: 0; padding: 0;
background-color: #ececec; background-color: #fdfafc; /* Light Background */
color: #2a2f61; color: #1f2932; /* Dark Text */
line-height: 1.6; line-height: 1.6;
} }
.header { .header {
background-color: #ececec; background-color: #fdfafc; /* Light Background */
padding: 20px; padding: 20px;
text-align: center; text-align: center;
} }
@@ -27,9 +30,9 @@
} }
.hero { .hero {
background-color: #2a2f61; background-color: #1f2932; /* Dark Background */
color: #ececec; color: #fdfafc; /* Light Text */
padding: 30px 20px; padding: 80px 20px;
text-align: center; text-align: center;
} }
@@ -50,8 +53,8 @@
.cta-button { .cta-button {
display: inline-block; display: inline-block;
background-color: #cba269; background-color: #2EB670; /* Accent Color */
color: #2a2f61; color: #1f2932; /* Dark Text */
padding: 15px 30px; padding: 15px 30px;
text-decoration: none; text-decoration: none;
border-radius: 5px; border-radius: 5px;
@@ -60,17 +63,18 @@
} }
.cta-button:hover { .cta-button:hover {
background-color: #b8915a; background-color: #269e61;
} }
.services { .services {
padding: 60px 20px; padding: 60px 20px;
text-align: center; text-align: center;
background-color: #f9f7f7; /* Slightly darker light background for contrast */
} }
.services h2 { .services h2 {
font-size: 2em; font-size: 2em;
color: #2a2f61; color: #1f2932; /* Dark Text */
margin-bottom: 30px; margin-bottom: 30px;
} }
@@ -91,20 +95,20 @@
} }
.service-item h3 { .service-item h3 {
color: #cba269; color: #2EB670; /* Accent Color */
margin-top: 0; margin-top: 0;
margin-bottom: 10px; margin-bottom: 10px;
} }
.quality { .quality {
background-color: #f9f9f9; background-color: #fdfafc; /* Light Background */
padding: 60px 20px; padding: 60px 20px;
text-align: center; text-align: center;
} }
.quality h2 { .quality h2 {
font-size: 2em; font-size: 2em;
color: #2a2f61; color: #1f2932; /* Dark Text */
margin-bottom: 30px; margin-bottom: 30px;
} }
@@ -127,14 +131,14 @@
.quality-list li::before { .quality-list li::before {
content: "\2713"; /* Checkmark */ content: "\2713"; /* Checkmark */
color: #cba269; color: #2EB670; /* Accent Color */
position: absolute; position: absolute;
left: 0; left: 0;
} }
.contact { .contact {
background-color: #2a2f61; background-color: #1f2932; /* Dark Background */
color: #ececec; color: #fdfafc; /* Light Text */
padding: 60px 20px; padding: 60px 20px;
text-align: center; text-align: center;
} }
@@ -151,8 +155,8 @@
.contact-button { .contact-button {
display: inline-block; display: inline-block;
background-color: #cba269; background-color: #2EB670; /* Accent Color */
color: #2a2f61; color: #1f2932; /* Dark Text */
padding: 15px 30px; padding: 15px 30px;
text-decoration: none; text-decoration: none;
border-radius: 5px; border-radius: 5px;
@@ -161,12 +165,12 @@
} }
.contact-button:hover { .contact-button:hover {
background-color: #b8915a; background-color: #269e61;
} }
footer { footer {
background-color: #333; background-color: #334155; /* Slightly darker dark background */
color: #ececec; color: #fdfafc; /* Light Text */
text-align: center; text-align: center;
padding: 20px; padding: 20px;
font-size: 0.9em; font-size: 0.9em;
@@ -175,11 +179,12 @@
</head> </head>
<body> <body>
<div class="header"> <div class="header">
<img src="TerakodaLogo.png" alt="Terakoda Software Systems Logo" class="logo">
</div> </div>
<div class="hero"> <div class="hero">
<div class="hero-content"> <div class="hero-content">
<img src="HeaderLogo.png" alt="Terakoda Software Systems Logo" class="logo">
<p>Solving Your Unique Software Challenges with Precision and Quality</p> <p>Solving Your Unique Software Challenges with Precision and Quality</p>
<a href="#contact" class="cta-button">Get a Consultation</a> <a href="#contact" class="cta-button">Get a Consultation</a>
</div> </div>
@@ -220,7 +225,7 @@
<div class="contact" id="contact"> <div class="contact" id="contact">
<h2>Ready to Solve Your Software Puzzle?</h2> <h2>Ready to Solve Your Software Puzzle?</h2>
<p>Contact us today for a consultation and let Terakoda Software Systems help you overcome your unique software challenges with precision and excellence.</p> <p>Contact us today for a consultation and let Terakoda Software Systems help you overcome your unique software challenges with precision and excellence.</p>
<a href="mailto:contact@terakoda.com" class="contact-button">Contact Us</a> <a href="mailto:your-email@example.com" class="contact-button">Contact Us</a>
</div> </div>
<footer> <footer>