diff --git a/fedoraproject.org/data/content/get-fedora.html b/fedoraproject.org/data/content/get-fedora.html index b05a52f..f88af0b 100644 --- a/fedoraproject.org/data/content/get-fedora.html +++ b/fedoraproject.org/data/content/get-fedora.html @@ -9,8 +9,6 @@

${Markup(_('Fedora, For You.'))}

- ${_('KDE fans, go here!')} - ${_('Have a PowerPC? Go here!')} ${_('Show me all download options in one page!')}
@@ -54,6 +52,63 @@

${Markup(_('Download Now!'))} +
+

Customize

+

As the download options are changed, the download links above are automatically updated. [TODO]

+
+ +
+
+ +
+
+ +
+

${Markup(_('Other Download Options'))}

${Markup(_('Let me look around...'))}

diff --git a/fedoraproject.org/static/css/fedora.css b/fedoraproject.org/static/css/fedora.css index 204b5e4..1178975 100644 --- a/fedoraproject.org/static/css/fedora.css +++ b/fedoraproject.org/static/css/fedora.css @@ -485,6 +485,26 @@ ul#resources li.resource-download /* get-fedora styles */ +div.customize-option-wrapper { + width: 100%; + overflow: auto; + margin-left: 1em; +} + +#arch-32bit, #arch-64bit { + float: left; + width: 30%; +} + +#arch-PowerPC { + float: right; + width: 30%; +} + +div.customize-option { + padding: 5px 10px; +} + .download-block .button:hover { background-color: #9ECFFF !important; }