Skip to content

Instantly share code, notes, and snippets.

@wethu
Created March 3, 2015 05:07
Show Gist options
  • Select an option

  • Save wethu/f68a48b07fa2911fa2c3 to your computer and use it in GitHub Desktop.

Select an option

Save wethu/f68a48b07fa2911fa2c3 to your computer and use it in GitHub Desktop.
%section.v2
%article.about
%h2 [[t(:"updates.20120612.accessories.heading_2")]]
%p [[t(:"updates.20120612.accessories.text_2")]]
%p [[t(:"microminimus.splash_text")]]
%p [[t(:"microminimus.mm_link")]]
#bfl
%p
%a{:href => "http://microminimus.com/bikinis-for-life"}
%img{:src=>'http://wickedweasel.com/assets/images/microminimus/NEW-BIKINIS-FOR-LIFE-AD-WHITE.jpg '}
%p{:style =>"padding: 0px 15px 0px 10px"}
%a{:href => "http://microminimus.com/bikinis-for-life"}
[[t(:"updates.20130805.accessories.text_2")]]
#featured
%ul.accessories
%li.first
%h1 561 beach dress
%p [[t(:"updates.20140804.accessories.text_1")]]
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '561-I08')]]"}
[[splash_image_tag('accessories-main-1.jpg', :alt => '561 beach dress')]]
%li.second
%h1 928 nymth top
%p [[t(:"updates.20110808.accessories.text_1")]]
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '928-C13')]]"}
[[splash_image_tag('accessories-main-2.jpg', :alt => '928 nymth top')]]
%li.third
%h1 540 island pants
%p [[t(:"updates.20141103.accessories.text_1")]] [[t(:"updates.20141205.comp.text_12")]]
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '540-P01')]]"}
[[splash_image_tag('accessories-main-3.jpg', :alt => '540 island pants')]]
%li.fourth
%h1 564 chequer dress
%p [[t(:"updates.20140701.accessories.text_1")]]
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '564-I12')]]"}
[[splash_image_tag('accessories-main-4.jpg', :alt => '564 chequer dress')]]
%li.fifth
%h1 929 sports top
%p [[t(:"updates.20140602.accessories.text_2")]]
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '929-Y16')]]"}
[[splash_image_tag('accessories-main-5.jpg', :alt => '929 sports top')]]
%li.sixth
%h1 566 oasis dress
%p [[t(:"updates.20130930.bikinis.text_2")]]
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '566-L27')]]"}
[[splash_image_tag('accessories-main-6.jpg', :alt => '566 oasis dresss')]]
#featured_nav
#latest
%h2
%span [[t(:'sections.headings.latest', :object => t(:accessories))]]
.hr
%hr
%ul
%li
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '561-I08')]]"}
[[splash_image_tag('accessories-thumb-1.jpg', :alt => '561 beach dress')]]
%p.name
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '561-I08')]]"}
561 beach dress
%p.price [[currency(BuyPage.find_by_code('561-I08').price)]]
%li
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '928-C13')]]"}
[[splash_image_tag('accessories-thumb-2.jpg', :alt => '928 nymth top')]]
%p.name
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '928-C13')]]"}
928 nymth top
%p.price [[currency(BuyPage.find_by_code('928-C13').price)]]
%li
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '540-P01')]]"}
[[splash_image_tag('accessories-thumb-3.jpg', :alt => '540 island pants')]]
%p.name
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '540-P01')]]"}
540 island pants
%p.price [[currency(BuyPage.find_by_code('540-P01').price)]]
%li
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '564-I12')]]"}
[[splash_image_tag('accessories-thumb-4.jpg', :alt => '929 sports top')]]
%p.name
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '564-I12')]]"}
929 sports top
%p.price [[currency(BuyPage.find_by_code('564-I12').price)]]
%li
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '929-Y16')]]"}
[[splash_image_tag('accessories-thumb-5.jpg', :alt => '564 chequer dress')]]
%p.name
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '929-Y16')]]"}
564 chequer dress
%p.price [[currency(BuyPage.find_by_code('929-Y16').price)]]
%li
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '566-L27')]]"}
[[splash_image_tag('accessories-thumb-5.jpg', :alt => '566 oasis dresss')]]
%p.name
%a{:href => "[[section_buy_page_path(:section_id => 'accessories', :id => '566-L27')]]"}
566 oasis dresss
%p.price [[currency(BuyPage.find_by_code('566-L27').price)]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment