Browse Source

marketing

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
1e31d258a0
  1. 8
      app/assets/stylesheets/marketing.css.scss
  2. 2
      app/assets/stylesheets/theme/default.css.erb
  3. 10
      app/assets/stylesheets/ui/buttons.css.scss
  4. 11
      app/views/home/_headlines.html.erb
  5. 4
      app/views/home/index.html.erb

8
app/assets/stylesheets/marketing.css.scss

@ -37,7 +37,13 @@
h1 {
text-transform: uppercase;
font-size: 34px;
font-size: 30px;
font-weight: bold;
}
em.mk-point {
font-style: normal;
color: #111;
}
li {

2
app/assets/stylesheets/theme/default.css.erb

@ -7,7 +7,6 @@ body {
h1, h2, h3 {
color: #111111;
font-weight: normal;
font-family: Cambria, Georgia, serif;
}
a:link, a:visited, a:hover, a:active {
@ -36,6 +35,7 @@ hr {
float: left;
font-size: 40px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.2em;

10
app/assets/stylesheets/ui/buttons.css.scss

@ -3,10 +3,7 @@
@import "compass/css3/box-shadow";
@mixin cupid-green {
@include background(
image-url("marketing/action/slick-black.png"),
linear-gradient(top, #7fbf4d, #63a62f)
);
@include background(linear-gradient(top, #7fbf4d, #63a62f));
border: 1px solid #63a62f;
border-bottom: 1px solid #5b992b;
@include border-radius(3px);
@ -20,10 +17,7 @@
width: 150px;
&:hover {
@include background(
image-url("marketing/action/slick-black.png"),
linear-gradient(top, #76b347, #5e9e2e)
);
@include background(linear-gradient(top, #76b347, #5e9e2e));
@include box-shadow(inset 0 1px 0 0 #8dbf67);
cursor: pointer;
}

11
app/views/home/_headlines.html.erb

@ -1,14 +1,15 @@
<h2>Hassle-free service you can use right away</h2>
<h2>Reliable service you can use right away</h2>
<p>
We're System Administrators who built Simple DNS to fill our own needs.
We know how important is to have a reliable DNS service that you can
configure in no time, and we'd like to show how you too can take advantage of it.
We're Sysadmins who built EntryDNS to fill our own needs.
We think it's important to have a <em class="mk-point">fast and reliable</em> DNS service
that <em class="mk-point">you can configure in no-time</em>, and we'd like to show how
<em class="mk-point">you too can take advantage of it</em>.
</p>
<ul>
<li>
Simple, intuitive interface you can use right away
With our intuitive interface, configuring is a breeze
</li>
<li>
Friendly and reliable support you can count on

4
app/views/home/index.html.erb

@ -2,7 +2,9 @@
<div class="content">
<div class="inner marketing-inner">
<h1>A free service created by sysadmins for sysadmins</h1>
<h1>
Free DNS service created by Sysadmins for Humans
</h1>
<table class="marketing-duo">
<tr>

Loading…
Cancel
Save