diff options
author | 2015-04-08 22:10:31 +0200 | |
---|---|---|
committer | 2015-04-08 22:10:31 +0200 | |
commit | a84fc59c760d80133ad14614948173e5f0f3098d (patch) | |
tree | be2951524fa0043b3182066d07ee8e0304a98cdf /index.html | |
parent | Ban ahrefs (diff) | |
download | www-a84fc59c760d80133ad14614948173e5f0f3098d.tar.gz www-a84fc59c760d80133ad14614948173e5f0f3098d.tar.bz2 www-a84fc59c760d80133ad14614948173e5f0f3098d.zip |
Front page header rework
- Less height
- Let's stop emerging world
- Smaller buttons
- Less padding
- Background is darker to increase contrast
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -8,22 +8,16 @@ nav1-weight: 1 description: 'The website of Gentoo, a flexible Linux or BSD distribution.' meta: '<link rel="alternate" type="application/atom+xml" title="Gentoo Linux News" href="/feeds/news.xml">' --- -{% include hero-section/start class="huge emergehdr" %} -<div class="row"> - <div class="col-xs-12 col-md-12"> - <h1><kbd>emerge</kbd> your world</h1> - </div> -</div> +{% 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 flexible Linux or BSD distribution that can become just about any system you need. - <strong>And then some.</strong> + 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"> - <a href="get-started/about/" type="button" class="btn btn-default btn-lg btn-block">Learn more</a> - <a href="get-started/" class="btn btn-primary btn-lg btn-block"><i class="fa fa-fw fa-rocket"></i> Get started now</a> + <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 hero-section/end %} |