-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommunity.html
More file actions
65 lines (59 loc) · 2.32 KB
/
Copy pathcommunity.html
File metadata and controls
65 lines (59 loc) · 2.32 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Loosebird - Community</title>
<meta name="description" content="Join the Loosebird community." />
<meta property="og:title" content="Loosebird - Community" />
<meta property="og:description" content="Join the Loosebird community." />
<meta property="og:type" content="website" />
<link rel="stylesheet" href="style.css" />
</head>
<body id="top" class="text-justify">
<header>
<h1>Loosebird</h1>
<p class="author">Community & Contacts</p>
<div class="header-links">
<a href="./index.html" rel="nooper noreferrer">Home</a>
<a href="./faq.html" rel="nooper noreferrer">FAQ</a>
<a href="./projects.html" rel="nooper noreferrer">Projects</a>
<a href="./news.html" rel="nooper noreferrer">News</a>
<a href="./community.html" rel="nooper noreferrer">Community</a>
<a href="./donate.html" rel="nooper noreferrer">Donate</a>
</div>
</header>
<main>
<article class="indent-pars">
<h2 id="community">Community</h2>
<p class="no-indent">
Whether you want to contribute, report a bug, or simply chat with like-minded people, you
are welcome to join the flock.
</p>
<h3 id="connect-with-us">Connect with us</h3>
<p class="no-indent">
You can find us, follow our updates, and reach out through any of the channels below:
</p>
<ul>
<li>
<strong>E-mail:</strong>
<a href="mailto:contact@loosebird.org">contact@loosebird.org</a>
</li>
<li>
<strong>GitHub:</strong> <a href="https://github.com/loosebird">github.com/loosebird</a>
</li>
<li><strong>Discord:</strong> <a href="#">Join our server</a></li>
<li>
<strong>Mastodon:</strong>
<a href="https://mastodon.social/@loosebird">@loosebird@mastodon.social</a>
</li>
<li>
<strong>LinkedIn:</strong>
<a href="https://www.linkedin.com/company/loosebird">Loosebird Organization</a>
</li>
</ul>
</article>
</main>
<script type="module" src="/src/main.ts"></script>
</body>
</html>