This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
79 lines (74 loc) · 2.6 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
layout: "custom"
class: "home-github"
---
<div class="section section-smartlook bg-primary text-light text-center">
<div class="container grid-lg">
<h2>{{ site.pr_name }}</h2>
<div class="columns">
<div class="column col-12 col-sm-12">
<p>First live chat with video recording of visitors. Your customers are on your website right now. Chat with them and see what they do.</p>
</div>
<div class="column col-12 col-sm-12">
<a href="{{ site.pr_url }}" target="_blank" class="btn btn-primary btn-lg btn-white">Learn more</a>
</div>
</div>
</div>
</div>
<!-- section -->
<div class="section section-docs bg-gray text-center">
<div class="container grid-lg">
<h2>Help</h2>
<div class="columns">
<div class="column col-12 col-sm-12">
<p>Discover tutorials for 50+ integrations and install in your CMS, e-commerce solution or website.</p>
</div>
<div class="column col-12 col-sm-12">
<a href="{{ site.pr_url }}help/" target="_blank" class="btn btn-primary btn-lg">Tutorials</a>
</div>
</div>
</div>
</div>
<!-- section -->
<div class="section section-help bg-white text-center">
<div class="container grid-lg">
<h2>{{ site.pa_docs }}</h2>
<div class="columns">
<div class="column col-12 col-sm-12">
<p>JavaScript API offers a number of extra features to make your recordings even better.</p>
</div>
<div class="column col-12 col-sm-12">
<a href="{{ site.url_docs_root }}" target="_blank" class="btn btn-primary btn-lg">Read API</a>
</div>
</div>
</div>
</div>
<!-- section -->
<div class="section section-plugins bg-gray text-center">
<div class="container grid-lg">
<h2>Plugins</h2>
<div class="columns">
<div class="column col-12 col-sm-12">
<p>We have plugins for common CMS like WordPress, PrestaShop, Magento, OpenCart and Joomla.</p>
</div>
<div class="column col-12 col-sm-12">
<a href="https://github.com/smartsupp?utf8=%E2%9C%93&q=plugin&type=&language=" class="btn btn-primary btn-lg">Downloads</a>
</div>
</div>
</div>
</div>
<!-- section -->
<div class="section section-github bg-white text-center">
<div class="container grid-lg">
<h2>GitHub</h2>
<div class="columns">
<div class="column col-12 col-sm-12">
<p>Have a look at our company GitHub and feel free to browse our code.</p>
</div>
<div class="column col-12 col-sm-12">
<a href="https://github.com/{{ site.pr_name | downcase }}" class="btn btn-primary btn-lg">Browse</a>
</div>
</div>
</div>
</div>
<!-- section -->