mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 11:27:06 +00:00
Add website
This commit is contained in:
2
page-inserts/cookie-notice.html
Normal file
2
page-inserts/cookie-notice.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<p>Just to let you know, we use cookies on our site.</p>
|
||||
<p><a href="javascript:void(0);" id="close-cookies">OK</a></p>
|
||||
15
page-inserts/navbar.html
Normal file
15
page-inserts/navbar.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<div class="mdc-drawer__content">
|
||||
<nav class="mdc-list">
|
||||
<div style="margin: 15px;text-align:center;">
|
||||
<img src="//images/page-logo.png" style="width: 90%;"/>
|
||||
</div>
|
||||
<a class="mdc-list-item" href="https://reading-school.co.uk">
|
||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>
|
||||
<span class="mdc-list-item__text">Reading School Website</span>
|
||||
</a>
|
||||
<a class="mdc-list-item" href="/">
|
||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>
|
||||
<span class="mdc-list-item__text">Home Page</span>
|
||||
</a>
|
||||
</nav>
|
||||
</div>
|
||||
7
page-inserts/top-app-bar.html
Normal file
7
page-inserts/top-app-bar.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
<img src="//images/logo-white.png" style="height:48px;width:auto;position:relative;right:0;"/>
|
||||
</section>
|
||||
</div>
|
||||
Reference in New Issue
Block a user