summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/pages/get-involved/index.html')
-rw-r--r--python/templates/pages/get-involved/index.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/python/templates/pages/get-involved/index.html b/python/templates/pages/get-involved/index.html
new file mode 100644
index 0000000..e1a86a8
--- /dev/null
+++ b/python/templates/pages/get-involved/index.html
@@ -0,0 +1,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, 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">Lots of things we can use your help with.</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 to start hacking on it.</p>
+ </a>
+ </div>
+ </div>
+</div> \ No newline at end of file