-
Notifications
You must be signed in to change notification settings - Fork 4
/
support.html
91 lines (87 loc) · 2.73 KB
/
support.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
80
81
82
83
84
85
86
87
88
89
90
91
---
layout: default
title: Support
active: support
support-note: Join our active and helpful community to get support on CrateKube.
support-1-head: Product
support-1-body: Found a bug? Want to request a feature?
support-1-link: Open a GitHub issue
support-2-head: Deployment
support-2-body: To request help with deploying CrateKube, contact your infrastructure provider.
support-2-link: AWS Support
support-3-head: Contributions
support-3-body: Interested in contributing to CrateKube? Get involved to perfect your craft and be part of something big. We would love for you to join us on our journey!
support-3-link: Check out our contribution guidelines
---
<section id="overviewSupport">
<div class="container">
<div class="row mt-4">
<div class="col-md-12 col-sm-12 my-auto text-center">
<p>{{page.support-note}}</p>
</div>
</div>
</div>
</section>
<section id="offeringWhite">
<div class="container">
<div class="row mt-5 mx-auto">
<div class="col-md-12">
<div class="pt-md-5 text-center">
<h2 class="font-weight-bold text-uppercase">
{{page.support-1-head}}
</h2>
</div>
<hr style="border: 1px solid#000000;" />
<div class="py-md-3 text-center">
<p>
{{page.support-1-body}}
</p>
<a href="https://github.com/cratekube/cratekube/issues"
><span class="link"><i>{{page.support-1-link}}</i></span></a
>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row mt-5 mx-auto">
<div class="col-md-12">
<div class="pt-md-5 text-center">
<h2 class="font-weight-bold text-uppercase">
{{page.support-2-head}}
</h2>
</div>
<hr style="border: 1px solid#000000;" />
<div class="py-md-3 text-center">
<p>
{{page.support-2-body}}
</p>
<a href="https://aws.amazon.com/contact-us/"
><span class="link"><i>{{page.support-2-link}}</i></span></a
>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row mt-5 mx-auto">
<div class="col-md-12">
<div class="pt-md-5 text-center">
<h2 class="font-weight-bold text-uppercase">
{{page.support-3-head}}
</h2>
</div>
<hr style="border: 1px solid#000000;" />
<div class="py-md-3 text-center">
<p>
{{page.support-3-body}}
</p>
<a
href="https://github.com/cratekube/cratekube/blob/master/CONTRIBUTING.md"
><span class="link"><i>{{page.support-3-link}}</i></span></a
>
</div>
</div>
</div>
</div>
</section>