Commit 93f31928
Changed files (8)
app
assets
images
stylesheets
helpers
views
home
layouts
public
app/assets/images/chefhat_profile.PNG
Binary file
app/assets/images/favicon.ico
Binary file
app/assets/stylesheets/bootstrap.css
@@ -1772,7 +1772,7 @@ a.menu:after, .dropdown-toggle:after {
/* background-color: #fdefb5;*/
/* background-color: hotpink;*/
margin-bottom: 30px;
- padding: 60px;
+ padding: f60px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
app/helpers/application_helper.rb
@@ -1,6 +1,6 @@
module ApplicationHelper
def avatar_url(user)
- default_url = "#{root_url}assets/rails.png"
+ default_url = "#{root_url}assets/chefhat_profile.PNG"
gravatar_id = Digest::MD5.hexdigest(user.email.downcase)
"http://gravatar.com/avatar/#{gravatar_id}.png?&d=#{CGI.escape(default_url)}"
end
app/views/home/index.html.erb
@@ -1,12 +1,13 @@
<% content_for :title do %>
- Welcome to the CakeSide
+ Welcome to CakeSide
<% end %>
<% if !user_signed_in? %>
<div class="hero-unit">
<h1>Hello, cake enthusiast!</h1>
- <p>Interested in making cakes, eating cakes, or celebrating cakes? Then you came to the right place.</p>
+ <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><a href="<%= url_for new_user_session_path %>" class="btn primary large">Learn more »</a></p>
</div>
+<%= render "shared/creation_image_gallery" %>
<% end %>
<%= render "shared/creation_image_gallery" %>
app/views/layouts/application.html.erb
@@ -71,7 +71,7 @@
</div>
<footer>
- <p>© Cakeside 2011 | Contact Us <a href="http://twitter.com/cakeside">@cakeside</a> | <a href="https://www.facebook.com/pages/CakeSide/214607468615074">facebook</a></p>
+ <p>Copyright © CakeSide 2012 | 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 -->
public/assets/favicon-433126e0219c561d869a82d5b77c160a.ico
Binary file
public/assets/favicon.ico
Binary file