-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
31 lines (28 loc) · 1.26 KB
/
support.html
File metadata and controls
31 lines (28 loc) · 1.26 KB
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
---
layout: default
title: Support
slug: support
lead: How can I help you?
---
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="{{ site.baseurl }}/">Home</a></li>
<li class="breadcrumb-item active">{{ page.title }}</li>
</ol>
</nav>
<div class="site-support">
<h1 class="border-bottom">{{ page.lead }}</h1>
<p class="lead">If you experience a problem with downloading, installing, buying or using our products or services please use the form to submit any technical questions or bug reports. </p>
<p><strong>Please notice, we only provide customer support in English or French languages.</strong></p>
</div>
<div class="site-support">
<h2>How to?</h2>
<p>
You can contact us on social networks like Twitter, Facebook or Google+. It's also important to add more details about your issue. For example, add the device/system used, the app name, and a screenshot.
</p>
<p>
<a target="_blank" class="btn btn-primary btn-lg mb-1" href="{{ site.twitter }}">Twitter</a>
<a target="_blank" class="btn btn-secondary btn-lg mb-1" href="{{ site.facebook }}">Facebook</a>
<a target="_blank" class="btn btn-secondary btn-lg mb-1" href="mailto:atalantoo+support@gmail.com">atalantoo + support @ gmail.com</a>
</p>
</div>