diff options
author | Magnus Granberg <zorry@gentoo.org> | 2017-01-06 18:38:55 +0100 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2017-01-06 18:38:55 +0100 |
commit | 8075fca3b427cdedb19c50bf8c8ede5476aaf7ad (patch) | |
tree | 6065bda87ed2ee727cb79f614e57714b0a0f2aa2 /python/templates/pages/inside-gentoo/index.html | |
parent | Update for django 1.10 and fix links for css and js (diff) | |
download | tinderbox-cluster-www-8075fca3b427cdedb19c50bf8c8ede5476aaf7ad.tar.gz tinderbox-cluster-www-8075fca3b427cdedb19c50bf8c8ede5476aaf7ad.tar.bz2 tinderbox-cluster-www-8075fca3b427cdedb19c50bf8c8ede5476aaf7ad.zip |
Redone the layout
Diffstat (limited to 'python/templates/pages/inside-gentoo/index.html')
-rw-r--r-- | python/templates/pages/inside-gentoo/index.html | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/python/templates/pages/inside-gentoo/index.html b/python/templates/pages/inside-gentoo/index.html deleted file mode 100644 index 83687f9..0000000 --- a/python/templates/pages/inside-gentoo/index.html +++ /dev/null @@ -1,46 +0,0 @@ ---- -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>
\ No newline at end of file |