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.
61 lines
1.7 KiB
61 lines
1.7 KiB
<div class="block home-page-block article"> |
|
<div class="content"> |
|
<h1>Totally Free DNS service for everyone <small>created by Geeks</small></h1> |
|
<div class="inner home-page-inner"> |
|
|
|
<table class="home-page-duo"> |
|
<tr> |
|
<td class="home-page-text"> |
|
<%= render :partial => 'pages/home/headlines' %> |
|
<br /> |
|
<%= render :partial => 'pages/fragments/action' %> |
|
</td> |
|
<td class="home-page-images"> |
|
<%= render :partial => 'pages/home/slides' %> |
|
</td> |
|
</tr> |
|
</table> |
|
|
|
</div> |
|
</div> |
|
</div> |
|
|
|
<table class="home-page-duo"> |
|
<tr> |
|
<td> |
|
<blockquote> |
|
* We are two geeks who built a free DNS service to fill a void in this space. <br /> |
|
* The service is free and we hope to support it on either a freemium model or some sort of affiliate sales. |
|
</blockquote> |
|
</td> |
|
<td> |
|
<blockquote> |
|
* Note that we just started it, and there are still things to be done, it's still a work in progress.<br /> |
|
* Nevertheless the service is at this point functional and there are people already using it. |
|
</blockquote> |
|
</td> |
|
</tr> |
|
</table> |
|
|
|
<div class="block"> |
|
<div class="content"> |
|
<div class="inner home-page-second"> |
|
|
|
<table class="home-page-duo"> |
|
<tr> |
|
<td class="home-page-text"> |
|
<h2>Benefits</h2> |
|
<%= render 'pages/fragments/benefits' %> |
|
<br /><br /> |
|
<%= render :partial => 'pages/fragments/action' %> |
|
</td> |
|
<td class="home-page-images"> |
|
<h2>Features</h2> |
|
<%= render 'pages/fragments/features' %> |
|
</td> |
|
</tr> |
|
</table> |
|
|
|
</div> |
|
</div> |
|
</div>
|
|
|