Hero
Hero documentation goes here.
Hero example 1
HTML
<div class="hero">
<div class="hero-left honeyyellow">
<div class="group">
<span class="label">Energy Saving Trust</span>
<h1 class="title">How to save money on my energy bills</h1>
<a href="#" class="btn btn-primary">Find out how</a>
</div>
</div>
<div class="hero-right switch-container sq-container--100px sq-container--trans sq-left sq-pos--50 honeyyellow" style="background-image: url('../assets/example-images/hero.png');">
<div class="square">
<svg class="corner" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><g><path d="m10,0H0v10C0,4.48,4.48,0,10,0Z"></path></g></svg>
<svg class="corner" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><g><path d="m10,0H0v10C0,4.48,4.48,0,10,0Z"></path></g></svg>
</div>
</div>
</div>
Hero example 2
Energy Saving Trust
How to save money on my energy bills
Support for communities, local authorities, supply chain and businesses
HTML
<div class="hero">
<div class="hero-left honeyyellow">
<div class="group">
<span class="label">Energy Saving Trust</span>
<h1 class="title">How to save money on my energy bills</h1>
<span class="description">Support for communities, local authorities, supply chain and businesses</span>
</div>
</div>
<div class="hero-right switch-container sq-container--100px sq-container--trans sq-left sq-pos--50 honeyyellow" style="background-image: url('../assets/example-images/hero.png');">
<div class="square">
<svg class="corner" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><g><path d="m10,0H0v10C0,4.48,4.48,0,10,0Z"></path></g></svg>
<svg class="corner" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><g><path d="m10,0H0v10C0,4.48,4.48,0,10,0Z"></path></g></svg>
</div>
</div>
</div>