AGILE LEGAL BLOG RESOURCES

Custom Blog Tools

Use the following tools to generate custom code snippets that can then be embeded into blog posts.

Buttons

Define the name, link, color and alignment for a button and and press "generate" to copy the code result.
Use the emebed script within the body of the blog post to embed an HTML snippet, and paste the desired code.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Copy This:
Copy Code

<div class="button-wrapper"><a href="/order-a-legal-service/" class="button is-blue w-button">ORDER A LEGAL SERVICE TODAY</a></div>

Link Call Outs

Write the full text you'd like to make a call out from, provide the desitnation url, and then copy and paste the specific words you want to actually be the highlighted link.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Result:
Copy This:
Copy Code

<p class="callout-text-link">Get a head start by browsing  <a href="https://www.wsj.com/finance/regulation?mod=nav_top_subsection">WSJ’s Financial Regulation news..</a></p>

Update Notice

Define the date of the update, the body of the message, and copy the specific text you'd like to have highlighted and turned into the destination url.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Result:

Update - {March 7, 2024}

Filing a Form D correctly requires knowing exactly how different pieces of information should be reported. Agile Legal’s experts stay up to date with regulatory changes to ensure your filings are correct and filed efficiently. Fill out our contact form to engage our team to correctly file your Form D on your behalf.

Copy This:
Copy Code

<p class="callout-text-link">Get a head start by browsing  <a href="https://www.wsj.com/finance/regulation?mod=nav_top_subsection">WSJ’s Financial Regulation news..</a></p>

Image CTA

Upload the image to the webflow backend, and copy a link into the Image URL Field. Add the title, body and button text and desitnation url.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Result:
In-Depth Blue Sky Compliance Resource

Understand more about state Blue Sky compliance for Reg A, Tier 2 offerings by downloading our resource, The Path to Blue Sky Compliance.

Copy This:
Copy Code

<div class="image-cta-embed">  <div class="image-cta_header-wrap">    <img src="https://cdn.prod.website-files.com/66953f48021d6187edfa5e7a/66abcada5b2af90530013a2c_pexels-photo-421927.jpeg" class="cta-image-image">  </div>  <div class="div-block-2">    <div class="heading-style-h4 text-color-primary">In-Depth Blue Sky Compliance Resource</div>    <p class="max-width-med">Understand more about state Blue Sky compliance for Reg A, Tier 2 offerings by downloading our resource, The Path to Blue Sky Compliance.</p>    <div class="button-wrapper">      <a href="#" class="button is-orange is-outline w-button">Button Text</a>    </div>  </div></div>

Quote

Provide the quote and who it should be credited to.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Result:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

Heading
Copy This:
Copy Code

<div class="quote-block">  <img src="https://cdn.prod.website-files.com/66953f48021d6187edfa5e7a/66b3cc9ec7dfc09f23626966_b1d2f114550fbacbe9597a6046b2fd74.png" loading="lazy" alt="">  <p class="quote-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.</p>  <div class="button-wrapper is-right-align full">    <h5 class="credit-name">Heading</h5>  </div></div>

Double Wide List

provide the two columns as comma seperated lists

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Result:
  • Prepare and File Incorporation/Qualification
  • Prepare Governing Documents
  • Prepare Initial Minute book
  • Draft Initial Consents/Minutes
  • Prepare Initial Stock Ledger
  • Prepare Stock Certificates
  • Print Stock Certificates
  • Prepare and File Form SS-4
  • Prepare and File Form 2553 (S-Corp)
  • Fictitious/Assumed Name
  • Publication
Copy This:
Copy Code

<div class="service-section-rich-text w-richtext long-list">  <ul role="list">    <li class="checkmark-bullet-item white">Prepare and File Incorporation/Qualification</li>    <li class="checkmark-bullet-item white">Prepare Governing Documents</li>    <li class="checkmark-bullet-item white">Prepare Initial Minute book</li>    <li class="checkmark-bullet-item white">Draft Initial Consents/Minutes</li>    <li class="checkmark-bullet-item white">Prepare Initial Stock Ledger</li>    <li class="checkmark-bullet-item white">Prepare Stock Certificates</li>  </ul>  <ul role="list">    <li class="checkmark-bullet-item white">Print Stock Certificates</li>    <li class="checkmark-bullet-item white">Prepare and File Form SS-4</li>    <li class="checkmark-bullet-item white">Prepare and File Form 2553 (S-Corp)</li>    <li class="checkmark-bullet-item white">Fictitious/Assumed Name</li>    <li class="checkmark-bullet-item white">Publication</li>  </ul></div>