<!--
=====================================================================
NEXT GEN GLOBAL COLLAB — Home Page
WordPress Instructions:
1. In WordPress, go to Pages → Add New
2. Add a "Custom HTML" block (click + → search "Custom HTML")
3. Paste the ENTIRE contents of this file into the block
4. Replace all image URLs marked with *** IMAGE: ... ***
- Download each image from Canva
- Upload to WordPress Media Library (Media → Add New)
- Copy the URL and paste it in place of the placeholder
5. Click Publish / Update
=====================================================================
-->
<style>
/* ── Reset & base ── */
.ngcc-page * { box-sizing: border-box; margin: 0; padding: 0; }
.ngcc-page { font-family: Arial, Helvetica, sans-serif; color: #333; }
/* ── Shared ── */
.ngcc-section { width: 100%; padding: 60px 40px; }
.ngcc-inner { max-width: 960px; margin: 0 auto; }
/* ── SECTION 1 · Hero ── */
.ngcc-hero { background: #1E5D6B; text-align: center; }
.ngcc-hero h1 {
font-size: clamp(1.8rem, 4vw, 3rem);
font-weight: 900;
text-transform: uppercase;
letter-spacing: 3px;
color: #EDE8D5;
line-height: 1.2;
margin-bottom: 24px;
}
.ngcc-hero .subtitle {
font-style: italic;
font-size: 0.95rem;
max-width: 720px;
margin: 0 auto 36px;
line-height: 1.8;
color: #c8dde0;
}
.ngcc-hero .hero-photo {
width: 100%;
max-width: 820px;
border-radius: 4px;
display: block;
margin: 0 auto;
/* *** IMAGE: Replace src below with your group photo URL from WordPress Media Library *** */
background: #2b7a8a;
min-height: 300px;
}
/* ── SECTION 2 · What We Do ── */
.ngcc-what { background: #EDE8D5; }
.ngcc-what h2 {
font-size: clamp(1.4rem, 3vw, 2rem);
font-weight: 900;
text-transform: uppercase;
color: #1E5D6B;
margin-bottom: 36px;
line-height: 1.2;
}
.ngcc-what-grid {
display: grid;
grid-template-columns: 1fr 2fr 1fr;
gap: 28px;
align-items: start;
}
.ngcc-what-left p { line-height: 1.7; color: #444; margin-bottom: 20px; font-size: 0.92rem; }
.ngcc-what-left p strong { color: #1E5D6B; }
.ngcc-activities-box { border: 2px solid #1E5D6B; padding: 24px; background: #f5f0e5; }
.ngcc-activities-label {
font-weight: 900; font-size: 0.78rem; text-transform: uppercase;
letter-spacing: 1.5px; color: #1E5D6B; text-align: center; margin-bottom: 18px;
}
.ngcc-activity-item {
border: 1px solid #1E5D6B; padding: 14px 18px; margin-bottom: 12px;
text-align: center; color: #1E5D6B; font-weight: bold; font-size: 0.88rem;
line-height: 1.5;
}
.ngcc-activity-item:last-child { margin-bottom: 0; }
.ngcc-vision-box {
border-left: 4px solid #E8962A; padding-left: 20px;
}
.ngcc-vision-box p {
color: #E8962A; font-weight: bold; font-size: 0.88rem; line-height: 1.7;
}
/* ── SECTION 3 · Collective Impact ── */
.ngcc-impact { background: #1E5D6B; }
.ngcc-impact-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: start;
}
.ngcc-impact-left h2 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 900;
text-transform: uppercase;
color: white;
line-height: 1;
margin-bottom: 12px;
}
.ngcc-impact-left .stanford {
color: #E8962A; font-style: italic; font-weight: bold;
font-size: 0.9rem; margin-bottom: 18px;
}
.ngcc-impact-left .description {
color: #c8dde0; font-size: 0.88rem; line-height: 1.7; margin-bottom: 24px;
}
.ngcc-impact-photo {
width: 100%; max-width: 380px; border-radius: 4px;
/* *** IMAGE: Replace src below with your meeting photo URL *** */
background: #2b7a8a; min-height: 200px; display: block;
}
.ngcc-pillar {
border: 2px solid #E8962A;
padding: 14px 20px;
margin-bottom: 14px;
text-align: center;
}
.ngcc-pillar h4 {
color: #E8962A; font-weight: 900; text-transform: uppercase;
font-size: 0.82rem; letter-spacing: 1px; margin-bottom: 5px;
}
.ngcc-pillar p { color: #E8962A; font-style: italic; font-size: 0.78rem; }
.ngcc-read-more {
display: inline-block; background: #E8962A; color: white;
padding: 12px 32px; text-decoration: none; font-weight: bold;
font-size: 0.85rem; border-radius: 3px; margin-top: 16px;
text-align: center; width: 100%;
}
.ngcc-read-more:hover { background: #d4881a; }
/* ── SECTION 4 · Journey ── */
.ngcc-journey { background: #EDE8D5; text-align: center; }
.ngcc-journey h2 {
font-size: clamp(1.4rem, 3vw, 2rem);
font-weight: 900; text-transform: uppercase;
color: #1E5D6B; margin-bottom: 40px; letter-spacing: 2px;
}
.ngcc-timeline-wrap { overflow-x: auto; }
.ngcc-timeline {
display: flex; gap: 0; min-width: 600px; width: 100%;
max-width: 900px; margin: 0 auto;
}
.ngcc-phase { flex: 1; padding: 0 10px; }
.ngcc-phase-dot {
width: 44px; height: 44px; border-radius: 50%;
background: #E8962A; margin: 0 auto 14px;
display: flex; align-items: center; justify-content: center;
font-size: 1.2rem;
}
.ngcc-phase:last-child .ngcc-phase-dot { background: #1E5D6B; }
.ngcc-phase-line {
height: 3px; background: #E8962A;
flex: 1; margin-top: 21px; display: block;
}
.ngcc-phase h3 {
font-weight: 900; font-size: 0.82rem; color: #1E5D6B;
text-transform: uppercase; border-top: 3px solid #E8962A;
padding-top: 10px; margin-bottom: 10px;
}
.ngcc-phase p { font-size: 0.73rem; color: #555; line-height: 1.6; text-align: left; }
.ngcc-phase p strong { color: #1E5D6B; }
/* ── SECTION 5 · Values ── */
.ngcc-values { background: #EDE8D5; }
.ngcc-values h2 {
font-size: clamp(1.4rem, 3vw, 2rem);
font-weight: 900; text-transform: uppercase;
color: #1E5D6B; margin-bottom: 36px;
text-align: center; letter-spacing: 2px;
}
.ngcc-values-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 16px;
}
.ngcc-value-card {
border: 2px solid #E8962A;
padding: 20px 12px;
text-align: center;
background: #EDE8D5;
border-radius: 4px;
}
.ngcc-value-icon { font-size: 1.8rem; margin-bottom: 10px; }
.ngcc-value-text { font-size: 0.75rem; font-weight: bold; color: #333; line-height: 1.4; }
/* ── Responsive ── */
@media (max-width: 820px) {
.ngcc-section { padding: 44px 20px; }
.ngcc-what-grid { grid-template-columns: 1fr; }
.ngcc-vision-box { border-left: none; border-top: 4px solid #E8962A; padding: 16px 0 0; }
.ngcc-impact-grid { grid-template-columns: 1fr; }
.ngcc-values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
.ngcc-values-grid { grid-template-columns: repeat(2, 1fr); }
.ngcc-hero h1 { font-size: 1.6rem; }
}
</style>
<div class="ngcc-page">
<!-- ═══════════════════════════════════════════════
SECTION 1 · HERO
═══════════════════════════════════════════════ -->
<div class="ngcc-section ngcc-hero">
<div class="ngcc-inner">
<h1>What is the Next Gen<br>Global Collab</h1>
<p class="subtitle">The Next Gen Global Collab is composed of organizations, networks and movements committed to, God willing, changing the trajectory of Christianity among the next generation. Together we create a leadership community who collaborate on key gatherings, projects &amp; research, and find synergy in activities in order to mitigate duplication of efforts. Our heart is to make every network better and accelerate the cause of Christ among the youth of the world.</p>
<!-- *** IMAGE: Paste your group photo URL here *** -->
<img class="hero-photo" src="YOUR-GROUP-PHOTO-URL" alt="Next Gen Global Collab Team">
</div>
</div>
<!-- ═══════════════════════════════════════════════
SECTION 2 · WHAT WE DO TOGETHER
═══════════════════════════════════════════════ -->
<div class="ngcc-section ngcc-what">
<div class="ngcc-inner">
<h2>What the Next Gen Global Collab Does Together:</h2>
<div class="ngcc-what-grid">
<!-- Left: Two points -->
<div class="ngcc-what-left">
<p><strong>1. We inspire collaboration and partnership to accelerate the impact of each entity involved.</strong></p>
<p><strong>2. We gather to collaborate, build relationships, innovate together and create synergy</strong></p>
</div>
<!-- Center: Activities box -->
<div class="ngcc-activities-box">
<p class="ngcc-activities-label">Our Mutual Activities Include</p>
<div class="ngcc-activity-item">
2033 Vision – Everyone in the next generation having an opportunity to follow Jesus by 2033!<br>
+<br>
2027 Everyone Next Gen event
</div>
<div class="ngcc-activity-item">Annual Research</div>
<div class="ngcc-activity-item">Collaboration Labs / Model Communities</div>
</div>
<!-- Right: Vision -->
<div class="ngcc-vision-box">
<p>The vision of the Collab is to provide a context for global networks to work together so that the next generation will become lifelong followers of Jesus.</p>
</div>
</div>
</div>
</div>
<!-- ═══════════════════════════════════════════════
SECTION 3 · COLLECTIVE IMPACT
═══════════════════════════════════════════════ -->
<div class="ngcc-section ngcc-impact">
<div class="ngcc-inner">
<div class="ngcc-impact-grid">
<!-- Left -->
<div class="ngcc-impact-left">
<h2>Collective<br>Impact</h2>
<p class="stanford">Stanford Social Innovation Review</p>
<p class="description">This framework offers a structured way to tackle deep-seated societal issues by moving away from "isolated impact"—where organizations work in silos—toward a unified, cross-sector strategy. To succeed, this model relies on five pillars:</p>
<!-- *** IMAGE: Paste your collaboration/meeting photo URL here *** -->
<img class="ngcc-impact-photo" src="YOUR-MEETING-PHOTO-URL" alt="Team Collaboration">
</div>
<!-- Right: 5 Pillars -->
<div>
<div class="ngcc-pillar">
<h4>Common Agenda</h4>
<p>A shared vision for change.</p>
</div>
<div class="ngcc-pillar">
<h4>Backbone Support Organization</h4>
<p>A dedicated team to manage and coordinate the entire initiative.</p>
</div>
<div class="ngcc-pillar">
<h4>Shared Measurement</h4>
<p>Consistent data collection across all partners</p>
</div>
<div class="ngcc-pillar">
<h4>Mutually Reinforced Activity</h4>
<p>Coordinated actions that support one another</p>
</div>
<div class="ngcc-pillar">
<h4>Continuous Communication</h4>
<p>Constant dialogue to build trust and momentum</p>
</div>
<a href="#" class="ngcc-read-more">Click Here to Read More</a>
</div>
</div>
</div>
</div>
<!-- ═══════════════════════════════════════════════
SECTION 4 · JOURNEY TIMELINE
═══════════════════════════════════════════════ -->
<div class="ngcc-section ngcc-journey">
<div class="ngcc-inner">
<h2>Next Gen Global Collab Journey</h2>
<div class="ngcc-timeline-wrap">
<div class="ngcc-timeline">
<div class="ngcc-phase">
<div class="ngcc-phase-dot">💡</div>
<h3>Ideation</h3>
<p><strong>2012, 2014–2022</strong><br>Colin Piper (Converge) annually gathered a group of Leaders of Global Youth Movements to ideate and birth concept and relationships.</p>
<br>
<p><strong>Sept 2022</strong><br>NXT Move Global Gathering initiated a lone Global organizational leaders group to test the concept.</p>
</div>
<div class="ngcc-phase">
<div class="ngcc-phase-dot">✏️</div>
<h3>Design</h3>
<p><strong>April 2023</strong><br>A Design Team gathered to identify the mission, vision and values of the Collab.</p>
</div>
<div class="ngcc-phase">
<div class="ngcc-phase-dot">🏗️</div>
<h3>Formation</h3>
<p>Design Team met monthly to further clarify the Who, What, Why of the Collab. Nominations for a Constituting group started.</p>
</div>
<div class="ngcc-phase">
<div class="ngcc-phase-dot">📋</div>
<h3>Constituting</h3>
<p><strong>January 2024</strong><br>27 Members from 20 Organizations Constituted the Official Next Gen Global Collab.</p>
</div>
<div class="ngcc-phase">
<div class="ngcc-phase-dot">🚀</div>
<h3>Implementation</h3>
<p><strong>2024</strong><br>NXT Move appointed official Backbone Organization. Leadership Team appointed for a 3-year period (meeting annually in-person).</p>
<br>
<p>Annual all-members in-person meetings:<br>• January 2025 – Dominican Republic<br>• January 2026 – Oklahoma City</p>
</div>
</div>
</div>
</div>
</div>
<!-- ═══════════════════════════════════════════════
SECTION 5 · VALUES
═══════════════════════════════════════════════ -->
<div class="ngcc-section ngcc-values">
<div class="ngcc-inner">
<h2>Values for Next Gen Impact:</h2>
<div class="ngcc-values-grid">
<div class="ngcc-value-card">
<div class="ngcc-value-icon">⛪</div>
<p class="ngcc-value-text">Amplify and encourage the Local Church</p>
</div>
<div class="ngcc-value-card">
<div class="ngcc-value-icon">🙏</div>
<p class="ngcc-value-text">Courageous Humility</p>
</div>
<div class="ngcc-value-card">
<div class="ngcc-value-icon">🌍</div>
<p class="ngcc-value-text">Global Influence for Grass Roots Impact</p>
</div>
<div class="ngcc-value-card">
<div class="ngcc-value-icon">📖</div>
<p class="ngcc-value-text">Holistic Kingdom Transformation through Disciple making</p>
</div>
<div class="ngcc-value-card">
<div class="ngcc-value-icon">🤝</div>
<p class="ngcc-value-text">Unity in Diversity</p>
</div>
<div class="ngcc-value-card">
<div class="ngcc-value-icon">👥</div>
<p class="ngcc-value-text">Working with, from &amp; for the Next Generation</p>
</div>
</div>
</div>
</div>
</div><!-- end .ngcc-page -->

A supportive experience that turns caring into community

At PawPals, we believe in the power of community to make a positive impact on the lives of pets. Join our collaborative network of pet lovers dedicated to providing love, care, and support.

Pet Sitting

Ensure your pet’s well-being while you’re away with our professional pet-sitting services.

Overnight Care

Experience peace of mind with the overnight care services offered by the PP volunteers.

Grooming

Treat your pets to a pampering session with our diverse grooming services.

Pet Taxi

Our reliable pet taxi service ensures safe and comfortable journeys for your furry companions.

Blog

The pet taxi service made my life so much easier. It’s reliable, and my pet loves the rides. Thank you, PP, excellent service!

Alex Garfield

Subscribe to
Get our News

PawPals invites you to be a hero for pets! Collaborate with us to create a world where no pet is left behind.