Files
Gainsight/Custom_Templates/customer_templates/Omnisend/faq.html.liquid
2023-01-11 17:11:42 -05:00

71 lines
3.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% comment %} skip-auth {% endcomment %}
{% include "header" %}
<main class="faq">
<div class="faq-title">
Frequently Asked Questions
</div>
<div class="faq-element" id="faq1">
<div class="faq-question">
Why do I need to sign up?
</div>
<div class="faq-answer">
When you sign up for Omnisend Academy, you get lifetime access to online education resources to help your ecommerce business make marketing relevant by sending personalized messages to the right person, at the right time, using the right channel.
</div>
</div>
<div class="faq-element" id="faq1">
<div class="faq-question">
Is Omnisend Academy content free?
</div>
<div class="faq-answer">
Yes, all the tutorials, online courses, and webinars are free. To create your free Omnisend account, you'll simply need to sign-up and you're ready to go!
</div>
</div>
<div class="faq-element" id="faq1">
<div class="faq-question">
How is Omnisend Academy different from videos on YouTube or other educational sources?
</div>
<div class="faq-answer">
While we recognize there are many different tools and ways to build a business and market it properly, we believe its better to have more voices than fewer. All the educational material offered in Omnisend Academy is produced in-house or approved by Omnisend. That means you don't have to scroll through endless listings of content to find truthful ones. And while we understand that strategies and products are always evolving and changing, we are on top of everything that is going on in the market just to provide you with the latest and greatest guidance from industry experts.
</div>
</div>
<div class="faq-element" id="faq1">
<div class="faq-question">
Who are the instructors?
</div>
<div class="faq-answer">
All courses are taught by experts who work at Omnisend, our partners, or successful entrepreneurs who are seeing growth using Omnisend. We have one of the most experienced and knowledgable people in the industry so that you don't have to verify whether their advice can be trusted or not.
</div>
</div>
</main>
{% include "footer" %}
<style>
.faq {
padding: 0 4% 80px;
}
.faq-title {
font-size: 5rem;
font-family: Faktum, sans-serif;
font-weight: 800;
line-height: 80px;
padding-bottom: 20px;
}
.faq-element {
padding: 50px 0;
border-bottom: 1px gray solid;
}
.faq-element:last-child {
border-bottom: none;
}
.faq-question {
font-size: 3.75rem;
font-family: Faktum, sans-serif;
font-weight: 800;
line-height: 80px;
padding-bottom: 20px;
}
.faq-answer {
padding-left: 20px;
font-size: 1.25rem;
}
</style>