|
|
|
<div class="page-home-header">
|
|
|
|
<div class="container">
|
|
|
|
<div class="page-header">
|
|
|
|
<h1>
|
|
|
|
Thousands of people manage their DNS using <strong>EntryDNS</strong>
|
|
|
|
</h1>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="page-home-incentives">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<div class="contour">
|
|
|
|
<h3 class="text-center animated tada">Use it yourself, it's free!</h3>
|
|
|
|
<p class="text-center">In a few seconds you're done!</p>
|
|
|
|
<br>
|
|
|
|
<%= simple_form_for(resource,
|
|
|
|
as: resource_name,
|
|
|
|
url: registration_path(resource_name),
|
|
|
|
wrapper: :inlabel
|
|
|
|
) do |f| %>
|
|
|
|
<%= devise_error_messages! %>
|
|
|
|
<%= honeypot %>
|
|
|
|
<%= f.input :full_name, required: true %>
|
|
|
|
<%= f.input :email, required: true %>
|
|
|
|
<%= f.input :password, required: true %>
|
|
|
|
<br>
|
|
|
|
<%= f.submit "Sign up", class: 'btn btn-primary' %>
|
|
|
|
<small>
|
|
|
|
or <%= link_to 'Sign in', new_user_session_path %>
|
|
|
|
/ <%= link_to 'Forgot your password?', new_password_path(resource_name) %>
|
|
|
|
</small>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
<br class="hidden-lg">
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-8">
|
|
|
|
<%= render 'public/pages/home/slides' %>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="page-home-quotes hide">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<div class="col-lg-6">
|
|
|
|
<blockquote>We are two geeks who built a free DNS service to fill a void in this space.The service is free
|
|
|
|
and we hope to support it on either a freemium model or some sort of affiliate sales.</blockquote>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-6">
|
|
|
|
<blockquote>Note that we just started it, and there are still things to be done, it's still a work in progress.
|
|
|
|
Nevertheless the service is at this point functional and there are people already using it.</blockquote>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<div class="col-lg-6">
|
|
|
|
<h3>Benefits</h3>
|
|
|
|
<%= render 'public/pages/shared/benefits' %>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-6">
|
|
|
|
<h3>Features</h3>
|
|
|
|
<%= render 'public/pages/shared/features' %>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|