diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb
index 25e0b13..5ec8fd6 100644
--- a/app/controllers/home_controller.rb
+++ b/app/controllers/home_controller.rb
@@ -39,6 +39,10 @@ class HomeController < ApplicationController
@email_message = EmailMessage.new
end
+ def statute
+
+ end
+
def register_contact
@email_message = EmailMessage.new(email_messages_params)
return unless @email_message.save
diff --git a/app/views/home/contact.html.erb b/app/views/home/contact.html.erb
index 1439157..c558e07 100644
--- a/app/views/home/contact.html.erb
+++ b/app/views/home/contact.html.erb
@@ -23,9 +23,6 @@
-
-
-
Deep Tech Institute
@@ -35,6 +32,8 @@
80-172 Gdańsk
+
+
@@ -56,19 +55,3 @@
width: 100%;
}
-
-
diff --git a/app/views/home/statute.html.erb b/app/views/home/statute.html.erb
new file mode 100644
index 0000000..ff52d46
--- /dev/null
+++ b/app/views/home/statute.html.erb
@@ -0,0 +1,40 @@
+
+
+