The Belonging Metric: Why Community is the Missing Link Between Hearing and Doing — Multiply Research Lab> <link rel="preconnect" href="https://fonts.googleapis.com"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <style> *,*::before,*::after{box-sizing:border-box;margin:0;padding:0} :root{ --ink:#1A0A26;--purple:#4B0D63;--purple-mid:#2F0A3F; --purple-tint:#F4ECF8;--purple-pale:#FAF5FC; --green:#20C997;--amber:#FFB703; --blue:#3B82F6; --blue-light:#DBEAFE; --blue-dark:#1E3A8A; --ash:#F8F7F5;--muted:#64748B;--border:#E8E4F0; --sans:'Inter',system-ui,sans-serif; } html{scroll-behavior:smooth} body{font-family:var(--sans);background:#fff;color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.6} /* PROGRESS */ #read-progress{position:fixed;top:0;left:0;right:0;height:3px;background:rgba(75,13,99,.1);z-index:9999;pointer-events:none} #read-fill{height:100%;width:0%;background:linear-gradient(90deg,var(--purple),var(--blue));transition:width .1s linear} /* NAV */ nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between} .nav-logo{font-size:1rem;font-weight:700;color:var(--purple);text-decoration:none;letter-spacing:-.01em} .nav-cta{display:inline-flex;align-items:center;gap:.4rem;background:var(--purple);color:#fff;font-weight:700;font-size:.78rem;padding:.5rem 1.125rem;border-radius:9999px;text-decoration:none;transition:background .2s} .nav-cta:hover{background:var(--purple-mid)} .nav-back{font-size:.78rem;color:var(--muted);text-decoration:none;display:flex;align-items:center;gap:.3rem} /* HERO */ .post-hero{background:var(--ink);padding:6rem 1.5rem 5rem;position:relative;overflow:hidden} .post-hero::before{content:'';position:absolute;top:-20%;right:-8%;width:45vw;height:45vw;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.25) 0%,transparent 68%);pointer-events:none} .post-hero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:35vw;height:35vw;border-radius:50%;background:radial-gradient(circle,rgba(75,13,99,.5) 0%,transparent 65%);pointer-events:none} .post-hero-inner{max-width:800px;margin:0 auto;position:relative;z-index:1} .post-cat{display:inline-flex;align-items:center;gap:.4rem;font-size:.65rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:1.25rem} .post-cat::before{content:'';width:20px;height:1px;background:var(--blue)} .post-hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;color:#fff;line-height:1.05;letter-spacing:-.035em;margin-bottom:1.5rem} .post-meta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem} .post-author{display:flex;align-items:center;gap:.75rem} .post-author-photo{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.2)} .post-author-name{font-size:.85rem;font-weight:600;color:rgba(255,255,255,.8)} .post-date{font-size:.8rem;color:rgba(255,255,255,.4)} /* ARTICLE */ .article{max-width:760px;margin:0 auto;padding:4rem 1.5rem 6rem} .article p{font-size:1.1rem;color:#334155;line-height:1.85;margin-bottom:1.75rem} .article p strong{color:var(--ink);font-weight:700} .article h2{font-size:1.875rem;font-weight:900;letter-spacing:-.03em;color:var(--ink);margin:4rem 0 1.5rem;line-height:1.2; border-bottom: 2px solid var(--ash); padding-bottom: 0.75rem;} .article h3{font-size:1.35rem;font-weight:800;color:var(--ink);margin:2.5rem 0 1.25rem;letter-spacing:-.02em} /* PULL QUOTE */ .pull-quote{border-left:5px solid var(--blue);padding:1.5rem 2.5rem;margin:3.5rem 0;background:var(--blue-light);border-radius:0 1.25rem 1.25rem 0;position:relative} .pull-quote .pq-text{font-size:1.35rem;font-weight:700;color:var(--blue-dark);line-height:1.5;margin:0;font-style:italic} .pull-quote::after{content:'”';position:absolute;bottom:-1rem;right:2rem;font-size:6rem;color:rgba(59,130,246,0.1);font-family:serif} /* SCRIPTURE BLOCK */ .scripture-block{background:var(--ink);color:#fff;border-radius:1rem;padding:2rem 2.5rem;margin:3rem 0;position:relative;overflow:hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.1);} .scripture-block::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:var(--blue);} .scripture-text{font-size:1.25rem;font-weight:500;color:#fff;font-style:italic;margin-bottom:1rem;line-height:1.6;} .scripture-ref{font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--blue)} /* THE BRIDGE VISUALIZER */ .bridge-box{background:var(--ash);border:1px solid var(--border);border-radius:1.5rem;padding:3rem 2rem;margin:3.5rem 0;text-align:center;} .bridge-header{margin-bottom:2.5rem;} .bridge-title{font-size:1.35rem;font-weight:900;color:var(--ink);margin-bottom:.5rem;} .bridge-desc{font-size:1rem;color:var(--muted);max-width:500px;margin:0 auto;} .bridge-flow{display:flex;align-items:center;justify-content:space-between;position:relative;} @media(max-width:640px){.bridge-flow{flex-direction:column; gap:1.5rem;}} .bridge-flow::before{content:'';position:absolute;top:50%;left:10%;right:10%;height:3px;background:var(--border);z-index:0;transform:translateY(-50%);} @media(max-width:640px){.bridge-flow::before{display:none;}} .bridge-node{background:#fff;border:2px solid var(--border);border-radius:1rem;padding:1.5rem;width:30%;position:relative;z-index:1;box-shadow:0 4px 15px rgba(0,0,0,0.03);transition:all 0.2s;} @media(max-width:640px){.bridge-node{width:100%;}} .bridge-node:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(59,130,246,0.1);border-color:var(--blue);} .bridge-node.active{border-color:var(--blue);background:var(--blue-light);} .node-title{font-weight:800;color:var(--ink);font-size:1.1rem;margin-bottom:.25rem;display:block;} .node-desc{font-size:.85rem;color:var(--muted);line-height:1.4;} .bridge-node.active .node-title{color:var(--blue-dark);} .bridge-node.active .node-desc{color:var(--blue-dark);opacity:0.8;} /* DIAGNOSTIC GAP */ .diagnostic-gap{background:var(--ink);border-radius:1.25rem;padding:2.5rem;margin:3.5rem 0;color:#fff;position:relative;overflow:hidden;} .diagnostic-gap::after{content:'';position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle, rgba(239,68,68,0.15) 0%, transparent 70%);pointer-events:none;} .diag-title{font-size:1.25rem;font-weight:900;color:#fff;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;} .diag-title svg{color:#EF4444;} .article .diagnostic-gap p.diag-desc{font-size:1.05rem;color:rgba(255,255,255,0.85);line-height:1.6;margin-bottom:2rem;} .diag-grid{display:grid;grid-template-columns:1fr;gap:1rem;} .diag-item{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:1rem;padding:1.25rem;display:flex;align-items:flex-start;gap:1rem;} .diag-num{width:28px;height:28px;border-radius:50%;background:rgba(239,68,68,0.2);color:#EF4444;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:800;font-size:.8rem;margin-top:.1rem;} .article .diagnostic-gap .diag-content strong{color:#fff;display:block;margin-bottom:.25rem;font-size:1rem;} .article .diagnostic-gap .diag-content p{color:rgba(255,255,255,0.7);font-size:.9rem;margin:0;line-height:1.5;} /* SAFETY SIGNAL */ .safety-signal{border-left:4px solid var(--amber);background:var(--ash);padding:2rem;border-radius:0 1rem 1rem 0;margin:3.5rem 0;} .safety-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;} .safety-icon{width:36px;height:36px;background:rgba(255,183,3,0.15);color:var(--amber);border-radius:50%;display:grid;place-items:center;} .safety-title{font-size:1.15rem;font-weight:800;color:var(--ink);margin:0;} .safety-desc{font-size:1rem;color:#334155;line-height:1.7;margin:0;} /* CULTURAL RESONANCE BLOCK */ .culture-block{margin:4rem 0;padding:2.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);} .culture-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;} .culture-badge{background:var(--ink);color:#fff;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:.4rem 1rem;border-radius:9999px;} .culture-title{font-size:1.35rem;font-weight:900;color:var(--ink);margin:0;} .culture-desc{font-size:1.1rem;color:#334155;line-height:1.8;margin-bottom:1rem;} /* PASTORAL MOVES */ .moves-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:1.5rem;margin:2.5rem 0;} .move-card{background:#fff;border:2px solid var(--border);border-radius:1rem;padding:2rem 1.5rem;text-align:center;transition:all 0.2s;} .move-card:hover{border-color:var(--blue);box-shadow:0 10px 30px rgba(59,130,246,0.1);transform:translateY(-4px);} .move-icon{width:56px;height:56px;border-radius:50%;background:var(--blue-light);color:var(--blue-dark);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-weight:900;font-size:1.5rem;} .move-title{font-size:1.1rem;font-weight:800;color:var(--ink);margin-bottom:.75rem;display:block;} .move-desc{font-size:.9rem;color:var(--muted);line-height:1.5;margin:0;} /* CTA */ .cta-block{background:var(--ink);border-radius:2rem;padding:4rem 2rem;margin:5rem 0;text-align:center;position:relative;overflow:hidden} .cta-block::after{content:'';position:absolute;bottom:-50%;left:50%;transform:translateX(-50%);width:80%;height:80%;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,0.2) 0%,transparent 70%);pointer-events:none} .cta-block h3{font-size:2.25rem;font-weight:900;color:#fff;margin-bottom:1.25rem;position:relative;z-index:1;letter-spacing:-.03em} .cta-desc{color:rgba(255,255,255,0.6);font-size:1.15rem;max-width:560px;margin:0 auto 2.5rem;position:relative;z-index:1} .btn-primary{display:inline-flex;align-items:center;gap:.75rem;background:var(--blue);color:#fff;font-weight:800;font-size:1rem;padding:1rem 2.25rem;border-radius:9999px;text-decoration:none;transition:all .2s;position:relative;z-index:1} .btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(59,130,246,0.3)} /* LISTEN TRIGGER */ #listen-trigger{position:fixed;bottom:2rem;right:2rem;background:var(--ink);color:#fff;border-radius:9999px;padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:800;font-size:.9rem;box-shadow:0 15px 35px rgba(0,0,0,0.3);z-index:8000;border:1.5px solid rgba(255,255,255,0.1);transition:transform 0.2s} #listen-trigger:hover{transform:scale(1.05)} /* LISTEN PLAYER */ #listen-player{position:fixed;bottom:0;left:0;right:0;background:rgba(26,10,38,0.98);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);padding:1.5rem;transform:translateY(100%);transition:transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);z-index:9000} #listen-player.open{transform:translateY(0)} .lp-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;gap:2rem} .lp-play{width:56px;height:56px;border-radius:50%;background:var(--blue);border:none;cursor:pointer;display:grid;place-items:center;color:#fff;transition:transform 0.1s} .lp-play:active{transform:scale(0.9)} .lp-info{flex:1;min-width:0} .lp-title{font-size:.6rem;font-weight:800;color:var(--blue);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.4rem} .lp-text{font-size:1rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500} .lp-close{background:none;border:none;color:rgba(255,255,255,0.3);cursor:pointer;font-size:1.5rem;padding:.5rem} </style> </head> <body> <div id="read-progress"><div id="read-fill"></div></div> <nav> <a href="https://multiplymission.org/lab" class="nav-back"> <svg width="14" height="14" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path d="M15 19l-7-7 7-7"/></svg> Research Lab </a> <a href="https://multiplymission.org" class="nav-logo">Multiply™</a> <a href="https://tidycal.com/dck/15-minute-connection-turning-sermons-into-discipleship-journeys" target="_blank" rel="noopener" class="nav-cta">Book a Call</a> </nav> <section class="post-hero"> <div class="post-hero-inner"> <div class="post-cat">Discipleship Science</div> <h1>The Belonging Metric: Why Community is the Missing Link Between Hearing and Doing</h1> <div class="post-meta"> <div class="post-author"> <img src="https://cdn.ln-cdn.com/c/recmlzuDgQwZE3xde/images/70090098.png" alt="Leslie B. James" class="post-author-photo"> <span class="post-author-name">Leslie B. James</span> </div> <span class="post-date">April 2026 · 11 min read</span> </div> </div> </section> <article class="article"> <p>Knowledge without community is incomplete discipleship.</p> <p>This is not a contemporary pedagogical insight—it is the shape of the New Testament church. The earliest believers were devoted to the apostles' teaching <em>and</em> to fellowship in a single breath—as if learning and community were so intertwined that separating them would be like separating breathing from living.</p> <div class="scripture-block"> <div class="scripture-text">"They devoted themselves to the apostles' teaching and to fellowship, to the breaking of bread and to prayer."</div> <div class="scripture-ref">Acts 2:42</div> </div> <p>The apostolic teaching came first. The fellowship that followed was not optional enrichment; it was the relational membrane through which the teaching became formation.</p> <p>Multiply's <strong>Connect step</strong> is the digital expression of that ancient pattern. And the Connect engagement rate is the metric that tells you whether your congregation is processing the Word in community—or doing it alone.</p> <h2>What This Metric Actually Counts</h2> <p>The Connect engagement rate measures the percentage of participating members who responded to the weekly Connect prompt—either by posting a reflection, submitting a story-trigger response, or engaging with another member's response within the platform.</p> <p>The Connect prompt is always relational in design. It invites members to move from cognitive engagement to interpersonal sharing. These are not abstract theological discussion questions. They are designed to surface the relational implications of the message.</p> <div class="bridge-box"> <div class="bridge-header"> <h3 class="bridge-title">The Bridge Between Hearing and Doing</h3> <p class="bridge-desc">Behavioral science documents that social accountability is one of the strongest predictors of whether an intended action becomes an actual behavior.</p> </div> <div class="bridge-flow"> <div class="bridge-node"> <span class="node-title">1. Learn</span> <span class="node-desc">Cognitive processing in isolation. Intentions are formed.</span> </div> <div class="bridge-node active"> <span class="node-title">2. Connect</span> <span class="node-desc">The relational scaffolding. Intentions are shared socially.</span> </div> <div class="bridge-node"> <span class="node-title">3. Live It Out</span> <span class="node-desc">Probability of follow-through skyrockets due to community context.</span> </div> </div> </div> <h2>Belonging Is Moving—or It Is Stuck</h2> <p>The Connect metric is the strongest indicator in your Multiply reports for <strong>belonging</strong>—the sense that a member is known, heard, and relationally present in the congregation.</p> <p>Research on small group discipleship consistently identifies three attributes crucial for spiritual formation: creating authentic community (belonging), engaging God together (believing), and making applications to daily life. The Connect step addresses the first of these directly.</p> <p>When Connect engagement is healthy, members are not just individually completing Learn steps in isolation. They are discovering that the question the message raised in them was also raised in the person sitting three pews away.</p> <div class="diagnostic-gap"> <div class="diag-title"> <svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"/></svg> When the Gap Gets Too Wide </div> <p class="diag-desc">It's completely normal for fewer people to jump into a discussion right away compared to those who just read the lesson. Usually, that difference is around 10% to 20%. But if you see a wide gap—say, half your people are reading the content, but very few are engaging with each other—it's a signal that something is blocking the relationship piece.</p> <div class="diag-grid"> <div class="diag-item"> <div class="diag-num">1</div> <div class="diag-content"> <strong>The question feels like a test.</strong> <p>If a prompt feels too academic or doctrinal, people might hold back because they don't want to give the "wrong" answer. Try asking about their personal experience instead.</p> </div> </div> <div class="diag-item"> <div class="diag-num">2</div> <div class="diag-content"> <strong>People aren't sure it's safe to share yet.</strong> <p>Vulnerability takes time. If people aren't opening up, they might just need to see you do it first. Sharing your own honest stories from the pulpit gives them permission to do the same.</p> </div> </div> <div class="diag-item"> <div class="diag-num">3</div> <div class="diag-content"> <strong>It doesn't match how your church normally talks.</strong> <p>In some church cultures, deep conversations happen best face-to-face first. If the digital discussion feels stuck, try bringing these same questions into your in-person small groups first.</p> </div> </div> </div> </div> <h2>The Pastoral Care Warning System</h2> <p>There is a way to read these numbers that goes beyond measuring spiritual growth: it serves as an early warning system for pastoral care.</p> <div class="safety-signal"> <div class="safety-header"> <div class="safety-icon"> <svg width="20" height="20" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"/></svg> </div> <h3 class="safety-title">The Early Warning System</h3> </div> <p class="safety-desc">Members going through personal difficulty—grief, relational conflict, financial strain, spiritual doubt—tend to go quiet in Connect before they go quiet anywhere else. Vulnerability requires trust and emotional bandwidth. When a previously active participant stops responding, it gives you weeks of lead time to make pastoral contact long before they stop showing up on Sunday.</p> </div> <div class="culture-block"> <div class="culture-header"> <span class="culture-badge">Cultural Nuance</span> <h3 class="culture-title">The Black Church Call-and-Response</h3> </div> <div class="culture-desc">For churches rooted in Black church tradition, the Connect step holds particular theological weight. The call-and-response tradition is a model of what the Connect step attempts to digitize: the congregation's voice completing the call the preacher initiated.</div> <div class="culture-desc">However, the Black church processes vulnerability in embodied, communal contexts (testimony services, prayer meetings) before processing it digitally. The pastoral response to low Connect engagement here is not to push harder digitally, but to bring the Connect prompt into embodied spaces first—like a small group or deacon meeting. Once spoken aloud, the digital submission becomes a natural extension of that lived experience.</div> </div> <h2>Three Pastoral Moves for Low Connect Engagement</h2> <p>If your congregation is struggling to cross the bridge into relational vulnerability, implement these three moves:</p> <div class="moves-grid"> <div class="move-card"> <div class="move-icon">1</div> <span class="move-title">Pulpit Integration</span> <p class="move-desc">Reference the week's Connect prompt before the service ends. "The question we're sitting with this week is X. I want you to respond in Multiply before Thursday."</p> </div> <div class="move-card"> <div class="move-icon">2</div> <span class="move-title">Small Group Openers</span> <p class="move-desc">Have small group leaders open their weekly meeting with the Connect prompt. Spoken conversation normalizes vulnerability before digital submission.</p> </div> <div class="move-card"> <div class="move-icon">3</div> <span class="move-title">Staff Meeting Priorities</span> <p class="move-desc">Read responses together on Monday mornings. Ask: Who needs a pastoral phone call this week? Who should we celebrate? Use these stories to shape your care for the week.</p> </div> </div> <div class="pull-quote" style="border-color: var(--ink); background: var(--ash);"> <div class="pq-text">"There is a loneliness epidemic... That discovery—'I am not alone in this'—is not a byproduct of discipleship. It is discipleship."</div> </div> <div class="cta-block"> <h3>Measure Authentic Belonging</h3> <div class="cta-desc">Stop wondering if your people are connecting during the week. We'll build your first interactive Connect experience free for 30 days.</div> <a href="https://multiplymission.org" class="btn-primary">Start Your 30-Day Free Trial</a> </div> </article> <div id="listen-trigger" onclick="togglePlayer()"> <svg width="14" height="14" fill="currentColor" viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg> Listen to Post </div> <div id="listen-player"> <div class="lp-inner"> <button class="lp-play" onclick="handlePlayToggle()" id="play-btn"> <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" id="play-icon"><path d="M8 5v14l11-7z"/></svg> </button> <div class="lp-info"> <div class="lp-title">Now Listening</div> <div class="lp-text" id="lp-text">The Belonging Metric...</div> </div> <button class="lp-close" onclick="togglePlayer()">✕</button> </div> </div> <script> // READING PROGRESS window.onscroll = function() { var winScroll = document.body.scrollTop || document.documentElement.scrollTop; var height = document.documentElement.scrollHeight - document.documentElement.clientHeight; var scrolled = (winScroll / height) * 100; document.getElementById("read-fill").style.width = scrolled + "%"; }; // AUDIO PLAYER SIMULATION let isPlaying = false; function togglePlayer() { document.getElementById('listen-player').classList.toggle('open'); } function handlePlayToggle() { isPlaying = !isPlaying; const icon = document.getElementById('play-icon'); const text = document.getElementById('lp-text'); if(isPlaying) { icon.innerHTML = '<path d="M6 19h4V5H6v14zm8-14v14h4V5h-4z"/>'; text.innerText = "Synthesizing full audio guide..."; } else { icon.innerHTML = '<path d="M8 5v14l11-7z"/>'; text.innerText = "Paused"; } } </script> </body> </html> </div> </section> </main> <!-- ========== END MAIN CONTENT ========== --> <script src="https://cdn.ln-cdn.com/js/preline.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script> <!-- Font --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&family=Inter:wght@300;400;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdn.ln-cdn.com/css/animate.css"> <script src="https://cdn.ln-cdn.com/js/wow.js"></script> <script src="https://cdn.ln-cdn.com/js/config.js"></script> <link rel="stylesheet" href="https://cdn.ln-cdn.com/css/preline.css"> <!-- Page Custom Code --> </body> </html>