aboutsummaryrefslogtreecommitdiff
blob: 53aa54053c8556a994353c2c4d41dee493b110b9 (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
53
54
55
56
57
58
---
layout: tyrian
title: 'Welcome'
navtitle: 'Home'
nav1: home
nav1-show: true
nav1-weight: 1
description: 'The website of Gentoo, a flexible Linux distribution.'
meta: '<link rel="alternate" type="application/atom+xml" title="Gentoo Linux news" href="/feeds/news.xml">'
---
{% include hero-section/start class="emergehdr" %}
<div class="row">
  <div class="col-xs-12 col-sm-8 col-md-9">
    <p>
      Welcome to Gentoo, a highly flexible, source-based Linux distribution.
    </p>
  </div>
  <div class="col-xs-12 col-sm-4 col-md-3 buttons">
    <a href="get-started/about/" class="btn btn-default btn-block">Learn more</a>
    <a href="get-started/" class="btn btn-primary btn-block"><i class="fa fa-fw fa-rocket"></i> Get started now</a>
  </div>
</div>
{% include hero-section/end %}

{% include frontpage/news %}

<div class="news-more">
  <a href="/news" class="btn btn-xs">All news items <span class="fa fa-fw fa-chevron-right"></span></a>
  <hr>
</div>

<div class="row">
  <div class="col-xs-12 col-md-6">
    <h2>Developer blogs <small>live from <a href="https://planet.gentoo.org">Planet Gentoo</a></small></h2>
    {% include frontpage/planet %}
  </div>
  <div class="col-xs-12 col-md-6">
    <h2>Security advisories <small>from our <a href="https://security.gentoo.org/">Security database</a></small></h2>
    {% include frontpage/glsa %}
  </div>
</div>

<div class="row">
  <div class="col-xs-12 col-md-6">
    <h2>New packages <small>at the <a href="https://packages.gentoo.org">Gentoo packages database</a></small></h2>
    {% include frontpage/packages %}
  </div>
  <div class="col-xs-12 col-md-6">
    <h2>Fresh documentation <small>on the <a href="https://wiki.gentoo.org/">Gentoo wiki</a></small></h2>
    {% include frontpage/wiki %}
  </div>
</div>

<hr>

<div class="row sponsor">
  {% render_ads %}
</div>