-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin.html
50 lines (43 loc) · 1.24 KB
/
join.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
---
layout: page_en
---
<h1>Join us on our journey</h1>
<p>
As this is an open source project we want to encourage you to get involved.
Become a member of the OSO family.
We are happy about any support we get.<br/>
</p>
<div class="my-5 text-center">
<img src="/assets/images/team.svg" class="img-fluid" style="width: 40em;" alt="team"/>
</div>
<p>There are a lot of possibilities to support this project.</p>
<ul>
<li>Giving us feedback</li>
<li>Improving design for better user experience</li>
<li>Writing code</li>
<li>Improving our documentation</li>
<li>Creating tutorials and blog posts</li>
</ul>
<p>Feel free to contact us on any platform</p>
<nav class="navbar navbar-expand-lg navbar-light">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://discord.gg/3rBUjtm">
<i class="fab fa-discord"></i>
OSO
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mailto:contact@ososystem.de">
<i class="fas fa-envelope"></i>
contact@ososystem.de
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/OSOSystem">
<i class="fab fa-github"></i>
ososystem
</a>
</li>
</ul>
</nav>