* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/amd64/, htdocs/, htdocs/arm/
@ 2011-03-28 18:29 Matthew Summers
0 siblings, 0 replies; only message in thread
From: Matthew Summers @ 2011-03-28 18:29 UTC (permalink / raw
To: gentoo-commits
commit: 929fae60781b18a454a3d5d463ac60c2e89cb2fc
Author: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 18:29:11 2011 +0000
Commit: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 18:29:11 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=929fae60
revision of amd64 and arm subpages with slight style variation
---
htdocs/amd64/index.html | 21 ++++++++++++---------
htdocs/arm/index.html | 27 ++++++++++++++++-----------
htdocs/style.css | 14 ++++++++++++++
3 files changed, 42 insertions(+), 20 deletions(-)
diff --git a/htdocs/amd64/index.html b/htdocs/amd64/index.html
index 0cf1641..13e52a4 100644
--- a/htdocs/amd64/index.html
+++ b/htdocs/amd64/index.html
@@ -17,21 +17,24 @@
<div class="arches two">
<ul>
<li>
- <h2>amd64 install iso</h2>
- <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-iso/">iso</a>
-
+ <h2>
+ <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-iso/">current amd64 iso</a>
+ </h2>
</li>
<li>
- <h2>amd64 stage3</h2>
- <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3/">amd64 stage3</a>
+ <h2>
+ <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3/">current amd64 stage3</a>
+ </h2>
</li>
<li>
- <h2>amd64-hardened</h2>
- <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-hardened/">amd64-hardened</a>
+ <h2>
+ <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-hardened/">current amd64 stage3 <br />hardened</a>
+ </h2>
</li>
<li>
- <h2>amd64-hardened+nomultilib</h2>
- <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-hardened+nomultilib/">amd64-hardened+nomultilib</a>
+ <h2>
+ <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-hardened+nomultilib/">current amd64 stage3<br />hardened no-multilib</a>
+ </h2>
</li>
</ul>
</div>
diff --git a/htdocs/arm/index.html b/htdocs/arm/index.html
index 5e85a31..5235172 100644
--- a/htdocs/arm/index.html
+++ b/htdocs/arm/index.html
@@ -10,31 +10,36 @@
<div class="contain">
<div class="head">
<div class="logo">
- <h1>Get Gentoo! - <span class="arch">arm</span></h1>
+ <h1>Get Gentoo! <br /> <span class="arch">arm</span></h1>
</div>
</div>
<div class="arches two">
<ul>
<li>
- <h2>stage3-armv4tl</h2>
- <a href="http://www.gentoo.org/releases/arm/autobuilds/current-stage3-armv4tl/">stage3-armv4tl</a>
+ <h2>
+ <a href="http://distfiles.gentoo.org/releases/arm/autobuilds/current-stage3-armv4tl/">stage3-armv4tl</a>
+ </h2>
</li>
<li>
- <h2>stage3-armv5tel</h2>
- <a href="http://www.gentoo.org/releases/arm/autobuilds/current-stage3-armv5tel/">stage3-armv5tel</a>
+ <h2>
+ <a href="http://distfiles.gentoo.org/releases/arm/autobuilds/current-stage3-armv5tel/">stage3-armv5tel</a>
+ </h2>
</li>
<li>
- <h2>stage3-armv6j</h2>
- <a href="http://www.gentoo.org/releases/arm/autobuilds/current-stage3-armv6j/">stage3-armv6j</a>
+ <h2>
+ <a href="http://distfiles.gentoo.org/releases/arm/autobuilds/current-stage3-armv6j/">stage3-armv6j</a>
+ </h2>
</li>
<li>
- <h2>stage3-armv7a</h2>
- <a href="http://www.gentoo.org/releases/arm/autobuilds/current-stage3-armv7a/">stage3-armv7a</a>
+ <h2>
+ <a href="http://distfiles.gentoo.org/releases/arm/autobuilds/current-stage3-armv7a/">stage3-armv7a</a>
+ </h2>
</li>
<li>
- <h2>stage3-armv7a_hardfp</h2>
- <a href="http://www.gentoo.org/releases/arm/autobuilds/current-stage3-armv7a_hardfp/">stage3-armv7a_hardfp</a>
+ <h2>
+ <a href="http://distfiles.gentoo.org/releases/arm/autobuilds/current-stage3-armv7a_hardfp/">stage3-armv7a_hardfp</a>
+ </h2>
</li>
</ul>
</div>
diff --git a/htdocs/style.css b/htdocs/style.css
index a133fc7..36787c9 100644
--- a/htdocs/style.css
+++ b/htdocs/style.css
@@ -105,6 +105,20 @@ div.arches ul li a:hover {
div.two ul li {
width: 46%;
+ text-align:center;
+ }
+
+div.two ul li h2 {
+ margin-top: 2.5em;
+}
+
+div.two ul li h2 a {
+ margin-right: 0;
+}
+
+div.three ul li {
+ width: 30%;
+ text-align:center;
}
div.other {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-28 18:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-28 18:29 [gentoo-commits] proj/get-gentoo:master commit in: htdocs/amd64/, htdocs/, htdocs/arm/ Matthew Summers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox