369 lines
12 KiB
HTML
369 lines
12 KiB
HTML
<!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)." />
|
|
|
|
<!-- Favicons & Mobile Touch Icons for iOS iMessage / Safari / Android -->
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
<meta name="apple-mobile-web-app-title" content="Pastor Víctor Páez" />
|
|
<meta name="theme-color" content="#0d1b3e" />
|
|
|
|
<!-- Open Graph / iMessage / WhatsApp / Facebook Link Preview -->
|
|
<meta property="og:site_name" content="Pastor Víctor Páez • Caracas, Venezuela" />
|
|
<meta property="og:title" content="Pastor Víctor Páez — Missionary Prayer Card & Church Briefing" />
|
|
<meta property="og:description" content="Official 1-page printable missionary prayer card and Caracas earthquake rebuilding briefing. 30+ years of ministry, daily community kitchen, and Seminario Bautista de Venezuela. MWBM 501(c)(3)." />
|
|
<meta property="og:image" content="https://pastor-victor-venezuela.pages.dev/assets/images/og-preview.png" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
<meta property="og:type" content="article" />
|
|
<meta property="og:url" content="https://pastor-victor-venezuela.pages.dev/prayer-card" />
|
|
|
|
<!-- Twitter Card -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Pastor Víctor Páez — Missionary Prayer Card & Church Briefing" />
|
|
<meta name="twitter:description" content="Official 1-page printable missionary prayer card and Caracas earthquake rebuilding briefing. MWBM 501(c)(3)." />
|
|
<meta name="twitter:image" content="https://pastor-victor-venezuela.pages.dev/assets/images/og-preview.png" />
|
|
|
|
<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> • <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 • 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 • Macedonia World Baptist Missions (MWBM)
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|