Skip to content

Instantly share code, notes, and snippets.

@Sigler
Created January 12, 2012 19:58
Show Gist options
  • Select an option

  • Save Sigler/1602748 to your computer and use it in GitHub Desktop.

Select an option

Save Sigler/1602748 to your computer and use it in GitHub Desktop.

Revisions

  1. Sigler revised this gist Jan 12, 2012. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -11,8 +11,8 @@ EN.YML

    ---
    en:
    # home page
    welcome_ad: |
    # Cedexis offers strategies and solutions for **multi-platform content & application delivery** to companies focused on **maximizing web performance**.
    * [Find the solution that's right for you »](/solutions/)
    * [Contact us for more information »](/contact/)
    homepage:
    welcome_ad: |
    # Cedexis offers strategies and solutions for **multi-platform content & application delivery** to companies focused on **maximizing web performance**.
    * [Find the solution that's right for you »](/solutions/)
    * [Contact us for more information »](/contact/)
  2. Sigler created this gist Jan 12, 2012.
    18 changes: 18 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    SLIM

    section.content
    #hero
    .col1
    .ad.dark
    == markdown I18n.t(:welcome_ad)
    img.bg src="/images/homepage/bg_ad-big-charts.png"

    EN.YML

    ---
    en:
    # home page
    welcome_ad: |
    # Cedexis offers strategies and solutions for **multi-platform content & application delivery** to companies focused on **maximizing web performance**.
    * [Find the solution that's right for you »](/solutions/)
    * [Contact us for more information »](/contact/)