Commit c99a36f1

luu stiles <luuduong@gmail.com>
2012-06-24 07:18:16
update home page with more verbiage and compile assets
1 parent b6bf52b
app/views/creations/index.html.erb
@@ -1,6 +1,7 @@
 <% unless user_signed_in?  -%>
   <div class="row">
     <div class="span6">
+	  <h1>Recently added cake creations</h1>
       <div id="myCarousel" class="carousel slide">
         <div class="carousel-inner">
           <% @creations.each_with_index do |creation, index| %>
@@ -17,10 +18,16 @@
         <a class="carousel-control right" href="#myCarousel" data-slide="next">&rsaquo;</a>
       </div>
     </div>
-    <div class="span6">
-      <img src="/assets/cakeside-logo.png" alt="" />
-      <p style="text-align: center;">
-        <a href="<%= url_for new_user_session_path %>" class="btn btn-primary btn-large">Sign Up Now!</a> or <%= link_to "sign in", new_user_session_path %>
+	<div class="span6">
+	      <img alt="Welcome to Cakeside" src="/assets/cakeside-logo.png">
+	      <h1>Welcome cake enthusiast!</h1>
+	<p style="font-size:15px;">
+		<strong>Make</strong> cakes, <strong>sell</strong> cakes, or just <strong>love</strong> eating them? You've come to the right place!
+
+		<strong>CakeSide</strong> 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 style="text-align: center;">
+        Get you cakes featured on this home page <a href="<%= url_for new_user_session_path %>" class="btn btn-primary btn-large">Sign Up Now!</a> or <%= link_to "sign in", new_user_session_path %>
       </p>
     </div>
   </div>
@@ -44,9 +51,6 @@
             <p>Upload creations, teach with tutorials, and create a vibrant community for everything cake.</p>
           </div>
         </div>
-        <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>
     </div>
app/views/shared/_header.html.erb
@@ -23,7 +23,7 @@
         </ul>
       </div>
       <ul class="nav pull-right">
-        <li class="hidden-phone"><%= link_to "Add Creation", new_creation_path, :style => "color:#48ce62;" %></li>
+        <li class="hidden-phone"><%= link_to "Add Creation", new_creation_path, :style => "color:#48ce62;font-size:15px;" %></li>
           <li class="dropdown">
             <a href="#" class="dropdown-toggle" data-toggle="dropdown">Help<b class="caret"></b></a>
             <ul class="dropdown-menu">
public/assets/active_admin/application-07fb877e0a0431c839801f158020b702.js.gz
Binary file
public/assets/active_admin/application.js.gz
Binary file
public/assets/active_admin-8f957e97f3ae863f39037f05196eabf2.css.gz
Binary file
public/assets/active_admin-b27e3ae2a4a33245e167280a56052b89.js.gz
Binary file
public/assets/active_admin.css.gz
Binary file
public/assets/active_admin.js.gz
Binary file
public/assets/application-da7b97d42beafb5d279825881cf8af8a.css.gz
Binary file
public/assets/application-f5d44ca43374d51c86b2986095e111e1.js.gz
Binary file
public/assets/application.css.gz
Binary file
public/assets/application.js.gz
Binary file