Browse Source

logo, tweaks

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
a02941b6c4
  1. 13
      app/assets/stylesheets/pages/home.css.scss
  2. 22
      app/assets/stylesheets/theme/theme.css.scss
  3. 19
      app/views/pages/home.html.erb

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

@ -25,6 +25,19 @@
.home-page-duo td { .home-page-duo td {
vertical-align: top; vertical-align: top;
width: 50%; width: 50%;
blockquote {
font-style: italic;
font-size: 1.2em;
font-family: Cambria, Georgia, serif;
color: #333;
line-height: 1.4em;
margin-bottom: 30px;
strong {
font-style: normal;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
}
}
} }
#main.home-page-main { #main.home-page-main {

22
app/assets/stylesheets/theme/theme.css.scss

@ -33,16 +33,22 @@ hr {
#header h1 { #header h1 {
padding: 15px 5px; padding: 15px 5px;
float: left; float: left;
font-size: 40px; font-size: 38px;
font-style: normal; font-style: normal;
font-weight: bold; font-weight: bold;
text-transform: normal; text-transform: normal;
letter-spacing: -1px; letter-spacing: -1px;
line-height: 1.2em; color: #53d4ff;
color: white; }
} #header h1 a {
#header h1 a:link, #header h1 a:active, #header h1 a:hover, #header h1 a:visited { &:link, &:active, &:hover, &:visited {
color: white; color: #53d4ff;
border: 6px solid #53d4ff;
padding: 0 10px;
@include border-radius(15px);
@include text-shadow(0 1px 0 rgba(0, 0, 0, 0.6),0 0 6px rgba(143, 181, 200, 1),0 0 30px rgba(143, 181, 200, .7));
@include box-shadow(0 1px 0 rgba(0, 0, 0, 0.6),0 0 6px rgba(143, 181, 200, 1),0 0 30px rgba(143, 181, 200, .7));
}
} }
#main { #main {
@ -88,7 +94,7 @@ hr {
a { a {
text-decoration: none; text-decoration: none;
padding: 8px 0; padding: 8px 0;
color: #eeeeee; color: #53d4ff;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }
@ -134,7 +140,7 @@ hr {
#user-navigation ul li { #user-navigation ul li {
a { a {
color: #eeeeee; color: #53d4ff;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }

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

@ -20,6 +20,25 @@
</div> </div>
</div> </div>
<table class="home-page-duo">
<tr>
<td>
<blockquote>
"I use EntryDNS to showcase work to my clients directly from my computer.
I set up my domain some time ago and it's working great ever since!" <br />
<strong>Nicolae Claudius, Web Developer</strong>
</blockquote>
</td>
<td>
<blockquote>
"I use EntryDNS because it's trustworthy and I like the fast, snappy interface!
And I can also interface it via the API to automate most of the tasks!" <br />
<strong>Vaidas Jablonski, DevOps</strong>
</blockquote>
</td>
</tr>
</table>
<div class="block"> <div class="block">
<div class="content"> <div class="content">
<div class="inner home-page-second"> <div class="inner home-page-second">

Loading…
Cancel
Save