Sha256: a24eb0c325f01d26bb820aa8e08d9411347e26c8c0d90b831cb351284cc5f2fa

Contents?: true

Size: 934 Bytes

Versions: 3

Compression:

Stored size: 934 Bytes

Contents

.container-fluid.register
  .row
    .logo_register.text-center
      =image_tag "/images/logo@1x.png"
    .register_container
      =image_tag "/images/register@2x.png", class: "img-responsive"
    %br
    .col-md-4.col-md-offset-4
      %form{action: '/register', method: 'POST', enctype: 'multipart/form-data'}
        .form-group
          %label#fileToUpload{for: "fileToUpload"}
            Take a photo!
          %input#fileToUpload{name: "fileToUpload", type: "file", id: "fileToUpload", accept: "image/*", capture: "camera"}

        .form-group
          %label= "Let's give your device a name!"
          %input.form-control{type: "text", name: "real_first_name", placeholder: "First Name"}
          %input.form-control{type: "text", name: "real_last_name", placeholder: "Last Name"}
            %input.device_id_for_form{type: "hidden", name: "device_name"}
        %button.btn.btn-default{type: "submit"} SAY MY NAME!

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
benevolent_gaze-1.0.2 frontend/source/register.html.haml
benevolent_gaze-1.0.1 frontend/source/register.html.haml
benevolent_gaze-1.0.0 frontend/source/register.html.haml