diff --git a/content/assets/css/screen.sass b/content/assets/css/screen.sass index 4250eea4..0572d0b7 100644 --- a/content/assets/css/screen.sass +++ b/content/assets/css/screen.sass @@ -1,441 +1,179 @@ -@font-face - font-family: 'Open Sans' - font-style: normal - font-weight: 400 - src: local("Open Sans"), local("OpenSans"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format("woff") - -@import compass/reset -@import compass/css3 -@import compass/layout/sticky-footer - -@import base.sass -@import default.sass -@import text.sass - -@include sticky-footer(80px, "#container", "#layout-footer", "#footer") - -* - margin: 0 - padding: 0 - font-size: 1em - body - background: #8b1417 url("/images/bottom-gradient.gif") repeat-x fixed center bottom - font-family: 'Open Sans', sans-serif !important - line-height: 1.4em - .relative - position: relative - .clear - clear: both - .center - margin-left: auto - margin-right: auto - .box - margin-top: 1em - padding: 0.8em - /* Not used */ - .container - margin: 4em auto - width: auto - clear: both - - #cse - width: 100% - text-align: left - margin-bottom: 10px - .gsc-adBlock - display: none - .gsc-control-cse - background: transparent - border: 0px - a.gs-title - color: #a00 - - h2 - font-weight: bold - padding: - bottom: 10px - color: #9c1f1f - border: - style: solid - top: none - left: none - right: none - bottom: - width: 1px - color: #CCCCCC - - a - text-decoration: none - font-weight: bold - /* 871E05 - color: maroon - &:visited - color: #710000 - &:hover - text-decoration: none - color: blue - img - border: none - - table.header - background: #eee - margin-top: 1em - width: 100% - font-size: small - thead - tr - th - text-shadow: 1px 1px 1px #fff - text-transform: uppercase - letter-spacing: 0em - width: 20% - color: maroon - padding: 0 - tbody - tr - td - width: 25% - vertical-align: top - text-align: justify - padding-right: 1em - padding-left: 0.8em - p - font-size: 0.9em - color: #555 - line-height: 1.5em - padding: 0em - a - img - float: right - padding: 0 - padding-bottom: 0.5em - padding-left: 1em - - - - -/************* Design update 2011-06-21 **************/ - -center - margin: 0 - -.clear - clear: both - -h5 - font-size: 0.8em - color: black - font-weight: normal - margin-bottom: 0.5em - margin-top: 0.5em - -h6 - font-size: 0.7em - font-weight: normal - text-transform: uppercase - color: #a1a1a1 - letter-spacing: 0.3em - text-align: center - margin: 0.3em 0 0 0 - - -//container-width -$container-width: 90% - -// content width -$width: 80% - -// height of support box on the very top -$height: 190px - -=backgroundtex - background: #fafaf2 url('/images/bgtex.jpg') repeat - -=roundcorners - -moz-border-radius: 10px - -webkit-border-radius: 10px - -khtml-border-radius: 10px - border-radius: 10px - -@mixin round_border($topleft,$topright,$bottomleft,$bottomright) - border-top-left-radius: $topleft - border-top-right-radius: $topright - border-bottom-left-radius: $bottomleft - border-bottom-right-radius: $bottomright - -moz-border-radius-topleft: $topleft - -moz-border-radius-topright: $topright - -moz-border-radius-bottomleft: $bottomleft - -moz-border-radius-bottomright: $bottomright - -webkit-border-top-left-radius: $topleft - -webkit-border-top-right-radius: $topright - -webkit-border-bottom-left-radius: $bottomleft - -webkit-border-bottom-right-radius: $bottomright - -o-border-radius-topleft: $topleft - -o-border-radius-topright: $topright - -o-border-radius-bottomleft: $bottomleft - -o-border-radius-bottomright: $bottomright - -=topcorners - -moz-border-radius-topleft: 10px - -webkit-border-top-left-radius: 10px - -khtml-border-radius-topleft: 10px - -o-border-radius-topleft: 10px - border-top-left-radius: 10px - -moz-border-radius-topright: 10px - -webkit-border-top-right-radius: 10px - -khtml-border-radius-topright: 10px - -o-border-radius-topright: 10px - border-top-right-radius: 10px - - -=centered($width) - margin-left: auto - margin-right: auto - width: $width - -=shadow - -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2) - -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2) - -khtml-box-shadow: 0px 2px 5px rgba(0,0,0,0.2) - box-shadow: 0px 2px 5px rgba(0,0,0,0.2) - - -$box-background: #3D3D3D -$title-background: #292929 - -.title - font-size: 80% - text-align: center - text-transform: uppercase - letter-spacing: 0.1em - color: #5C5C5C - text-shadow: 0.1em 0.1em #000 - background: $title-background - -@mixin default-box - background: $box-background - float: left - +shadow - +round_border(0, 0, 5px, 5px) - width: 18% - margin-right: 0.7% - -@mixin default-text - .text - font-size: 70% - padding: 3% - color: #E0E0E0 - -#heaven - height: 1% - @include sticky-footer(80px) - width: 100% - +box-shadow - background: $title-background - -#container - +centered($container-width) - margin-bottom: 2% - - #donate, #recommend, #irc - a - color: #E0BABA - &:hover - text-decoration: underline - - - #logo - text-align: center - @include default-box - background: $title-background - img - max-width: 100% - max-height: 170px - - #donate - @include default-box - @include default-text - height: auto - .pledgie - text-align: center - img - max-width: 90% - margin-top: 5% - - #recommend, #irc - @include default-box - @include default-text - - #recommend - .logo - text-align: center - padding: 3% - img - max-height: 13% - max-width: 100% - margin: 0 auto - margin-top: 10% - - #sponsors - float: right - width: 25% - background: $box-background - +round_border(0, 0, 5px, 5px) - +shadow - height: auto - .logo - padding: 1% - text-align: center - font-size: 80% - vertical-align: middle - img - vertical-align: middle - max-height: 70px - margin: 0 auto - margin-top: 3% - .long - img - max-width: 40% + background: #fff url('/images/logo.svg') top center no-repeat fixed + font-family: 'Open Sans', sans-serif + line-height: 1.4em + word-wrap: break-word + +img + width: 100% + +header + background-color: #fff + background-color: rgba(255,255,255,0.8) + margin-bottom: 10px + img + width: auto + .logo + width: 100px #content - +shadow - +backgroundtex - padding: 1em - margin-top: 2% - font-size: 0.9em - +round_border(5px, 5px, 5px, 5px) - aside - font-style: italic - font-size: 80% - #article - p - padding: 1px - text-indent: 5px - hr.medium - margin: 0 - height: 2px - background-color: #8b1417 - - h1, h2, h3 - a.anchor - opacity: 0.3 - cursor: pointer - - a.anchor:hover - opacity: 0.7 - - - img - max-width: 100% - div - font-size: medium - &.title - margin-left: 130px - line-height: 1em - color: #871E05 - font-weight: bold - font-size: 600% - &.tagline - margin-left: 133px - font-size: 120% - line-height: 1em - - p - padding: 5px - code - margin: 0.09em - padding: 0.09em - font-weight: bold - background-color: lighten(#F0F0E9, 10) - border: 1px solid maroon - pre.code - margin-bottom: 0.5em - padding: 0.75em - background: #fff - border: 1px solid maroon - overflow: auto - pre.code-shell-cmd:before - content: '$\00A0' - ul.disk - list-style: disc - ul, ul.circle - list-style: circle - ul.square - list-style: square + background-color: #fafaf2 + background-color: rgba(250,250,242,0.9) + margin-bottom: 10px + width: 100% #docindex - +shadow - +backgroundtex - padding: 1em - margin-top: 2% - font-size: 0.9em - +round_border(5px, 5px, 5px, 5px) - .headline - font-size: small - font-weight: bold - text-shadow: 1px 1px 1px #fff - color: maroon - .column - width: 22% - float: left - margin-top: 1em - margin-left: 1em - ul - font-size: 0.7em - list-style-type: none - margin: 0 - a - padding: 2px - color: #555658 - &:visited - color: #303030 - &:hover - text-decoration: none - color: blue - &:active - color: #009bdb - - li - margin-left: 0.5em - margin-top: -0.3em + background-color: #fafaf2 + background-color: rgba(250,250,242,0.9) + margin-bottom: 10px + width: 100% + a + line-height: 2em + ul + list-style: none + margin: 0 + padding-left: 15px + section + background-color: #fafaf2 + background-color: rgba(250,250,242,0.3) + margin: 10px + section > a + color: #fff + background-color: #999 + background-color: rgba(153,153,153,0.9) + position: -webkit-sticky + position: -moz-sticky + position: -o-sticky + position: -ms-sticky + position: sticky + top: 0 + z-index: 1 + text-align: center + display: block + width: 100% + border-radius: 5px + padding: 0 15px + +footer + color: #fff + background-color: #999 + background-color: rgba(153,153,153,0.9) + img + width: auto + +header, section, #content, #docindex, footer + padding: 15px + border-radius: 5px - -@media screen and (max-width: 768px) - #logo, #donate, #recommend, #irc, #sponsors - min-height: 120px - #sponsors - .logo .title - display: none - #donate .text, .more - display: none - -@media screen and (min-width: 768px) - #logo, #donate, #recommend, #irc, #sponsors - min-height: 200px - -@media screen and (min-width: 1200px) - #content - width: 48% - float: left - margin-bottom: 1% - #docindex - width: 44% - float: right - a.docindex - display: none - - -#footer - height: 80px - @include sticky-footer(80px) - width: 100% - +box-shadow - background: $box-background - #footer-container - +centered($container-width) - text-align: center - font-size: 0.7em - color: #CFC2B5 - a - color: #CFC2B5 +#container + padding: 0 + margin: 0 + list-style: none + display: -webkit-box + display: -webkit-flex + -webkit-flex-flow: row wrap + display: flex + flex-flow: row wrap + justify-content: center + -webkit-justify-content: space-around + justify-content: space-around + +.flex-item + background-color: #3d3d3d + background-color: rgba(0,0,0,0.6) + width: 100% + margin-bottom: 10px + text-align: center + color: white + .title + background-color: #000 + background-color: rgba(0,0,0,0.9) + a + color: #E0BABA + text-decoration: none + &:hover + text-decoration: underline + img + padding: 5px + +.logos + display: -webkit-flex + display: flex + -webkit-flex-flow: row wrap + flex-flow: row wrap + a + padding: 5px + -webkit-flex: 1 auto + flex: 1 auto + +a + text-decoration: none + font-weight: bold + color: maroon + &:visited + color: #710000 + &:hover + text-decoration: none + color: blue + img + border: none + +#logo + position: relative + +code + margin: 0.09em + padding: 0.09em + font-weight: bold + background-color: lighten(#F0F0E9, 10) + border: 1px solid maroon + +pre.code + margin-bottom: 0.5em + padding: 0.75em + background: #fff + border: 1px solid maroon + overflow: scroll + +pre.code-shell-cmd:before + content: '$\00A0' + +ul + list-style-type: none + +.funding_logo + width: auto + display: block + +@media screen and (min-width: 600px) + header + display: -webkit-flex + display: flex + -webkit-flex-flow: row wrap + flex-flow: row wrap + .flex-item + margin: 5px + -webkit-flex: 1 0 200px + flex: 1 0 200px + #sponsors + -webkit-flex: 1 0 90% + flex: 1 0 90% + #logo + -webkit-flex: 1 0 100px + flex: 1 0 100px + + #docindex + display: -webkit-flex + display: flex + -webkit-flex-flow: row wrap + flex-flow: row wrap + h2 + width: 100% + section + background-color: #fafaf2 + background-color: rgba(250,250,242,0.4) + width: 300px + section > a + width: auto + -webkit-flex: 1 0 500px + flex: 1 0 500px \ No newline at end of file diff --git a/content/assets/images/logo.png b/content/assets/images/logo.png deleted file mode 100644 index 8a354524..00000000 Binary files a/content/assets/images/logo.png and /dev/null differ diff --git a/content/assets/images/logo.svg b/content/assets/images/logo.svg new file mode 100644 index 00000000..7a0c937d --- /dev/null +++ b/content/assets/images/logo.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/content/credits/funding.md b/content/credits/funding.md index 21b5816e..298d6f8c 100644 --- a/content/credits/funding.md +++ b/content/credits/funding.md @@ -13,21 +13,21 @@ After that a [fundraiser was started to support full time development of RVM 2.0 There is a [list of awesome people](/credits/donations/) who have donated to the project in early stages. -We also have 'official sponsors': +### We also have 'official sponsors': -- [Linode, LLCLinode, LLC](https://www.linode.com) +- [Linode, LLC](https://www.linode.com) Donates a VPS in order to run RVM's website since end of 2013. -- [PaymillPaymill](https://www.paymill.com) +- [Paymill](https://www.paymill.com) Sponsored Michal work in the last two months of 2013. -Previous sponsors: +#### Previous sponsors: -- [EngineYard, Inc.EngineYard, Inc](http://engineyard.com/) +- [EngineYard, Inc](http://engineyard.com/) Donated a top of the line MacPro workstation and an MacBookAir for testing RVM. -- [Blue Box Group, LLCBlue Box Group, LLC](http://www.blueboxgrp.com/) +- [Blue Box Group, LLC](http://www.blueboxgrp.com/) Donates a VPS in order to run RVM's website till end of 2013. -- [Nuxos GroupNuxos Group](http://nuxos.fr/) +- [Nuxos Group](http://nuxos.fr/) Donated as an official sponsor of RVM. diff --git a/content/index.haml b/content/index.haml index 425e9055..36913a96 100644 --- a/content/index.haml +++ b/content/index.haml @@ -2,54 +2,47 @@ title: RVM Ruby Version Manager - Documentation --- -.text-center - %h1 - Ruby Version Manager (RVM) - %p - RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby - environments from interpreters to sets of gems. - - %a{ :href => "http://www.vgcats.com/comics/?strip_id=285" } - %img{ :src => "https://img.skitch.com/20090904-fyqnyu8pcr36ahe91er9x28bhi.png", :alt => "w00t!", :style => "height: 204px" } - -%br -%br -%h1.text-center - Cut Rubies with ease! +%h1 + Ruby Version Manager (RVM) +%p + RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby + environments from interpreters to sets of gems. +%a{ :href => "http://www.vgcats.com/comics/?strip_id=285" } + %img{ :src => "https://img.skitch.com/20090904-fyqnyu8pcr36ahe91er9x28bhi.png", :alt => "w00t!" } -%ul.square - %li - Install RVM with a Ruby: - = sh_cmd "\\curl -sSL https://get.rvm.io | bash -s stable" - For all in one installation append - %code --rails - or - %code --ruby - or - %code --ruby=1.9.3 - %li - for more details visit the - %a{:href => "/rvm/install/"} - installation documentation, - %li - and read about the new - %a{:href => "/rvm/autolibs/"} - autolib features - %li - watch the most accurate (but not official) - %a{:href => "http://screencasts.org/episodes/how-to-use-rvm", :target=>"_blank"} - rvm screencast - , - %li - read the most accurate (but not official) - %a{:href => "http://cheat.errtheblog.com/s/rvm", :target=>"_blank"} - rvm cheat sheet - , - %li - starting with Rails? watch the - %a{:href => "http://railscasts.com/episodes/310-getting-started-with-rails", :target=>"_blank"} - RailsCasts.com on Getting Started with Rails +%h1 + Cut Rubies with ease! + +%p + Install RVM with a Ruby: + = sh_cmd "\\curl -sSL https://get.rvm.io | bash -s stable" + For all in one installation append + %code --rails + or + %code --ruby + or + %code --ruby=1.9.3 +%p + For more details visit the + %a{:href => "/rvm/install/"} + installation documentation. +%p + Read about the new + %a{:href => "/rvm/autolibs/"} + autolib features. +%p + Watch the most accurate (but not official) + %a{:href => "http://screencasts.org/episodes/how-to-use-rvm", :target=>"_blank"} + rvm screencast. +%p + Read the most accurate (but not official) + %a{:href => "http://cheat.errtheblog.com/s/rvm", :target=>"_blank"} + rvm cheat sheet. +%p + Starting with Rails? watch the + %a{:href => "http://railscasts.com/episodes/310-getting-started-with-rails", :target=>"_blank"} + RailsCasts.com on Getting Started with Rails. %hr %h2 Community Maintained Project diff --git a/layouts/default.haml b/layouts/default.haml index 17826a9b..0429afa0 100644 --- a/layouts/default.haml +++ b/layouts/default.haml @@ -5,13 +5,11 @@ %body - #heaven - #container =render "shared/header" - #content + %section#content %a{ :name => "top" } =yield %a{ :name => "bottom" } diff --git a/layouts/shared/blog_menu.haml b/layouts/shared/blog_menu.haml index 105cc55c..a04fa6ac 100644 --- a/layouts/shared/blog_menu.haml +++ b/layouts/shared/blog_menu.haml @@ -3,6 +3,6 @@ .headline = link_to 'RVM Documentation Index', '/' | - = link_to 'RVM Blog', '/blog/', style: "color: red;" + = link_to 'RVM Blog', '/blog/' %ul = links_for_articles(:with => :date) diff --git a/layouts/shared/doc_menu.haml b/layouts/shared/doc_menu.haml index f004dfe8..b7902823 100644 --- a/layouts/shared/doc_menu.haml +++ b/layouts/shared/doc_menu.haml @@ -1,10 +1,9 @@ -#docindex - %a{:name => "docindex"} - .headline - = link_to 'RVM Documentation Index', '/', style: "color: red;" +%section#docindex + %h2 + = link_to 'RVM Documentation Index', '/' | = link_to 'RVM Blog', '/blog/' - .column + %section %a{:href => "/rvm/"} RVM %ul %li @@ -30,8 +29,8 @@ %li %a{:href => "/rvm/myths/"} Myths %li - %a{:href => "/rvm/offline/"} Offline - + %a{:href => "/rvm/offline/"} Offline + %section %a{:href => "/interpreters/"} Interpreters %ul %li @@ -44,6 +43,7 @@ %a{:href => "/interpreters/maglev/"} MagLev (maglev) %li %a{:href => "/interpreters/macruby/"} MacRuby (macruby) + %section %a{:href => "/rubies/"} Rubies %ul %li @@ -70,8 +70,7 @@ %a{:href => "/rubies/alias/"} Alias %li %a{:href => "/rubies/named/"} Named Rubies - - .column + %section %a{:href => "/gemsets/"} gemsets %ul %li @@ -98,7 +97,7 @@ %a{:href => "/gemsets/global/"} Global %li %a{:href => "/gemsets/ignoring/"} Ignoring - + %section %a{:href => "/set/"} Set Actions %ul %li @@ -107,7 +106,7 @@ %a{:href => "/set/tests/"} tests %li %a{:href => "/set/benchmark/"} benchmark - + %section %a{:href => "/workflow/"} Workflow %ul %li @@ -134,8 +133,7 @@ %a{:href => "/workflow/screen/"} GNU Screen %li %a{:href => "/workflow/chruby/"} chruby - - .column + %section %a{:href => "/integration/"} Integration %ul %li @@ -182,11 +180,13 @@ %a{:href => "/integration/xterm/"} XTerm %li %a{:href => "/integration/konsole/"} Konsole - + %section %a{:href => "/os/"} Operating Systems %ul + %section %a{:href => "/packages/"} Packages %ul + %section %a{:href => "/deployment/"} Deployment %ul %li @@ -203,9 +203,7 @@ %a{:href => "/integration/init-d/"} init.d / upstart %li %a{:href => "/deployment/best-practices/"} Best Practices - - .column - + %section %a{:href => "/presentations/"} Presentations %ul %li @@ -220,7 +218,7 @@ %a{:href => "http://www.youtube.com/watch?v=gYNht8H24ZQ"} RVM 2: Python Version Manager %li %a{:href => "http://thechangelog.com/102/"} Changelog 102 with Michal - + %section %a{:href => "/support/"} Help & Support %ul %li @@ -231,12 +229,12 @@ %a{:href => "/support/fixing-broken-ssl-certificates/"} Fixing Broken SSL Certificates %li %a{:href => "/support/irc/"} IRC - + %section %a{:href => "/qa/"} Quality Assurance %ul %li %a{:href => "/qa/software_testing/"} Software Testing - + %section %a{:href => "/development/"} Development %ul %li @@ -249,7 +247,7 @@ %a{:href => "/development/contributing/"} Contributing %li %a{:href => "/development/debugging/"} Debugging - + %section %a{:href => "/credits/"} Credits %ul %li @@ -258,5 +256,3 @@ %a{:href => "/credits/donations/"} Donations %li %a{:href => "/credits/funding/"} Funding - - .clear diff --git a/layouts/shared/footer.haml b/layouts/shared/footer.haml index 3b3657f8..4015e54a 100644 --- a/layouts/shared/footer.haml +++ b/layouts/shared/footer.haml @@ -1,26 +1,24 @@ -#footer - #footer-container - ∞ - Copyright - © 2009-2011 - %a{:href => "https://github.com/wayneeseguin"} Wayne E. Seguin - © 2011-2014 - %a{:href => "https://github.com/mpapis"} Michal Papis - ∞ - Built with - %a{:href => "http://nanoc.ws"} Nanoc - ∞ - Hosted by - %a{:href => "https://www.linode.com"} Linode, LLC - ∞ - Tested By - %a{ :href => "http://www.travis-ci.org/" } Travis CI - %br - %div - %a{ :href => "https://www.linode.com" } - %img{:src => "/images/linode_logo_gray.png", :alt => "Linode, LLC", :height => "50px"} - %a{ :href => "http://www.travis-ci.org/" } - %img{:src => "/images/travis-tested-with.png", :alt => "Travis CI", :height => "50px"} +%footer + ∞ + Copyright + © 2009-2011 + %a{:href => "https://github.com/wayneeseguin"} Wayne E. Seguin + © 2011-2014 + %a{:href => "https://github.com/mpapis"} Michal Papis + ∞ + Built with + %a{:href => "http://nanoc.ws"} Nanoc + ∞ + Hosted by + %a{:href => "https://www.linode.com"} Linode, LLC + ∞ + Tested By + %a{ :href => "http://www.travis-ci.org/" } Travis CI + %p + %a{ :href => "https://www.linode.com" } + %img{:src => "/images/linode_logo_gray.png", :alt => "Linode, LLC"} + %a{ :href => "http://www.travis-ci.org/" } + %img{:src => "/images/travis-tested-with.png", :alt => "Travis CI"} %script{:src => "https://www.google.com/jsapi", :type => "text/javascript"} :javascript diff --git a/layouts/shared/header.haml b/layouts/shared/header.haml index 783bcc5b..d1c9b755 100644 --- a/layouts/shared/header.haml +++ b/layouts/shared/header.haml @@ -1,60 +1,59 @@ -#logo - %a{ :href => "/" } - %img{ :src => "/images/logo.png", :alt => "RVM Logo"} +%header + #logo.flex-item + %a{ :href => "/" } + %img{ :src => "/images/logo.svg", :alt => "RVM Logo", :class => "logo"} -#irc - .title Online Help - .text - You can find the RVM team: - %br - %b mpapis, rys, ddd - on IRC in - %br - %a{ :href => "http://webchat.freenode.net/?channels=rvm" } - \#rvm on irc.freenode.net - .more If we do not respond right away, leave a message and a contact to you like email or twitter. + #irc.flex-item + .title Online Help + .text + You can find the RVM team: + %br + %b mpapis, rys, ddd + on IRC in + %br + %a{ :href => "http://webchat.freenode.net/?channels=rvm" } + \#rvm on irc.freenode.net + .more If we do not respond right away, leave a message and a contact to you like email or twitter. -#donate - .title Donation - .text Love RVM? Help us maintain RVM, a donation can help with it. - %a{ :href => "https://www.bountysource.com/cart?amount=5¤cy=USD&team_id=rvm", :target => "_blank" } - %img{ :src => "http://img.shields.io/badge/donate-$5-brightgreen.svg", :border => "0", :alt => "Click here to donate $20" } - %a{ :href => "https://www.bountysource.com/cart?amount=20¤cy=USD&team_id=rvm", :target => "_blank" } - %img{ :src => "http://img.shields.io/badge/donate-$20-brightgreen.svg", :border => "0", :alt => "Click here to donate $20" } - %a{ :href => "https://www.bountysource.com/cart?amount=100¤cy=USD&team_id=rvm", :target => "_blank" } - %img{ :src => "http://img.shields.io/badge/donate-$100-brightgreen.svg", :border => "0", :alt => "Click here to donate $20" } + #donate.flex-item + .title Donation + .text Love RVM? Help us maintain RVM, a donation can help with it. + %a{ :href => "https://www.bountysource.com/cart?amount=5¤cy=USD&team_id=rvm", :target => "_blank" } + %img{ :src => "http://img.shields.io/badge/donate-$5-brightgreen.svg", :border => "0", :alt => "Click here to donate $20" } + %a{ :href => "https://www.bountysource.com/cart?amount=20¤cy=USD&team_id=rvm", :target => "_blank" } + %img{ :src => "http://img.shields.io/badge/donate-$20-brightgreen.svg", :border => "0", :alt => "Click here to donate $20" } + %a{ :href => "https://www.bountysource.com/cart?amount=100¤cy=USD&team_id=rvm", :target => "_blank" } + %img{ :src => "http://img.shields.io/badge/donate-$100-brightgreen.svg", :border => "0", :alt => "Click here to donate $20" } --# .text Love RVM? A donation would help justify to my family why I spend so much time working on Open Source projects like RVM. --# .pledgie --# %a{ :href => "http://pledgie.com/campaigns/9822" } --# %img{ :src => "https://pledgie.com/campaigns/9822.png?skin_name=chrome", :border => "0", :alt => "Click here to lend your support to: RVM and make a donation at www.pledgie.com !" + -# .text Love RVM? A donation would help justify to my family why I spend so much time working on Open Source projects like RVM. + -# .pledgie + -# %a{ :href => "http://pledgie.com/campaigns/9822" } + -# %img{ :src => "https://pledgie.com/campaigns/9822.png?skin_name=chrome", :border => "0", :alt => "Click here to lend your support to: RVM and make a donation at www.pledgie.com !" -#recommend - .title Sponsors - .logo.long - %a{ :href => "https://www.paymill.com" } - %img{ :src => "/images/paymill-logo.png", :alt => "Paymill"} - %a{ :href => "https://www.linode.com" } - %img{ :src => "/images/linode_logo_gray.png", :alt => "Linode"} + #recommend.flex-item + .title Sponsors + .logos + %a{ :href => "https://www.paymill.com" } + %img{ :src => "/images/paymill-logo.png", :alt => "Paymill"} + %a{ :href => "https://www.linode.com" } + %img{ :src => "/images/linode_logo_gray.png", :alt => "Linode"} -#sponsors - .title Small Sponsors - .logo - %a{ :href => "http://teamtreehouse.com/", :class => "square" } - %img{ :src => "/images/treehouse.png", :alt => "Treehouse"} - %a{ :href => "https://www.digitalocean.com/", :class => "square" } - %img{ :src => "/images/DigitalOcean.png", :alt => "DigitalOcean"} - %a{ :href => "http://www.anynines.com/", :class => "square" } - %img{ :src => "/images/anynines.png", :alt => "Anynines PaaS - European Platform as a Service"} - %a{ :href => "http://www.centresource.com/", :class => "square" } - %img{ :src => "/images/centresource.png", :alt => "CentreSource"} - %a{ :href => "http://onepagerapp.com/", :class => "square" } - %img{ :src => "/images/Onepager.png", :alt => "Onepager"} - %a{ :href => "http://www.callrail.com/", :class => "square" } - %img{ :src => "/images/CallRail.png", :alt => "CallRail" } - %a{ :href => "https://www.audeo.io/", :class => "middle" } - %img{ :src => "/images/audeo.png", :alt => "Audeo"} - %a{ :href => "http://www.apartmentlist.com/", :class => "long" } - %img{ :src => "/images/ApartmentList.png", :alt => "Apartment List"} - -.clear + #sponsors.flex-item + .title Small Sponsors + .logos + %a{ :href => "http://teamtreehouse.com/", :class => "square" } + %img{ :src => "/images/treehouse.png", :alt => "Treehouse"} + %a{ :href => "https://www.digitalocean.com/", :class => "square" } + %img{ :src => "/images/DigitalOcean.png", :alt => "DigitalOcean"} + %a{ :href => "http://www.anynines.com/", :class => "square" } + %img{ :src => "/images/anynines.png", :alt => "Anynines PaaS - European Platform as a Service"} + %a{ :href => "http://www.centresource.com/", :class => "square" } + %img{ :src => "/images/centresource.png", :alt => "CentreSource"} + %a{ :href => "http://onepagerapp.com/", :class => "square" } + %img{ :src => "/images/Onepager.png", :alt => "Onepager"} + %a{ :href => "http://www.callrail.com/", :class => "square" } + %img{ :src => "/images/CallRail.png", :alt => "CallRail" } + %a{ :href => "https://www.audeo.io/", :class => "middle" } + %img{ :src => "/images/audeo.png", :alt => "Audeo"} + %a{ :href => "http://www.apartmentlist.com/", :class => "long" } + %img{ :src => "/images/ApartmentList.png", :alt => "Apartment List"} diff --git a/layouts/shared/html-head.haml b/layouts/shared/html-head.haml index 3dd53f05..210dd182 100644 --- a/layouts/shared/html-head.haml +++ b/layouts/shared/html-head.haml @@ -3,5 +3,7 @@ RVM: Ruby Version Manager - = @item[:title] %link{ :href => "/css/screen.css", :rel => "stylesheet", :type => "text/css", :media => "screen" } + %link{ :href => "http://fonts.googleapis.com/css?family=Open+Sans", :rel => "stylesheet", :type => "text/css", :media => "screen" } %meta{ :content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type" } %meta{ :name => "google-site-verification", :content => "w2V78a6cwiHD5Gm8yvlTP21xZ1YgVguDdC0JGDEA2d0" } + %meta{ :name => "viewport", :content => "width=device-width" }