forked from stride3d/stride-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
52 lines (52 loc) · 2.64 KB
/
contact.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
---
layout: container
title: Contact
permalink: /contact/
description: 'Contact us for support, general inquiries, or to report a bug.'
banner:
title: Contact us
sub-title: We'd love to hear from you
image-url: /images/backgrounds/spaceescape.webp
h1: true
---
<div class="card mb-4">
<div class="card-body">
<h2>Community Support</h2>
<p>
If you have a problem learning Stride or need help, please first use the various <a href="/community/">community channels</a>. Stride developers are busy working in making Stride better, so they can't always answer questions. They will, however, be glad to assist you if you can't get an answer from conventional means.
</p>
<h2>Commercial support</h2>
<p>At the moment we don't provide commercial support.</p>
<h2>General inquiries</h2>
<p>For other inquiries please use our <a href="/community/">community channels</a>.</p>
<h2>FAQ</h2>
<p>Check out our list of <a href="/faq/">Frequently Asked Questions</a> covering various topics. If you can't find an answer to your question, please use our community channels for assistance.</p>
</div>
</div>
<div class="row g-4">
<div class="col-md-4">
<div class="card h-100">
<div class="card-body">
<h2>Report a bug</h2>
<p>Sometimes bugs happen, but don’t worry! Developers got your back, just <a href="{{ site.links.github-stride-url }}/issues" target="_blank" rel="noopener">report a bug</a> and we’ll all enjoy a more stable Stride.</p>
<p>If you’d like to help fixing bugs, we have plenty of ways how you can <a href="/community/">get involved</a> with making Stride better.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100">
<div class="card-body">
<h2>Documentation</h2>
<p>Stride's <a href="{{ site.links.docs-manual-url }}" target="_blank" rel="noopener">user manual</a> covers all aspects of the engine, from installation and getting started to advanced features and best practices, ensuring a smooth learning curve for users.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100">
<div class="card-body">
<h2>Tutorials</h2>
<p>Access a variety of <a href="{{ site.links.docs-tutorial-url }}" target="_blank" rel="noopner">tutorials</a> and example projects that demonstrate how to use Stride's features effectively, catering to users with different skill levels and experience.</p>
</div>
</div>
</div>
</div>