summaryrefslogtreecommitdiff
blob: 83687f9711e6e3bf6c97c19e2abf884fdacb786f (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
---
title: Inside Gentoo

nav1: inside-gentoo
nav1-show: true
nav1-weight: 10
nav2: inside-gentoo-main
---
<p class="lead">
  Gentoo offers lots of things for you to explore:
</p>

<div class="row">
  <div class="col-xs-12 col-md-8 col-md-offset-2">
    <div class="list-group">
      <a href="developers/" class="list-group-item">
        <h4 class="list-group-item-heading"><i class="fa fa-fw fa-user"></i> Developers</h4>
        <p class="list-group-item-text">Who we are, what we do and where we are.</p>
      </a>
      <a href="https://wiki.gentoo.org/wiki/Project:Gentoo" class="list-group-item">
        <h4 class="list-group-item-heading"><i class="fa fa-fw fa-briefcase"></i> Projects</h4>
        <p class="list-group-item-text">We collaborate in projects. Check the resources, maybe there's something for you to contribute to.</p>
      </a>
      <a href="artwork/" class="list-group-item">
        <h4 class="list-group-item-heading"><i class="fa fa-fw fa-image"></i> Artwork</h4>
        <p class="list-group-item-text">Check out artwork for your system. Features lots of Larry the Cow, promised.</p>
      </a>
      <a href="foundation/" class="list-group-item">
        <h4 class="list-group-item-heading"><i class="fa fa-fw fa-institution"></i> Gentoo Foundation</h4>
        <p class="list-group-item-text">The legal and financial base of our project.</p>
      </a>
      <a href="sponsors/" class="list-group-item">
        <h4 class="list-group-item-heading"><i class="fa fa-fw fa-heart"></i> Sponsors</h4>
        <p class="list-group-item-text">Find out who makes Gentoo possible.</p>
      </a>
      <a href="stores/" class="list-group-item">
        <h4 class="list-group-item-heading"><i class="fa fa-fw fa-shopping-cart"></i> Stores</h4>
        <p class="list-group-item-text">Get your Gentoo swag and installation media here.</p>
      </a>
      <a href="contact/" class="list-group-item">
        <h4 class="list-group-item-heading"><i class="fa fa-fw fa-send"></i> Contact</h4>
        <p class="list-group-item-text">Need to talk? Here's who to contact.</p>
      </a>
    </div>
  </div>
</div>