7.4.5 Sidebar E View in a new window

  • Large grey sidebar.
  • Appears first in the markup order.
  • Left aligned.

Twig: containers/sidebars/sidebar-e.twig

Example
Markup
<div class="sidebar-grid sidebar-grid--e">
  {% block title %}
  {% endblock %}
  <div class="sidebar-grid__row">
    <aside class="sidebar-grid__sidebar">
      <div class="sidebar--alt">
        {% block sidebar %}
        <div class="sidebar__info">
          <h3 class="sidebar__info-title">Location</h3>
          <p>City Campus</p>
        </div>
        <div class="sidebar__info">
          <h3 class="sidebar__info-title">Min. Duration</h3>
          <p>2 years full time or 4 years part time</p>
        </div>
        <div class="sidebar__info">
          <h3 class="sidebar__info-title">Course Codes</h3>
          <p>UTS: C04018v6</p>
          <p>CRICOS: 025004A</p>
        </div>
      {% endblock %}
    </div>
    {% block sidebar_after %}
    {% endblock %}
    </aside>
    <main class="sidebar-grid__main">
      {% block main %}
        <p>The UTS MBA is distinguished from the competition by its practical, vocational orientation and by the open architecture of the course design. All MBA subjects are approved by an industry board that insists on 'relevance to workplace' as a pre-eminent subject design principle. The MBA provides knowledge and skills that are essential for superior management performance.</p>
        <p>The course provides unparalleled program flexibility. Students design their MBA to match their employment aspirations. A wide range of specialist skills is also introduced through a choice of majors and sub-majors. The teaching staff are drawn from among the finest researchers and university educators around the world, keeping students abreast of current trends and focusing on the global picture.</p>
        <p>Students with business ideas who want to develop their entrepreneurial skills and knowledge benefit from studying this program. The flexible modular structure of the program allows students to take up program in stages while developing and working on their business ideas. Students also have access to non-award based seminars and events with entrepreneurs and other relevant industry practitioners which provide 'reality and rigour' to supplement their classroom study.</p>
        {% include '@uts_theme/components/collapsible/collapsible.twig' %}
      {% endblock %}
    </main>
  </div>
</div>