chore: updated website
This commit is contained in:
+30
-15
@@ -5,6 +5,14 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Third Culture Software, LLC</title>
|
||||
<style>
|
||||
|
||||
:root {
|
||||
--main-dark-green: #056123;
|
||||
--main-blue-green: #075f50;
|
||||
--highlight-dark-green: #165f07;
|
||||
--highlight-dark-blue: #08425e;
|
||||
}
|
||||
|
||||
body { font-family: Arial, sans-serif; margin: 0; line-height: 1.6; color: #333; }
|
||||
header { background: #0f172a; color: #fff; padding: 80px 20px; text-align: center; }
|
||||
header h1 { margin-bottom: 10px; font-size: 2.8em; }
|
||||
@@ -34,7 +42,7 @@
|
||||
|
||||
.problem-section {
|
||||
padding: 80px 20px;
|
||||
background-color: #f9f9f9; /* Light grey background */
|
||||
background-color: #f9f9f9;
|
||||
font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
||||
color: #333;
|
||||
line-height: 1.6;
|
||||
@@ -56,11 +64,11 @@
|
||||
font-size: 2.5rem;
|
||||
font-weight: 800;
|
||||
margin-bottom: 20px;
|
||||
color: #1a2a6c; /* Deep Blue */
|
||||
color: var(--main-dark-blue);
|
||||
}
|
||||
|
||||
.highlight-red {
|
||||
color: #b21f1f; /* A professional red/maroon to pop */
|
||||
.highlight-hover {
|
||||
color: var(--main-dark-green);
|
||||
}
|
||||
|
||||
.section-intro {
|
||||
@@ -96,7 +104,7 @@
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.problem-card h3 {
|
||||
.problem-card h3 {
|
||||
font-size: 1.4rem;
|
||||
margin-bottom: 15px;
|
||||
color: #1a2a6c;
|
||||
@@ -135,7 +143,6 @@
|
||||
background-color: #8e1a1a;
|
||||
}
|
||||
|
||||
/* Responsive Adjustments */
|
||||
@media (max-width: 768px) {
|
||||
.section-title {
|
||||
font-size: 2rem;
|
||||
@@ -151,15 +158,19 @@
|
||||
|
||||
<header>
|
||||
<h1>Third Culture Software</h1>
|
||||
<p>Practical, sustainable software solutions for NGOs and healthcare systems working in low-resource and international contexts.</p>
|
||||
<p>Practical, sustainable software solutions for NGOs and healthcare systems working in low-resource contexts.</p>
|
||||
<a class="cta-btn" href="mailto:contact@thirdculturesoftware.com">Contact Us</a>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<h2>About</h2>
|
||||
<p>
|
||||
Third Culture Software develops and supports software tailored to the realities of low and middle income settings. We specialize in data systems for nonprofits, community based organisations, and healthcare institutions in the Democratic Republic of the Co
|
||||
ngo, focusing on sustainability, affordability, and real-world usability.
|
||||
Third Culture Software develops and supports software tailored to the realities of low- and middle-income country settings. We specialize in data
|
||||
systems for nonprofits, community based organisations, and healthcare institutions in the Democratic Republic of the Congo, focusing on
|
||||
sustainability, affordability, and user experience.
|
||||
|
||||
Founded in 2026, our team has previously worked on projects funded by the FCDO, USAID, the Global Fund, and the World Bank. We have extensive
|
||||
experience developing software and deploying solutions to meet the needs of community members in the Democratic Republic of the Congo.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
@@ -173,8 +184,11 @@ ngo, focusing on sustainability, affordability, and real-world usability.
|
||||
|
||||
<div class="problem-grid">
|
||||
<div class="problem-card">
|
||||
<h3>Rural Connectivity</h3>
|
||||
<p>In rural regions, connectivity is challenging. When VSATs fail and 3G is spotty, how do you ensure that field data is transmitted without loss or delay?</p>
|
||||
<h3>Rural Connectivity</h3>
|
||||
<p>
|
||||
In rural regions, connectivity is challenging. When VSATs fail and 3G is spotty, how do you ensure
|
||||
that field data is transmitted without loss or delay?
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="problem-card">
|
||||
@@ -206,14 +220,15 @@ ngo, focusing on sustainability, affordability, and real-world usability.
|
||||
<!-- ODK Central Hosting -->
|
||||
<div class="card highlight">
|
||||
<h3 style="color: #056725; margin-top: 0;">ODK Central Hosting</h3>
|
||||
<p><strong>The standard for mobile data collection.</strong></p>
|
||||
<p>We manage your ODK Central instance, providing a reliable backbone for your field teams. Focus on your data, not your server maintenance.</p>
|
||||
<p><strong>The gold standard for mobile data collection.</strong></p>
|
||||
<p>We manage your ODK Central instance, providing a reliable backbone for your field teams. Focus on your data and workflows, not your server maintenance.</p>
|
||||
<ul style="padding-left: 20px; font-size: 0.95em;">
|
||||
<li>Seamless online/offline syncing</li>
|
||||
<li>Mobile and web form support</li>
|
||||
<li>Managed server updates & security</li>
|
||||
<li>Custom form deployment</li>
|
||||
<li>Custom form development</li>
|
||||
</ul>
|
||||
<div class="price" style="font-size: 1.2em;">Starting at $5 / month</div>
|
||||
<div class="price" style="font-size: 1.2em;">Starting at $10 / month</div>
|
||||
<p style="font-size: 0.9em; color: #666;">+ Optional backups available</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user