feat: add 8.5x11 printable prayer card, vector QR codes, local Caracas SEO neighborhood tags, and monthly church sponsorship tiers

This commit is contained in:
2026-09-02 14:20:37 -07:00
parent c9432c0079
commit f83a41b4fc
6 changed files with 597 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 824 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

+136
View File
@@ -2006,4 +2006,140 @@ button, input, select, textarea {
} }
} }
/* Caracas Communities & Neighborhoods Tags (Local SEO) */
.neighborhoods-box {
margin-top: 48px;
background: var(--white);
border: 1px solid var(--slate-200);
border-radius: var(--radius-md);
padding: 32px 36px;
box-shadow: var(--shadow-sm);
}
.neighborhoods-header h4 {
font-family: var(--font-heading);
font-size: 1.25rem;
font-weight: 700;
color: var(--primary-950);
margin-bottom: 8px;
}
.neighborhoods-header p {
color: var(--slate-600);
font-size: 0.95rem;
line-height: 1.6;
margin-bottom: 20px;
}
.neighborhood-tags {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.n-tag {
background: var(--slate-100);
color: var(--primary-900);
border: 1px solid var(--slate-200);
padding: 6px 14px;
border-radius: var(--radius-full);
font-size: 0.85rem;
font-weight: 600;
transition: var(--transition);
}
.n-tag:hover {
background: var(--gold-100, #fef9c3);
border-color: var(--gold-400);
color: var(--primary-950);
transform: translateY(-1px);
}
/* Monthly Church Sponsorship Section */
.sponsorship-section {
margin-bottom: 56px;
}
.sponsorship-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 28px;
max-width: 1050px;
margin: 0 auto;
}
.sponsor-card {
background: var(--white);
border: 1px solid var(--slate-200);
border-radius: var(--radius-lg);
padding: 36px 28px;
display: flex;
flex-direction: column;
box-shadow: var(--shadow-sm);
transition: var(--transition);
position: relative;
}
.sponsor-card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
border-color: var(--gold-400);
}
.sponsor-card.featured {
border: 2px solid var(--gold-500);
box-shadow: 0 12px 32px rgba(212, 175, 55, 0.18);
background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
}
.sponsor-badge-featured {
position: absolute;
top: -14px;
left: 50%;
transform: translateX(-50%);
background: var(--grad-gold);
color: var(--primary-950);
font-size: 0.76rem;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 4px 14px;
border-radius: var(--radius-full);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.sponsor-tier-price {
font-family: var(--font-heading);
font-size: 2.3rem;
font-weight: 800;
color: var(--primary-950);
margin-bottom: 12px;
line-height: 1;
}
.sponsor-tier-price span {
font-size: 1rem;
font-weight: 600;
color: var(--slate-500);
font-family: var(--font-sans);
}
.sponsor-card h4 {
font-family: var(--font-heading);
font-size: 1.25rem;
font-weight: 700;
color: var(--primary-900);
margin-bottom: 10px;
}
.sponsor-card p {
font-size: 0.92rem;
color: var(--slate-600);
line-height: 1.6;
margin-bottom: 24px;
flex-grow: 1;
}
+69
View File
@@ -52,6 +52,8 @@
"latitude": 10.485, "latitude": 10.485,
"longitude": -66.938 "longitude": -66.938
}, },
"areaServed": ["Caracas", "Vista Alegre", "Urb. La Paz", "El Paraíso", "Montalbán", "San Martín", "Distrito Capital", "Venezuela"],
"openingHoursSpecification": [ "openingHoursSpecification": [
{ {
"@type": "OpeningHoursSpecification", "@type": "OpeningHoursSpecification",
@@ -835,6 +837,26 @@
</div> </div>
</div> </div>
</div> </div>
<!-- Caracas Neighborhoods Served & Local Outreach (Local SEO & Community Impact) -->
<div class="neighborhoods-box">
<div class="neighborhoods-header">
<h4 data-i18n="location.community_title">Caracas Communities & Neighborhoods Served</h4>
<p data-i18n="location.community_desc">Our church campus and humanitarian relief kitchen in Vista Alegre actively serve families, seniors, and students across western and metropolitan Caracas:</p>
</div>
<div class="neighborhood-tags">
<span class="n-tag">Vista Alegre (Home Campus)</span>
<span class="n-tag">Urb. La Paz</span>
<span class="n-tag">El Paraíso</span>
<span class="n-tag">Montalbán I & II</span>
<span class="n-tag">San Martín</span>
<span class="n-tag">Bella Vista</span>
<span class="n-tag">Antímano</span>
<span class="n-tag">Caricuao</span>
<span class="n-tag">La Vega</span>
<span class="n-tag">Centro de Caracas</span>
</div>
</div>
</div> </div>
</section> </section>
@@ -849,8 +871,44 @@
</p> </p>
</div> </div>
<!-- Monthly Church Partnership Sponsorship Tiers -->
<div class="sponsorship-section">
<div class="text-center" style="margin-bottom: 32px;">
<span class="section-badge badge-relief" data-i18n="sponsor.badge">MONTHLY CHURCH SPONSORSHIP</span>
<h3 style="font-family: var(--font-heading); font-size: 1.8rem; color: var(--primary-900); margin-top: 8px;" data-i18n="sponsor.title">Adopt a Monthly Ministry Pillar in Caracas</h3>
<p style="color: var(--slate-600); max-width: 680px; margin: 8px auto 0;" data-i18n="sponsor.desc">
U.S. churches and families can provide ongoing stability through tax-deductible monthly sponsorships channeled through MWBM.
</p>
</div>
<div class="sponsorship-grid">
<div class="sponsor-card">
<div class="sponsor-tier-price">$50<span>/mo</span></div>
<h4 data-i18n="sponsor.t1_title">Student Scholar Sponsor</h4>
<p data-i18n="sponsor.t1_desc">Provides required theological textbooks, study materials, and local transit assistance for 2 national seminary students.</p>
<button class="btn btn-outline-white btn-full open-donate-modal" data-amount="50" style="color: var(--primary-900); border-color: var(--slate-300);" data-i18n="sponsor.btn_sponsor">Sponsor Tier ➔</button>
</div>
<div class="sponsor-card featured">
<div class="sponsor-badge-featured" data-i18n="sponsor.popular">Most Urgent</div>
<div class="sponsor-tier-price">$150<span>/mo</span></div>
<h4 data-i18n="sponsor.t2_title">Soup Kitchen Bread Sponsor</h4>
<p data-i18n="sponsor.t2_desc">Provides clean water, beans, rice, and proteins for over 150 hot meals served to neighborhood children and elderly.</p>
<button class="btn btn-primary btn-full open-donate-modal" data-amount="150" data-i18n="sponsor.btn_sponsor">Sponsor Tier ➔</button>
</div>
<div class="sponsor-card">
<div class="sponsor-tier-price">$300<span>/mo</span></div>
<h4 data-i18n="sponsor.t3_title">Church Planter Fellowship</h4>
<p data-i18n="sponsor.t3_desc">Provides full missionary support for a Venezuelan seminary graduate pioneering a new church plant in an unreached region.</p>
<button class="btn btn-outline-white btn-full open-donate-modal" data-amount="300" style="color: var(--primary-900); border-color: var(--slate-300);" data-i18n="sponsor.btn_sponsor">Sponsor Tier ➔</button>
</div>
</div>
</div>
<div class="giving-box"> <div class="giving-box">
<div class="text-center"> <div class="text-center">
<h3 style="font-family: var(--font-heading); font-size: 1.5rem; color: var(--primary-900); margin-bottom: 8px;" data-i18n="giving.channel_title"> <h3 style="font-family: var(--font-heading); font-size: 1.5rem; color: var(--primary-900); margin-bottom: 8px;" data-i18n="giving.channel_title">
Primary Channel: Macedonia World Baptist Missions (MWBM) Primary Channel: Macedonia World Baptist Missions (MWBM)
</h3> </h3>
@@ -1163,6 +1221,16 @@
</div> </div>
<div style="margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap;"> <div style="margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap;">
<a href="prayer-card.html" target="_blank" class="btn btn-relief" style="flex: 1 1 100%; display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none;">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path>
<polyline points="14 2 14 8 20 8"></polyline>
<line x1="16" y1="13" x2="8" y2="13"></line>
<line x1="16" y1="17" x2="8" y2="17"></line>
<polyline points="10 9 9 9 8 9"></polyline>
</svg>
<span data-i18n="prayer.btn_sheet">Open Printable 8.5x11 Sheet</span>
</a>
<button onclick="window.print();" class="btn btn-primary" style="flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px;"> <button onclick="window.print();" class="btn btn-primary" style="flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px;">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 6 2 18 2 18 9"></polyline> <polyline points="6 9 6 2 18 2 18 9"></polyline>
@@ -1175,6 +1243,7 @@
Close Window Close Window
</button> </button>
</div> </div>
</div> </div>
</div> </div>
+40 -2
View File
@@ -262,11 +262,30 @@ const translations = {
"prayer.p4_desc": "Pray for physical endurance, wisdom, spiritual protection, and renewed strength as he shepherds in the midst of national hardship.", "prayer.p4_desc": "Pray for physical endurance, wisdom, spiritual protection, and renewed strength as he shepherds in the midst of national hardship.",
"prayer.p5_title": "Spiritual Awakening Across Caracas", "prayer.p5_title": "Spiritual Awakening Across Caracas",
"prayer.p5_desc": "Pray that hearts broken by economic and physical crisis find salvation, lasting peace, and forgiveness in Jesus Christ.", "prayer.p5_desc": "Pray that hearts broken by economic and physical crisis find salvation, lasting peace, and forgiveness in Jesus Christ.",
"prayer.btn_print": "Print / Save as PDF" "prayer.btn_print": "Print / Save as PDF",
"prayer.btn_sheet": "Open Printable 8.5x11 Sheet",
// Caracas Communities & Local SEO
"location.community_title": "Caracas Communities & Neighborhoods Served",
"location.community_desc": "Our church campus and humanitarian relief kitchen in Vista Alegre actively serve families, seniors, and students across western and metropolitan Caracas:",
// Monthly Church Sponsorship
"sponsor.badge": "MONTHLY CHURCH SPONSORSHIP",
"sponsor.title": "Adopt a Monthly Ministry Pillar in Caracas",
"sponsor.desc": "U.S. churches and families can provide ongoing stability through tax-deductible monthly sponsorships channeled through MWBM.",
"sponsor.popular": "Most Urgent",
"sponsor.t1_title": "Student Scholar Sponsor",
"sponsor.t1_desc": "Provides required theological textbooks, study materials, and local transit assistance for 2 national seminary students.",
"sponsor.t2_title": "Soup Kitchen Bread Sponsor",
"sponsor.t2_desc": "Provides clean water, beans, rice, and proteins for over 150 hot meals served to neighborhood children and elderly.",
"sponsor.t3_title": "Church Planter Fellowship",
"sponsor.t3_desc": "Provides full missionary support for a Venezuelan seminary graduate pioneering a new church plant in an unreached region.",
"sponsor.btn_sponsor": "Sponsor Tier ➔"
}, },
es: { es: {
// Header & Nav // Header & Nav
"nav.brand_title": "Iglesia Bíblica Bautista", "nav.brand_title": "Iglesia Bíblica Bautista",
@@ -528,9 +547,28 @@ const translations = {
"prayer.p4_desc": "Ore por salud, sabiduría y fortaleza espiritual mientras pastorea en medio de la adversidad nacional.", "prayer.p4_desc": "Ore por salud, sabiduría y fortaleza espiritual mientras pastorea en medio de la adversidad nacional.",
"prayer.p5_title": "Avivamiento Espiritual en Caracas", "prayer.p5_title": "Avivamiento Espiritual en Caracas",
"prayer.p5_desc": "Ore para que muchos corazones afectados por la crisis encuentren salvación y paz eterna en Cristo Jesús.", "prayer.p5_desc": "Ore para que muchos corazones afectados por la crisis encuentren salvación y paz eterna en Cristo Jesús.",
"prayer.btn_print": "Imprimir / Guardar PDF" "prayer.btn_print": "Imprimir / Guardar PDF",
"prayer.btn_sheet": "Abrir Hoja Imprimible 8.5x11",
// Caracas Communities & Local SEO - Spanish
"location.community_title": "Comunidades y Sectores Atendidos en Caracas",
"location.community_desc": "Nuestra iglesia y comedor comunitario en Vista Alegre atienden activamente a familias, ancianos y estudiantes en todo el oeste y centro de Caracas:",
// Monthly Church Sponsorship - Spanish
"sponsor.badge": "PATROCINIO MENSUAL DE IGLESIAS",
"sponsor.title": "Adopte un Pilar Ministerial Mensual en Caracas",
"sponsor.desc": "Iglesias y familias pueden brindar estabilidad continua mediante patrocinios mensuales deducibles de impuestos canalizados a través de MWBM.",
"sponsor.popular": "Más Urgente",
"sponsor.t1_title": "Beca de Estudios para Seminaristas",
"sponsor.t1_desc": "Provee libros teológicos, materiales de estudio y transporte para 2 estudiantes nacionales del seminario.",
"sponsor.t2_title": "Sustento del Comedor Comunitario",
"sponsor.t2_desc": "Provee agua limpia, granos, arroz y proteínas para más de 150 comidas calientes servidas a niños y ancianos necesitados.",
"sponsor.t3_title": "Beca de Plantación de Iglesias",
"sponsor.t3_desc": "Provee sustento misionero completo para un graduado del seminario que emprende la plantación de una nueva iglesia nacional.",
"sponsor.btn_sponsor": "Patrocinar Pilar ➔"
} }
}; };
+342
View File
@@ -0,0 +1,342 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pastor Víctor Páez — Missionary Prayer Card & Church Briefing</title>
<meta name="description" content="Official 1-page printable missionary prayer card and ministry briefing for Pastor Víctor Páez, Caracas, Venezuela. MWBM 501(c)(3)." />
<link rel="stylesheet" href="css/styles.css" />
<style>
:root {
--print-blue: #0a183d;
--print-gold: #b38b1f;
--print-red: #c92a2a;
}
body {
background: #f1f5f9;
color: #1e293b;
margin: 0;
padding: 0;
font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
}
.no-print-bar {
background: #0f172a;
color: #fff;
padding: 12px 24px;
display: flex;
align-items: center;
justify-content: space-between;
position: sticky;
top: 0;
z-index: 100;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.no-print-bar a {
color: #f1f5f9;
text-decoration: none;
font-weight: 600;
font-size: 0.9rem;
}
.btn-print {
background: var(--grad-gold, linear-gradient(135deg, #d4af37 0%, #f6e07b 100%));
color: #0b1528;
border: none;
padding: 8px 20px;
border-radius: 6px;
font-weight: 700;
cursor: pointer;
font-size: 0.92rem;
display: flex;
align-items: center;
gap: 8px;
}
/* 8.5 x 11 Sheet Container */
.sheet {
width: 8.5in;
min-height: 11in;
margin: 32px auto;
background: #ffffff;
padding: 0.5in 0.6in;
box-sizing: border-box;
box-shadow: 0 10px 30px rgba(0,0,0,0.12);
border-radius: 4px;
position: relative;
}
.sheet-header {
border-bottom: 3px solid var(--print-gold);
padding-bottom: 16px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.sheet-title-group h1 {
font-family: var(--font-heading, Georgia, serif);
font-size: 1.85rem;
color: var(--print-blue);
margin: 0 0 4px 0;
line-height: 1.15;
}
.sheet-title-group h2 {
font-size: 0.95rem;
color: var(--print-gold);
margin: 0 0 6px 0;
text-transform: uppercase;
letter-spacing: 0.08em;
font-weight: 800;
}
.sheet-title-group p {
font-size: 0.85rem;
color: #475569;
margin: 0;
}
.mission-board-badge {
background: #f8fafc;
border: 1px solid #cbd5e1;
border-radius: 6px;
padding: 8px 14px;
text-align: right;
font-size: 0.78rem;
color: #334155;
}
.mission-board-badge strong {
color: var(--print-blue);
display: block;
font-size: 0.85rem;
}
/* Grid layout */
.sheet-grid {
display: grid;
grid-template-columns: 2.1fr 1fr;
gap: 28px;
margin-top: 20px;
}
.section-title {
font-family: var(--font-heading, Georgia, serif);
font-size: 1.15rem;
color: var(--print-blue);
border-bottom: 1.5px solid #e2e8f0;
padding-bottom: 6px;
margin: 18px 0 10px 0;
display: flex;
align-items: center;
gap: 8px;
}
.section-title:first-child {
margin-top: 0;
}
p, li {
font-size: 0.88rem;
line-height: 1.55;
color: #334155;
}
ul {
margin: 6px 0 14px 18px;
padding: 0;
}
li {
margin-bottom: 6px;
}
.rebuilding-callout {
background: #fef2f2;
border: 1.5px solid #fecaca;
border-left: 5px solid var(--print-red);
border-radius: 6px;
padding: 12px 16px;
margin: 14px 0;
}
.rebuilding-callout h3 {
font-size: 0.95rem;
color: #991b1b;
margin: 0 0 4px 0;
font-weight: 800;
}
.rebuilding-callout p {
font-size: 0.84rem;
color: #7f1d1d;
margin: 0;
line-height: 1.5;
}
/* Right column info card */
.sidebar-card {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 16px;
text-align: center;
}
.sidebar-qr {
width: 140px;
height: 140px;
margin: 0 auto 10px;
display: block;
}
.giving-block {
background: #ffffff;
border: 1.5px dashed var(--print-gold);
border-radius: 6px;
padding: 12px;
margin-top: 14px;
text-align: left;
font-size: 0.8rem;
color: #1e293b;
}
.giving-block strong {
color: var(--print-blue);
display: block;
margin-bottom: 4px;
}
.sheet-footer {
border-top: 1px solid #e2e8f0;
margin-top: 24px;
padding-top: 12px;
text-align: center;
font-size: 0.78rem;
color: #64748b;
}
/* Print styles */
@media print {
body {
background: #ffffff;
}
.no-print-bar {
display: none !important;
}
.sheet {
margin: 0;
padding: 0.4in;
box-shadow: none;
border: none;
width: 100%;
min-height: auto;
}
}
</style>
</head>
<body>
<!-- Top Action Bar for Screen Viewing -->
<div class="no-print-bar">
<a href="index.html">← Return to Full Website (pastor-victor-venezuela.pages.dev)</a>
<button class="btn-print" onclick="window.print();">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 6 2 18 2 18 9"></polyline>
<path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"></path>
<rect x="6" y="14" width="12" height="8"></rect>
</svg>
Print / Save as PDF (8.5x11)
</button>
</div>
<div class="sheet">
<div class="sheet-header">
<div class="sheet-title-group">
<h2>Missionary Prayer & Ministry Briefing</h2>
<h1>Pastor Víctor Páez • Caracas, Venezuela</h1>
<p><strong>Iglesia Bíblica Bautista de Vista Alegre</strong> &bull; <strong>Seminario Bautista de Venezuela</strong></p>
</div>
<div class="mission-board-badge">
<strong>Macedonia World Baptist Missions</strong>
P.O. Box 519, Braselton, GA 30517<br />
501(c)(3) Tax-Exempt Board &bull; Field: Venezuela
</div>
</div>
<div class="sheet-grid">
<!-- Main Left Column -->
<div class="sheet-main">
<h3 class="section-title">The Field & Ministry Calling</h3>
<p>
For over <strong>30 years</strong>, Pastor Víctor Páez has stood faithfully in Caracas, Venezuela. Leaving a promising career as an electrical engineer to shepherd God's people through hyperinflation, shortages, and national upheaval, his ministry has planted <strong>more than 12 independent Baptist churches</strong> across the nation.
</p>
<div class="rebuilding-callout">
<h3>URGENT: Caracas Earthquake Rebuilding ($50,000 Fund)</h3>
<p>
Recent earthquakes caused severe structural fissures in the main church sanctuary and damaged seminary classrooms. We are urgently securing foundations and repairing walls before the tropical rainy season causes irreversible damage.
</p>
</div>
<h3 class="section-title">3 Impact Pillars in Caracas</h3>
<ul>
<li><strong>Seminario Bautista de Venezuela (SEBEL):</strong> Training young Venezuelan men in expository preaching, pastoral theology, and church planting (in-person and online distance learning).</li>
<li><strong>Daily Community Kitchen & Water Hub:</strong> Serving over 300 hot, nutritious meals every single weekday and distributing filtered water to vulnerable children and elderly in Vista Alegre.</li>
<li><strong>Gospel Evangelism & Bibles:</strong> Distributing Spanish Bibles, counseling families in trauma, and winning souls to Jesus Christ throughout western Caracas.</li>
</ul>
<h3 class="section-title">5 Critical Prayer Requests</h3>
<ul>
<li><strong>1. Sanctuary Rebuilding:</strong> Safety and supplies to complete structural wall reinforcements.</li>
<li><strong>2. Daily Soup Kitchen:</strong> Sustained food supply (beans, rice, protein) for 300+ daily meals.</li>
<li><strong>3. Seminary Students:</strong> Spiritual courage and provisions for national pastoral candidates.</li>
<li><strong>4. Pastor Víctor & Family:</strong> Health, endurance, and wisdom shepherding through crisis.</li>
<li><strong>5. Spiritual Revival:</strong> Souls saved and grounded in Jesus Christ across Caracas.</li>
</ul>
</div>
<!-- Right Column Sidebar -->
<div class="sheet-side">
<div class="sidebar-card">
<img src="assets/images/qr-code.svg" alt="Scan QR Code to visit website" class="sidebar-qr" />
<strong style="font-size: 0.85rem; color: var(--print-blue); display: block;">SCAN TO VISIT WEBSITE</strong>
<span style="font-size: 0.74rem; color: #64748b;">Give online, view video updates, or download more copies:</span>
<p style="font-size: 0.8rem; font-weight: 700; color: var(--print-gold); margin: 6px 0 0 0;">pastor-victor-venezuela.pages.dev</p>
<div class="giving-block">
<strong>How to Partner (Tax-Deductible 501c3):</strong>
<div style="margin-bottom: 8px;">
<strong>Online Card / Apple Pay:</strong>
Visit the website via the QR code above.
</div>
<div>
<strong>By Check (U.S. Mail):</strong>
Payable to: <em>Macedonia World Baptist Missions, Inc.</em><br />
Memo: <span style="background: #fef08a; padding: 1px 4px; font-weight: 700;">Pastor Victor Paez — Venezuela</span><br />
Mail to: P.O. Box 519, Braselton, GA 30517
</div>
</div>
<div style="margin-top: 14px; text-align: left; font-size: 0.75rem; color: #64748b;">
<strong style="color: #334155;">U.S. Coordination:</strong><br />
Becky Páez-Carnicle (Daughter & U.S. Liaison)<br />
Caracas Church: 2da. Transversal Av. Rotaria, Urb. La Paz, Caracas (Metro La Paz).
</div>
</div>
</div>
</div>
<div class="sheet-footer">
“Therefore, my beloved brethren, be ye stedfast, unmoveable, always abounding in the work of the Lord...” — 1 Corinthians 15:58
<br />
Official Publication of Iglesia Bíblica Bautista de Vista Alegre &bull; Macedonia World Baptist Missions (MWBM)
</div>
</div>
</body>
</html>