summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Summers <quantumsummers@gentoo.org>2011-02-21 15:08:36 -0600
committerMatthew Summers <quantumsummers@gentoo.org>2011-02-21 15:08:36 -0600
commit1e8dc75be8b03d49dd44ef744a0a3550c4f71ad4 (patch)
tree4ed6b142b1a63851443c34d88aa3ed8c39083fe4
downloadget-gentoo-1e8dc75be8b03d49dd44ef744a0a3550c4f71ad4.tar.gz
get-gentoo-1e8dc75be8b03d49dd44ef744a0a3550c4f71ad4.tar.bz2
get-gentoo-1e8dc75be8b03d49dd44ef744a0a3550c4f71ad4.zip
Initial Working Commit
-rw-r--r--htdocs/gentoo-logo.pngbin0 -> 38865 bytes
-rw-r--r--htdocs/get_gentoo.html87
-rw-r--r--htdocs/style.css133
3 files changed, 220 insertions, 0 deletions
diff --git a/htdocs/gentoo-logo.png b/htdocs/gentoo-logo.png
new file mode 100644
index 0000000..2529988
--- /dev/null
+++ b/htdocs/gentoo-logo.png
Binary files differ
diff --git a/htdocs/get_gentoo.html b/htdocs/get_gentoo.html
new file mode 100644
index 0000000..5c876b5
--- /dev/null
+++ b/htdocs/get_gentoo.html
@@ -0,0 +1,87 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ <title>Get Gentoo!</title>
+ <link type="image/x-icon" href="http://www.gentoo.org/favicon.ico" rel="shortcut icon" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="screen" />
+ </head>
+ <body>
+ <div class="contain">
+ <div class="head">
+ <div class="logo">
+ <h1>Get Gentoo!</h1>
+ </div>
+ </div>
+
+ <div class="arches">
+ <ul>
+ <li>
+ <h2>alpha</h2>
+ <a href="http://distfiles.gentoo.org/releases/alpha/autobuilds/current-iso/">iso</a>
+ <a href="http://distfiles.gentoo.org/releases/alpha/autobuilds/current-stage3/">stages</a>
+ </li>
+ <li>
+ <h2>amd64</h2>
+ <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-iso/">iso</a>
+ <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3/">stages</a>
+ </li>
+ <li>
+ <h2>arm</h2>
+ <a href="http://distfiles.gentoo.org/releases/arm/autobuilds/current-stage3/">stages</a>
+ </li>
+ <li>
+ <h2>hppa</h2>
+ <a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/current-stage3/">stages</a>
+ </li>
+ <li>
+ <h2>ia64</h2>
+ <a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-iso/">iso</a>
+ <a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-stage3/">stages</a>
+ </li>
+ <li>
+ <h2>ppc/ppc64</h2>
+ <a href="http://distfiles.gentoo.org/releases/ppc/autobuilds/current-iso/">iso</a>
+ <a href="http://distfiles.gentoo.org/releases/ppc/autobuilds/current-stage3/">stages</a>
+ </li>
+ <li>
+ <h2>s390/s390x</h2>
+ <a href="http://distfiles.gentoo.org/releases/s390/autobuilds/current-stage3/">stages</a>
+ </li>
+ <li>
+ <h2>sh</h2>
+ <a href="http://distfiles.gentoo.org/releases/sh/autobuilds/current-stage3/">stages</a>
+ </li>
+ <li>
+ <h2>sparc</h2>
+ <a href="http://distfiles.gentoo.org/releases/sparc/autobuilds/current-iso/">iso</a>
+ <a href="http://distfiles.gentoo.org/releases/sparc/autobuilds/current-stage3/">stages</a>
+ </li>
+ <li>
+ <h2>x86</h2>
+ <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-iso/">iso</a>
+ <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-stage3/">stages</a>
+ </li>
+ </ul>
+ </div>
+ <div style="clear:both;"></div>
+ <div class="other">
+ <p>
+ <b>LiveDVD (released Oct 10, 2009)</b>
+ <br />(up to 2.6 gigabytes depending on arch)
+ <br />
+ <a href="http://bouncer.gentoo.org/fetch/gentoo-10.1-livedvd/amd64/">amd64</a>
+ <a href="http://bouncer.gentoo.org/fetch/gentoo-10.1-livedvd/x86/">x86</a>
+ </p>
+ <p>
+ If you prefer to select a local mirror yourself, see <a href="http://www.gentoo.org/mirrors.xml">Gentoo Mirrors</a>.
+ </p>
+ </div>
+
+ <div class="footer">
+ <p>Copyright 2001-2011 Gentoo Foundation, Inc. Questions, Comments? <a class="highlight" href="http://www.gentoo.org/main/en/contact.xml">Contact us</a></p>
+ </div>
+ </div>
+
+ </body>
+</html>
diff --git a/htdocs/style.css b/htdocs/style.css
new file mode 100644
index 0000000..d00a820
--- /dev/null
+++ b/htdocs/style.css
@@ -0,0 +1,133 @@
+/*Copyright 2011 Gentoo Foundation
+Created by Matthew Summers*/
+
+body {
+ background: #DDDAEC;
+ font-size: 16px;
+ font-family: sans-serif;
+ color: #45347B;
+}
+
+div.contain {
+ display:inline-block;
+ width:98%;
+ height:100%;
+ margin: 1em 1em;
+ background: rgba(255,255,255,0.20);
+ -moz-border-radius: 142px;
+ -webkit-border-radius: 142px;
+ -opera-border-radius: 142px;
+ border-radius: 142px;
+ -moz-box-shadow:#45347B 0 0 2.5em;
+ -webkit-box-shadow:#45347B 0 0 2.5em;
+ -opera-box-shadow:#45347B 0 0 2.5em;
+ box-shadow:#45347B 0 0 2.5em;
+}
+
+div.head {
+
+}
+
+div.logo {
+ background: url('gentoo-logo.png') no-repeat top center;
+ text-align:center;
+
+}
+div.logo h1 {
+/* display:none; */
+ font-size: 48px;
+ padding-top: 6em;
+}
+
+div.arches {
+ width:100%;
+ margin:auto;
+ min-height:5em;
+ text-align:center;
+ display:inline-block;
+}
+
+div.arches ul {
+ display:inline-block;
+ margin: 0 auto;
+ text-align:center;
+}
+
+div.arches ul li {
+ float:left;
+ display:block;
+ width:17.6%;
+ min-width: 160px;
+ margin: 1%;
+/* padding: 0.5%; */
+ min-height: 160px;
+ text-align:center;
+ border: none;
+ -moz-border-radius: 20px;
+ -webkit-border-radius: 20px;
+ -opera-border-radius: 20px;
+ border-radius: 20px;
+ -moz-box-shadow: 0 0 1em #000;
+ -webkit-box-shadow: #000 0 0 1em;
+ -opera-box-shadow: #000 0 0 1em;
+ box-shadow: 0 0 1em #000;
+}
+
+div.arches ul li a {
+/* background: rgba(0,0,0,0.25); */
+ color: #45347B;
+ margin-right:1em;
+ margin-bottom: 1em;
+ font-weight: bold;
+ text-decoration: none;
+/* text-shadow:0 3px 2px #000000, 0px 0px 2px #000000; */
+ display:inline-block;
+ border: none;
+ padding: 0.25em 1em;
+ -moz-border-radius: 10px;
+ -webkit-border-radius: 10px;
+ -opera-border-radius: 10px;
+ border-radius: 10px;
+ -moz-box-shadow: 0 0 0.5em #000;
+ -webkit-box-shadow: #000 0 0 0.5em;
+ -opera-box-shadow: #000 0 0 0.5em;
+ box-shadow: 0 0 0.5em #000;
+}
+
+div.arches ul li a:hover {
+ text-decoration: none;
+ -moz-box-shadow:inset 0 0 0.5em #000;
+ -webkit-box-shadow:inset #000 0 0 0.5em;
+ -opera-box-shadow: inset #000 0 0 0.5em;
+ box-shadow:inset 0 0 0.5em #000;
+}
+
+div.other {
+ margin:2em auto;
+ padding:1em 0.5em;
+ text-align:center;
+ width: 42%;
+ -moz-border-radius: 20px;
+ -webkit-border-radius: 20px;
+ -opera-border-radius: 20px;
+ border-radius: 20px;
+ -moz-box-shadow: 0 0 1em #000;
+ -webkit-box-shadow: #000 0 0 1em;
+ -opera-box-shadow: #000 0 0 1em;
+ box-shadow: 0 0 1em #000;
+}
+
+div.footer {
+/* display:inline-block; */
+ text-align:center;
+ margin:2em auto;
+ width:75%;
+}
+
+p {
+ margin: 1em 1em;
+}
+
+h1 {
+ color: #45347B;
+} \ No newline at end of file