Updated the version name / number throughout the site.

This commit is contained in:
Bermon Painter 2013-10-11 17:03:13 -04:00
parent 6c54fd7c30
commit d6173cac7f
3 changed files with 11 additions and 39 deletions

View File

@ -64,7 +64,7 @@ layout: layout_1_column
.container
%dl
%dt Current Release:
%dd Media Mark (3.2.1)
%dd #{data.version.name} (#{data.version.number})
:markdown
* [Release Notes](#)
* [Fork Sass on Github](#)
@ -74,7 +74,7 @@ layout: layout_1_column
.container
%dl
%dt Current Release:
%dd Media Mark (3.2.1)
%dd #{data.version.name} (#{data.version.number})
:markdown
* [Release Notes](#)
* [Fork Sass on Github](#)

View File

@ -1,5 +1,5 @@
---
title: Use Sass in your Project
title: Install Sass
layout: layout_1_column
---
@ -7,7 +7,7 @@ layout: layout_1_column
%h2 There are a couple of ways to start using Sass:
%ol
%li.gui-application
%h3 Applications
%h3 1. Applications
%p There are a a good many applications that will get you up and running with Sass in a few minutes for Mac, Windows, and Linux. You can download most of the applications for free but a few of them are paid apps <small>(and totally worth it)</small>.
/ The applications are listed in alphabetical order. As new applications are released they should be added to the list.
@ -41,7 +41,7 @@ layout: layout_1_column
%span.windows-icon
%li.command-line-unix
%h3 Command Line
%h3 2. Command Line
#install-ruby-linux
%strong 1. Linux
@ -77,32 +77,4 @@ layout: layout_1_column
%li
%p <strong>5. Go and play.</strong> If you're brand new to Sass we've set up some resources to help you learn pretty darn quick.
= link_to "Learn Sass", "/learn-sass", :class => "button primary"
.frameworks
%h3 Frameworks
%p
If you or your team is using a dynamic web language or framework, then
chances are that Sass support is available. This is the most popular
way to use Sass, but sometimes it does require some changes to your
project. Here is just a partial list of the frameworks that have Sass
support:
%ul
%li
= link_to "Rails", 'http://guides.rubyonrails.org/asset_pipeline.html'
%li= link_to "Node.js", 'https://github.com/andrew/node-sass'
%li= link_to "Drupal", 'http://drupal.org/project/sass'
%li
= link_to "CodeIgniter", 'http://getsparks.org/packages/sass/versions/HEAD/show'
%li
= link_to "Yii", 'http://www.yiiframework.com/extension/haml-and-sass/'
%li= link_to ".net", 'http://libsassnet.codeplex.com/'
%li
= link_to "Joomla", 'http://www.joomlavision.com/started-sass/'
%p
This is a very partial list. Just search the web for the name of your
framework + Sass and it's likely to come up.
= link_to "Learn Sass", "/learn-sass", :class => "button primary"

View File

@ -22,11 +22,11 @@
=yield
.alert.release
.container
:markdown
* Current Release: Media Mark (3.2.1)
* [Release Notes](#)
* [Fork Sass on Github](#)
.container
%ul
%li Current Release: #{data.version.name} (#{data.version.number})
%li=link_to "Release Notes", "#"
%li=link_to "Fork on Github", "#"
= partial "layouts/regions/section_bottom"
= partial "layouts/regions/contentinfo"