ProjectEntropy/project-entropy.com

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

Summary

Maintainability
Test Coverage
%section.crowdfund
  .container
    .row
      .panel.panel-default.crowdfund-panel
        .panel-heading
          %h2
            Bitcoin Crowdfund
        .panel-body
          .row
            .col-md-6
              = image_tag "entropy_logo_text_grey.png", class: "img-responsive"
            .col-md-6
              %ul
                %li.stats
                  %i.fa.fa-heart.text-muted.backer-stat-icon
                  %span#backers
                    = "-"
                  %span.detail Backers
                %li.stats
                  %i.fa.fa-bitcoin.text-muted.backer-stat-icon
                  %span#total_raised
                    = "-"
                  %span.detail Raised out of #{@goal} goal
                %li.stats
                  %i.fa.fa-calendar.text-muted.backer-stat-icon
                  30
                  %span.detail Days to go

          .row
            .col-md-12
              .progress
                .progress-bar.progress-bar-warning.progress-bar-striped{ style: "width: #{@percent}%" }
                  = "#{@percent}%"

            .col-md-4
              %h3
                Goal -
                %span.text-muted
                  %i.fa.fa-bitcoin
                  300

              %ul.list-group
                %li.list-group-item
                  %i.fa.fa-expand
                  Large Sail Catamaran
                %li.list-group-item
                  %i.fa.fa-dollar
                  Non commercial
                %li.list-group-item
                  %i.fa.fa-bitcoin
                  Entirely blockchain based
                %li.list-group-item
                  %i.fa.fa-wrench
                  Floating Hackerspace
                %li.list-group-item
                  %i.fa.fa-youtube
                  Regular Video Blogs
                %li.list-group-item
                  %i.fa.fa-globe
                  Establishing a Nomadic Blockchain Community
            .col-md-8
              %a.pull-right.btn.btn-primary.btn-xl.page-scroll{:href => "#rewards"} Back this Project

%section#map
  .container
    .row
      .col-md-6
        .panel.panel-default.crowdfund-panel
          .panel-heading
            %h4
              About Project Entropy
          .panel-body
            %p
              %strong What are we doing?
              We are fitting out the worlds first blockchain based floating hackspace and setting sail continously around the world on 100% clean, sustainable energy. All with the aims of inspiring people to see what's possible and to learn more about making, decentralisation and Bitcoin.
            %p
              Many recent projects are largely intangalbe, so one of our aims is to bring a dramatic physical project into the spotlight, capturing peoples imaginations and showing what a few enthusiastic people can do.
            %p
              Everything about the project is open source and blockchain based, encouraging fresh new real world uses.

            %p
              %strong Why are we doing it?
              We've always had a passion for sailing, technology, environmentalism, open source software and decentralisation. So a hackspace aboard a catamaran seems like the ideal experiment

            %p
              %strong How will funds be used?

              The majority of funds will go towards the purchase and outfitting of a suitable sailing catamaran. It feels right to seek out a used boat for sale in an ecconomy recently let down by the financial sector then offer to buy it at a premium with Bitcoin.

              The remaining funds will be used to see us over for two years, giving everyone the chance to come aboard.

              Year 3 we aim to grow the fleet, to allow more people to stay board, opening up the space to more people long term.
      .col-md-6#rewards
        = render 'rewards'