-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcontact.html
85 lines (84 loc) · 2.3 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
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
---
title: Contact
jumbo_desc: Need help? Want to join the community?
custom_css: contribute
---
<h2 class="mb-3">
Help Desk
<small class="text-muted"
>Apply for membership, report a problem, ask a question.</small
>
</h2>
<div class="row">
<div class="col-lg-4">
<div class="card mb-5 mb-lg-0">
<div class="card-body">
<h5 class="card-title text-muted text-uppercase text-center">
join the community
</h5>
<h6 class="card-price text-center">Membership</h6>
<hr />
<a
href="https://cyberontology.atlassian.net/servicedesk/customer/portal/2/group/11/create/21"
target="_blank"
class="btn btn-block btn-primary text-uppercase"
>Apply</a
>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card mb-5 mb-lg-0">
<div class="card-body">
<h5 class="card-title text-muted text-uppercase text-center">
questions, requests, issues
</h5>
<h6 class="card-price text-center">Help Desk</h6>
<hr />
<a
href="https://cyberontology.atlassian.net/servicedesk/"
target="_blank"
class="btn btn-block btn-primary text-uppercase"
>Go</a
>
</div>
</div>
</div>
</div>
<hr />
<h2 class="mb-3">
GitHub Issues
<small class="text-muted">Code-specific issues.</small>
</h2>
<div class="row">
<div class="col-lg-4">
<div class="card mb-5 mb-lg-0">
<div class="card-body">
<h5 class="card-title text-muted text-uppercase text-center">CASE</h5>
<h6 class="card-price text-center">Ontology</h6>
<hr />
<a
target="_blank"
href="https://github.com/casework/case/issues"
class="btn btn-block btn-primary text-uppercase"
>Go</a
>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card mb-5 mb-lg-0">
<div class="card-body">
<h5 class="card-title text-muted text-uppercase text-center">CASE</h5>
<h6 class="card-price text-center">Python API</h6>
<hr />
<a
target="_blank"
href="https://github.com/casework/case-api-python/issues"
class="btn btn-block btn-primary text-uppercase"
>Go</a
>
</div>
</div>
</div>
</div>