Included span of first service item and change call to action verbiage.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m54s

This commit is contained in:
2025-04-29 11:57:49 -07:00
parent 436bd0d469
commit 971abe413b

View File

@@ -4,10 +4,10 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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>
<title>Terakoda</title>
<style>
body {
font-family: sans-serif;
@@ -94,6 +94,10 @@
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.service-item-wide {
grid-column: 1 / -1; /* Make elements with this class span full width */
}
.service-item h3 {
color: #2EB670; /* Accent Color */
margin-top: 0;
@@ -185,7 +189,7 @@
<div class="hero">
<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>Specializing in delivering high-quality and reliable software.</p>
<a href="#contact" class="cta-button">Get a Consultation</a>
</div>
</div>
@@ -193,17 +197,17 @@
<div class="services">
<h2>Our Expertise</h2>
<div class="services-content">
<div class="service-item">
<h3>Custom Software Solutions</h3>
<p>We specialize in providing bespoke software solutions for those critical, isolated challenges that can impact your operations and growth.</p>
<div class="service-item service-item-wide">
<h3>Full-Stack System Architecture Design and Planning</h3>
<p>We provide comprehensive expertise in designing robust and scalable system architectures. From initial concept to detailed blueprints, we ensure your technology foundation is solid, efficient, and aligned with your long-term goals. </p>
</div>
<div class="service-item">
<h3>Engineering Challenges</h3>
<p>Our experienced developers can tackle complex engineering hurdles that fall outside your team's immediate expertise.</p>
<h3>Systems Architecture Expertise</h3>
<p>Our deep understanding of systems architecture principles allows us to design and implement complex systems that are scalable, maintainable, and optimized for performance. </p>
</div>
<div class="service-item">
<h3>Organizational Challenges</h3>
<p>We offer solutions to organizational challenges that can be addressed through tailored software applications.</p>
<h3>Web Applications Programming</h3>
<p>We possess strong proficiency in developing modern and dynamic web applications, leveraging cutting-edge technologies to create engaging and functional user experiences.</p>
</div>
</div>
</div>
@@ -211,25 +215,25 @@
<div class="quality">
<h2>Our Commitment to Quality</h2>
<div class="quality-content">
<p>At Terakoda Software Systems, we are dedicated to delivering solutions that meet the highest standards of quality and reliability.</p>
<p>At Terakoda, we are dedicated to delivering solutions that meet the highest standards of quality and reliability.</p>
<ul class="quality-list">
<li>Expert Analysis to understand your specific needs.</li>
<li>Custom-Crafted Solutions designed for optimal performance.</li>
<li>Uncompromising Quality through rigorous development standards.</li>
<li>Clear Communication throughout the entire process.</li>
<li>Long-Term Value ensuring lasting solutions.</li>
<li>Experienced project planning and estimation.</li>
<li>Strong Communication and Project Management Skills.</li>
<li>Thoroughness, Quality, and Reliability.</li>
<li>Seamless Remote Collaboration.</li>
</ul>
</div>
</div>
<div class="contact" id="contact">
<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>
<a href="mailto:your-email@example.com" class="contact-button">Contact Us</a>
<h2>Ready to Solve Your Software Problems?</h2>
<p>Contact us today for a consultation and let Terakoda help you overcome your unique software challenges.</p>
<a href="mailto:contact@terakoda.com" class="contact-button">Contact Us</a>
</div>
<footer>
<p>&copy; 2025 Terakoda Software Systems. All rights reserved.</p>
<p>&copy; 2025 Terakoda. All rights reserved.</p>
</footer>
</body>
</html>