Nicolae Claudius
13 years ago
9 changed files with 65 additions and 19 deletions
@ -0,0 +1,7 @@
|
||||
<div class="action"> |
||||
<%= image_tag 'marketing/arrow_left.png' %> |
||||
<%= link_to new_user_registration_path, :style => 'text-decoration: none' do %> |
||||
<strong>Create an Account Now</strong><br> |
||||
<em>It's free, sign up in 60 seconds.</em> |
||||
<% end %> |
||||
</div> |
@ -0,0 +1,14 @@
|
||||
<ul> |
||||
<li>Have a total control of your own domain and records</li> |
||||
<li>Host your own site using your own internet connection</li> |
||||
<li>Access your computer using a domain name instead of a numerical IP address</li> |
||||
<li>Use your home dynamic IP and always have your domain pointing to it</li> |
||||
<li>Spend your money on more important things</li> |
||||
</ul> |
||||
|
||||
<br /> |
||||
<br /> |
||||
<br /> |
||||
<br /> |
||||
|
||||
<%= render :partial => 'pages/fragments/action' %> |
@ -0,0 +1,18 @@
|
||||
<ul> |
||||
<li>Unlimited domain hosting</li> |
||||
<li>Dynamic DNS record updates</li> |
||||
<li>Simple API for users to update/change DNS records</li> |
||||
<li>REST API for power users to update/change DNS records</li> |
||||
<li>Supported DNS record types: SOA, A, CNAME, TXT, MX, NS</li> |
||||
<li>Unlimited subdomain hosting</li> |
||||
<li>Very low TTL values</li> |
||||
</ul> |
||||
|
||||
<em>Coming soon</em> |
||||
|
||||
<ul> |
||||
<li>IPv6 support</li> |
||||
<li>DNSSEC support</li> |
||||
<li>More NS nodes for high availability</li> |
||||
<li>And many more...</li> |
||||
</ul> |
Loading…
Reference in new issue