The Visual Identity is a part of the UWA Communications Strategy, and its use must be authorised by the University Website Office.
In 2019 the styles mentioned here are deprecated and unlikely to be in active use.
The Current Students list is a definition list that is used only on a site's Current Student home page.
A variety of icons are available to accompany links to the sections within the Current Student area.
This has a class of icon-calendar.
This has a class of icon-checklist.
This has a class of icon-computer.
This has a class of icon-cup.
This has a class of icon-folder.
This has a class of icon-graduation.
This has a class of icon-groups.
This has a class of icon-hand.
This has a class of icon-mortarboard.
This has a class of icon-music.
This has a class of icon-page.
This has a class of icon-pause.
This has a class of icon-pen.
This has a class of icon-person.
This has a class of icon-pillars.
This has a class of icon-star.
This has a class of icon-time.
This has a class of icon-transport.
This has a class of icon-world.
This has a class of icon-fees.
A Current Students list needs to be manually created using raw HTML.
Enter the code view within the Matrix editing interface by clicking on the icon with the less than and greater than symbols (<>).
Use the code outlined in the technical implementation below, allocating the appropriate class to the dt element to ensure the correct icon is applied.
<dl class="list-studentnet">
<dt class="icon-calendar"><a href="">Calendar</a></dt>
<dd><p>Lorum Ipsum</p></dd>
<dt class="icon-checklist"><a href="">Checklist</a></dt>
<dd><p>Lorum Ipsum</p></dd>
</dl>