web/static/F-8 get-fedora.html, NONE, 1.1 index.html, NONE, 1.1 join-fedora.html, NONE, 1.1 relnotes.html, NONE, 1.1 style.css, NONE, 1.1

Ricky Zhou (ricky) fedora-websites-list at redhat.com
Mon Aug 6 19:00:29 UTC 2007


Author: ricky

Update of /cvs/fedora/web/static/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31912

Added Files:
	get-fedora.html index.html join-fedora.html relnotes.html 
	style.css 
Log Message:
Prepare static pages for Fedora 8



--- NEW FILE get-fedora.html ---
<!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>
    <title>Fedora Project</title>
    <link rel="stylesheet" type="text/css" media="all" href="style.css" />
    <!--[if lt IE 7]>
    <style type="text/css">
      #wrapper
      {
      height: 100%;
      }
    </style>
    <![endif]-->
  </head>
  <body class="get">
    <div id="wrapper">
      <div id="head">
        <h1><a href="index.html">Fedora</a></h1>
      </div>
      <div id="sidebar">
        <div id="banner">
          <h2>Fedora 8 now available!</h2>
          <p>The operating system that reaches higher.</p>
        </div>
        <div id="get">
          Get it now:
          <ul>
            <li class="first"><a href="http://torrent.fedoraproject.org/">Torrents</a></li>
            <li><a href="http://mirrors.fedoraproject.org/publiclist/Fedora/8/">Download Mirrors</a></li>
            <li><a href="http://fedoraproject.org/wiki/Distribution">Get Media</a></li>
          </ul>
        </div>
        <div class="nav">
          <h2>Navigation</h2>
          <ul>
            <li id="nav-home"><a href="index.html">Home</a></li>
            <li id="nav-get"><a href="get-fedora.html">Get Fedora</a></li>
            <li id="nav-join"><a href="join-fedora.html">Join Fedora</a></li>
          </ul>
          <h2>Tools</h2>
          <ul>
            <li><a href="http://docs.fedoraproject.org/">Docs</a> Fedora documentation.</li>
            <li><a href="http://fedoraproject.org/wiki/">Wiki</a> Collaborative knowledge.</li>
            <li><a href="http://planet.fedoraproject.org/">Planet</a> The voices of the Fedora community.</li>
	    <li><a href="http://fedoraproject.org/wiki/Communicate">Communicate</a> Speak with Fedora.</li>
          </ul>
        </div>
      </div>
      <div id="content">
        <h2>Fedora, For You.</h2>
        <h3>High-speed Internet?</h3>
        <p>Download Fedora via the web or via <a href="http://en.wikipedia.org/wiki/Bit_torrent">BitTorrent</a>. Links to each are below.</p>
        <p>Read through our <a href="http://fedoraproject.org/wiki/Distribution/Download/ExportRegulations">export regulations</a> before downloading Fedora. <strong>If this is your first time downloading Fedora</strong>, review the <a href="http://fedoraproject.org/wiki/Distribution/Download#Understand">installation instructions</a> before choosing one of the three download methods below.</p>
        <ul class="download">
          <li><a name="bittorrent" href="http://torrent.fedoraproject.org/">Download from BitTorrent</a>: requires a BitTorrent client.</li>
          <li><a name="mirrors" href="http://mirrors.fedoraproject.org/publiclist/Fedora/8/">Download from Mirrors</a>: choose a mirror close to you geographically for a faster download.</li>
          <li><a name="networkinstall" href="http://docs.fedoraproject.org/install-guide/f8/en_US/sn-which-files.html">Network Install</a>: Download a small boot image and download Fedora as you install. <strong>Recommended for advanced users only.</strong></li>
        </ul>
        <h3>Slow Internet? No Internet?</h3>
        <p>Get a copy of Fedora Media sent via postal mail.</p>
        <ul class="download">
          <li>Purchase installation media for Fedora from <a name="media" href="http://fedoraproject.org/wiki/Distribution/OnlineVendors">online vendors</a> or a <a href="http://fedoraproject.org/wiki/Distribution/LocalVendors">local vendor</a> in your area.</li>
          <li>Can't afford the price of installation media? Request Fedora installation media from the <a href="http://fedoraproject.org/wiki/Distribution/FreeMedia">Fedora Free Media Program</a>.</li>
        </ul>
        <p>
        When you place an order with a <a href="http://fedoraproject.org/wiki/Distribution/SponsoredMedia">participating vendor</a>, you may also sponsor the cost of media for users who cannot afford it, such as people in developing nations. Consider participating in the <a href="http://fedoraproject.org/wiki/Distribution/SponsoredMedia">Fedora Sponsored Media Program</a>.
        </p>
      </div>
    </div>
    <div id="bottom">
      <div id="footer">
        <p class="copy">
        Copyright © 2007 Red Hat, Inc. and others.  All Rights Reserved.
        Please send any comments or corrections to the <a href="mailto:webmaster at fedoraproject.org">websites team</a>.
        </p>
        <p class="disclaimer">
        The Fedora Project is maintained and driven by the community and sponsored by Red Hat.  This is a community maintained site.  Red Hat is not responsible for content.
        </p>
        <ul>
          <li class="first"><a href="http://fedoraproject.org/wiki/Legal">Legal</a></li>
          <li><a href="http://fedoraproject.org/wiki/Legal/TrademarkGuidelines">Trademark Guidelines</a></li>
        </ul>
      </div>
    </div>
  </body>
</html>


--- NEW FILE index.html ---
<!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>
    <title>Fedora Project</title>
    <link rel="stylesheet" type="text/css" media="all" href="style.css" />
    <!--[if lt IE 7]>
    <style type="text/css">
      #wrapper
      {
      height: 100%;
      }
    </style>
    <![endif]-->
  </head>
  <body class="home">
    <div id="wrapper">
      <div id="head">
        <h1><a href="index.html">Fedora</a></h1>
      </div>
      <div id="sidebar">
        <div id="banner">
          <h2>Fedora 8 now available!</h2>
          <p>The operating system that reaches higher.</p>
        </div>
        <div id="get">
          Get it now:
          <ul>
            <li class="first"><a href="http://torrent.fedoraproject.org/">Torrents</a></li>
            <li><a href="http://mirrors.fedoraproject.org/publiclist/Fedora/8/">Download Mirrors</a></li>
            <li><a href="http://fedoraproject.org/wiki/Distribution">Get Media</a></li>
          </ul>
        </div>
        <div class="nav">
          <h2>Navigation</h2>
          <ul>
            <li id="nav-home"><a href="index.html">Home</a></li>
            <li id="nav-get"><a href="get-fedora.html">Get Fedora</a></li>
            <li id="nav-join"><a href="join-fedora.html">Join Fedora</a></li>
          </ul>
          <h2>Tools</h2>
          <ul>
            <li><a href="http://docs.fedoraproject.org/">Docs</a> Fedora documentation.</li>
            <li><a href="http://fedoraproject.org/wiki/">Wiki</a> Collaborative knowledge.</li>
            <li><a href="http://planet.fedoraproject.org/">Planet</a> The voices of the Fedora community.</li>
	    <li><a href="http://fedoraproject.org/wiki/Communicate">Communicate</a> Speak with Fedora.</li>
          </ul>
        </div>
      </div>
      <div id="content">
        <h2>Fedora 8. Reach Higher.</h2>
        <div id="screenshot-banner">
        <ul>
          <li><a href="images/screenshots/booting-screen.jpg"><img src="images/screenshot-1.jpg" alt="F8 Screenshot" /></a></li>
          <li><a href="images/screenshots/login-screen.jpg"><img src="images/screenshot-2.jpg" alt="F8 Screenshot" /></a></li>
          <li><a href="images/screenshots/default-desktop.jpg"><img src="images/screenshot-3.jpg" alt="F8 Screenshot" /></a></li>
        </ul>
        <a href="relnotes.html">What's new in Fedora 8? Read the release notes. >></a>
        </div>
        <p>
        Fedora is a Linux-based operating system that showcases the latest in free and open source software. Fedora is <strong>always free for anyone to use, modify, and distribute.</strong>  It is built by people across the globe who work together as a community: the Fedora Project. The Fedora Project is open and anyone is welcome to join.
        </p>
        <p>
        The Fedora Project is out front for you, <strong>leading the advancement of free, open software and content</strong>.
        </p>
        <p>
        <a href="http://fedoraproject.org/wiki/Overview">Learn more. >></a>
        </p>
      </div>
    </div>
    <div id="bottom">
      <div id="footer">
        <p class="copy">
        Copyright © 2007 Red Hat, Inc. and others.  All Rights Reserved.
        Please send any comments or corrections to the <a href="mailto:webmaster at fedoraproject.org">websites team</a>.
        </p>
        <p class="disclaimer">
        The Fedora Project is maintained and driven by the community and sponsored by Red Hat.  This is a community maintained site.  Red Hat is not responsible for content.
        </p>
        <ul>
          <li class="first"><a href="http://fedoraproject.org/wiki/Legal">Legal</a></li>
          <li><a href="http://fedoraproject.org/wiki/Legal/TrademarkGuidelines">Trademark Guidelines</a></li>
        </ul>
      </div>
    </div>
  </body>
</html>


--- NEW FILE join-fedora.html ---
<!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>
    <title>Fedora Project</title>
    <link rel="stylesheet" type="text/css" media="all" href="style.css" />
    <!--[if lt IE 7]>
    <style type="text/css">
      #wrapper
      {
      height: 100%;
      }
    </style>
    <![endif]-->
  </head>
  <body class="join">
    <div id="wrapper">
      <div id="head">
        <h1><a href="index.html">Fedora</a></h1>
      </div>
      <div id="sidebar">
        <div id="banner">
          <h2>Fedora 8 now available!</h2>
          <p>The operating system that reaches higher.</p>
        </div>
        <div id="get">
          Get it now:
          <ul>
            <li class="first"><a href="http://torrent.fedoraproject.org/">Torrents</a></li>
            <li><a href="http://mirrors.fedoraproject.org/publiclist/Fedora/8/">Download Mirrors</a></li>
            <li><a href="http://fedoraproject.org/wiki/Distribution">Get Media</a></li>
          </ul>
        </div>
        <div class="nav">
          <h2>Navigation</h2>
          <ul>
            <li id="nav-home"><a href="index.html">Home</a></li>
            <li id="nav-get"><a href="get-fedora.html">Get Fedora</a></li>
            <li id="nav-join"><a href="join-fedora.html">Join Fedora</a></li>
          </ul>
          <h2>Tools</h2>
          <ul>
            <li><a href="http://docs.fedoraproject.org/">Docs</a> Fedora documentation.</li>
            <li><a href="http://fedoraproject.org/wiki/">Wiki</a> Collaborative knowledge.</li>
            <li><a href="http://planet.fedoraproject.org/">Planet</a> The voices of the Fedora community.</li>
	    <li><a href="http://fedoraproject.org/wiki/Communicate">Communicate</a> Speak with Fedora.</li>
          </ul>
        </div>
      </div>
      <div id="content">
        <h2>Join Fedora.</h2>
        <p>If you want to take an active hand in making Fedora even
        better, there are many ways to help. What role do you want to fill?</p>
        <p><strong>Click on a role below to learn more about how you can help the Fedora Project.</strong></p>
        <ul class="roles">
          <li><a href="http://fedoraproject.org/wiki/Join#ContentWriter">
            <img src="images/ContentDeveloper.png" alt="Content Writer" /><br />
            Content Writer<br />
          </a></li>
          <li><a href="http://fedoraproject.org/wiki/Join#Designer">
            <img src="images/Designer.png" alt="Designer" /><br />
            Designer
          </a></li>
          <li><a href="http://fedoraproject.org/wiki/Join#PeoplePerson">
            <img src="images/PeoplePerson.png" alt="People Person" /><br />
            People Person
          </a></li>
          <li><a href="http://fedoraproject.org/wiki/Join#OSDeveloper">
            <img src="images/OSDeveloper.png" alt="OS Developer" /><br />
            OS Developer
          </a></li>
          <li><a href="http://fedoraproject.org/wiki/Join#Translator">
            <img src="images/Translator.png" alt="Translator" /><br />
            Translator
          </a></li>
          <li><a href="http://fedoraproject.org/wiki/Join#WebDeveloperAdministrator">
            <img src="images/WebDeveloper.png" alt="Web Developer or Administrator" /><br />
            Web Developer<br />or Administrator
          </a></li>
        </ul>
      </div>
    </div>
    <div id="bottom">
      <div id="footer">
        <p class="copy">
        Copyright © 2007 Red Hat, Inc. and others.  All Rights Reserved.
        Please send any comments or corrections to the <a href="mailto:webmaster at fedoraproject.org">websites team</a>.
        </p>
        <p class="disclaimer">
        The Fedora Project is maintained and driven by the community and sponsored by Red Hat.  This is a community maintained site.  Red Hat is not responsible for content.
        </p>
        <ul>
          <li class="first"><a href="http://fedoraproject.org/wiki/Legal">Legal</a></li>
          <li><a href="http://fedoraproject.org/wiki/Legal/TrademarkGuidelines">Trademark Guidelines</a></li>
        </ul>
      </div>
    </div>
  </body>
</html>


--- NEW FILE relnotes.html ---
<!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>
    <title>Fedora Project</title>
    <link rel="stylesheet" type="text/css" media="all" href="style.css" />
    <!--[if lt IE 7]>
    <style type="text/css">
      #wrapper
      {
      height: 100%;
      }
    </style>
    <![endif]-->
  </head>
  <body class="home">
    <div id="wrapper">
      <div id="head">
        <h1><a href="index.html">Fedora</a></h1>
      </div>
      <div id="sidebar">
        <div id="banner">
          <h2>Fedora 8 now available!</h2>
          <p>The operating system that reaches higher.</p>
        </div>
        <div id="get">
          Get it now:
          <ul>
            <li class="first"><a href="http://torrent.fedoraproject.org/">Torrents</a></li>
            <li><a href="http://mirrors.fedoraproject.org/publiclist/Fedora/8/">Download Mirrors</a></li>
            <li><a href="http://fedoraproject.org/wiki/Distribution">Get Media</a></li>
          </ul>
        </div>
        <div class="nav">
          <h2>Navigation</h2>
          <ul>
            <li id="nav-home"><a href="index.html">Home</a></li>
            <li id="nav-get"><a href="get-fedora.html">Get Fedora</a></li>
            <li id="nav-join"><a href="join-fedora.html">Join Fedora</a></li>
          </ul>
          <h2>Tools</h2>
          <ul>
            <li><a href="http://docs.fedoraproject.org/">Docs</a> Fedora documentation.</li>
            <li><a href="http://fedoraproject.org/wiki/">Wiki</a> Collaborative knowledge.</li>
            <li><a href="http://planet.fedoraproject.org/">Planet</a> The voices of the Fedora community.</li>
	    <li><a href="http://fedoraproject.org/wiki/Communicate">Communicate</a> Speak with Fedora.</li>
          </ul>
        </div>
      </div>
      <div id="content">
        <h2>Fedora 8 Release Notes</h2>
        </p>
        <p>
	  Here are places you can find the Fedora 8 release notes.  If
	  one location is unresponsive, try a different one.
        </p>
        <p>
	  <a href="http://docs.fedoraproject.org/release-notes/">http://docs.fedoraproject.org/release-notes/</a>
        </p>
        <p>
	  <a href="release-notes/">http://fedoraproject.org/release-notes/</a>
        </p>
	<p>
	  Check any <a
	  href="http://mirrors.fedoraproject.org/publiclist/Fedora/8/">mirror</a>
	  using a path similar to
	  <i>http://URL/fedora/linux/releases/8/Fedora/i386/os/</i>.
	  The only version the mirrors carry is the US English version,
	  <i>RELEASE-NOTES-en_US.html</i>.  Notice that each mirror may
	  use a slightly different path, but once inside of the
	  <i>8/</i> directory, it should be the same from there.  For
	  example:
	</p>
	<p>
	  <a
	  href="http://mirror.atrpms.net/fedora/linux/releases/8/Fedora/i386/os/RELEASE-NOTES-en_US.html">ATRPMs
	  mirror</a>
	</p>
	<p>
	  <a
	  href="http://fr2.rpmfind.net/linux/fedora/releases/8/Fedora/i386/os/RELEASE-NOTES-en_US.html">RPMFind.net
	  mirror</a>
	</p>
      </div>
    </div>
    <div id="bottom">
      <div id="footer">
        <p class="copy">
        Copyright © 2007 Red Hat, Inc. and others.  All Rights Reserved.
        Please send any comments or corrections to the <a href="mailto:webmaster at fedoraproject.org">websites team</a>.
        </p>
        <p class="disclaimer">
        The Fedora Project is maintained and driven by the community and sponsored by Red Hat.  This is a community maintained site.  Red Hat is not responsible for content.
        </p>
        <ul>
          <li class="first"><a href="http://fedoraproject.org/wiki/Legal">Legal</a></li>
          <li><a href="http://fedoraproject.org/wiki/Legal/TrademarkGuidelines">Trademark Guidelines</a></li>
        </ul>
      </div>
    </div>
  </body>
</html>


--- NEW FILE style.css ---
*
{
  margin: 0;
  padding: 0;
}

html, body
{
  height: 100%;
}

body
{
  height: 100%;
  font-size: 76%;
  background: #FFFFFF url(images/border-left.png) 0 0 repeat-y;
}

a img
{
  border: none;
}

#wrapper
{
  margin-left: 18px;
  font: normal 2.3ex/1.5 sans-serif;
  min-height: 100%;
  background: #FFFFFF url(images/border-right.png) 100% 0 repeat-y;
  padding-right: 18px;
}

#head
{
  border-top: 10px solid #337ACC;
  padding: 1ex 2ex 17px;
  background: #FFFFFF url(images/line.png) 0 100% repeat-x;
}

#head h1 a
{
  display: block;
  text-indent: -9999px;
  background: url(images/fedora-logo.png) 20px 50% no-repeat;
  height: 73px;
  width: 138px;
  overflow: hidden;
}

#sidebar
{
  float: left;
  width: 425px;
  margin: 2ex 0;
  background: #FFFFFF;
}

#banner
{
  text-indent: -9999px;
  background: url(images/banner.jpg) 0 0 no-repeat;
  height: 75px;
  width: 400px;
  margin: 0 auto;
}

#get
{
  text-align: center;
  margin: 1ex 0.5ex;
  font-weight: bold;
}

#get ul
{
  font-weight: normal;
  list-style: none;
  display: inline;
  font-size: 1.7ex;
}

#get li
{
  display: inline;
  border-left: 1px solid #CCCCCC;
  margin-left: -1px;
  padding: 0 1ex;
}

#get li.first
{
  border-left: none;
}

#get a
{
  color: #00356B;
}

.nav
{
  margin: 0 10px;
  padding: 0 1.5ex;
}

.nav h2
{
  border-bottom: 1px dotted #AAAAAA;
  color: #444444;
  font-size: 1.725ex;
  margin: 2ex 0 1ex;
  text-transform: uppercase;
  font-weight: normal;
}

.nav ul
{
  list-style: url(images/arrow.png);
  margin-left: 15px;
}

.nav li
{
  margin: 0.25ex 1ex;
  color: #777777;
  font-size: 1.6ex;
}

.nav a
{
  font-weight: bold;
  margin-right: 0.75ex;
  color: #729FCF;
  font-size: 2.4ex;
}

.home #nav-home a, .get #nav-get a, .join #nav-join a
{
  color: #777777;
  text-decoration: none;
}

#content
{
  height: 1%; /* Haslayout fix */
  margin-left: 425px;
  padding: 1ex 1ex 120px;
  color: #666666;
  background: #FFFFFF;
}

#content h2
{
  font-size: 3.25ex;
}

#content h2 div {
  font-size: 1ex;
  font-weight: normal;
}

#content h3
{
  color: #337acc;
  margin: 1.5ex 0;
  font-size: 2.5ex;
}

#content table
{
  border-collapse: collapse;
}

#content table th
{
  background: #DDDDDD;
}

#content table th, #content table td
{
  border: 1px solid #000000;
  padding: 0.6ex;
}

#content p
{
  margin: 1ex 5ex 1ex 0;
}

#content img
{
  margin: 2ex 0;
}

#content a
{
  color: #337ACC;
}

.download
{
  list-style-image: url(images/arrow.png);
  list-style-position: outside;
  margin: 1.6ex 3ex;
}

.download li
{
  color: #777777;
  font-size: 1.8ex;
  background: #EFEFEF;
  padding: 1ex;
  border-bottom: 1px dotted #AAAAAA;
}

.download a
{
  font-weight: bold;
}

.roles
{
  list-style: none;
  background: red;
  display: inline;
}

.roles li
{
  float: left;
  margin-bottom: 0.5ex;
}

.roles a
{
  line-height: 1;
  width: 130px;
  height: 150px;
  text-align: center;
  display: block;
  text-decoration: none;
}

.roles a:hover
{
  background-color: #EFEFEF;
}

.roles img
{
}

#footer
{
  position: relative;
  font: normal 1.5ex/1.5 sans-serif;
  clear: both;
  text-align: center;
  background: #FFFFFF url(images/line-bottom.png) 0 0 repeat-x;
  margin: -90px 0 0;
  border-bottom: 10px solid #337ACC;
  height: 80px;
  color: #AAAAAA;
}

#bottom
{
  background: #FFFFFF url(images/border-right.png) 100% 0 repeat-y;
  margin-left: 18px;
  padding-right: 18px;
}

#footer ul
{
  list-style: none;
}

#footer li
{
  display: inline;
  border-left: 1px solid #AAAAAA;
  padding: 0 0.75ex;
  margin-left: -1px;
}

#footer li.first
{
  border-left: none;
}

#footer a
{
  color: #223344;
}

#footer a:hover
{
  color: #112233;
}

#footer .copy
{
  padding-top: 3ex;
}

#footer .disclaimer
{
}

#screenshot-banner a {
  font-size: 1.6ex;
  text-align: left;
}

#screenshot-banner ul
{
  list-style: none;
}

#screenshot-banner li
{
  display: inline;
}

#screenshot-banner img
{
  vertical-align: bottom;
  border: 0;
}

.doc-nav {
	text-align: center;
	position: relative;
	padding: 1em;
	margin-top: 2em;
	border-top: 1px solid #ccc;
}
.doc-nav a {
	padding: 0 1em;
}
.doc-nav-left {
	position: absolute;
	left: 0;
}
.doc-nav-right {
	position: absolute;
	right: 0;
}




More information about the Fedora-websites-list mailing list