diff --git a/templates/Training/Safety/SafetyQuiz.html.twig b/templates/Training/Safety/SafetyQuiz.html.twig index 78ac920..34489c5 100644 --- a/templates/Training/Safety/SafetyQuiz.html.twig +++ b/templates/Training/Safety/SafetyQuiz.html.twig @@ -4,14 +4,7 @@ {{ include('_header.html.twig') }} - - + {{ include('_navbar.html.twig')}}

Complete the Safety Quiz below

When you're finished, click 'Submit' at the bottom and print your results. diff --git a/templates/Training/Safety/Topics/bloodborne.html.twig b/templates/Training/Safety/Topics/bloodborne.html.twig index 3243b16..2584b2b 100644 --- a/templates/Training/Safety/Topics/bloodborne.html.twig +++ b/templates/Training/Safety/Topics/bloodborne.html.twig @@ -2,7 +2,7 @@ {{ include('_header.html.twig') }} - +{{ include('_navbar.html.twig')}}

diff --git a/templates/Training/Safety/Topics/general.html.twig b/templates/Training/Safety/Topics/general.html.twig index b4b6009..926c496 100644 --- a/templates/Training/Safety/Topics/general.html.twig +++ b/templates/Training/Safety/Topics/general.html.twig @@ -4,14 +4,7 @@ {{ include('_header.html.twig') }} - - + {{ include('_navbar.html.twig')}}

General Rules at J.V. Manufacturing, Inc.

    diff --git a/templates/Training/Safety/Topics/safelifting.html.twig b/templates/Training/Safety/Topics/safelifting.html.twig index 82e6cb4..d2f059d 100644 --- a/templates/Training/Safety/Topics/safelifting.html.twig +++ b/templates/Training/Safety/Topics/safelifting.html.twig @@ -2,7 +2,7 @@ {{ include('_header.html.twig') }} - +{{ include('_navbar.html.twig')}}

    Safe Lifting

    diff --git a/templates/Training/Safety/quizResults.html.twig b/templates/Training/Safety/quizResults.html.twig index a3df67e..f7c241d 100644 --- a/templates/Training/Safety/quizResults.html.twig +++ b/templates/Training/Safety/quizResults.html.twig @@ -4,14 +4,7 @@ {{ include('_header.html.twig') }} - - + {{ include('_navbar.html.twig')}}

    Congratulations, you've completed the quiz!

    Print this page and show it to your supervisor or instructor.

    {#TODO: figure out what the minimum # of correct answers is #} diff --git a/templates/Training/Safety/safetyHome.html.twig b/templates/Training/Safety/safetyHome.html.twig index b68947f..be409e3 100644 --- a/templates/Training/Safety/safetyHome.html.twig +++ b/templates/Training/Safety/safetyHome.html.twig @@ -4,14 +4,7 @@ {{ include('_header.html.twig') }} - - + {{ include('_navbar.html.twig')}}
    diff --git a/templates/_navbar.html.twig b/templates/_navbar.html.twig new file mode 100644 index 0000000..89dcdc0 --- /dev/null +++ b/templates/_navbar.html.twig @@ -0,0 +1,35 @@ + + \ No newline at end of file diff --git a/templates/complaint.html.twig b/templates/complaint.html.twig index 6eb5bde..91e95aa 100644 --- a/templates/complaint.html.twig +++ b/templates/complaint.html.twig @@ -4,14 +4,7 @@ {{ include('_header.html.twig') }} - - + {{ include('_navbar.html.twig')}}

    Anonymous Complaint Page

    Instructions

    diff --git a/templates/portal.html.twig b/templates/portal.html.twig index e75c76c..3262f78 100644 --- a/templates/portal.html.twig +++ b/templates/portal.html.twig @@ -2,16 +2,8 @@ {{ include('_header.html.twig') }} - - - + {{ include('_navbar.html.twig')}}