diff --git a/app/views/layouts/_rsidebar.html.erb b/app/views/layouts/_rsidebar.html.erb new file mode 100644 index 0000000..6553953 --- /dev/null +++ b/app/views/layouts/_rsidebar.html.erb @@ -0,0 +1,35 @@ +
 
+ diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index c8f2257..7c39f1a 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -30,6 +30,16 @@ +
+ +
<% end %> diff --git a/app/views/static_pages/home.html.erb b/app/views/static_pages/home.html.erb index 8e2d6cf..aebee22 100644 --- a/app/views/static_pages/home.html.erb +++ b/app/views/static_pages/home.html.erb @@ -1,8 +1,9 @@

Welcome to WrestlingDev


-

This website was created to help wrestling coaches run their tournaments. It is 2015, why are we still running bout sheets to tables and why are we still using resources to push cards on a bout board? This website was created as a free way for coaches to run a tournament smoothly with as few workers as possible.

+

This website was created to help wrestling coaches run their tournaments. It is 2015, why are we still running bout sheets to tables and why are we still using resources to push cards on a bout board? This website was created as a free way for coaches to run a tournament smoothly with as few workers as possible.


+

If you would like to run a tournament, please click log in and then click sign up.


<%= link_to "Browse Tournaments", '/static_pages/tournaments', class: "btn btn-large btn-primary" %>