Links panels

Links panels can be used to display a group of related links

Examples with the default white background and optional grey background.

<div class="columns">
	<div class="column">
		<div class="">
			<h2 class="is-size-3 has-heading-line">At a glance</h2>
			<ul class="list-unstyled m-bottom-20">
				<li><a class="text-link" href="#">Lost your password?<span class="text-link-icon fa fa-arrow-right" aria-hidden="true"></span></a></li>
				<li><a class="text-link" href="#">IT Services - assistance with Brookes systems<span class="text-link-icon fa fa-arrow-right" aria-hidden="true"></span></a></li>
				<li><a class="text-link" href="#">Library study resources<span class="text-link-icon fa fa-arrow-right" aria-hidden="true"></span></a></li>
				<li><a class="text-link" href="#">Raise a concern - about the University&#39;s complaints procedure<span class="text-link-icon fa fa-arrow-right" aria-hidden="true"></span></a></li>
			</ul>
		</div>
	</div>
	<div class="column">
		<div class="box has-background-light">
			<h2 class="is-size-3 has-heading-line">Oxford Brookes and beyond</h2>
			<ul class="list-unstyled m-bottom-20">
				<li><a class="text-link" href="https://www.lowcarbonhub.org/">Low carbon projects in Oxfordshire</a></li>
				<li><a class="text-link" href="http://www.energy-uk.org.uk/energy-industry/renewable-generation.html">Renewable energy in the UK</a></li>
				<li><a class="text-link" href="http://gridwatch.co.uk/Renewables">Renewable mix in the UK electricity grid - real time dashboard</a></li>
				<li><a class="text-link" href="http://www.globalissues.org/issue/178/climate-change-and-global-warming">An introduction to climate change and global warming </a></li>
			</ul>
		</div>
	</div>
</div>