Skip to content

Instantly share code, notes, and snippets.

@PandaWhoCodes
Created April 14, 2026 16:58
Show Gist options
  • Select an option

  • Save PandaWhoCodes/127e0732843ca88cca1966f9018b5d3c to your computer and use it in GitHub Desktop.

Select an option

Save PandaWhoCodes/127e0732843ca88cca1966f9018b5d3c to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FaithTech Impact Report</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
h1, h2, h3 {
color: #2c3e50;
}
h1 {
border-bottom: 2px solid #3498db;
padding-bottom: 10px;
}
h2 {
border-bottom: 1px solid #eee;
padding-bottom: 5px;
margin-top: 30px;
}
.stat {
background-color: #f8f9fa;
border-left: 4px solid #3498db;
padding: 15px;
margin: 20px 0;
}
.project-card {
border: 1px solid #ddd;
border-radius: 5px;
padding: 15px;
margin-bottom: 15px;
background-color: #f9f9f9;
}
.highlight {
background-color: #e3f2fd;
padding: 2px 5px;
border-radius: 3px;
}
</style>
</head>
<body>
<h1>FaithTech Impact Report (2024)</h1>
<p><em>Last updated: April 2024</em></p>
<div class="stat">
<h2>Global Reach</h2>
<p><strong>52 communities</strong> across <strong>17 countries</strong></p>
<p><strong>10,620+ subscribers</strong> across platforms</p>
<p><strong>178 events</strong> with 5,098 registrations</p>
</div>
<h2>Key Projects & Success Stories</h2>
<div class="project-card">
<h3>Akashi (Tokyo)</h3>
<p>Mobile app for sharing personal testimonies</p>
<p><span class="highlight">Impact:</span> Helping believers share their faith journeys digitally</p>
</div>
<div class="project-card">
<h3>Banda Health (Global/Kenya focus)</h3>
<p>Clinic management software for underserved areas</p>
<p><span class="highlight">Impact:</span> Serving <strong>104 clinics</strong> reaching <strong>550,000 patients/year</strong></p>
</div>
<div class="project-card">
<h3>Searching for Hope</h3>
<p>Redirects harmful domains (like suicide/sex sites) to Gospel resources</p>
<p><span class="highlight">Impact:</span> ~16,000 monthly visitors redirected (one visitor testified it saved her life)</p>
</div>
<div class="stat">
<h2>Financial Impact (2024)</h2>
<p><strong>$1.36M revenue</strong> (87.5% toward programs & staff)</p>
<p><strong>55 active projects</strong>, <strong>28 deployed products</strong></p>
<p><strong>442 active builders</strong> (volunteers/developers)</p>
</div>
<h2>FaithTech Chennai</h2>
<p>Active in-person and online community in Chennai, India</p>
<p><strong>Leadership:</strong> Ebenezer Elias (City Lead), Michael Jerome (Meetup Lead)</p>
<p><strong>Recent Projects:</strong> "Faith Network" app for biblical mentorship</p>
<p><a href="https://www.instagram.com/faithtech_chn" target="_blank">Instagram: @faithtech_chn</a></p>
<h2>What's Next?</h2>
<p>FaithTech continues to expand globally with:</p>
<ul>
<li>New city launches planned for 2024-2025</li>
<li>Expansion of the 4D Cycle methodology</li>
<li>More "Story Nights" events worldwide</li>
</ul>
<h2>Get Involved</h2>
<p>Join the movement at <a href="https://faithtech.com" target="_blank">faithtech.com</a> or find your local community.</p>
<footer>
<p>Source: FaithTech 2024 Impact Report and public data</p>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment