-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.html
59 lines (49 loc) · 2.21 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
---
layout: default
title: funcX Support
---
<style>
.support-logos{
text-align: center;
}
</style>
<div class="container support" style="margin-top: 10px;">
<div class="row" style="padding-top: 20px">
<div class="col-lg-12">
<h2>Support/Help</h2>
<p>If you are using funcX or planning to try it, join the <a href="https://join.slack.com/t/funcx/shared_invite/zt-gfeclqkz-RuKjkZkvj1t~eWvlnZV0KA">funcX</a> Slack workspace.</p>
<p>If you would like to suggest new features, or participate in the discussion of implementation issues, please follow the project on <a href="https://github.com/funcx-faas">GitHub</a>.</p>
<!--<p>We welcome contributions! If you would like to contribute to funcX via code, documentation, testing, or in any other manner, please read our <a href="https://github.com/funcx-faas/funcX/blob/master/CONTRIBUTING.rst">contributing guide</a>. -->
</div>
</div>
<div class="row support-logos" style="padding-top: 40px">
<div class="col-lg-3"></div>
<div class="col-lg-2">
<a href="https://join.slack.com/t/funcx/shared_invite/zt-gfeclqkz-RuKjkZkvj1t~eWvlnZV0KA">
<img class="rounded-circle" src="images/slack.png" alt="Join the funcX Slack workspace" width="60" height="60"><h3>Slack</h3></a>
</div>
<div class="col-lg-2">
<a href="https://github.com/funcx-faas/funcX">
<img class="rounded-circle" src="images/github.svg" alt="View source on GitHub" width="60" height="60">
<h3>GitHub</h3>
</a>
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-12">
<h2>Funding</h2>
<p>funcX development has been supported by NSF <a href='https://www.nsf.gov/awardsearch/showAward?AWD_ID=2004894'>2004894</a>/<a href='https://www.nsf.gov/awardsearch/showAward?AWD_ID=2004932'>2004932</a> and an Argonne Lab Directed Research
and Development award.</p>
</div>
</div>
<div class="row support-logos" style="padding-top: 40px">
<div class="col-lg-3"></div>
<div class="col-lg-2">
<img class="rounded-circle" src="images/nsf.png" width="120" height="120">
</div>
<div class="col-lg-2">
<img class="rounded-circle" src="images/doe.png" width="120" height="120">
</div>
</div>
</div>