Files
bbc-young-reporter/page-inserts/top-app-bar.html
Matthew Grove 2709500e8d Make top app bar and drawer work properly
Top app bar now collapses on scroll & drawer opens when the menu button is clicked
2018-11-20 16:51:32 +00:00

10 lines
614 B
HTML

<div class="mdc-top-app-bar__row">
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-start">
<a href="javascript:void(0);" class="material-icons mdc-top-app-bar__navigation-icon">menu</a>
<span class="mdc-top-app-bar__title">BBC School Report | Reading School</span>
</section>
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-end" role="toolbar">
<img src="/images/logo-white.png" class="mdc-top-app-bar__action-item" aria-label="Reading School" alt="Reading School Logo" style="height:65px;width:54px;"/>
</section>
</div>