Commit 29fe4879

luu stiles <luuduong@gmail.com>
2012-04-27 00:11:07
changed home page for more marketing content showing 3 value statements, still need better images but good for now... moved active_admin css and js files to vendor so it doesn't affect the bootstrap css
1 parent 9c810b0
Changed files (7)
app/assets/images/cupcake_inspire.png
Binary file
app/assets/images/cupcake_promote.png
Binary file
app/assets/images/cupcake_share.png
Binary file
app/assets/stylesheets/custom.css
@@ -20,9 +20,7 @@ footer #footer-floor {
 }
 
 .hero-unit {
-  margin-bottom: 10px;
-  padding-bottom: 10px;
-  padding-top: 20px;
+padding: 40px;
 }
 .hero-unit h1 {
   margin-bottom: 20px;
@@ -32,4 +30,34 @@ footer #footer-floor {
 .logo {
 	padding-left: 30px;
     padding-top: 30px;
+}
+
+/** marketing value statements **/
+.marketing .row {
+    margin-bottom: 20px;
+}
+.marketing h1 {
+    font-size: 40px;
+    font-weight: 300;
+    margin: 36px 0 27px;
+    text-align: center;
+}
+.marketing h2, .marketing h3 {
+    font-weight: 300;
+}
+.marketing h2 {
+    font-size: 22px;
+	line-height: 24px;
+}
+.marketing p {
+    margin-right: 10px;
+    margin-top: 5px;
+}
+.marketing .bs-icon {
+    margin: 7px 10px 0 0;
+    opacity: 0.8;
+}
+.marketing .small-bs-icon {
+    float: left;
+    margin: 4px 5px 0 0;
 }
\ No newline at end of file
app/views/creations/index.html.erb
@@ -7,8 +7,44 @@
   <h1>Welcome cake enthusiast!</h1>
   <p><strong>Make</strong> cakes, <strong>sell</strong> cakes, or just <strong>love</strong> eating them? You've come to the right place!</p>
   <p>CakeSide is a free site to <strong>share</strong> your cake <strong>creations</strong> and <strong>ideas</strong> with other cake fanatics like yourself!</p>
-  <br />
-  <p><a href="<%= url_for new_user_session_path %>" class="btn btn-large">Sign me up &raquo;</a></p>
+
+  <div class="row">
+    <div class="span12">
+	  <a href="<%= url_for new_user_session_path %>" class="btn btn-large">Sign me up &raquo;</a>
+    </div>
+  </div>
 </div>
+
+<div class="marketing">
+  <div class="row">
+    <div class="span4">
+      <img class="bs-icon" src="/assets/cupcake_share.png">
+      <h2>Share your creativity</h2>
+      <p>Find interesting ideas and show off your originality with other passionate CakeSide members.</p>
+    </div>
+    <div class="span4">
+      <img class="bs-icon" src="/assets/cupcake_promote.png">
+      <h2>Promote yourself</h2>
+      <p>Get recognized for your work and connect with customers as well as fellow artists looking for your unique style.</p>
+    </div>
+    <div class="span4">
+      <img class="bs-icon" src="/assets/cupcake_inspire.png">
+      <h2>Inspire a community</h2>
+      <p>Upload creations, teach with tutorials, and create a vibrant community for everything cakes.</p>
+    </div>
+  </div><!--/row-->
+  <div class="row">
+	<p style="text-align: center;">
+		Still interested...? <a href="<%= url_for new_user_session_path %>">sign up now</a>
+	</p>
+  </div>
+<hr>
+  <div class="row">
+    <div class="span12">
+	  <h2>Recently uploaded creations</h2>
+	</div>
+  </div>	
+
+
 <% end %>
 <%= render "shared/creation_image_gallery" %>
app/assets/javascripts/active_admin.js → vendor/assets/javascripts/active_admin.js
File renamed without changes
app/assets/stylesheets/active_admin.css.scss → vendor/assets/stylesheets/active_admin.css.scss
File renamed without changes