<%= current_user.email %>
diff --git a/app/views/static_pages/tutorials.html.erb b/app/views/static_pages/tutorials.html.erb
new file mode 100644
index 0000000..88c34f2
--- /dev/null
+++ b/app/views/static_pages/tutorials.html.erb
@@ -0,0 +1,17 @@
+Tutorials
+
+Unfortunately, I do not have tutorials available at this moment in time. If you would like to learn how to use this software, please email me at jacob.wimer@gmail.com and I will gladly provide an overview of how to use this software. I've done my best to make the software intuitive and easy to use.
+
+Planning on using this software?
+
+Here is a list of features available:
+
+
+ - Pool to bracket type bracket generation for up to 16 man brackets
+ - Delegate control to coaches for lineup entry
+ - Automatically updated bout board
+ - Automatically updated brackets
+ - Automatically updated team scores
+ - Delegate director privileges to multiple people for tournament administration
+ - Matches can be scored at the tables and submitted via computer or bout sheets can be brought to the head table and entered there
+
\ No newline at end of file
diff --git a/config/routes.rb b/config/routes.rb
index 204a84f..542692c 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -26,6 +26,7 @@ Wrestling::Application.routes.draw do
get 'static_pages/not_allowed'
get 'static_pages/about'
get 'static_pages/my_tournaments'
+ get 'static_pages/tutorials'
get 'tournaments/:id/weigh_in/:weight' => 'tournaments#weigh_in_weight'
post 'tournaments/:id/weigh_in/:weight' => 'tournaments#weigh_in_weight'