-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathjoin.html
More file actions
39 lines (31 loc) · 1.24 KB
/
Copy pathjoin.html
File metadata and controls
39 lines (31 loc) · 1.24 KB
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
---
layout: default
title: Join ExaWorks
---
<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>Join the project</h2>
<p>If you would like to participate in the ExaWorks project, please join our <a href="https://join.slack.com/t/exaworks/shared_invite/zt-gttapi1i-GSaiHd8Q0h7uKyZnIqAUwQ">Slack workspace.</a></p>
<p>If you would like to participate in the discussion of components and interfaces issues, please follow the project on <a href="https://github.com/exaworks">GitHub</a>.</p>
</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/exaworks/shared_invite/zt-gttapi1i-GSaiHd8Q0h7uKyZnIqAUwQ">
<img class="rounded-circle" src="images/slack.png" alt="Join the Slack workspace" width="60" height="60"><h3>Slack</h3></a>
</div>
<div class="col-lg-2">
<a href="https://github.com/exaworks">
<img class="rounded-circle" src="images/github.svg" alt="View code on GitHub" width="60" height="60">
<h3>GitHub</h3>
</a>
</div>
</div>
</div>