-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
47 lines (46 loc) · 2.17 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
---
layout: default
---
<section id="main">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<p class="intro">Contact</p>
<p style="text-align: center;">
There are several ways to get in touch with us.<br/>
GitHub is best for you to report bugs or feature requests.<br/>
<a href="https://en.wikipedia.org/wiki/Internet_Relay_Chat" target="_blank">IRC</a> is preferred for an interactive discussion. If you use an <a href="https://en.wikipedia.org/wiki/Internet_Relay_Chat#Clients">IRC client</a>, please consider the webchat button below.<br/>For your convenience, a <a href="https://matrix.org" target="_blank">Matrix</a> bridge has been setup so our IRC channel can be reached using any Matrix compatible client.<br/><br/>And please keep in mind that we do have a live and don't always answer prompty, <b><i>be patient</i></b> !
</p>
</div>
</div>
<div class="row text-center">
<a href="https://github.com/asbru-cm/asbru-cm/issues">
<div class="col-md-2 col-md-offset-3">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">GitHub</h4>
</div>
</a>
<a href="https://webchat.st-city.net/#asbru-cm" target="_blank">
<div class="col-md-2">
<span class="fa-stack fa-4x">
<li class="fa fa-circle fa-stack-2x text-primary"></li>
<li class="fa fa-wechat fa-stack-1x fa-inverse"></li>
</span>
<h4 class="service-heading">irc.st-city.net<br>#asbru-cm</h4>
</div>
</a>
<a href="https://matrix.to/#/#asbru-cm:scificenter.de" target="_blank">
<div class="col-md-2">
<span class="fa-stack fa-4x">
<li class="fa fa-circle fa-stack-2x text-primary"></li>
<li class="fa fa-hashtag fa-stack-1x fa-inverse"></li>
</span>
<h4 class="service-heading">Matrix<br><span style="font-size: 80%">#asbru-cm:scificenter.de</span></h4>
</div>
</a>
</div>
</div>
</section>