From 74827d876eee646b603c1fdad9000ab87f3ec688 Mon Sep 17 00:00:00 2001 From: Nicolae Claudius Date: Wed, 5 Oct 2011 09:28:13 -0700 Subject: [PATCH] marketing --- app/assets/images/theme/check.png | Bin 0 -> 586 bytes app/assets/stylesheets/marketing.css.scss | 42 +++++++++++++++---- app/assets/stylesheets/overrides.css.erb | 2 +- app/assets/stylesheets/theme/default.css.erb | 22 +++++----- app/views/home/_headlines.html.erb | 8 ++-- app/views/home/index.html.erb | 7 +--- 6 files changed, 51 insertions(+), 30 deletions(-) create mode 100755 app/assets/images/theme/check.png diff --git a/app/assets/images/theme/check.png b/app/assets/images/theme/check.png new file mode 100755 index 0000000000000000000000000000000000000000..731c64f37fff6396e7f18a1b3bed4b6a1202cbc6 GIT binary patch literal 586 zcmV-Q0=4~#P)`6pHRCwBA{Qv(y10{gv&4<@yX*4x7 zvteXntYaZZvzf8E880vIE(r;Ve@rCXY-DE4!^5+elZ%tHpeX+hNd}l0nCb#G@8;y- z3A5eH7lYpSW1TIdl z!$5=NaA`KwHB#i};XcU0$sxke&(Ba;RB(}lgQF58$CQS7Ya3XONSVW0*K)!aQIgCL_BLWB`cfzkU1mrK0>|xlf-yfec~z_wOGA(Ai+j z!Op?ZKe_L&nwpv}Q0;eQ17OkkQB_sdv#6x-8zUnl12BLXfZkzXWo2amCH2&dl;1$j ze(0K!4FG{_j!up-F|jca2_`16D{O3S7y<$VazOIfVhBAUtxriyZnCg6XZZW?FN3JK zC<8FHtpkeB!WG4^FhBwC-@o5hU)$iBl$`j?z|cSo) no-repeat 10px center; + background: #f9c006 url(<%= image_path("messages/warning.png") %>) no-repeat 10px center; } diff --git a/app/assets/stylesheets/theme/default.css.erb b/app/assets/stylesheets/theme/default.css.erb index 5d3453b..6339c08 100644 --- a/app/assets/stylesheets/theme/default.css.erb +++ b/app/assets/stylesheets/theme/default.css.erb @@ -1,6 +1,6 @@ body { color: #111111; - background: #c4c4c4 url(<%= asset_path("theme/bgd.jpg") %>); + background: #c4c4c4 url('<%= image_path("theme/bgd.jpg") %>'); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } @@ -100,7 +100,7 @@ hr { } .secondary-navigation { - background: #e0e0e0 url(<%= asset_path("theme/boxbar-background.png") %>) top; + background: #e0e0e0 url('<%= image_path("theme/boxbar-background.png") %>') top; border-bottom-width: 0px; -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; @@ -214,7 +214,7 @@ hr { #sidebar ul li { background-position: 0 11px; background-repeat: no-repeat; - background-image: url(<%= asset_path("theme/arrow.png") %>); + background-image: url('<%= image_path("theme/arrow.png") %>'); border-bottom: 1px dashed #777777; list-style-type: none; } @@ -243,7 +243,7 @@ hr { min-width: 15px; text-align: center; background: #dddddd; - background-image: url(<%= asset_path("theme/button-background.png") %>); + background-image: url('<%= image_path("theme/button-background.png") %>'); color: #111111; } .pagination a:hover { @@ -259,7 +259,7 @@ hr { } .pagination a:active { - background-image: url(<%= asset_path("theme/button-background-active.png") %>); + background-image: url('<%= image_path("theme/button-background-active.png") %>'); outline: none; } @@ -332,17 +332,17 @@ hr { } .flash .error, .flash .error-list { border: 1px solid #993624; - background: #cc4831 url(<%= asset_path("messages/error.png") %>) no-repeat 10px center; + background: #cc4831 url('<%= image_path("messages/error.png") %>') no-repeat 10px center; } .flash .warning { border: 1px solid #bb9004; - background: #f9c006 url(<%= asset_path("messages/warning.png") %>) no-repeat 10px center; + background: #f9c006 url('<%= image_path("messages/warning.png") %>') no-repeat 10px center; } .flash .notice { color: #28485e; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); border: 1px solid #8a9daa; - background: #b8d1e2 url(<%= asset_path("messages/notice.png") %>)3 no-repeat 10px center; + background: #b8d1e2 url('<%= image_path("messages/notice.png") %>') no-repeat 10px center; } .flash .error-list { text-align: left; @@ -396,7 +396,7 @@ ul.list li .item .avatar { } a.button, button.button { - background: #edeeed url(<%= asset_path("theme/button-background.png") %>) top; + background: #edeeed url('<%= image_path("theme/button-background.png") %>') top; border: 1px solid #c3c4ba; font-family: helvetica, arial, sans-serif; font-weight: normal; @@ -409,11 +409,11 @@ a.button, button.button { } a.button:link, a.button:visited, a.button:hover, a.button:active, button.button:link, button.button:visited, button.button:hover, button.button:active { font-weight: normal; - background: #edeeed url(<%= asset_path("theme/button-background.png") %>) top; + background: #edeeed url('<%= image_path("theme/button-background.png") %>') top; } a.button:active, button.button:active { - background: #eaeaea url(<%= asset_path("theme/button-background-active.png") %>) top; + background: #eaeaea url('<%= image_path("theme/button-background-active.png") %>') top; outline: none; margin-top: 1px; margin-bottom: -1px; diff --git a/app/views/home/_headlines.html.erb b/app/views/home/_headlines.html.erb index 01c701f..101f2a7 100644 --- a/app/views/home/_headlines.html.erb +++ b/app/views/home/_headlines.html.erb @@ -2,20 +2,20 @@

We're Sysadmins who built EntryDNS to fill our own needs. - We think it's important to have a fast and reliable DNS service + It's important to have a fast and reliable DNS service that you can configure in no-time, and we'd like to show how you too can take advantage of it.

  • - With our intuitive interface, configuring is a breeze + Intuitive interface
  • - Friendly and reliable support you can count on + Friendly and reliable support
  • - Global infrastructure using fast and secure systems + Global infrastructure
  • Full offsite backup, daily diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 1a7d036..4a40974 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,11 +1,8 @@ -
    +
    +

    Free DNS service for Humans Beings created by Sysadmins

    -

    - Free DNS service created by Sysadmins for Humans -

    -