Skip to content

Commit

Permalink
Updated images and copy to GO LIVE!
Browse files Browse the repository at this point in the history
  • Loading branch information
karledurante committed Oct 30, 2012
1 parent e10c32d commit 2e073a8
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 21 deletions.
Binary file added app/assets/.DS_Store
Binary file not shown.
Binary file modified app/assets/images/ci_logo_big.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/images/mo_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/images/sample_shirt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/shirt_design_four.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/images/shirt_design_one.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/shirt_design_three.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/shirt_design_two.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/images/signature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/thumbnail1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/thumbnail2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/thumbnail3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/thumbnail4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions app/assets/stylesheets/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
text-align: center;
display: block;
margin: 5px 0;

.fullsize {
width: 513px;
height: 490px;
}
}

.thumbnails {
Expand Down Expand Up @@ -183,6 +188,18 @@
}
}

.service {
.banner {
padding-top: 35px;
}
}

.movember {
.banner {
padding-top: 15px;
}
}

.movember {
margin-right: 0;
}
10 changes: 5 additions & 5 deletions app/views/home/_design.html.erb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div class="shirt_design">
<%= image_tag "shirt_design_one.jpg", :width => 513, :class=>"fullsize" %>
<%= image_tag "shirt_design_one.jpg", :class=>"fullsize" %>
</div>

<div class="thumbnails">
<%= link_to image_tag("thumbnail.jpg", :class => 'thumbnail'), "javascript:void(0);", :data => "one" %>
<%= link_to image_tag("thumbnail.jpg", :class => 'thumbnail'), "javascript:void(0);", :data => "two" %>
<%= link_to image_tag("thumbnail.jpg", :class => 'thumbnail'), "javascript:void(0);", :data => "three" %>
<%= link_to image_tag("thumbnail.jpg", :class => 'thumbnail last'), "javascript:void(0);", :data => "four" %>
<%= link_to image_tag("thumbnail1.jpg", :class => 'thumbnail'), "javascript:void(0);", :data => "one" %>
<%= link_to image_tag("thumbnail2.jpg", :class => 'thumbnail'), "javascript:void(0);", :data => "two" %>
<%= link_to image_tag("thumbnail3.jpg", :class => 'thumbnail'), "javascript:void(0);", :data => "three" %>
<%= link_to image_tag("thumbnail4.jpg", :class => 'thumbnail last'), "javascript:void(0);", :data => "four" %>
</div>
21 changes: 6 additions & 15 deletions app/views/home/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,17 @@
<div class="reset_columns"></div>

<div class="service">
<h3>Printing</h3>
<p>CustomInk is printing and individually
shipping our T-shirts to you with the
same signature care used to serve their
one million plus customers. They will
batch print the shirts twice during the
month of November and be delivered by
the following dates.</p>
<h3>Quality Printing</h3>
<p>CustomInk is printing and individually shipping our T-shirts to you with the same signature care used to serve their one million plus customers. They will batch print the shirts once on Nov. 16th and will be shipped out towards the end of Movember.</p>
</div>

<div class="quality">
<h3>Next Level T-shirts</h3>
<p>Our T-shirts are printed on American
Apparel Products. They are
Contemporary, lightweight, stylish and
made in the USA.</p>
<p>Team Stachequatch t-shirts will be printed on Next Level products, which happen to go great with lip-ticklers of all shapes and sizes. Next Level shirts are soft, trim, lightweight and stylish.</p>

<p>
<%= link_to 'Uni-sex sizing line-up', 'http://www.customink.com/items/sizing/15000_lineup/standard.htm', :target => "_new" %> <br/>
<%= link_to 'Ladies sizing line-up', 'http://www.customink.com/items/sizing/30000_lineup/standard.htm', :target => "_new" %>
<%= link_to 'Uni-sex sizing line-up', 'http://www.customink.com/items/sizing/172100_lineup/standard.htm', :target => "_new" %> <br/>
<%= link_to 'Ladies sizing line-up', 'http://www.customink.com/items/sizing/172500_lineup/standard.htm', :target => "_new" %>
</p>
</div>

Expand All @@ -51,7 +42,7 @@ of men’s faces, in the US and around the
world. With their Mo's, these men raise
vital awareness and funds for men's
health issues</p>
<p><%=link_to "Learn More", "http://us.movember.com/mens-health/"%></p>
<p><%=link_to "Learn More", "http://us.movember.com/mens-health/", :target => "_new"%></p>
</div>

<div class="reset_columns">&nbsp;</div>
2 changes: 1 addition & 1 deletion app/views/home/_message.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

<p>Whether you’re rocking the pencil, the cowboy, the handlebar, or the elusive walrus, it makes no difference - The Mo the better!</p>

<p>Don't like the shirts? You can <%=link_to "donate to Team Stachequatch directly", "http://us.movember.com/team/448725", :target => "_blank"%>.</p>
<p>If you want to support our staches, but don’t need a super sweet tee, you can <%=link_to "donate directly to Team Stachequatch.", "http://us.movember.com/team/448725", :target => "_new"%></p>

0 comments on commit 2e073a8

Please sign in to comment.