diff --git a/app/controllers/district_leader_controller.rb b/app/controllers/district_leader_controller.rb new file mode 100644 index 0000000..87360e8 --- /dev/null +++ b/app/controllers/district_leader_controller.rb @@ -0,0 +1,5 @@ +class DistrictLeaderController < ApplicationController + def index + + end +end diff --git a/app/views/district_leader/index.html.erb b/app/views/district_leader/index.html.erb new file mode 100644 index 0000000..9b32e2f --- /dev/null +++ b/app/views/district_leader/index.html.erb @@ -0,0 +1,64 @@ + +
+
+
+
+
+

District Leaders

+
+
+
+
+
+
+
+ +
+
+

Union Reps & Educators

+ + +

Building Admin

+ + +

District Leaders

+ + +

Community Members & Parents

+ + +

School Committee Members

+ +
+
diff --git a/app/views/layouts/_nav.html.erb b/app/views/layouts/_nav.html.erb index 136f45f..9feb45a 100644 --- a/app/views/layouts/_nav.html.erb +++ b/app/views/layouts/_nav.html.erb @@ -18,7 +18,7 @@