|
|
Line 1: |
Line 1: |
| <templatestyles src="Template:AgentProfile/styles.css" />
| | {{ContactDownload |
| | | | name = {{{name|}}} |
| <div class="wp-wrap">
| | | org = {{{org|}}} |
| | | | title = {{{title|}}} |
| <!-- HERO -->
| | | phone = {{{phone|}}} |
| <header class="wp-hero">
| | | email = {{{email|}}} |
| <div class="wp-avatar">
| | | website = {{{website|}}} |
| <!-- Use a direct image URL or a file: [[File:...]] in a wrapper -->
| | | street = {{{street|}}} |
| <img src="{{{photo|https://upload.wikimedia.org/wikipedia/commons/9/99/Sample_User_Icon.png}}}" alt="{{{name|}}}" />
| | | city = {{{city|}}} |
| </div>
| | | state = {{{state|}}} |
| <h1 class="wp-name">{{{name|}}}</h1>
| | | zip = {{{zip|}}} |
| <p class="wp-title">
| | | country = {{{country|USA}}} |
| {{{title|Licensed Insurance Producer}}}
| | | linkedin = {{{linkedin|}}} |
| {{#if:{{{city|}}}{{{state|}}}|· {{{city|}}}{{#if:{{{state|}}}|, {{{state|}}}|}}|}}
| | | instagram = {{{instagram|}}} |
| </p>
| | | x = {{{x|}}} |
| <p class="wp-tagline">{{{tagline|Helping families plan the future.}}}</p>
| | }} |
| | |
| <div class="wp-cta">
| |
| {{#if:{{{calendly|}}}|<a class="wp-btn primary" href="{{{calendly}}}" rel="nofollow">Book a Call</a>|}}
| |
| {{#if:{{{phone|}}}|<a class="wp-btn outline" href="tel:{{{phone}}}">Call</a>|}}
| |
| {{#if:{{{email|}}}|<a class="wp-btn ghost" href="mailto:{{{email}}}">Email</a>|}}
| |
| </div>
| |
| | |
| <ul class="wp-chips">
| |
| {{#if:{{{specialties|}}}|<li>🧭 {{{specialties}}}</li>|}}
| |
| {{#if:{{{languages|}}}|<li>🌐 {{{languages}}}</li>|}}
| |
| {{#if:{{{license|}}}|<li>🔒 License: {{{license}}}</li>|}}
| |
| {{#if:{{{npn|}}}|<li># NPN: {{{npn}}}</li>|}}
| |
| </ul>
| |
| </header>
| |
| | |
| <!-- ABOUT -->
| |
| {{#if:{{{about|}}}|
| |
| <section class="wp-section">
| |
| <h2>About</h2>
| |
| <p>{{{about}}}</p>
| |
| </section>
| |
| |}}
| |
| | |
| <!-- SERVICES -->
| |
| {{#if:{{{services|}}}|
| |
| <section class="wp-section">
| |
| <h2>Services</h2>
| |
| <div class="wp-cards">
| |
| {{#explode:{{{services}}}|;|<div class="wp-card"><span>$1</span></div>}}
| |
| </div>
| |
| </section>
| |
| |}}
| |
| | |
| <!-- REVIEWS -->
| |
| {{#if:{{{review1|}}}{{{review2|}}}{{{review3|}}}|
| |
| <section class="wp-section">
| |
| <h2>Reviews</h2>
| |
| <div class="wp-quotes">
| |
| {{#if:{{{review1|}}}|<blockquote>“{{{review1}}}”</blockquote>|}}
| |
| {{#if:{{{review2|}}}|<blockquote>“{{{review2}}}”</blockquote>|}}
| |
| {{#if:{{{review3|}}}|<blockquote>“{{{review3}}}”</blockquote>|}}
| |
| </div>
| |
| </section>
| |
| |}}
| |
| | |
| <!-- CONTACT -->
| |
| {{#if:{{{website|}}}{{{email|}}}{{{phone|}}}|
| |
| <section class="wp-section">
| |
| <h2>Contact</h2>
| |
| <ul class="wp-contact">
| |
| {{#if:{{{website|}}}|<li>🌐 <a href="{{{website}}}">{{{website}}}</a></li>|}}
| |
| {{#if:{{{email|}}}|<li>✉️ <a href="mailto:{{{email}}}">{{{email}}}</a></li>|}}
| |
| {{#if:{{{phone|}}}|<li>☎️ <a href="tel:{{{phone}}}">{{{phone}}}</a></li>|}}
| |
| </ul>
| |
| </section>
| |
| |}}
| |
| | |
| <!-- COMPLIANCE -->
| |
| {{#if:{{{disclaimer|}}}|
| |
| <footer class="wp-footer">
| |
| <small>{{{disclaimer}}}</small>
| |
| </footer>
| |
| |}}
| |
| | |
| </div>
| |
<a class="wp-btn primary"
download=".vcf"
href="data:text/vcard;charset=utf-8,Lua error in Module:VCard at line 26: invalid value (nil) at index 3 in table for 'concat'.">
Download Contact (.vcf)
</a>
<a class="wp-btn outline"
download=".csv"
href="data:text/csv;charset=utf-8,Name%2CTitle%2COrganization%2CPhone%2CEmail%2CWebsite%2CStreet%2CCity%2CState%2CZIP%2CCountry%2CLinkedIn%2CInstagram%2CX%0D%0A%2C%2C%2C%2C%2C%2C%2C%2C%2C%2CUSA%2C%2C%2C%0D%0A">
Download CSV
</a>