forked from casework/casework.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contribute.html
96 lines (95 loc) · 3.38 KB
/
contribute.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
92
93
94
95
96
---
title: Contribute
jumbo_desc: Get involved with CASE
custom_css: contribute
---
<h2 class="mb-3">
Mailing Lists
<small class="text-muted">Connect with one of the many community groups discussing CASE.</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">general discussion, events, announcements, news</h5>
<h6 class="card-price text-center">Community</h6>
<hr>
<a href="mailto:[email protected]" class="btn btn-block btn-primary text-uppercase">Subscribe</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">dev announcements, roadmap updates, issue summaries</h5>
<h6 class="card-price text-center">Development</h6>
<hr>
<a href="mailto:[email protected]" class="btn btn-block btn-primary text-uppercase">Subscribe</a>
</div>
</div>
</div>
</div>
<hr>
<h2 class="mb-3">
Forms
<small class="text-muted">Have a question about CASE? Eager to join?</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">Email</h5>
<h6 class="card-price text-center">Questions</h6>
<hr>
<a href="mailto:[email protected]?subject=website-help" class="btn btn-block btn-primary text-uppercase">Contact Us</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">Open</h5>
<h6 class="card-price text-center">Membership</h6>
<hr>
<a href="/community/membership.html" class="btn btn-block btn-primary text-uppercase">Apply</a>
</div>
</div>
</div>
</div>
<hr>
<h2 class="mb-3">
Issues
<small class="text-muted">Having problems with CASE? Submit an Issue.</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">General</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 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">Website</h6>
<hr>
<a target="_blank" href="https://github.com/casework/casework.github.io/issues" class="btn btn-block btn-primary text-uppercase">Go</a>
</div>
</div>
</div>
</div>