summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2015-07-16 15:45:08 +0200
committerMagnus Granberg <zorry@gentoo.org>2015-07-16 15:45:08 +0200
commit5b42b2fda7afb18c8893bd1b2627f6631e8caba5 (patch)
tree098bfddf76d6901d2be3452651c2fd58561585ae /python/templates/pages
parentadd sql structur and data (diff)
downloadtinderbox-cluster-www-5b42b2fda7afb18c8893bd1b2627f6631e8caba5.tar.gz
tinderbox-cluster-www-5b42b2fda7afb18c8893bd1b2627f6631e8caba5.tar.bz2
tinderbox-cluster-www-5b42b2fda7afb18c8893bd1b2627f6631e8caba5.zip
add the new home page for tbc
Diffstat (limited to 'python/templates/pages')
-rw-r--r--python/templates/pages/home/index.html42
1 files changed, 8 insertions, 34 deletions
diff --git a/python/templates/pages/home/index.html b/python/templates/pages/home/index.html
index 9e40877..d2b0ff7 100644
--- a/python/templates/pages/home/index.html
+++ b/python/templates/pages/home/index.html
@@ -1,54 +1,28 @@
{% extends "layout/base.html" %}
{% block content %}
-{% include "includes/hero-section/start" with class_include="emergehdr" %}
-<div class="row">
- <div class="col-xs-12 col-sm-8 col-md-9">
- <p>
- Welcome to Gentoo, a flexible, source-based Linux distribution that becomes just about any system you need—and much more.
- </p>
- </div>
- <div class="col-xs-12 col-sm-4 col-md-3 buttons">
- <a href="get-started/about/" type="button" 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 "includes/hero-section/end" %}
-{% include "includes/frontpage/news" %}
-
<hr>
-
<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 "includes/frontpage/planet" %}
+ <h2>New Packages <small>more at the <a href="/new_packages/">New Packages</a></small></h2>
+ {% include "includes/frontpage/new_packages" %}
</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 "includes/frontpage/glsa" %}
+ <h2>New Logs <small>more at the <a href="/new_logs/">New Logs</a></small></h2>
+ {% include "includes/frontpage/new_logs" %}
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-6">
- <h2>New Packages <small>more at the <a href="https://packages.gentoo.org">Gentoo Packages database</a></small></h2>
- {% include "includes/frontpage/packages" %}
+ <h2>New Build Requests <small>more at the <a href="/new_build_req">New Build Requests</a></small></h2>
+ {% include "includes/frontpage/new_build_req" %}
</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 "includes/frontpage/wiki" %}
+ <h2>New Repoman or QA's <small>on the <a href="/new_repoman_qa/">New Repoman or QA's</a></small></h2>
+ {% include "includes/frontpage/new_repoman_qa" %}
</div>
</div>
<hr>
-<div class="row sponsor">
- {% for spon in sponsors %}
- {% if spon.AdsActive %}
- <div class="col-xs-12 col-md-2 col-md-offset-2 sponsorlogo">
- <!-- sponsor{name:{{ spon.AdsName }},weight:{{ spon.Wight }}} -->
- <a href="{{ spon.AdsLink }}" title="{{ spon.AdsName }}">
- <img src="https://www.gentoo.org/assets/img/sponsors/ads/{{ spon.AdsImg }}" alt="{{ spon.AdsAltName }}"></a></div>
- {% endif %}
- {% endfor %}
-</div>
{% endblock %} \ No newline at end of file