.custom-slideshow { position: relative; max-width: 800px; margin: auto; overflow: hidden; border-radius: 10px; height: 450px; /* fixed height so images show */ } .custom-slideshow img { width: 100%; height: 100%; /* fill container */ object-fit: cover; /* scale images nicely */ position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 1s ease-in-out; z-index: 1; } .custom-slideshow img.active { opacity: 1; z-index: 2; } .caption { position: absolute; bottom: 10%; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.5); color: #fff; padding: 12px 20px; font-size: 18px; font-family: sans-serif; border-radius: 8px; text-align: center; max-width: 90%; word-wrap: break-word; z-index: 3; } .prev, .next { cursor: pointer; position: absolute; top: 50%; margin-top: -20px; padding: 10px; color: white; font-weight: bold; font-size: 22px; background-color: rgba(0,0,0,0.4); border-radius: 50%; user-select: none; z-index: 4; } .prev { left: 10px; } .next { right: 10px; } .dots { text-align: center; margin-top: 10px; } .dot { cursor: pointer; height: 12px; width: 12px; margin: 0 4px; background-color: #bbb; border-radius: 50%; display: inline-block; } .dot.active { background-color: #717171; } @media (max-width: 600px) { .caption { font-size: 14px; padding: 8px 12px; } .prev, .next { font-size: 18px; padding: 8px; } }
const slides = document.querySelectorAll(‘.custom-slideshow img’); const dots = document.querySelectorAll(‘.dot’); const caption = document.querySelector(‘.caption’); let slideIndex = 0; function getCaptionFromSrc(src) { const parts = src.split(‘/’); const filename = parts[parts.length-1]; return filename.split(‘.’)[0].replace(/[-_]/g, ‘ ‘); } function showSlide(n) { slides.forEach((slide, i) => { slide.classList.remove(‘active’); dots[i].classList.remove(‘active’); }); slides[n].classList.add(‘active’); dots[n].classList.add(‘active’); caption.innerText = getCaptionFromSrc(slides[n].src); } function nextSlide() { slideIndex = (slideIndex + 1) % slides.length; showSlide(slideIndex); } function prevSlide() { slideIndex = (slideIndex – 1 + slides.length) % slides.length; showSlide(slideIndex); } document.querySelector(‘.next’).addEventListener(‘click’, nextSlide); document.querySelector(‘.prev’).addEventListener(‘click’, prevSlide); dots.forEach((dot, i) => dot.addEventListener(‘click’, () => { slideIndex = i; showSlide(i); })); showSlide(slideIndex); setInterval(nextSlide, 3000); .animated-text { max-width: 800px; margin: 30px auto; padding: 20px 25px; background: linear-gradient(135deg, #5D3FD3, #FF5C8D); /* Purple to rose-red gradient */ color: #fff; font-size: 18px; font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif; border-radius: 12px; text-align: center; line-height: 1.6; box-shadow: 0 8px 20px rgba(0,0,0,0.3); opacity: 0; /* start hidden for animation */ transform: translateY(40px); animation: fadeInUp 1.5s ease forwards; } /* Animation */ @keyframes fadeInUp { 0% { opacity: 0; transform: translateY(40px); } 50% { opacity: 0.6; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } /* Optional: Animate on scroll (fade in when it enters viewport) */ @media (prefers-reduced-motion: no-preference) { .animated-text { animation: fadeInUp 1.5s ease forwards; animation-delay: 0.3s; } }
James Onsongo serves as the heart and hands of Finishing Well Foundation—leading with humility, vision, and unwavering commitment to community transformation and spiritual legacy.
.flowing-paragraph { max-width: 900px; margin: 40px auto; padding: 25px 30px; background: linear-gradient(135deg, #5D3FD3, #FF5C8D); /* Purple to rose-red gradient */ color: #fff; font-size: 18px; font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif; border-radius: 15px; line-height: 1.8; box-shadow: 0 10px 25px rgba(0,0,0,0.3); position: relative; overflow: hidden; } /* Animate text flow using fade-in + slide-up */ .flowing-paragraph span { display: inline-block; opacity: 0; transform: translateY(20px); animation: fadeSlideIn 0.8s ease forwards; } @keyframes fadeSlideIn { 0% { opacity: 0; transform: translateY(20px); } 50% { opacity: 0.5; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } } /* Optional: gradient highlight animation for key words */ .flowing-paragraph span.highlight { background: linear-gradient(90deg, #FFD1DC, #FF5C8D, #5D3FD3); -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: shimmer 2s infinite linear; } @keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
James Onsongo is a transformational leader, author, and community mentor, best known as the CEO of the Finishing Well Foundation. His remarkable journey—from struggling with homelessness and hardship to becoming an author and nonprofit leader—has inspired many to rise above adversity and finish strong. He is the author of Rebuilding the Broken Walls, an inspirational book rooted in the story of Nehemiah, encouraging resilience and restoration in the face of life’s challenges. James also co-founded and directs the Be The Miracle (BTM) Initiative, a platform dedicated to empowering youth and nurturing hope across Kenya. Beyond his nonprofit work, James is actively involved in Strong Men Factory, a movement that blends fitness, discipline, and resilience-building for men. Through Strong Men Factory, he also contributes to private security initiatives and has worked in conjunction with elite security professionals, including Kenya’s GSU Recce Squad, to provide specialized protective services. With a deep faith and a passion for human dignity, James Onsongo continues to inspire individuals and communities alike, proving that no matter the starting point, finishing well is possible.
const paragraphs = document.querySelectorAll(‘.flowing-paragraph span’); paragraphs.forEach((el, index) => { el.style.animationDelay = (index * 0.5) + ‘s’; // stagger animation for flow });

🌍 Community Development & Impact

Community development projects: widows support, outreach, BTM initiative
  • Widows Support: Led the construction of permanent housing and monthly care programs for over 15 widows—rooted in James 1:27 and biblical compassion.
  • Supporting the Needy: Oversees classroom builds, food distribution, counseling, and rehabilitation of street children and orphans—work influenced by Bishop’s ministry legacy.

BTM Initiative empowers local leadership through discipleship groups, community service, and spiritual activation.

“The greatest among you will be your servant.” — Matthew 23:11

🧱 Leadership Principles & Core Values

Leadership values: servanthood, visionary action, legacy transfer
  • Servanthood: Acts personally in community service, mentorship, and project planning.
  • Visionary Action: Leads strategic programs like Legacy Centre and BTM to expand spiritual and societal impact.
  • Legacy Transfer: Mentors emerging leaders to carry forward spiritual values.
  • Servanthood: Acts personally in community service, mentorship, and project planning.
/* Section Background */ .fwf-section { background: linear-gradient(135deg, #f9f5ff, #eae6f7); padding: 40px 20px; border-radius: 16px; margin: 30px 0; } /* Two-column grid */ .fwf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; max-width: 1100px; margin: 0 auto; } /* Card */ .fwf-card { background: #fff; border-radius: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); padding: 20px; } /* Titles */ .fwf-title { margin: 0 0 12px; color: #5D3FD3; text-align: center; font-weight: 700; } /* Images (rounded like Gutenberg’s “Rounded”) */ .fwf-img { width: 100%; max-height: 280px; object-fit: cover; border-radius: 12px; display: block; margin: 0 auto 12px; box-shadow: 0 3px 8px rgba(0,0,0,0.12); } /* Text fit & readability */ .fwf-card p, .fwf-card ul { font-size: 16px; line-height: 1.6; color: #333; max-width: 95%; margin: 0 auto 10px; } .fwf-card ul { padding-left: 18px; } /* Scripture quote style */ .fwf-quote { font-style: italic; color: #4b0082; border-left: 4px solid #a178df; padding-left: 10px; margin-top: 10px; } /* Mobile stacking */ @media (max-width: 782px) { .fwf-grid { grid-template-columns: 1fr; } .fwf-img { max-height: 240px; } }

CEO & Spiritual Son of Bishop William Tuimising

A trusted companion, strategic administrator, and visionary leader who carries forward the ministry’s calling to raise leaders and serve vulnerable communities.

Community Developer

With credentials in community development, James directs the foundation’s impactful projects—ensuring dignity and wellbeing for widows, widowed households, children, and neighborhoods in need.


Cooperate Leader

Launched in 2013, BTM is a discipleship and community activation movement that empowers believers to embrace divine identity and act as agents of transformation in their communities.

Author & Inspirer

He penned “Rebuilding the Broken Walls”—a study guide inspired by Nehemiah’s life, designed to encourage resilience and personal restoration.

Leader 1

Leader Name One

Short inspiring description about this leader’s journey and role.

Leader 2

Leader Name Two

Another inspiring description highlighting achievements and leadership.

/* Section Background */ .fwf-section { background: linear-gradient(135deg, #E6E6FA, #D8BFD8); /* Soft lavender gradient */ padding: 50px 20px; border-radius: 20px; margin: 30px 0; } /* Two Columns */ .fwf-columns { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; } /* Column */ .fwf-col { flex: 1; min-width: 250px; max-width: 400px; text-align: center; } /* Rounded Image Style */ .fwf-image { width: 150px; height: 150px; object-fit: cover; border-radius: 15px; /* Not fully round – like Gutenberg’s “rounded” option */ margin-bottom: 15px; }

🔗 “Emphasize building souls as you build the organization.”A guiding mantra reflected in his BTM training, community service, and leadership philosophy

Het uiterlijk van cusco casino maakt een serieuze indruk die in alle onderdelen doorklinkt. Minimum- en maximumstortingen zijn overzichtelijk weergegeven in de kassasectie. Laagvolatiele gokkasten passen bij spelers die regelmatig kleinere uitkeringen verkiezen. De live chat is met één klik vanuit elke casino-sectie bereikbaar. Privacybeleid is afgestemd op de strenge eisen van de AVG. Nieuwe spelers worden begroet met een uitgebreid welkomstpakket dat zich over meerdere stortingen uitstrekt. Overgangen tussen secties verlopen vloeiend en onderbreken de spelflow niet. Statistieken van eerdere spelrondes worden direct aan de tafel getoond. Wie een nieuwe speelervaring zoekt, vindt hier een veelbelovend adres voor regelmatig spelen.

James Onsongo

Connect with James on Social Media

Search

Proudly powered by WordPress