navbar hardcoded
This commit is contained in:
parent
69efd2ebd2
commit
ff923ab3a4
@ -4,14 +4,7 @@
|
||||
{{ include('_header.html.twig') }}
|
||||
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<div class="siteNavbar">
|
||||
<ul class="list-group list-group-horizontal-md">
|
||||
{% for item in header.Navbar %}
|
||||
<h3 class="navitem"><a class=" list-group-item list-group-item-action text-decoration-none h-100 text-white border-0" href="{{item.url}}">{{item.title}}</a></h3>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{{ include('_navbar.html.twig')}}
|
||||
<div class="container">
|
||||
<h4>Complete the Safety Quiz below</h4>
|
||||
<p>When you're finished, click 'Submit' at the bottom and print your results.
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
{{ include('_header.html.twig') }}
|
||||
|
||||
{{ include('_navbar.html.twig')}}
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
|
||||
@ -4,14 +4,7 @@
|
||||
{{ include('_header.html.twig') }}
|
||||
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<div class="siteNavbar">
|
||||
<ul class="list-group list-group-horizontal-md">
|
||||
{% for item in headerFile.Navbar %}
|
||||
<h3 class="navitem"><a class=" list-group-item list-group-item-action text-decoration-none h-100 text-white border-0" href="{{item.url}}">{{item.title}}</a></h3>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{{ include('_navbar.html.twig')}}
|
||||
<div class="container">
|
||||
<h2 class="text-bold">General Rules at J.V. Manufacturing, Inc.</h2>
|
||||
<ul>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
{{ include('_header.html.twig') }}
|
||||
|
||||
{{ include('_navbar.html.twig')}}
|
||||
<body>
|
||||
<div class="container">
|
||||
<h2 class="text-bold">Safe Lifting</h2>
|
||||
|
||||
@ -4,14 +4,7 @@
|
||||
{{ include('_header.html.twig') }}
|
||||
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<div class="siteNavbar">
|
||||
<ul class="list-group list-group-horizontal-md">
|
||||
{% for item in header.Navbar %}
|
||||
<h3 class="navitem"><a class=" list-group-item list-group-item-action text-decoration-none h-100 text-white border-0" href="{{item.url}}">{{item.title}}</a></h3>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{{ include('_navbar.html.twig')}}
|
||||
<div class="container">
|
||||
<h4>Congratulations, you've completed the quiz!</h4>
|
||||
<p>Print this page and show it to your supervisor or instructor.</p> {#TODO: figure out what the minimum # of correct answers is #}
|
||||
|
||||
@ -4,14 +4,7 @@
|
||||
{{ include('_header.html.twig') }}
|
||||
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<div class="siteNavbar">
|
||||
<ul class="list-group list-group-horizontal-md">
|
||||
{% for item in header.Navbar %}
|
||||
<h3 class="navitem"><a class=" list-group-item list-group-item-action text-decoration-none h-100 text-white border-0" href="{{item.url}}">{{item.title}}</a></h3>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{{ include('_navbar.html.twig')}}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
|
||||
35
templates/_navbar.html.twig
Normal file
35
templates/_navbar.html.twig
Normal file
@ -0,0 +1,35 @@
|
||||
<!-- Navigation -->
|
||||
<div class="siteNavbar">
|
||||
<ul class="list-group list-group-horizontal-md">
|
||||
<h3 class="navitem">
|
||||
<a class=" list-group-item list-group-item-action text-decoration-none h-100 text-white border-0" href="https://www.cram-a-lot.com/">
|
||||
Cram-A-Lot
|
||||
</a>
|
||||
</h3>
|
||||
<h3 class="navitem">
|
||||
<a class=" list-group-item list-group-item-action text-decoration-none h-100 text-white border-0" href="https://myapps.microsoft.com/">
|
||||
Office365
|
||||
</a>
|
||||
</h3>
|
||||
<h3 class="navitem">
|
||||
<a class=" list-group-item list-group-item-action text-decoration-none h-100 text-white border-0" href="">
|
||||
Directory
|
||||
</a>
|
||||
</h3>
|
||||
<h3 class="navitem">
|
||||
<a class=" list-group-item list-group-item-action text-decoration-none h-100 text-white border-0" href="">
|
||||
Software Basics
|
||||
</a>
|
||||
</h3>
|
||||
<h3 class="navitem">
|
||||
<a class=" list-group-item list-group-item-action text-decoration-none h-100 text-white border-0" href="https://cramalot.on.spiceworks.com/portal">
|
||||
IT Helpdesk
|
||||
</a>
|
||||
</h3>
|
||||
<h3 class="navitem">
|
||||
<a class=" list-group-item list-group-item-action text-decoration-none h-100 text-white border-0" href="{{ path('safetyHome')}}">
|
||||
Safety Training
|
||||
</a>
|
||||
</h3>
|
||||
</ul>
|
||||
</div>
|
||||
@ -4,14 +4,7 @@
|
||||
{{ include('_header.html.twig') }}
|
||||
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<div class="siteNavbar">
|
||||
<ul class="list-group list-group-horizontal-md">
|
||||
{% for item in header.Navbar %}
|
||||
<h3 class="navitem"><a class=" list-group-item list-group-item-action text-decoration-none h-100 text-white border-0" href="{{item.url}}">{{item.title}}</a></h3>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{{ include('_navbar.html.twig')}}
|
||||
<div class="container">
|
||||
<h2>Anonymous Complaint Page
|
||||
<h4 class="text-bold">Instructions</h4>
|
||||
|
||||
@ -2,16 +2,8 @@
|
||||
<html>
|
||||
|
||||
{{ include('_header.html.twig') }}
|
||||
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<div class="siteNavbar">
|
||||
<ul class="list-group list-group-horizontal-md">
|
||||
{% for item in Navbar %}
|
||||
<h3 class="navitem"><a class=" list-group-item list-group-item-action text-decoration-none h-100 text-white border-0" href="{{item.url}}">{{item.title}}</a></h3>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{{ include('_navbar.html.twig')}}
|
||||
<div class="container">
|
||||
<div class="row g-1 my-2">
|
||||
<!--Emergency Card -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user