Browse Source

slides, logo outline

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
3813969f15
  1. BIN
      app/assets/images/marketing/domain.new.jpg
  2. BIN
      app/assets/images/marketing/records.jpg
  3. 1
      app/assets/stylesheets/theme/theme.css.scss
  4. 2
      app/views/pages/home/_slides.html.erb

BIN
app/assets/images/marketing/domain.new.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
app/assets/images/marketing/records.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

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

@ -45,6 +45,7 @@ hr {
color: #53d4ff;
border: 6px solid #53d4ff;
padding: 0 10px;
outline: none;
@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));

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

@ -1,6 +1,8 @@
<div id="slidesWrapper">
<div id="slides">
<%= image_tag 'marketing/domains.jpg' %>
<%= image_tag 'marketing/records.jpg' %>
<%= image_tag 'marketing/domain.new.jpg' %>
<%= image_tag 'marketing/hosts.jpg' %>
</div>
</div>

Loading…
Cancel
Save