You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.6 KiB
58 lines
1.6 KiB
<div class="page-header"> |
|
<h1> |
|
Totally Free DNS service for everyone |
|
<small>created by Geeks</small> |
|
<span class="pull-right"> |
|
<%= link_to 'Tweet', "https://twitter.com/share", :class => "twitter-share-button", :data => { |
|
:url => root_url, |
|
:text => "EntryDNS a nice free DNS service", |
|
:count => "horizontal", |
|
:via => "entrydns", |
|
:related => "_clyfe:vaijab" |
|
} %> |
|
</span> |
|
<script type="text/javascript" src="//platform.twitter.com/widgets.js"></script> |
|
</h1> |
|
</div> |
|
|
|
<div class="row"> |
|
<div class="span6"> |
|
<%= render :partial => 'pages/home/headlines' %> |
|
<%= render :partial => 'pages/fragments/action' %> |
|
</div> |
|
<div class="span6"> |
|
<%= render :partial => 'pages/home/slides' %> |
|
</div> |
|
</div> |
|
|
|
<hr /> |
|
|
|
<div class="row"> |
|
<div class="span6"> |
|
<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="span6"> |
|
<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> |
|
|
|
<hr /> |
|
|
|
<div class="row"> |
|
<div class="span6"> |
|
<h3>Benefits</h3> |
|
<%= render 'pages/fragments/benefits' %> |
|
<%= render :partial => 'pages/fragments/action' %> |
|
</div> |
|
<div class="span6"> |
|
<h3>Features</h3> |
|
<%= render 'pages/fragments/features' %> |
|
</div> |
|
</div> |
|
|
|
|