nukomeet/coworfing

View on GitHub
app/views/home/index.html.haml

Summary

Maintainability
Test Coverage
.hero-unit
  %h1.ac
    = raw t('description.title1')
  %p.ac
    = @user_count
    = t('home.worfers')
    = @place_count
    = t('home.places')
  .ac.faq.invite
    = render partial: "demands/form"

  #macbook_carousel
    #carousel.carousel.slide{rel: 'carousel'}
      .carousel-inner
        .item.active
          = image_tag("img1.jpg")
        .item
          = image_tag("img2.jpg")
        .item
          = image_tag("img3.jpg")
        .item
          = image_tag("img4.jpg")

      %a.carousel-control.left{href: "#carousel", 'data-slide' => "prev"} ‹
      %a.carousel-control.right{href: "#carousel", 'data-slide' => "next"} ›

.row
  .span7
    %h1.lead
      %strong Join our tribe of happy nomads.
      As nomads - freelancers, entrepreneurs, students and teleworkers - we share the places where we like to work: Cafés, bars, coworking spaces, librairies, airports, parks, and even our own homes.
  .span5
    %h3 Mobile Apps
    .ac
      %a{:href => "http://itunes.apple.com/us/app/nukomeet/id"}
        =image_tag('appstore.jpg')

      %a{:href => "https://play.google.com/store/apps/details?id=com.workshop"}
        =image_tag('android_app_on_play.png')
.row
  .span12.graded