diff --git a/config/.DS_Store b/config/.DS_Store
deleted file mode 100644
index d622f61a..00000000
Binary files a/config/.DS_Store and /dev/null differ
diff --git a/content/assets/css/screen.sass b/content/assets/css/screen.sass
index 4250eea4..ee098ca2 100644
--- a/content/assets/css/screen.sass
+++ b/content/assets/css/screen.sass
@@ -1,441 +1,276 @@
-@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
+ background: #fff
+ background-size: contain
+ font-family: 'Open Sans', sans-serif
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
+ word-wrap: break-word
+ margin: 0
+ h1,h2,h3
+ font-family: 'Roboto', sans-serif
+ font-weight: 700
+img.shepard
+ margin-top: -10px
+ height: 200px
+ width: 200px
+ float: right
+
+header
+ margin-bottom: 10px
+ width: 100%
+ background: #212
+ img
width: auto
- clear: both
+ .logo
+ width: 100px
- #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
+#content
+ margin-bottom: 10px
+ width: 100%
+ background: #eee
+#docindex
+ margin-bottom: 10px
+ width: 100%
+ background: #eee
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
+ line-height: 2em
+ ul
+ list-style: none
+ margin: 0
+ padding-left: 15px
+ section
+ margin: 10px
+ padding: 0
+ section > a
+ color: #8b1417
+ background-color: #eee
+ position: -webkit-sticky
+ position: -moz-sticky
+ position: -o-sticky
+ position: -ms-sticky
+ position: sticky
+ top: 0
+ z-index: 1
+ display: block
+ width: 100%
+ font-weigth: bold
+ margin-top: 20px
+ section > a:first-child
+ margin: 0
-.title
- font-size: 80%
+footer
+ color: #fff
+ background-color: #999
+ background-color: rgba(000,000,000,0.9)
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
+ img
+ width: auto
-#heaven
- height: 1%
- @include sticky-footer(80px)
- width: 100%
- +box-shadow
- background: $title-background
+header, section, #content, #docindex, footer
+ padding: 15px
#container
- +centered($container-width)
- margin-bottom: 2%
+ 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
- #donate, #recommend, #irc
- a
- color: #E0BABA
- &:hover
- text-decoration: underline
+ 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: 0
+ -webkit-flex: 1 auto
+ flex: 1 auto
- #logo
- text-align: center
- @include default-box
- background: $title-background
+#sponsors
+ a
+ -webkit-flex: 1 auto
+ flex: 1 auto
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%
-
-#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
-
-
+ width: auto
+ max-width: 70px
+
+a
+ text-decoration: none
+ font-weight: bold
+ color: maroon
+ &:visited
+ color: #710000
+ &:hover
+ text-decoration: none
+ color: blue
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
+ border: none
+#logo
+ position: relative
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
-
-#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
+ font-size: 13px
+ strong
+ display: block
+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: 800px)
+ 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%
+ img
+ width: 60px
+ #logo
+ -webkit-flex: 1 0 100px
+ flex: 1 0 100px
- li
- margin-left: 0.5em
- margin-top: -0.3em
+ #docindex
+ display: -webkit-flex
+ display: flex
+ justify-content: center
+ -webkit-justify-content: center
+ -webkit-flex-flow: row wrap
+ flex-flow: row wrap
+ h2
+ width: 100%
+ margin: 0 0 0 22px
+
+
+ section > a
+ width: auto
+ padding: 0
+ -webkit-flex: 1 0 500px
+ flex: 1 0 500px
+ background: maroon
+ padding-left: 8px
+ section > ul > li
+ margin: 8px 0
+
+@media screen and (min-width: 1000px)
+ #content
+ width: 45%
+ -webkit-align-self: flex-start
+ align-self: flex-start
+ #docindex
+ -webkit-align-self: flex-start
+ align-self: flex-start
+ width: 45%
+ section
+ padding: 0
+ font-size: 0.7em
+ width: 44%
+ font-size: 12px
+ background: #f7f7f7
+ section > a
+ margin-top: 20px
+ section ul+a, section ul+a+a
+ color: #fff
+ section > a:first-child
+ margin-top: 0
+ color: #fff
+ font-weight: bold
+ font-size: 14px
-@media screen and (max-width: 768px)
- #logo, #donate, #recommend, #irc, #sponsors
- min-height: 120px
+@media screen and (min-width: 1100px)
#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%
+ -webkit-flex: 1 auto
+ flex: 1 auto
+ a
+ img
+ width: auto
+ max-width: 150px
+
+@media (-webkit-min-device-pixel-ratio: 1.5) and (orientation:landscape)
+ 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
#docindex
- width: 44%
- float: right
- a.docindex
- display: none
-
+ display: -webkit-flex
+ display: flex
+ justify-content: center
+ -webkit-justify-content: center
+ -webkit-flex-flow: row wrap
+ flex-flow: row wrap
+ h2
+ width: 100%
+ section > a
+ -webkit-flex: 1 0 500px
+ flex: 1 0 500px
-#footer
- height: 80px
- @include sticky-footer(80px)
+#hero-unit
width: 100%
- +box-shadow
- background: $box-background
- #footer-container
- +centered($container-width)
+ margin: auto auto 25px 25px
+ text-align: center
+ h1
+ font-size: 22px
+ margin-bottom: 0
+ .flex-item
+ width: 50%
text-align: center
- font-size: 0.7em
- color: #CFC2B5
- a
- color: #CFC2B5
+ float: left
+ color: #333
+ font-size: 13px
+ margin-bottom: 0
+#docindex > section:last-child
+ width: 90%
\ No newline at end of file
diff --git a/content/assets/images/logo-rvm2.svg b/content/assets/images/logo-rvm2.svg
new file mode 100644
index 00000000..7a0c937d
--- /dev/null
+++ b/content/assets/images/logo-rvm2.svg
@@ -0,0 +1,12 @@
+
+
+
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..7d4b8f36
--- /dev/null
+++ b/content/assets/images/logo.svg
@@ -0,0 +1,145 @@
+
+
+
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, 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.
-- [Paymill](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](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, 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 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 ca672c2a..9e6ea909 100644
--- a/content/index.haml
+++ b/content/index.haml
@@ -2,51 +2,41 @@
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.
+/ %img{ :src => "/images/rvm-logo-all-happy.png", :alt => "w00t!", :class => "shepard" }
-%img{ :src => "/images/rvm-logo-all-happy.png", :alt => "w00t!", :style => "height: 204px" }
-%h1.text-center
+%h1
Cut Rubies with ease!
-
-%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
+%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 1293b511..d87a22ae 100644
--- a/layouts/shared/doc_menu.haml
+++ b/layouts/shared/doc_menu.haml
@@ -1,38 +1,33 @@
-#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
= menu_for("/rvm/")
- %a{:href => "/interpreters/"} Interpreters
- %ul
- %li
- %a{:href => "/interpreters/ruby/"} MRI/YARV (ruby)
- %li
- %a{:href => "/interpreters/jruby/"} JRuby (jruby)
- %li
- %a{:href => "/interpreters/rbx/"} Rubinius (rbx)
+ %section
+ = menu_for("/workflow/")
+ %section
= menu_for("/rubies/")
- .column
+ %section
= menu_for("/gemsets/")
- %a{:href => "/set/"} Set Actions
+ %section
+ %a{:href => "/interpreters/"} Interpreters
%ul
%li
- %a{:href => "/set/do/"} do
+ %a{:href => "/interpreters/ruby/"} MRI/YARV (ruby)
%li
- %a{:href => "/set/tests/"} tests
+ %a{:href => "/interpreters/jruby/"} JRuby (jruby)
%li
- %a{:href => "/set/benchmark/"} benchmark
+ %a{:href => "/interpreters/rbx/"} Rubinius (rbx)
- = menu_for("/workflow/")
+ = menu_for("/deployment/")
- .column
+ %section
%a{:href => "/integration/"} Integration
%ul
%li
@@ -80,12 +75,21 @@
%li
%a{:href => "/integration/konsole/"} Konsole
- = menu_for("/deployment/")
-
- .column
+ %section
+ %a{:href => "/set/"} Set Actions
+ %ul
+ %li
+ %a{:href => "/set/do/"} do
+ %li
+ %a{:href => "/set/tests/"} tests
+ %li
+ %a{:href => "/set/benchmark/"} benchmark
%a{:href => "/os/"} Operating Systems
+
%a{:href => "/packages/"} Packages
+
+ %section
%a{:href => "/presentations/"} Presentations
%ul
%li
@@ -100,7 +104,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
@@ -112,10 +116,12 @@
%li
%a{:href => "/support/irc/"} IRC
- = menu_for("/qa/")
-
+ %section
= menu_for("/development/")
+ %section
+ = menu_for("/qa/")
+
%a{:href => "/credits/"} Credits
%ul
%li
@@ -124,5 +130,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..6934c308 100644
--- a/layouts/shared/header.haml
+++ b/layouts/shared/header.haml
@@ -1,60 +1,53 @@
-#logo
- %a{ :href => "/" }
- %img{ :src => "/images/logo.png", :alt => "RVM Logo"}
-
-#irc
- .title Online Help
- .text
- You can find the RVM team:
- %br
+%header
+ #logo.flex-item
+ %a{ :href => "/" }
+ %img{ :src => "/images/logo-rvm2.svg", :alt => "RVM Logo", :class => "logo"}
+ %strong Ruby Version manager
+ %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.
+#hero-unit
+ .flex-item
+ %h1 Online help
+ You can find the RVM team:
%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" }
-
--# .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"}
+ on IRC in #rvm
+ %a{:href => "http://webchat.freenode.net/?channels=rvm"}
+ on irc.freenode.net
-#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"}
+ If we do not respond right away, leave a message and a contact to you like email or twitter.
+ .flex-item
+ %h1 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" }
+
+ / #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"}
-.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..9c323705 100644
--- a/layouts/shared/html-head.haml
+++ b/layouts/shared/html-head.haml
@@ -3,5 +3,8 @@
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" }
+ %link{:href => "http://fonts.googleapis.com/css?family=Roboto:700", :rel => "stylesheet", :type => "text/css"}
%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" }