Hi, I was looking at http://stg.fedoraproject.org and realized there isn't an easy way to get to get.fpo from the front page, just the small get fedora link in the left. I think the #2 thing (besides learning about what people do as #1) that people are going to want to do on release day and for some weeks afterward is download the new Fedora. This is a patch to put a get fedora button on the front page, to take them to get-fedora easily. I've attached a screenshot too so you can see what it looks like. I also have an update (I removed the binary patch from the diff as its quite long) for the front banner because the rounded corners need anti-aliasing. Does anyone have any objections to me committing this patch? ~m
>From 56270d2366651786306d4d8b860a9dc1b226d4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ir=C3=ADn=20Duffy?= <duffy@xxxxxxxxxx> Date: Mon, 24 May 2010 11:45:45 -0400 Subject: [PATCH 2/3] slight modifications to make download now button work on the front page and match the other buttons in color & hover color --- fedoraproject.org/static/css/fedora.css | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fedoraproject.org/static/css/fedora.css b/fedoraproject.org/static/css/fedora.css index 99bf006..2a1df5e 100644 --- a/fedoraproject.org/static/css/fedora.css +++ b/fedoraproject.org/static/css/fedora.css @@ -573,7 +573,7 @@ ul#resources li.resource-download margin-top: 0.9em; } -.download-block .big-button { +.big-button { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; @@ -583,12 +583,15 @@ ul#resources li.resource-download line-height: 3; margin: 0; padding: 0.4em 0.5em; - border: 1px solid #446382; - background-color: #5F94C9 !important; + background-color: #337acc !important; margin-top: 0.9em; font-size: 1.7em; } +.big-button:hover { + background-color: #295596 !important; +} + .fine-print { font-size: .9em !important; -- 1.6.5.2 >From 66576b146d0d1916bdc2546a31821ff834867e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ir=C3=ADn=20Duffy?= <duffy@xxxxxxxxxx> Date: Mon, 24 May 2010 11:46:16 -0400 Subject: [PATCH 3/3] adding a download now button to the front page --- fedoraproject.org/data/content/index.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fedoraproject.org/data/content/index.html b/fedoraproject.org/data/content/index.html index 6cfe841..7f672c0 100644 --- a/fedoraproject.org/data/content/index.html +++ b/fedoraproject.org/data/content/index.html @@ -23,6 +23,7 @@ <p> ${Markup(_('<a href="http://fedoraproject.org/wiki/Overview">Learn more. &gt;&gt;</a>'))} </p> + <p><a href="get-fedora" class="big-button">${_('Download Now!')}</a></p> </body> </html> -- 1.6.5.2
Attachment:
Screenshot-2.png
Description: PNG image
-- websites mailing list websites@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/websites