Commit 5be7085c

luu stiles <luuduong@gmail.com>
2011-12-16 07:03:03
updated some copy and added link to footer terms and conditions
1 parent 93f3192
Changed files (2)
app/views/home/index.html.erb
@@ -5,7 +5,7 @@
 <% if !user_signed_in? %>
 <div class="hero-unit">
   <h1>Hello, cake enthusiast!</h1>
-  <p>Interested in celebrating cakes, eating cakes, and getting ideas for making cakes? Then you came to the right place. CakeSide is a community where you can connect with other cake fanatics like yourself!</p>
+  <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! CakeSide is a community where you can share and connect with other cake fanatics like yourself!</p>
   <p><a href="<%= url_for new_user_session_path %>" class="btn primary large">Learn more &raquo;</a></p>
 </div>
 <%= render "shared/creation_image_gallery" %>
app/views/layouts/application.html.erb
@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <title><%= yield(:title) || "CakeSide" %></title>
-    <title>Bootstrap, from Twitter</title>
+    <title>Welcome to CakeSide, a place for cake enthusiasts to share their proud creations!</title>
     <meta name="description" content="">
     <meta name="author" content="">
     <!--[if lt IE 9]>
@@ -24,7 +24,7 @@
     <div class="topbar" data-dropdown="dropdown" >
       <div class="topbar-inner">
         <div class="container">
-          <a class="brand" href="<%= url_for home_index_path %>">Cake<em>side</em></a>
+          <a class="brand" href="<%= url_for home_index_path %>">Cake<em>Side</em></a>
           <ul class="nav">
             <li><a href="<%= url_for home_index_path %>">Home</a></li>
             <li><%= link_to "Share", new_creation_path, :style => "color:#48ce62;" %></li>
@@ -71,7 +71,7 @@
       </div>
 
       <footer>
-      <p>Copyright &copy; CakeSide 2012 | Contact Us <a href="http://twitter.com/cakeside">@cakeside</a> | <a href="https://www.facebook.com/pages/CakeSide/214607468615074">facebook</a></p>
+      <p>Copyright &copy; 2012 CakeSide Inc. | <a href="/terms.html"> Terms</a> &amp; <a href="/privacy.html"> Privacy</a> | Contact Us <a href="http://twitter.com/cakeside">@cakeside</a> | <a href="https://www.facebook.com/pages/CakeSide/214607468615074">facebook</a></p>
       </footer>
 
     </div> <!-- /container -->