Browse Source

marketing

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
c8e553e52e
  1. 3
      app/assets/stylesheets/marketing.css.scss
  2. 25
      app/assets/stylesheets/ui/buttons.css.scss
  3. 2
      app/views/pages/home.html.erb
  4. 9
      app/views/pages/home/_headlines.html.erb
  5. 2
      config/environments/production.rb

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

@ -67,7 +67,8 @@
em.mk-point {
font-style: normal;
@include text-shadow(0 0 6px rgba(143, 181, 200, 1),0 0 30px rgba(143, 181, 200, .7));
color: darken(#6b35a6, 30);
//@include text-shadow(0 0 6px rgba(143, 181, 200, 1),0 0 30px rgba(143, 181, 200, .7));
}
li {

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

@ -3,31 +3,6 @@
@import "compass/css3/box-shadow";
@import "compass/css3/text-shadow";
@mixin cupid-green {
@include background(linear-gradient(top, #7fbf4d, #63a62f));
border: 1px solid #63a62f;
border-bottom: 1px solid #5b992b;
@include border-radius(3px);
@include box-shadow(inset 0 1px 0 0 #96ca6d);
text-shadow: 0 -1px 0 #4c9021;
color: #fff;
line-height: 20px;
display: inline-block;
padding: 9px 15px 10px;
&:hover {
@include background(linear-gradient(top, #76b347, #5e9e2e));
@include box-shadow(inset 0 1px 0 0 #8dbf67);
cursor: pointer;
}
&:active {
border: 1px solid #5b992b;
border-bottom: 1px solid #538c27;
@include box-shadow(inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee);
}
}
@mixin button(
$color: #f5f5f5,
$textColor: #333,

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

@ -1,6 +1,6 @@
<div class="block marketing-block">
<div class="content">
<h1>Free DNS service for Humans Beings <em>created by Sysadmins</em></h1>
<h1>Totally Free DNS service for Geeks <em>created by Geeks</em></h1>
<div class="inner marketing-inner">
<table class="marketing-duo">

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

@ -1,10 +1,9 @@
<h2>Reliable service you can use right away</h2>
<h2>A friendly service you can use right away</h2>
<p>
We're Sysadmins who built EntryDNS to fill our own needs.
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>.
We're two people passionate about technology and we built EntryDNS to fill our own needs,
a <em class="mk-point">fast, easy to use</em> service
that takes care of <em class="mk-point">all your configuration needs</em>.
</p>
<ul>

2
config/environments/production.rb

@ -15,7 +15,7 @@ Entrydns::Application.configure do
config.assets.compress = true
# Don't fallback to assets pipeline if a precompiled asset is missed
config.assets.compile = true # TODO: false, all assets should be served by httpd
config.assets.compile = false
# Generate digests for assets URLs
config.assets.digest = true

Loading…
Cancel
Save