Global and national engagement
We seek to bring the world to Victoria and Victoria to the world. Find out more…
Fully self-contained and re-usable components that can be utilised to build templates.
Card stack is used when you have vertically stacked, full width cards. They have a few modifiers..
<ul>
<li><i class="icon-search"></i> icon-search</li>
<li><i class="icon-mail"></i> icon-mail</li>
<li><i class="icon-heart"></i> icon-heart</li>
<li><i class="icon-check"></i> icon-check</li>
<li><i class="icon-star"></i> icon-star</li>
<li><i class="icon-help"></i> icon-help</li>
<li><i class="icon-people"></i> icon-people</li>
<li><i class="icon-user"></i> icon-user</li>
<li><i class="icon-info"></i> icon-info</li>
<li><i class="icon-home"></i> icon-home</li>
<li><i class="icon-back"></i> icon-back</li>
<li><i class="icon-pictures"></i> icon-pictures</li>
<li><i class="icon-popup"></i> icon-popup</li>
<li><i class="icon-clock"></i> icon-clock</li>
<li><i class="icon-tag"></i> icon-tag</li>
<li><i class="icon-book"></i> icon-book</li>
<li><i class="icon-book-open"></i> icon-book-open</li>
<li><i class="icon-pin"></i> icon-pin</li>
<li><i class="icon-vcard"></i> icon-vcard</li>
<li><i class="icon-chat"></i> icon-chat</li>
<li><i class="icon-flag"></i> icon-flag</li>
<li><i class="icon-external"></i> icon-external</li>
<li><i class="icon-printer"></i> icon-printer</li>
<li><i class="icon-camera"></i> icon-camera</li>
<li><i class="icon-lock"></i> icon-lock</li>
<li><i class="icon-lock-open"></i> icon-lock-open</li>
<li><i class="icon-phone"></i> icon-phone</li>
<li><i class="icon-attention"></i> icon-attention</li>
<li><i class="icon-resize-up"></i> icon-resize-up</li>
<li><i class="icon-resize-down"></i> icon-resize-down</li>
<li><i class="icon-mic"></i> icon-mic</li>
<li><i class="icon-cog"></i> icon-cog</li>
<li><i class="icon-share"></i> icon-share</li>
<li><i class="icon-basket"></i> icon-basket</li>
<li><i class="icon-comment"></i> icon-comment</li>
<li><i class="icon-caret-down-thin"></i> icon-caret-down-thin</li>
<li><i class="icon-caret-left-thin"></i> icon-caret-left-thin</li>
<li><i class="icon-caret-right-thin"></i> icon-caret-right-thin</li>
<li><i class="icon-caret-up-thin"></i> icon-caret-up-thin</li>
<li><i class="icon-caret-down"></i> icon-caret-down</li>
<li><i class="icon-caret-left"></i> icon-caret-left</li>
<li><i class="icon-caret-right"></i> icon-caret-right</li>
<li><i class="icon-caret-up"></i> icon-caret-up</li>
<li><i class="icon-triangle-down"></i> icon-triangle-down</li>
<li><i class="icon-triangle-left"></i> icon-triangle-left</li>
<li><i class="icon-triangle-right"></i> icon-triangle-right</li>
<li><i class="icon-triangle-up"></i> icon-triangle-up</li>
<li><i class="icon-refresh"></i> icon-refresh</li>
<li><i class="icon-graduation-cap"></i> icon-graduation-cap</li>
<li><i class="icon-ticket"></i> icon-ticket</li>
<li><i class="icon-megaphone"></i> icon-megaphone</li>
<li><i class="icon-calendar"></i> icon-calendar</li>
<li><i class="icon-globe"></i> icon-globe</li>
<li><i class="icon-dots"></i> icon-dots</li>
<li><i class="icon-arrow-down"></i> icon-arrow-down</li>
<li><i class="icon-arrow-left"></i> icon-arrow-left</li>
<li><i class="icon-layout"></i> icon-layout</li>
<li><i class="icon-attach"></i> icon-attach</li>
<li><i class="icon-menu"></i> icon-menu</li>
<li><i class="icon-arrow-right"></i> icon-arrow-right</li>
<li><i class="icon-arrow-up"></i> icon-arrow-up</li>
<li><i class="icon-edit"></i> icon-edit</li>
<li><i class="icon-download"></i> icon-download</li>
<li><i class="icon-audio"></i> icon-audio</li>
<li><i class="icon-quote-down"></i> icon-quote-down</li>
<li><i class="icon-quote-up"></i> icon-quote-up</li>
<li><i class="icon-list"></i> icon-list</li>
<li><i class="icon-money"></i> icon-money</li>
<li><i class="icon-plane"></i> icon-plane</li>
<li><i class="icon-creditcard"></i> icon-creditcard</li>
<li><i class="icon-cross"></i> icon-cross</li>
</ul>
The button suite should be consistent across anchors, inputs and button elements.There are 4 style options and 2 size options.
The standard .button without other classes is the default action. There is no inheritance logic to change styling simply add .primary
or .flat
to modify.
The .primary
buttons are for the most important call ot action on the page limit to 1-2 primary buttons to maintain the importanace and visual hirachy of the buttons on the page.
Buttons with .flat
look like simple links but behave as buttons and maintain the large hit state - they should stack nicely next to other more important actions. The .secondary
buttons is an alternative to .primary
buttons rather than a companion. Use it for other non-core actions on a page like sidebar or footer interactions.
Buttons with .flat-border
create a primary coloured bordered alternative button for use as a call to action for other non-core actions.
Use .large
for a big button.
Use .extra-large
for a bigger button.
The .danger
button is for submitting destructive commands, e.g. clearing a form.
This has been reworked and now includes an icon on the buttons. To remove the icon add .no-icon
<a href="#" class="button">Default</a>
<a href="#" class="button primary">Primary</a>
<a href="#" class="button flat">Flat - button-like spacing</a>
<a href="#" class="button flat-border">Flat Button with border</a>
<a href="#" class="button primary flat-border">Flat Button with border</a>
<br>
<br>
<a href="#" class="button large">Default large</a>
<br>
<br>
<a href="#" class="button extra-large">Default extra large</a>
<br>
<br>
<a href="#" class="button danger">Danger</a>
<br>
<br>
<a href="#" class="button danger-hover no-icon"><span class="icon-cross"></span>Danger hover</a>
<br>
<br>
<a href="#" class="button no-icon">Default - no-icon</a>
<br>
<br>
<a href="#" class="button disabled">Disabled button</a>
The default list does not work unless you've wrapped the it in .formatting
- something you could put on you page template to give you all the typography formatting you need.
Other lists have the .list
class wrapper - you can add a heading followed by the .links
on th ul
element - god knows why its call .links
.
<div>
<!-- Standard list with links -->
<div class="list">
<h2>Link list</h2>
<ul class="links">
<li>
<a href="#" title="First days at Victoria" class="link-external">First day at Victoria</a>
</li>
<li>
<a href="#" title="How to sign up" class="link-restricted">How to sign up</a>
</li>
<li>
<a href="#" title="VicNews" class="link-restricted">VicNews</a>
</li>
<li>
<span>What about no links?</span>
</li>
<li><span>Cool</span></li>
</ul>
</div>
<!-- Complex list with files -->
<div class="list">
<h2>Download list</h2>
<ul class="links">
<li>
<a href="#" title="Download 'Guide to Undergraduate Study' in PDF"><span class="label file-pdf">
<i>pdf</i>
<span>71.2KB</span>
</span>Guide to Undergraduate Study
</a>
</li>
<li>
<a href="#" title="Download 'Programme and timetable planner' in DOC"><span class="label file-word">
<i>doc</i>
<span>571.2KB</span>
</span>Programme and timetable plannery
</a>
</li>
<li>
<a href="#" title="Download 'Guide to Postgraduate Study' in PDF"><span class="label file-excel">
<i>exc</i>
<span>115.2B</span>
</span>Guide to Postgraduate Study
</a>
</li>
<li>
<a href="#" title="Download 'Victoria's presentation' in PowerPoint"><span class="label file-ppt">
<i>ppt</i>
<span>1021.2B</span>
</span>Victoria's presentation
</a>
</li>
<li>
<a href="#" title="Download 'Spoken introduction' in MP3"><span class="label file-mp3">
<i>mp3</i>
<span>151MB</span>
</span>Spoken introduction
</a>
</li>
<li>
<a href="#" title="Download 'Spoken introduction' in MP3"><span class="label file">
<i>file</i>
<span>12.31KB</span>
</span>An unknown file full of unknown stuff
</a>
</li>
</ul>
</div>
<!-- List of publications -->
<div class="list publications">
<h2>Publications list</h2>
<ul class="links">
<li>
<a href="#" title="Download 'Guide to Undergraduate Study' in PDF">The Case for New Climate Change Adaptation Funding Instruments<span class="label file-pdf">
<i>pdf</i>
<span>71.2KB</span>
</span></a>
<h6>Working paper 17-05</h6>
<p class="pub-author">by Jonathan Boston and Judy Lawrence</p>
</li>
<li>
<a href="#" title="Download 'Guide to Undergraduate Study' in PDF">Bridges Both Ways<span class="label file-pdf">
<i>pdf</i>
<span>71.2KB</span>
</span></a>
<h6>Working paper 17-04</h6>
<p class="pub-author">by Max Rashbrooke</p>
</li>
<li>
<a href="#" title="Download 'Guide to Undergraduate Study' in PDF">Review of New Zealand police's progress in response to the 2007 Commission of Inquiry into Police Conduct<span class="label file-pdf">
<i>pdf</i>
<span>71.2KB</span>
</span></a>
<h6>Working paper 17-03</h6>
<p class="pub-author">by Mike Rowe and Michael Macaulay</p>
</li>
<li>
<a href="#" title="Download 'Guide to Undergraduate Study' in PDF">Wealth Disparities in New Zealand: Final report<span class="label file-word">
<i>doc</i>
<span>71.2KB</span>
</span></a>
<h6>Working paper 17-02</h6>
<p class="pub-author">by Mike Rowe and Michael Macaulay</p>
</li>
<li>
<a href="#" title="Download 'Guide to Undergraduate Study' in PDF">Permanent Forest Bonds: A pioneering environmental impact bond for Aotearoa New Zealand<span class="label file-pdf">
<i>pdf</i>
<span>71.2KB</span>
</span></a>
<h6>Working paper 17-01</h6>
<p class="pub-author">by David Hall, Sam Lindsay, and Sam Judd</p>
</li>
</ul>
</div>
<!-- Basic un-ordered list -->
<h3>Basic un-ordered list</h3>
<ul>
<li>Nice list bro</li>
<li>Got a link bro? <a href="">Yeah</a></li>
<ul>
<li>Sweet as</li>
<li>Ripper</li>
</ul>
<li><a href="">Choice list ay bro</a></li>
<li>Yeah nice list bro</li>
</ul>
</div>
Basic styles for forms. Note the .error
class on inputs, you should also include error text - its helpful.
TODO: Add select options and radio buttons
<!-- Standard, simple form -->
<form class="form" method="GET">
<div class="group required">
<label for="email">Your email</label>
<input type="email" name="email" id="email" placeholder="your@email.com">
</div>
<div class="group">
<label for="name">Your name</label>
<input type="name" name="name" id="name">
</div>
<div class="group">
<p class="error-text">This error message will show above the field . That way on mobile it's not covered by the keyboard.</p>
<label for="department">School / Faculty / CSU <em>(required)</em></label>
<input type="text" name="department" id="department" class="error">
</div>
<div class="group">
<label for="feedback">Feedback message</label>
<textarea placeholder="Your feedback ..." id="feedback" name="feedback"></textarea>
</div>
<input type="submit" class="button primary" value="Send feedback">
</form>
~ flash/notification messages https://victoriauniversity.atlassian.net/browse/WIP-2106
<div class="formatting">
<section class="flash-message error">
<h2>Too many elements in the sidebar</h2>
<p>Currently there are 4. The Maximum is 3. Please remove sidebar class from elements you do not want to appear in the sidebar.</p>
<p>The following sidebar elements were not added: </p>
<ul>
<li>first_block_of_highlighted_text</li>
</ul>
</section>
<section class="flash-message warning">
<h2>Be careful, Squiz update is in progress</h2>
<p>Any changes you will make will <strong>not</strong> be saved. Update will be finished on 23rd of October 2016.</p>
</section>
<section class="flash-message info">
<h2>Did you know?</h2>
<p>If you have three quarters, four dimes, and four pennies you have $1.19. you also have the largest possible amount of money in coins without being able to make change for a dollar.</p>
</section>
<section class="flash-message success">
<h2>Signed in as administrator</h2>
<p>When you finish editing this page, please <a href="#" title="Log out from Squiz">log out</a></p>
</section>
</div>
Standard tags for filtering, tag clouds, highlighting etc.
<div class="tags">
<span class="tag">Tag group</span>
<span class="tag">Tag group</span>
<span class="tag">Tag group</span>
</div>
<span class="tag">Default </span>
<span class="tag tag-green">Green </span>
<span class="tag tag-grey">Grey </span>
<span class="tag tag-red">Red </span>
<span class="tag tag-yellow">Yellow </span>
<br>
<br>
<a href="" class="tag">Link tag</a>
<a href=""><span class="tag tag-green">Link tag</span></a>
Info message bar
<div class="centraliser ">
<div class="block">
<section class="flash-message info info-row">
<h2>Facts and figures</h2>
<div class="info-col">
<h4>Top 2%</h4>
<p>Victoria University is New Zealand’s top ranked university for research quality.</p>
</div>
<div class="info-col">
<h4>Top 2%</h4>
<p>Victoria University is New Zealand’s top ranked university for research quality.</p>
</div>
<div class="info-col">
<h4>Top 2%</h4>
<p>Victoria University is New Zealand’s top ranked university for research quality.</p>
</div>
</section>
</div>
</div>
Card blocks to display and link to content. For use on hub pages.
Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.
Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.
Learn moreVictoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.
Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.
Learn moreVictoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.
Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.
Learn more ScholarshipsVictoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.
Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.
Learn more<!-- card panel -->
<div class="centraliser ">
<div class="block formatting">
<div class="card-panel">
<section class="card">
<h2>Choose Victoria and make
a difference</h2>
<p>Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.</p>
<p>Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.</p>
<a title="Why to study at Victoria" href="#" class="button large primary">Learn more</a>
</section>
<section class="card">
<h2>Find a supervisor</h2>
<p>Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.</p>
<p>Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.</p>
<a title="Why to study at Victoria" href="#" class="button large primary">Learn more</a>
</section>
<section class="card">
<h2>Funding your study</h2>
<p>Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.</p>
<p>Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.</p>
<a title="Why to study at Victoria" href="#" class="button large primary">Learn more</a>
<a title="Why to study at Victoria" href="#" class="button large ">Scholarships</a>
</section>
<section class="card">
<h2>How to apply</h2>
<p>Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.</p>
<p>Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.</p>
<a title="Why to study at Victoria" href="#" class="button large primary">Learn more</a>
</section>
</div>
</div>
</div>
.icon-cards will centre icons and buttons.
Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.
Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.
Victoria’s research performance and rankingsVictoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.
Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.
<!-- card panel -->
<div class="centraliser ">
<div class="block formatting">
<div class="card-panel icon-cards">
<section class="card">
<span>
<i class="icon-book"></i>
</span>
<p>Victoria’s research output is used at community, national and international levels. Our academic and business partnerships
have global impacts in many fields.</p>
<p>Victoria’s research output is used at community, national and international levels. Our academic and business partnerships
have global impacts in many fields.</p>
<a title="Why to study at Victoria" href="#" class="button large primary">Victoria’s research performance and rankings</a>
</section>
<section class="card">
<span>
<i class="icon-graduation-cap"></i>
</span>
<p>Victoria’s research output is used at community, national and international levels. Our academic and business partnerships
have global impacts in many fields.</p>
<p>Victoria’s research output is used at community, national and international levels. Our academic and business partnerships
have global impacts in many fields.</p>
</section>
</div>
</div>
</div>
Contact card to link faculty contact information.
Victoria’s research output is used at community, national and international levels. Our academic and business partnerships have global impacts in many fields.
<!-- card panel -->
<div class="centraliser ">
<div class="block formatting">
<div class="card-panel">
<section class="contact-card">
<h2>Contact us</h2>
<div class="contact-card-details">
<div class="contact-title">
<h3>Faculty of Graduate Research</h3>
<p>Victoria’s research output is used at community, national and international levels. Our academic and business
partnerships have global impacts in many fields.
</p>
</div>
<address class="contact-info">
<ul>
<li>
<span class="icon-phone"></span>
<a href="tel:0800 VICTORIA (842 867)" title="Call to general enquiries">+64 4 463 5350</a>
</li>
<li>
<span class="icon-mail"></span>
<a href="mailto:info@wgtn.ac.nz" title="Send an email to info@wgtn.ac.nz">Email the Faculty of Graduate Research</a>
</li>
</ul>
</address>
</div>
<!-- map iframe -->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2997.9997526443713!2d174.76632835202034!3d-41.28710984827861!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6d38b02bfa4a862f%3A0x986dc301d1faba16!2s10+Kelburn+Parade%2C+Kelburn%2C+Wellington+6012!5e0!3m2!1sen!2snz!4v1511900346423" width="100%" height="150" frameborder="0" style="border:0" allowfullscreen></iframe>
</section>
</div>
</div>
</div>
Popup box that opens automatically after a page is loaded.
Requirements:
id
of the element with class 'popup' has to be unique.
data-autoload
(required): Initialises the auto-loading.data-opts
(optional): Valid JSON Object allowing to customise auto-loading behaviour. Properties: delayInMs
(default: 3000) - How long after the page loads should the popup box appear. suppressAfterCanceling
(default: true) - Once the user cancels or closes the popup, the popup will (not) load again next time the same page is loaded.<div class="popup-positioner">
<aside class="popup" id="popup-example4" role="dialog" data-autoload data-gtm-track data-opts='{ "delayInMs": 3500 }' aria-labelledby="popup-label" aria-describedby="popup-description" aria-live="polite">
<header>
<a href="javascript:;" class="btn-close" title="Close and don't show again" data-gtm-id="popup-example4-close" data-gtm-track="click">×</a>
<h2 class="caption" id="popup-label">Auto-opening popup box</h2>
</header>
<div class="body formatting">
<p id="popup-description">Pops up immediately after page loads, or after a additional time delay (includes Google Tag Manager tracking)</p>
<div class="btn-holder">
<a class="button button-cancel" href="javascript:;" title="Hide the popup" data-gtm-track="click" data-gtm-id="popup-example4-no">No, thanks</a>
<a class="button primary button-ok" href="https://qualtrics.com" title="Go to the short survey" target="_blank" data-gtm-id="popup-example4-yes" data-gtm-track="click">Take the survey</a>
</div>
</div>
</aside>
</div>
Popup box that can be opened programatically, e.g. on click to an element.
Requirements:
id
of the element with class 'popup' has to be unique.
optionsObject
(optional): Valid JSON Object allowing to customise auto-loading behaviour. Properties: delayInMs
(default: 0) - How long after the page loads should the popup box appear. suppressAfterCanceling
(default: false) - Once the user cancels or closes the popup, the popup will (not) load again next time the same page is loaded.<!-- Example link triggering the popup opening dynamically -->
<a href="javascript:;" onclick="$( '#popup-example' ).vicApp().openPopup()">Open popup box on click</a>
<!-- Popup -->
<div class="popup-positioner">
<aside class="popup" id="popup-example" role="dialog" aria-labelledby="popup-label" aria-describedby="popup-description" aria-live="polite">
<header>
<a href="javascript:;" class="btn-close" title="Close and don't show again">×</a>
<h2 class="caption" id="popup-label">Popup box opening on demand</h2>
</header>
<div class="body formatting">
<p id="popup-description">This popup opens on demand (e.g. when the element is clicked) or dynamically.</p>
<div class="btn-holder">
<a class="button button-cancel" href="javascript:;" title="Hide the popup">No, thanks</a>
<a class="button primary button-ok" href="https://qualtrics.com" title="Go to the short survey" target="_blank">Take the survey</a>
</div>
</div>
</aside>
</div>
Popup block embedded in a conten. Can be opened programatically, e.g. on click to an element.
Requirements:
id
of the element with class 'popup' has to be unique.div.popup-positioner
optionsObject
(optional): Valid JSON Object allowing to customise auto-loading behaviour. Properties: delayInMs
(default: 0) - How long after the page loads should the popup box appear. suppressAfterCanceling
(default: false) - Once the user cancels or closes the popup, the popup will (not) load again next time the same page is loaded.<!-- Example link triggering the popup opening dynamically -->
<a href="javascript:;" onclick="$( '#popup-example3' ).vicApp().openPopup()">Open embedded popup block on a click</a>
<br>
<br>
<!-- Popup -->
<aside class="popup" id="popup-example3" role="dialog" aria-labelledby="popup-label" aria-describedby="popup-description" aria-live="polite">
<header>
<a href="javascript:;" class="btn-close" title="Close and don't show again">×</a>
<h2 class="caption" id="popup-label">Embedded popup block opening on demand</h2>
</header>
<div class="body formatting">
<p id="popup-description">This popup block opens dynamically on demand (e.g. when the element is clicked) or dynamically.</p>
<div class="btn-holder">
<a class="button button-cancel" href="javascript:;" title="Hide the popup">No, thanks</a>
<a class="button primary button-ok" href="https://qualtrics.com" title="Go to the short survey" target="_blank">Take the survey</a>
</div>
</div>
</aside>
aka black promo box https://victoriauniversity.atlassian.net/browse/WIP-1686
<div class="formatting">
<article class="promo primary">
<a href="https://www.wgtn.ac.nz/about/global-engagement">
<h2>Global and national engagement</h2>
<p>We seek to bring the world to Victoria and Victoria to the world. <b>Find out more…</b></p>
</a>
</article>
</div>
aka black promo box https://victoriauniversity.atlassian.net/browse/WIP-1686
<div class="formatting">
<div class="promo secondary">
<a href="https://www.wgtn.ac.nz/about/global-engagement">
<h2>Global and national engagement</h2>
<p>We seek to bring the world to Victoria and Victoria to the world. <b>Find out more…</b></p>
</a>
</div>
</div>
In the Faculty of Humanities and Social Sciences, we explore the fundamental questions that define human experience.
<div class="text-promo-panel ">
<div class="block formatting centraliser">
<div class="text-wrap">
<h2>Research matters</h2>
<p>In the Faculty of Humanities and Social Sciences, we explore the fundamental questions that define human experience.</p>
</div>
<div class="button-wrap">
<a href="https://www.wgtn.ac.nz/fhss/research " title="Check out our student services" class="button primary large">Find out more</a>
</div>
</div>
</div>
Card stack is used when you have vertically stacked, full width cards. They have a few modifiers..
Study Software Engineering and Computer Science and be at the forefront of the information revolution.
Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.
<div class="c-stack ">
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Default Card in Stack</a>
<small>https://www.wgtn.ac.nz/explore/study-areas/software-and-computer-science
</small>
</h4>
<p class="c-stack-intro">Study Software Engineering and Computer Science and be at the forefront of the information revolution.</p>
<div class="c-stack-body">
<p>Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.</p>
</div>
<div class="c-stack-foot">
<ul class="links">
<li><a href="#footLink">Study options | Software and Computer Science</a></li>
<li><a href="#footLink">People | Software and Computer Science</a></li>
</ul>
</div>
</div>
</div>
Staff stack has a modifier class to set the content around the image and some additional elements.
<div class="c-stack c-stack-flexin c-stack-profile">
<figure class="c-stack-fig">
<img class="c-stack-fig--image" src="https://www.wgtn.ac.nz/images/staffpics/nopicture.gif" alt="Dr Ina Reichenberger">
</figure>
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Dr Ina Reichenberger</a>
</h4>
<div class="c-stack-body">
<header class="formatting">
<p class="subtitle">
<strong>Lecturer</strong> <span>School of Management</span>
</p>
</header>
</div>
<div class="c-stack-foot">
<ul class="meta">
<li class="highlight">
<a href="mailto:ina.reichenberger@vuw.ac.nz" title="Send an email to Dr Ina Reichenberger">
<i class="icon-mail"></i> ina.reichenberger@vuw.ac.nz
</a>
</li>
<li class="highlight">
<a href="tel:04 4635375" title="Call to Dr Ina Reichenberger work phone">
<i class="icon-phone"></i> 04 4635375
</a>
</li>
<li>
<i class="icon-pin"></i> Room 917, Rutherford House 23 Lambton Quay
</li>
</ul>
</div>
</div>
</div>
Programme stack has a left panel added. It uses c-stack-flexin similar to profile card to add a bleed so the border is seemless. The panel has specific font size and colour which deviates from the core values.
Follow your passion, develop problem-solving skills, and dive into a fascinating career with a Bachelor of Science.
<div class="c-stack c-stack-flexin">
<div class="c-stack-fig c-stack-fig--panel">
<h4 class="c-stack-code">GCertCom </h4>
<div class="c-stack-figcaption">
<p><i class="icon-calendar"></i> <em>Next start date 11 Nov 2019</em></p>
</div>
</div>
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Meta Card in Stack</a>
<small>https://www.wgtn.ac.nz/explore/degrees/science/overview
</small>
</h4>
<p class="c-stack-intro">Follow your passion, develop problem-solving skills, and dive into a fascinating career with a Bachelor of Science.</p>
<div class="c-stack-body">
<ul class="meta meta--labelled">
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-graduation-cap"></i> <span class="meta-labelText">Level of Study</span></h4>
<p class="meta-data"><strong>Undergraduate</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-clock"></i> <span class="meta-labelText">Length of full-time study</span></h4>
<p class="meta-data"><strong>3 years (360 points)</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-pin"></i> <span class="meta-labelText">Location</span></h5>
<p class="meta-data"><strong>Kelburn, Wellington</strong></p>
</li>
</ul>
</div>
<div class="c-stack-foot">
</div>
</div>
</div>
Course stack is a variation of programme which utilises the c-stack-figlist to add a dot separated list in the panel.
Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.
<div class="c-stack c-stack-flexin">
<div class="c-stack-fig c-stack-fig--panel">
<h4 class="c-stack-code">GISC401 <span>(2020)</span> </h4>
<div class="c-stack-figcaption">
<h5>Trimester</h5>
<ul class="c-stack-figlist">
<li>
<a class="c-stack-figLink" href="#trimLink">1</a>
</li>
<li>
<a class="c-stack-figLink" href="#trimLink">3</a>
</li>
</ul>
</div>
</div>
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Meta Card in Stack</a>
<small>https://www.wgtn.ac.nz/explore/degrees/science/overview
</small>
</h4>
<div class="c-stack-body">
<p>Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.</p>
<ul class="meta meta--labelled">
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-graduation-cap"></i> <span class="meta-labelText">Points</span></h4>
<p class="meta-data"><strong>20 points</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-clock"></i> <span class="meta-labelText">Duration</span></h4>
<p class="meta-data"><strong>1 trimester</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-user"></i> <span class="meta-labelText">Coordinator</span></h5>
<p class="meta-data"><strong>Jeffery Shima</strong></p>
</li>
</ul>
</div>
<div class="c-stack-foot">
</div>
</div>
</div>
Scholarship stack is basically default with course-like meta
This Scholarship has been sponsored by Datacom Systems who initially established the scholarship for a period of five years, until 2002, and have...
<div class="c-stack ">
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Datacom Systems Scholarship in Computer Science</a>
<small>https://www.wgtn.ac.nz/scholarships/current/datacom-systems-scholarship-in-computer-science
</small>
</h4>
<div class="c-stack-body">
<p>This Scholarship has been sponsored by Datacom Systems who initially established the scholarship for a period of five years, until 2002, and have...</p>
<ul class="meta meta--labelled meta--grid">
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-calendar"></i> <span class="meta-labelText">Closing</span></h4>
<p class="meta-data"><strong>1 November 2019</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-people"></i> <span class="meta-labelText">Category</span></h4>
<p class="meta-data"><strong>Māori students; Pasifika students; Students facing financial hardship</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-graduation-cap"></i> <span class="meta-labelText">Level</span></h5>
<p class="meta-data"><strong>School leaver / 1st year</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-book"></i> <span class="meta-labelText">Study Areas</span></h5>
<p class="meta-data"><strong>Music</strong></p>
</li>
</ul>
</div>
<div class="c-stack-foot">
</div>
</div>
</div>
Study Software Engineering and Computer Science and be at the forefront of the information revolution.
Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.
Study Software Engineering and Computer Science and be at the forefront of the information revolution.
Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.
Study Software Engineering and Computer Science and be at the forefront of the information revolution.
Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.
Follow your passion, develop problem-solving skills, and dive into a fascinating career with a Bachelor of Science.
Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.
Study Software Engineering and Computer Science and be at the forefront of the information revolution.
Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.
Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.
Study Software Engineering and Computer Science and be at the forefront of the information revolution.
Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.
This Scholarship has been sponsored by Datacom Systems who initially established the scholarship for a period of five years, until 2002, and have...
<div class="c-stack ">
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Default Card in Stack</a>
<small>https://www.wgtn.ac.nz/explore/study-areas/software-and-computer-science
</small>
</h4>
<p class="c-stack-intro">Study Software Engineering and Computer Science and be at the forefront of the information revolution.</p>
<div class="c-stack-body">
<p>Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.</p>
</div>
<div class="c-stack-foot">
<ul class="links">
<li><a href="#footLink">Study options | Software and Computer Science</a></li>
<li><a href="#footLink">People | Software and Computer Science</a></li>
</ul>
</div>
</div>
</div>
<div class="c-stack ">
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Default Card in Stack</a>
<small>https://www.wgtn.ac.nz/explore/study-areas/software-and-computer-science
</small>
</h4>
<p class="c-stack-intro">Study Software Engineering and Computer Science and be at the forefront of the information revolution.</p>
<div class="c-stack-body">
<p>Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.</p>
</div>
<div class="c-stack-foot">
<ul class="links">
<li><a href="#footLink">Study options | Software and Computer Science</a></li>
<li><a href="#footLink">People | Software and Computer Science</a></li>
</ul>
</div>
</div>
</div>
<div class="c-stack c-stack-flexin c-stack-profile">
<figure class="c-stack-fig">
<img class="c-stack-fig--image" src="https://www.wgtn.ac.nz/images/staffpics/nopicture.gif" alt="Dr Ina Reichenberger">
</figure>
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Dr Ina Reichenberger</a>
</h4>
<div class="c-stack-body">
<header class="formatting">
<p class="subtitle">
<strong>Lecturer</strong> <span>School of Management</span>
</p>
</header>
</div>
<div class="c-stack-foot">
<ul class="meta">
<li class="highlight">
<a href="mailto:ina.reichenberger@vuw.ac.nz" title="Send an email to Dr Ina Reichenberger">
<i class="icon-mail"></i> ina.reichenberger@vuw.ac.nz
</a>
</li>
<li class="highlight">
<a href="tel:04 4635375" title="Call to Dr Ina Reichenberger work phone">
<i class="icon-phone"></i> 04 4635375
</a>
</li>
<li>
<i class="icon-pin"></i> Room 917, Rutherford House 23 Lambton Quay
</li>
</ul>
</div>
</div>
</div>
<div class="c-stack ">
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Default Card in Stack</a>
<small>https://www.wgtn.ac.nz/explore/study-areas/software-and-computer-science
</small>
</h4>
<p class="c-stack-intro">Study Software Engineering and Computer Science and be at the forefront of the information revolution.</p>
<div class="c-stack-body">
<p>Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.</p>
</div>
<div class="c-stack-foot">
<ul class="links">
<li><a href="#footLink">Study options | Software and Computer Science</a></li>
<li><a href="#footLink">People | Software and Computer Science</a></li>
</ul>
</div>
</div>
</div>
<div class="c-stack c-stack-flexin">
<div class="c-stack-fig c-stack-fig--panel">
<h4 class="c-stack-code">GCertCom </h4>
<div class="c-stack-figcaption">
<p><i class="icon-calendar"></i> <em>Next start date 11 Nov 2019</em></p>
</div>
</div>
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Meta Card in Stack</a>
<small>https://www.wgtn.ac.nz/explore/degrees/science/overview
</small>
</h4>
<p class="c-stack-intro">Follow your passion, develop problem-solving skills, and dive into a fascinating career with a Bachelor of Science.</p>
<div class="c-stack-body">
<ul class="meta meta--labelled">
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-graduation-cap"></i> <span class="meta-labelText">Level of Study</span></h4>
<p class="meta-data"><strong>Undergraduate</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-clock"></i> <span class="meta-labelText">Length of full-time study</span></h4>
<p class="meta-data"><strong>3 years (360 points)</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-pin"></i> <span class="meta-labelText">Location</span></h5>
<p class="meta-data"><strong>Kelburn, Wellington</strong></p>
</li>
</ul>
</div>
<div class="c-stack-foot">
</div>
</div>
</div>
<div class="c-stack c-stack-flexin">
<div class="c-stack-fig c-stack-fig--panel">
<h4 class="c-stack-code">GISC401 <span>(2020)</span> </h4>
<div class="c-stack-figcaption">
<h5>Trimester</h5>
<ul class="c-stack-figlist">
<li>
<a class="c-stack-figLink" href="#trimLink">1</a>
</li>
<li>
<a class="c-stack-figLink" href="#trimLink">3</a>
</li>
</ul>
</div>
</div>
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Meta Card in Stack</a>
<small>https://www.wgtn.ac.nz/explore/degrees/science/overview
</small>
</h4>
<div class="c-stack-body">
<p>Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.</p>
<ul class="meta meta--labelled">
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-graduation-cap"></i> <span class="meta-labelText">Points</span></h4>
<p class="meta-data"><strong>20 points</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-clock"></i> <span class="meta-labelText">Duration</span></h4>
<p class="meta-data"><strong>1 trimester</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-user"></i> <span class="meta-labelText">Coordinator</span></h5>
<p class="meta-data"><strong>Jeffery Shima</strong></p>
</li>
</ul>
</div>
<div class="c-stack-foot">
</div>
</div>
</div>
<div class="c-stack c-stack-flexin c-stack-profile">
<figure class="c-stack-fig">
<img class="c-stack-fig--image" src="https://www.wgtn.ac.nz/images/staffpics/nopicture.gif" alt="Dr Ina Reichenberger">
</figure>
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Dr Ina Reichenberger</a>
</h4>
<div class="c-stack-body">
<header class="formatting">
<p class="subtitle">
<strong>Lecturer</strong> <span>School of Management</span>
</p>
</header>
</div>
<div class="c-stack-foot">
<ul class="meta">
<li class="highlight">
<a href="mailto:ina.reichenberger@vuw.ac.nz" title="Send an email to Dr Ina Reichenberger">
<i class="icon-mail"></i> ina.reichenberger@vuw.ac.nz
</a>
</li>
<li class="highlight">
<a href="tel:04 4635375" title="Call to Dr Ina Reichenberger work phone">
<i class="icon-phone"></i> 04 4635375
</a>
</li>
<li>
<i class="icon-pin"></i> Room 917, Rutherford House 23 Lambton Quay
</li>
</ul>
</div>
</div>
</div>
<div class="c-stack ">
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Default Card in Stack</a>
<small>https://www.wgtn.ac.nz/explore/study-areas/software-and-computer-science
</small>
</h4>
<p class="c-stack-intro">Study Software Engineering and Computer Science and be at the forefront of the information revolution.</p>
<div class="c-stack-body">
<p>Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.</p>
</div>
<div class="c-stack-foot">
<ul class="links">
<li><a href="#footLink">Study options | Software and Computer Science</a></li>
<li><a href="#footLink">People | Software and Computer Science</a></li>
</ul>
</div>
</div>
</div>
<div class="c-stack c-stack-flexin">
<div class="c-stack-fig c-stack-fig--panel">
<h4 class="c-stack-code">GISC401 <span>(2020)</span> </h4>
<div class="c-stack-figcaption">
<h5>Trimester</h5>
<ul class="c-stack-figlist">
<li>
<a class="c-stack-figLink" href="#trimLink">1</a>
</li>
<li>
<a class="c-stack-figLink" href="#trimLink">3</a>
</li>
</ul>
</div>
</div>
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Meta Card in Stack</a>
<small>https://www.wgtn.ac.nz/explore/degrees/science/overview
</small>
</h4>
<div class="c-stack-body">
<p>Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.</p>
<ul class="meta meta--labelled">
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-graduation-cap"></i> <span class="meta-labelText">Points</span></h4>
<p class="meta-data"><strong>20 points</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-clock"></i> <span class="meta-labelText">Duration</span></h4>
<p class="meta-data"><strong>1 trimester</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-user"></i> <span class="meta-labelText">Coordinator</span></h5>
<p class="meta-data"><strong>Jeffery Shima</strong></p>
</li>
</ul>
</div>
<div class="c-stack-foot">
</div>
</div>
</div>
<div class="c-stack ">
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Default Card in Stack</a>
<small>https://www.wgtn.ac.nz/explore/study-areas/software-and-computer-science
</small>
</h4>
<p class="c-stack-intro">Study Software Engineering and Computer Science and be at the forefront of the information revolution.</p>
<div class="c-stack-body">
<p>Study Software Engineering and Computer Science and be at the forefront of the information revolution. ... Find out what it’s like to study Software and Computer Science at Victoria from two students and a lecturer.</p>
</div>
<div class="c-stack-foot">
<ul class="links">
<li><a href="#footLink">Study options | Software and Computer Science</a></li>
<li><a href="#footLink">People | Software and Computer Science</a></li>
</ul>
</div>
</div>
</div>
<div class="c-stack ">
<div class="c-stack-info">
<h4 class="c-stack-title">
<a class="c-stack-link" href="#mainLink">Datacom Systems Scholarship in Computer Science</a>
<small>https://www.wgtn.ac.nz/scholarships/current/datacom-systems-scholarship-in-computer-science
</small>
</h4>
<div class="c-stack-body">
<p>This Scholarship has been sponsored by Datacom Systems who initially established the scholarship for a period of five years, until 2002, and have...</p>
<ul class="meta meta--labelled meta--grid">
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-calendar"></i> <span class="meta-labelText">Closing</span></h4>
<p class="meta-data"><strong>1 November 2019</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-people"></i> <span class="meta-labelText">Category</span></h4>
<p class="meta-data"><strong>Māori students; Pasifika students; Students facing financial hardship</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-graduation-cap"></i> <span class="meta-labelText">Level</span></h5>
<p class="meta-data"><strong>School leaver / 1st year</strong></p>
</li>
<li class="highlight meta-item">
<h5 class="meta-label"><i aria-hidden="true" class="icon-book"></i> <span class="meta-labelText">Study Areas</span></h5>
<p class="meta-data"><strong>Music</strong></p>
</li>
</ul>
</div>
<div class="c-stack-foot">
</div>
</div>
</div>
<div class="tiles-panel">
<div class="centraliser block">
<div class="tile-strip-grid updated-tile-grid">
<div class="tiles-wrap">
<ul>
<li class="tile">
<a href="">
<h2>Bachelor of Engineering with Honours</h2>
<h4>BE(Hons)</h4>
<h4>3 years</h4>
<i class="icon-arrow-right"></i>
</a>
</li>
<li class="tile">
<a href="">
<h2>Bachelor of Engineering with Honours</h2>
<h4>BE(Hons)</h4>
<h4>3 years</h4>
<i class="icon-arrow-right"></i>
</a>
</li>
<li class="tile">
<a href="">
<h2>Bachelor of Engineering with Honours</h2>
<h4>BE(Hons)</h4>
<h4>FOH</h4>
<i class="icon-arrow-right"></i>
</a>
</li>
<li class="tile">
<a href="">
<h2>Bachelor of Engineering with Honours</h2>
<h4>BE(Hons)</h4>
<h4>FHSS</h4>
<i class="icon-arrow-right"></i>
</a>
</li>
<li class="tile">
<a href="">
<h2>Bachelor of Engineering with Honours</h2>
<h4>BE(Hons)</h4>
<h4>Law</h4>
<i class="icon-arrow-right"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="tiles-panel">
<div class="centraliser block">
<div class="updated-tile-grid">
<div class="tiles-wrap four-col">
<ul>
<li class="tile">
<a href="">
<h2>Master of Museum and Heritage Practice</h2>
<div class="sub-text">
<h4>MMHP</h4>
</div>
<i class="icon-arrow-right"></i>
</a>
</li>
<li class="tile">
<a href="">
<h2>Master of Museum and Heritage Practice</h2>
<div class="sub-text">
<h4>MMHP</h4>
</div>
<i class="icon-arrow-right"></i>
</a>
</li>
<li class="tile">
<a href="">
<h2>Master of Museum and Heritage Practice</h2>
<div class="sub-text">
<h4>MMHP</h4>
</div>
<i class="icon-arrow-right"></i>
</a>
</li>
<li class="tile">
<a href="">
<h2>Master of Museum and Heritage Practice</h2>
<div class="sub-text">
<h4>MMHP</h4>
</div>
<i class="icon-arrow-right"></i>
</a>
</li>
<li class="tile">
<a href="">
<h2>Master of Museum and Heritage Practice</h2>
<div class="sub-text">
<h4>MMHP</h4>
</div>
<i class="icon-arrow-right"></i>
</a>
</li>
<li class="tile">
<a href="">
<h2>Master of Museum and Heritage Practice</h2>
<div class="sub-text">
<h4>MMHP</h4>
</div>
<i class="icon-arrow-right"></i>
</a>
</li>
<li class="tile">
<a href="">
<h2>Master of Museum and Heritage Practice</h2>
<div class="sub-text">
<h4>MMHP</h4>
</div>
<i class="icon-arrow-right"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="tiles-panel">
<div class="centraliser block">
<div class="updated-tile-grid fixed-height-tiles">
<div class="tiles-wrap four-col">
<ul>
<li class="tile">
<a href="">
<h2>Anthropology</h2>
<div class="sub-text">
<h4 class="icon-book">Subjects</h4>
<p>Cultural Anthropology</p>
</div>
<i class="icon-arrow-right"></i>
</a>
</li>
<li class="tile">
<a href="">
<h2>Anthropology</h2>
<div class="sub-text">
<h4 class="icon-book">Subjects</h4>
<p>Cultural Anthropology</p>
</div>
<i class="icon-arrow-right"></i>
</a>
</li>
<li class="tile">
<a href="">
<h2>Anthropology</h2>
<div class="sub-text">
<h4 class="icon-book">Subjects</h4>
<p>Cultural Anthropology</p>
</div>
<i class="icon-arrow-right"></i>
</a>
</li>
<li class="tile">
<a href="">
<h2>Anthropology</h2>
<div class="sub-text">
<h4 class="icon-book">Subjects</h4>
<p>Cultural Anthropology</p>
</div>
<i class="icon-arrow-right"></i>
</a>
</li>
<li class="tile">
<a href="">
<h2>Anthropology</h2>
<div class="sub-text">
<h4 class="icon-book">Subjects</h4>
<p>Cultural Anthropology</p>
</div>
<i class="icon-arrow-right"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
Three column tile layout for hub top level pages.
If you need help deciding what degree might be right for you, or what courses to take, book a course planning session with us.
Get a taste of what life at Victoria is like—book a campus tour and check out our student accommodation while you are here.
We're visiting schools throughout the year. For your introduction to Victoria, find out when we're in your region.
<div class="tiles-panel ">
<div class="centraliser block">
<div class="updated-tile-grid dynamic-height-tiles ">
<div class="tiles-wrap three-col">
<ul>
<li class="tile">
<a href="">
<h2 class="">Course planning appointments</h2>
<div class="sub-text">
<p>If you need help deciding what degree might be right for you, or what courses to take, book a course planning
session with us.</p>
</div>
<span class="tile-icon">
<span class="tile-icon-title"></span>
<span>
<i class="icon-arrow-right"></i>
</span>
</span>
</a>
</li>
<li class="tile">
<a href="">
<h2>Book a campus tour</h2>
<div class="sub-text">
<p>Get a taste of what life at Victoria is like—book a campus tour and check out our student accommodation while
you are here.</p>
</div>
<span class="tile-icon">
<span class="tile-icon-title"></span>
<span>
<i class="icon-arrow-right"></i>
</span>
</span>
</a>
</li>
<li class="tile">
<a href="">
<h2>School visits</h2>
<div class="sub-text">
<p>We're visiting schools throughout the year. For your introduction to Victoria, find out when we're in your
region.</p>
</div>
<span class="tile-icon">
<span class="tile-icon-title"></span>
<span>
<i class="icon-arrow-right"></i>
</span>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
Three column tile layout with images, for hub top level pages. To be used for linking to external related sites.
We oversee all doctoral degrees and work to ensure that your experience as a thesis student is a positive one.
br
We administer the registration, enrolment, support and funding elements of your study.
The Research office supports the research culture at Victoria through promoting funding initiatives, managing ethics, professional development.
We also manage PBRF and support commercialisation and intellectual property licences.
The commercialisation arm of Victoria research, VicLink have the skills and connections to deliver your research into the market place.
We assist researchers to transform their discoveries into assets that have real benefit to society.
<div class="tiles-panel ">
<div class="centraliser block">
<div class="updated-tile-grid ">
<div class="tiles-wrap three-col image-no-gutter">
<ul>
<li class="tile">
<img src="https://www.wgtn.ac.nz/__data/assets/image/0008/358388/mim-banner.jpg" alt="">
<a href="#">
<h3 class="">Faculty of graduate research</h3>
<div class="sub-text">
<p>We oversee all doctoral degrees and work to ensure that your experience as a thesis student is a positive one.
<br>br
We administer the registration, enrolment, support and funding elements of your study.</p>
</div>
<span class="button ">Learn more</span>
</a>
</li>
<li class="tile">
<img src="https://www.wgtn.ac.nz/__data/assets/image/0008/358388/mim-banner.jpg" alt="">
<a href="#">
<h3>Research office</h3>
<div class="sub-text">
<p>The Research office supports the research culture at Victoria through promoting funding initiatives, managing ethics, professional development.
<br>
We also manage PBRF and support commercialisation and intellectual property licences.</p>
</div>
<span class="button ">Learn more</span>
</a>
</li>
<li class="tile">
<img src="https://www.wgtn.ac.nz/__data/assets/image/0008/358388/mim-banner.jpg" alt="">
<a href="#">
<h3>VicLink</h3>
<div class="sub-text">
<p>The commercialisation arm of Victoria research, VicLink have the skills and connections to deliver your research into the market place.
<br>
We assist researchers to transform their discoveries into assets that have real benefit to society.
</p>
</div>
<span class="button ">Learn more</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
NOT USED ANYWHERE - refactor and fix before using
Strip tiles with accordion to display links and similar list content.
<div class="tiles-panel">
<div class="centraliser block">
<div class="tile-strip-grid tile-accordion">
<div class="tiles-wrap">
<ul>
<li class="tile accordion-closed ">
<a href="javascript:void(0)">
<h2>Architecture</h2>
<h4>With an impressive breadth of collaborations, we champion creativity and exploration. From urban design to
wearable technologies, this faculty embodies innovation. </h4>
<i class="icon-caret-right"></i>
</a>
<div class="accordion-content closed list">
<ul class="links">
<li>
<a href="#">Centre of Building Performance Research (CBPR)</a>
</li>
<li>
<a href="#">Earthquake Hazard Centre (EHC)
</a>
</li>
</ul>
</div>
</li>
<li class="tile accordion-closed ">
<a href="javascript:void(0)">
<h2>Business</h2>
<h4>At the heart of New Zealand’s business, finance, public and government community, our research expertise supports
local and international solutions. </h4>
<i class="icon-caret-right"></i>
</a>
<div class="accordion-content list">
<ul class="links">
<li>
<a href="#">BNZ Chair in Business in Asia
</a>
</li>
<li>
<a href="#">Brian Picot Chair in Ethical Leadership</a>
</li>
<li>
<a href="#">Centre for Accounting Governance and Taxation Research
</a>
</li>
<li>
<a href="#">Centre for Labour, Employment and Work (CLEW)</a>
</li>
<li>
<a href="#">Chair in the Economics of Disasters
</a>
</li>
<li>
<a href="#">Chair in Public Finance
</a>
</li>
<li>
<a href="#">Competitive Advantage New Zealand</a>
</li>
</ul>
</div>
</li>
<li class="tile accordion-closed ">
<a href="javascript:void(0)">
<h2>Engineering</h2>
<h4>Our engineering, computer and mathematical science researchers are at the forefront of their fields. Work on
pure and applied solutions have global relevance.</h4>
<i class="icon-caret-right"></i>
</a>
<div class="accordion-content list">
<ul class="links">
<li>
<a href="#">Computational Media Innovation Centre (opening June 2018) </a>
</li>
<li>
<a href="#">Robinson Research Institute
</a>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
The dialog with all available tools will open automatically if the (optionally configurable) toolbar
URL query is present in the URL path.
Because of the size of this component, all core files are downloaded on demand right after user opens the dialog for the first time ('lazy loading').
There are three usual methods to load, initialise and open the toolbar dialog - programatically, click through href
attribute or click via onclick
attribute (for elements without href attribute).
PUBLIC API
constructor( configurationUrl: string | configurationObject: Object )
- Provide either configurationUrl
of the RESTful endpoint with a data model or configurationObject
directly.DEPENDENCIES
The following JavaScript dependencies must be included:
toolkitCore.initToolbarLoader( additionalResourceSpecList )
(adds the toolkitToolbarLoader
) and toolkitCore.initToolbarUrlListeners()
(enables the toolbar opening based on the query in current URL).<a href="javascript:window.toolkitToolbarLoader && window.toolkitToolbarLoader( 'https://www.wgtn.ac.nz/api/toolbar/staff' );void 0;" title="Lazy loads and opens the toolbar dialog">Load and open using `href`</a>
<br><br>
<button class="button" title="Lazy loads and opens the toolbar dialog" onclick="window.toolkitToolbarLoader && window.toolkitToolbarLoader( 'https://www.wgtn.ac.nz/api/toolbar/students' );void 0;">Load and open using click event</button>
Tooltips that initialise automatically if the data-tooltip
attribute is present on an element.
By default, tooltips are shown on element hover
(for desktop) or tap
(mobile).
An example of a tooltip within a paragraph of text/content - Before work can start the PCBUs managing the work must undertake a site-specific risk assessment to ensure all unacceptable risks are mitigated
<span class="icon-help" title="Icon-based tooltip showing on hover (desktop) or on tap (mobile)" data-tooltip></span>
<button class="button" title="Example of a tooltip on a different type of element" data-tooltip>Tooltip 'on hover'</button>
<br><br>
<p>An example of a tooltip within a paragraph of text/content - Before work can start the <span class="inline-tooltip" data-tooltip title="Person Conducting a Business or Undertaking, that is the contractor, business, or organisation">PCBUs</span> managing the work must undertake a site-specific risk assessment to ensure all unacceptable risks are mitigated</p>
Optionally, the event triggering showing/hiding of the tooltip can be changed to on click
. This makes the tooltip stay open until user clicks anywhere outside of the element or tooltip.
The 'On click' tooltip can be useful for more complex tooltips that require custom HTML or clickable elements.
<a href="javascript:;" data-tooltip='{"trigger":"click"}' title="Example of a tooltip triggered 'on click' and staying open">Tooltip 'on click'</a>
Tooltip can be dynamically initialised for any element using the Toolkit Tooltips API.
<!-- Dynamic tooltip #1 -->
<script>
function initFirstDynamicTooltip() {
window.toolkitTooltips.initTooltip(document.getElementById('tooltip-dynamic-1'));
}
</script>
<span class="icon-info" id="tooltip-dynamic-1" title="Dynamically initialised tooltip triggered 'on hover' or 'on tap' (mobile)"></span>
<!-- Dynamic tooltip #2 -->
<script>
function initSecondDynamicTooltip() {
window.toolkitTooltips.initTooltip(document.getElementById('tooltip-dynamic-2'), {
trigger: 'click',
content: "Dynamically initialised tooltip triggered 'on click' and staying open (dynamic content)"
});
}
</script>
<button class="button" id="tooltip-dynamic-2">Dynamically initialised 'on hover' tooltip</button>
<!-- Utilities (not necessary to use) -->
<script>
/* Only to make sure the initialisations happen AFTER all dependencies are ready. This might be achieved with $.ready( fn ) too. */
runFunctionOnDocumentReady(initFirstDynamicTooltip);
runFunctionOnDocumentReady(initSecondDynamicTooltip);
</script>
To start using Toolkit's Tracking API for Google Tag Manager, you need to make sure that following scripts are imported to the page, in the following order:
Google Tag Manager script
snippets in the <head>
and <body>
elementjQuery v1.10
and newertoolkit.0a89b0c9.js
(bundle with all UI toolkit's scripts) or toolkit.tracking.12ce151f.js
(standalone library for GTM tracking only)<head>
<!-- Google Tag Manager scripts *MUST BE* as high as possible in the <head> and <body>! -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://static.victoria.ac.nz/toolkit.tracking.min.js" type="text/javascript"></script>
<script>
/** Dynamic code to work with Tracking API */
</script>
</head>
When the DOM has been fully intialised, the improted script automatically subscribes any HTML element on a page with attribute data-gtm-track
to be tracked and (optionally) send custom information to Google Tag Manager.
The data-gtm-track
attribute can receive a type of interaction as a value. All event types specified in https://developer.mozilla.org/en-US/docs/Web/API/Event/type are supported. Check Types of interaction presets
section to see what basic information are pushed into GTM for different interactions.
A secondary optional attribute id
(or data-gtm-id
if id
cannot be used for this purpose) allows to define unique identifier for a group of related interaction.
Last optional attribute data-gtm-vars
allows you to pass a valid Object in a String format. All the injected data will be added to (or override) the presets and will be pushed into GTM. Note that this HTML attribute requires single quotes to accommodate JSONs requirements.
An example of a button that sends information as a custom event 'main-logo' when clicked. Note, that Google Tag Manager has to be configured to trigger a tag when the 'main-logo' event is received:
<a id="logo" href="example.com" title="Link to the example page" data-gtm-track="click" data-gtm-id="main-logo" data-gtm-vars='{ "width": "153px", "height": "1003px", "loadingTime": 13.342 }'>Link that triggers custom event</a>
Constructors and configurators (non-ES6 / ES6):
- global toolkitTracker( options: Object)
- A constructor, overrides the settings and returns the object with all other public methods. A recommended way to override default settings and/or access API in non-ES6 and legacy JS environments.
- module trackerConfig( options: Object)
- Importing and invoking this module is a recommended way to override the tracking's settings in ES6 JS environments.
- module tracker: Object
- Importing this module is a recommended way to gain access to the tracking's public API methods in ES6 JS environments
Public API methods
- shouldTrackElement( element: DOMElement )
- True if an element has got data-gtm-track
attribute, false otherwise. Useful to do custom tracking while enabling/disabling it through the HTML attribute (e.g. via CMS)
- trackEvent( eventId: String, trackingSource: Object|Event, customData: Object )
- Sends a tracking data to the GTM. If an 'Event' is passed as a 'trackingSource' parameter, it might automatically extract some pre-defined attributes based on the event type (see Types of interaction presets
for more details about all available presets). If a 'non-Event' object is passed, its attributes will be pushed into GTM unchanged. Passing object as a 'customData' allows you to further extend the information pushed to the GTM and should be only used in tandem with an 'Event' object.
- registerForTracking( elements: DOMElement[], eventType: String = [data-gtm-track] | 'auto', eventId: String = [data-gtm-id] | [id])
- Subscribes a list of DOM elements to a specified user interaction (~ interaction type, e.g. 'click'). When the interaction occurs, a message in a pre-defined format is pushed into Google Tag Manager. If the eventId
is not specified, the element's data-gtm-id
or id
attribute is used to uniquely identify the event. All user interactions defined in https://developer.mozilla.org/en-US/docs/Web/API/Event/type are supported (check 'Types of interaction presets' section to find out what information are pushed for various interactions).
Configuration object (options
):
- autoRegister: boolean (true)
- Whether or not should script automatically subscribe all elements with a data-gtm-track
attribute after the DOM is initialised. Note that this must be set before the document.onLoad()
event is triggered.
Types of interaction presets:
- auto (default)
- Does not push anything to the GTM.
- click
- If specified in the HTML, it gets triggered whenever a user clicks on the element. Following data are sent to GTM: event
- ID of the event to identify it in the GTM's backend (see id
or data-gtm-id
below) | custom.selector
- Element's DOM object | custom.eventType
- 'click' | custom.href
- URL of the element (if exists) | custom.text
- Element's text content.
- any other event type
specified in https://developer.mozilla.org/en-US/docs/Web/API/Event/type - Following data are sent to GTM: event
- ID of the event to identify it in the GTM's backend (see id
or data-gtm-id
below) | custom.eventType
- '{event's type}'.
Example: Do not automatically register elements with 'data-gtm-track' and define your own behaviour on pre-ES6 or legacy JS system.
<!-- Imported GTM scripts + jQuery + tracking plugin -->
<script>
var tracker = toolkitTracker({
autoRegister: false
});
// Now, you can check if the main logo should be tracked (= contains `data-gtm-track` attribute)
var logoElement = $('#logo');
if (tracker.shouldTrackElement(logoElement)) {
// Manually perform your own GTM tracking or use any pre-defined method
tracker.registerForTracking(logoElement, 'click'); // Send information with event id 'logo' if user performs click on the element
}
</script>