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%;
blockquote {
font-style: italic;
font-size: 1.2em;
font-family: Cambria, Georgia, serif;
color: #333;
line-height: 1.4em;
margin-bottom: 30px;
margin-top: 0;
strong {
font-style: normal;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

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

@ -24,14 +24,14 @@
<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.
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>
</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.
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>
</td>
</tr>

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

@ -20,3 +20,10 @@
Complete developers API's
</li>
</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