Browse Source

counter and middle notice

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
7350a65259
  1. 4
      app/assets/stylesheets/pages/home.css.scss
  2. 8
      app/views/pages/home.html.erb
  3. 7
      app/views/pages/home/_headlines.html.erb

4
app/assets/stylesheets/pages/home.css.scss

@ -27,11 +27,9 @@
width: 50%; width: 50%;
blockquote { blockquote {
font-style: italic; font-style: italic;
font-size: 1.2em;
font-family: Cambria, Georgia, serif; font-family: Cambria, Georgia, serif;
color: #333; color: #333;
line-height: 1.4em; margin-top: 0;
margin-bottom: 30px;
strong { strong {
font-style: normal; font-style: normal;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

8
app/views/pages/home.html.erb

@ -24,14 +24,14 @@
<tr> <tr>
<td> <td>
<blockquote> <blockquote>
* We are two geeks who built a free DNS service to fill a void in this space. <br /> 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. The service is free and we hope to support it on either a freemium model or some sort of affiliate sales.
</blockquote> </blockquote>
</td> </td>
<td> <td>
<blockquote> <blockquote>
* Note that we just started it, and there are still things to be done, it's still a work in progress.<br /> 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. Nevertheless the service is at this point functional and there are people already using it.
</blockquote> </blockquote>
</td> </td>
</tr> </tr>

7
app/views/pages/home/_headlines.html.erb

@ -20,3 +20,10 @@
Complete developers API's Complete developers API's
</li> </li>
</ul> </ul>
<p style="text-align: center;">
Now serving:
<em class="mk-point"><%= User.count %></em> users,
<em class="mk-point"><%= Domain.count %></em> domains and
<em class="mk-point"><%= Record.count %></em> records!
</p>

Loading…
Cancel
Save