8.11 Current Students View in a new window
Example
-
General contacts
-
Autumn session dates
Stay up-to-date with events, news and announcements. Cum sociis natoque penatibus et magnis dis parturient..
-
What's happening at UTS
Stay up-to-date with events, news and announcements. Cum sociis natoque penatibus et magnis dis parturient..
-
Student centre hours
Markup
{% include '@uts_theme/containers/header/header.twig' %}
{% include 'breadcrumb-inc.twig' %}
{% include '@uts_theme/components/banner/banner-current-students.twig' %}
{% embed '@uts_theme/containers/one-col/one-col.twig' %}
{% block content %}
<ul class="flex-tile flex-tile--3x flex-tile--no-space">
<li class="flex-tile__item flex-tile--span-2x flex-tile--content-height">
{% include '@uts_theme/components/content-menu/content-menu-child-sections.twig' %}
</li>
<li class="flex-tile__item flex-tile--content-height">
{% include '@uts_theme/components/content-menu/content-menu-bg.twig' %}
</li>
</ul>
<ul class="flex-tile flex-tile--3x">
<li class="flex-tile__item">
<a href="#" class="promo__link">
<div class="promo promo--section">
<div class="promo__image">
<img src="/themes/uts_theme/src/templates/red-black-poly-3-sides.svg" alt="">
</div>
<h3 class="promo-title">General contacts</h3>
</div>
</a>
</li>
<li class="flex-tile__item flex-tile--span-2x">
<a href="#" class="promo__link">
<div class="promo promo--newsroom promo--right">
<div class="promo__info">
<h3 class="promo__title">Autumn session dates</h3>
<p>Stay up-to-date with events, news and announcements. Cum sociis natoque penatibus et magnis dis parturient..</p>
</div>
<div class="promo__media">
<img src="/themes/uts_theme/src/templates/current-students-holding-ipad.jpg" alt="">
</div>
</div>
</a>
</li>
<li class="flex-tile__item flex-tile--span-2x">
<a href="#" class="promo__link">
<div class="promo promo--newsroom">
<div class="promo__info">
<h3 class="promo__title">What's happening at UTS</h3>
<p>Stay up-to-date with events, news and announcements. Cum sociis natoque penatibus et magnis dis parturient..</p>
</div>
<div class="promo__media">
<img src="/themes/uts_theme/src/templates/current-students-on-grass.jpg" alt="">
</div>
</div>
</a>
</li>
<li class="flex-tile__item">
<a href="#" class="promo__link">
<div class="promo promo--section">
<div class="promo__image">
<img src="/themes/uts_theme/src/components/promo/images/bubbles-in-circle.svg" alt="">
</div>
<h3 class="promo-title">Student centre hours</h3>
</div>
</a>
</li>
</ul>
{% endblock %}
{% endembed %}
{% include '@uts_theme/containers/footer/footer.twig' %}