7.4.7 Sidebar G View in a new window
- Large blue offset sidebar.
- Appears first in the markup order.
- Right aligned.
- Offset suits regular (non-hero) banner size.
Twig: containers/sidebars/sidebar-g.twig
Example
Markup
{% block banner %}
{% include '@uts_theme/components/banner/banner.twig' %}
{% endblock %}
<div class="sidebar-grid sidebar-grid--g{% if banner_is_empty %} sidebar-grid--no-v-offset{% endif %}">
<div class="sidebar-grid__row">
<aside class="sidebar-grid__sidebar">
<div class="sidebar-grid__offset">
{% block sidebar %}
{% include '@uts_theme/components/sidebar/sidebar-with-title.twig' %}
{% endblock %}
</div>
</aside>
<main class="sidebar-grid__main">
{% block main %}
<div class="page-title">
<h1>Master of Planning</h1>
</div>
<article>
<p class="intro">With a strong emphasis on structure and masterplanning, sustainability and urban design, UTS’ Master of Planning will equip students with the skills to respond creatively to the design and planning of built environments within changing environmental, economic and social contexts.</p>
<h2>Shape the urban environment</h2>
<p>You will engage with policy, environmental and demographic frameworks to understand how planning shapes the urban environment. This engagement spans across several disciplines, including: urban design, property, planning, economics, law, architecture and urban ecology</p>
{% include '@uts_theme/base/media/figure.twig' %}
<h2>Engage with the Planning industry</h2>
<p>As a Master of Planning student you will benefit from UTS’ close ties to industry with many of our academics having professional backgrounds and connections. Many of the projects are based on real-world scenarios taught in peer-led, multidisciplinary environments.</p>
{% include '@uts_theme/base/media/video.twig' %}
<h2>Your career in Planning</h2>
<p>The Master of Planning enables professionals to change careers due to the multi-disciplinary nature of the learning. Our graduates are in public sector positions, private consulting and property development firms, with the option to pursue careers in areas such as strategic planning and sub regional planning.</p>
<p>
<a href="#" class="button">Make an enquiry</a>
</p>
<h2>What credit can I apply for?</h2>
<h3>Master of Nursing</h3>
<ul>
<li>Graduate Certificates in nursing that appear on our precedent list (PDF, 94kB): These courses attract up to 24 credit points of unspecified credit (electives) or an equivalent sub-major (where a relevant Graduate Certificate has been completed at UTS).</li>
<li>Postgraduate nursing qualifications and subjects that do not appear on the precedent list: These subjects may be credited as unspecified credit towards your elective choices or as specific subjects if the subject completed matches 80% of the content of the subject for which credit is sought.</li>
</ul>
<h3>Other postgraduate courses</h3>
<ul>
<li>Previously completed postgraduate subjects: These may be credited as unspecified credit towards your elective choices or as specific subjects if the subject completed matches 80% of the content of the subject for which credit is sought.</li>
</ul>
</article>
{% endblock %}
</main>
</div>
</div>