#select-user-type.modal-body
button.close.fs20 data-dismiss="modal" type="button"
span aria-hidden="true" ×
span.sr-only Close
.divset
h1
a.block.text-center href=root_url
= image_tag("fb_logo_new.png", alt: "#{Configurations::General.application_name}", title: "#{Configurations::General.application_name}", class: "pt5", width:"180" )
.row
.col-xs-12.col-sm-12
.col-xs-12.col-sm-6
P.fs8 Be an Expert with fixxpert! Gain access to hundreds of jobs in your city and build your own schedule. Create your Customer account and join the growing network of fixxpert experts and Customers.
.col-xs-12.col-sm-6
P.fs8 Create your Customer account and join the growing network of fixxpert experts and Customers.
.row
.mtb15.center.col-xs-12.col-sm-12.pl0
.col-xs-12.col-sm-6.center.mb10
= link_to signup_path(type: Fixxpert.model_name.human.downcase), class:'btn-signup btn btn-primary bg-darkblue' do
| Sign Up As Fixxpert
.col-xs-12.col-sm-6.center.mb10
= link_to signup_path(type: Customer.model_name.human.downcase), class:'btn-signup btn btn-primary ' do
| Sign Up As Customer
.clearfix