CLIENTS:

Action Toon
430k+ Subscribers

Tv Guy
78k+ Subscribers

Akiro
33k+ Subscribers

Scribbl
55k+ Subscribers

Jinxy
4k+ Subscribers
& many more!
A LOT MORE
PROJECTS:
Mographs:
client's say:






Minimal Set up and Execution
Get in touch

Send Me a Message on Twitter
User Notes
For Frequently Asked Questions(accordian embed )
Go to embedded code-To edit an existing item:Find the FAQ item you want to change
Change the text between <div class="carrd-faq-q"> and </div> for the question
Change the text between <div class="carrd-faq-a"> and </div> for the answer:
<div class="carrd-faq">
<div class="carrd-faq-q">Your Question Here?</div>
<div class="carrd-faq-a">Your Answer Here.</div>
</div>
For example, if someone wants to change the first FAQ to be about pricing:
<div class="carrd-faq">
<div class="carrd-faq-q">What are your pricing plans?</div>
<div class="carrd-faq-a">We offer three tiers: Basic ($10/mo), Pro ($20/mo), and Enterprise ($50/mo).</div>
</div>
For Pricing(HTML embed )
Go to embedded code- Edit inside the respective html pricing container. For example, for Basic Plan-
<div class="pricing-table">
<!-- Basic Plan -->
<div class="pricing-container basic">
<h2>Basic</h2>
<p class="price">$10/month</p>
<ul class="features">
<li>5 Projects</li>
<li>10GB Storage</li>
<li>Email Support</li>
<li>Basic Analytics</li>
<li>Custom Subdomain</li>
<li>SSL Security</li>
</ul>
<a href="link.com" class="buy-button">Buy Basic</a>
</div>
Delete this section when your website is customised. Thank you.