Commit 6cf695e2

luu stiles <luuduong@gmail.com>
2011-12-29 02:01:34
put footer columns back to 4-4-8 and clean up main message on homepage
1 parent 067c21f
Changed files (2)
app/views/home/index.html.erb
@@ -5,8 +5,12 @@
 <% if !user_signed_in? %>
 <div class="hero-unit">
   <h1>Hello, cake enthusiast!</h1>
-  <p>Interested in celebrating your passion for cakes? Do you make cakes, sell cakes, or just love eating them? Then you've come to the right place!</p> 
-<p>CakeSide is a community where you can share and connect with other cake fanatics like yourself!</p>
+<p>&nbsp;</p>  
+  <p>Do you <em>make</em> cakes, <em>sell</em> cakes, or just <em>love</em> eating them?</p>
+  <p>Then you've come to the right place!</p>
+  <br />
+<p>CakeSide is a community where you can <strong>share</strong> and <strong>connect</strong> with other cake fanatics like yourself!</p>
+  <br />
   <p><a href="<%= url_for new_user_session_path %>" class="btn primary large">Learn more &raquo;</a></p>
 </div>
 <% end %>
app/views/layouts/application.html.erb
@@ -76,8 +76,6 @@
     <footer>
 	    <div class="container">
 			<div class="row">
-			<div class="span8">
-				<div class="row">
 				 <div class="span4">
 					<h3>CakeSide</h3>
 					<ul class="unstyled">
@@ -111,9 +109,7 @@
 							<a href="/"></a>
 						</li>
 					  </ul>
-				 </div>
-				</div>
-			</div>
+				  </div>
 			<div class="span8"></div>
 			</div>
      </div>