blob: c8ae4d4f3a3b9440a6bd2edb2e4a68b7938b7540 (
plain)
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
|
---
title: Get involved
nav1: get-involved
nav1-show: true
nav1-weight: 30
---
<p class="lead">
Join the Gentoo community:
</p>
<div class="row">
<div class="col-xs-12 col-md-8 col-md-offset-2">
<div class="list-group">
<a href="irc-channels/" class="list-group-item">
<h4 class="list-group-item-heading"><i class="fa fa-fw fa-comments-o"></i> IRC channels</h4>
<p class="list-group-item-text">Gentoo offers a variety of IRC channels - everything from support to project-specific discussion.</p>
</a>
<a href="https://forums.gentoo.org/" class="list-group-item">
<h4 class="list-group-item-heading"><i class="fa fa-fw fa-group"></i> Discussion forums</h4>
<p class="list-group-item-text">5,800,000 posts and counting.</p>
</a>
<a href="mailing-lists/" class="list-group-item">
<h4 class="list-group-item-heading"><i class="fa fa-fw fa-send"></i> Mailing lists</h4>
<p class="list-group-item-text">Subscribe to announcements, or get in on technical discussions.</p>
</a>
</div>
</div>
</div>
<p class="lead">
Work on the distribution:
</p>
<div class="row">
<div class="col-xs-12 col-md-8 col-md-offset-2">
<div class="list-group">
<a href="contribute/" class="list-group-item">
<h4 class="list-group-item-heading"><i class="fa fa-fw fa-gears"></i> Contribute</h4>
<p class="list-group-item-text">There are lots of things that could be improved.</p>
</a>
<a href="become-developer/" class="list-group-item">
<h4 class="list-group-item-heading"><i class="fa fa-fw fa-rocket"></i> Become a developer</h4>
<p class="list-group-item-text">Enjoy working on Gentoo? You're invited to officially join as a developer.</p>
</a>
<a href="get-code/" class="list-group-item">
<h4 class="list-group-item-heading"><i class="fa fa-fw fa-code-fork"></i> Get the code</h4>
<p class="list-group-item-text">Get the code that powers Gentoo and start hacking!</p>
</a>
</div>
</div>
</div>
|