diff --git a/app/assets/images/logo.png b/app/assets/images/logo.png new file mode 100644 index 0000000..1ec82a7 Binary files /dev/null and b/app/assets/images/logo.png differ diff --git a/app/assets/images/rails.png b/app/assets/images/rails.png deleted file mode 100644 index d5edc04..0000000 Binary files a/app/assets/images/rails.png and /dev/null differ diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss index c56b92f..1623ac1 100644 --- a/app/assets/stylesheets/scaffolds.css.scss +++ b/app/assets/stylesheets/scaffolds.css.scss @@ -47,6 +47,11 @@ div { margin-right: 1em; } +#logo { + height: 2.0em; + width: 2.0em; +} + #notice { color: green; } diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 8191c06..66eebf5 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,7 +1,7 @@

Welcome to the HeatSync Labs Members App.

<% if !user_signed_in? then %> -

You can sign up to become a member here, but you'll need to visit the lab to get full access.

+

You can sign up to become a member here!

<% end %> <% if user_signed_in? && current_user.member.to_i < current_user.member_level.to_i then %> @@ -17,4 +17,6 @@
<%= @num_door_opens %> (<%= @recent_door_opens %> in the last 7 days)
# of Accesses Denied:
<%= @num_door_denieds %> (<%= @recent_door_denieds %> in the last 7 days)
+
# of Accesses Denied:
+
<%= @num_door_denieds %> (<%= @recent_door_denieds %> in the last 7 days)
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 40be030..bbdabf1 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -8,6 +8,7 @@ -

<%= raw(notice) %>

-

<%= raw(alert) %>

+

<%= raw(notice) %>

+

<%= raw(alert) %>

<%= yield %>