mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 11:27:06 +00:00
13 lines
777 B
HTML
13 lines
777 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 Young Reporter | Reading School</span>
|
|
</section>
|
|
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-end" role="toolbar">
|
|
<a href="/" class="mdc-top-app-bar__action-item" aria-label="Reading School">
|
|
<!-- <img src="/images/logo-white.png" alt="Reading School Logo" style="height:45px;width:35px;padding:0;"/> -->
|
|
<img src="/images/logo-white.png" alt="Reading School Logo" style="height:100%;padding:0;"/>
|
|
</a>
|
|
</section>
|
|
</div>
|