-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
30 lines (30 loc) · 948 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
layout: default
---
{% include hero.html %}
<div style="padding-bottom: 20px;"></div>
{% include rollup.html %}
<div style="padding-bottom: 20px;"></div>
{% include features.html %}
<div style="padding-bottom: 20px;"></div>
{% include cli.html %}
<div style="padding-bottom: 20px;"></div>
{% include comparison.html %}
<div style="padding-bottom: 20px;"></div>
<div class="relative pb-10">
<h3 class="text-center text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10">
Testimonials
</h3>
</div>
{% include testimonial5.html %}
{% include testimonial4.html %}
{% include testimonial3.html %}
{% include testimonial6.html %}
{% include testimonial1.html %}
{% include testimonial2.html %}
{% include testimonial7.html %}
<div style="padding-bottom: 20px;"></div>
{% include faq.html %}
<div style="padding-bottom: 20px;"></div>
{% include start.html %}
<div style="padding-bottom: 20px;"></div>