mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
Redesign website
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<img>
|
<img>
|
||||||
<span >© Reading School {{ "now" | date: "%Y" }} | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
<span >© Matthew G {{ "now" | date: "%Y" }} | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
<html>
|
<html>
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
<link href="/css/mdc-card-list.css" rel="stylesheet">
|
<link href="/css/mdc-card-list.css" rel="stylesheet">
|
||||||
|
<link href="/css/article-list.css" rel="stylesheet">
|
||||||
|
<script src="/js/parallax.min.js"></script>
|
||||||
<body>
|
<body>
|
||||||
<!-- cookie notice is included automatically -->
|
<!-- cookie notice is included automatically -->
|
||||||
{% include cookie-notice.html %}
|
{% include cookie-notice.html %}
|
||||||
|
|||||||
29
_layouts/home.html
Normal file
29
_layouts/home.html
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
{% include head.html %}
|
||||||
|
<link href="/css/mdc-card-list.css" rel="stylesheet">
|
||||||
|
<link href="/css/home.css" rel="stylesheet">
|
||||||
|
<script src="/js/home.js"></script>
|
||||||
|
<script src="/js/jarallax.min.js"></script>
|
||||||
|
<body>
|
||||||
|
<!-- cookie notice is included automatically -->
|
||||||
|
{% include cookie-notice.html %}
|
||||||
|
|
||||||
|
<!-- content of navbar is included via jQuery -->
|
||||||
|
{% include navbar.html %}
|
||||||
|
|
||||||
|
<div class="mdc-drawer-app-content">
|
||||||
|
{% include top-app-bar.html %}
|
||||||
|
|
||||||
|
<main class="main-content" id="main-content">
|
||||||
|
<div class="mdc-top-app-bar--short-fixed-adjust">
|
||||||
|
{{ content }}
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
<div class="footer-container">
|
||||||
|
{% include footer.html %}
|
||||||
|
</div>
|
||||||
|
{% include top-scroll-button.html %}
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
10
_posts/2020-03-02-test1.md
Normal file
10
_posts/2020-03-02-test1.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: Title
|
||||||
|
date: 2020-03-02 7:01
|
||||||
|
authors: Name
|
||||||
|
image-caption: A caption for the cover image
|
||||||
|
layout: image-article
|
||||||
|
categories: articles
|
||||||
|
---
|
||||||
|
|
||||||
|
Content
|
||||||
10
_posts/2020-03-02-test2.md
Normal file
10
_posts/2020-03-02-test2.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: Title
|
||||||
|
date: 2020-03-02 7:02
|
||||||
|
authors: Name
|
||||||
|
image-caption: A caption for the cover image
|
||||||
|
layout: image-article
|
||||||
|
categories: articles
|
||||||
|
---
|
||||||
|
|
||||||
|
Content
|
||||||
@@ -78,6 +78,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mdc-list-group">
|
<div class="mdc-list-group">
|
||||||
<h3 class="mdc-list-group__subheader">2019</h3>
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
@@ -90,7 +121,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
@@ -99,7 +129,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
@@ -108,7 +137,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
@@ -117,7 +145,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
@@ -126,7 +153,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
@@ -135,7 +161,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
@@ -144,7 +169,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
@@ -153,7 +177,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
@@ -162,7 +185,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
@@ -171,13 +193,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -216,7 +236,7 @@ Click <a href="/">here</a> to see the articles Reading School’s year 8 student
|
|||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<img>
|
<img>
|
||||||
<span >© Reading School 2019 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<a href="javascript:scrollUp()" class="top-scroll-button">
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
# BBC School Report | Reading School
|
# BBC Young Reporter | Reading School
|
||||||
This is Reading School's BBC School Report website. If you have any problems with this website, please [email me at me@mgrove.uk](mailto:me@mgrove.uk), or [create an issue on GitHub](https://github.com/reading-school-code/bbc-school-report/issues/new).
|
This is Reading School's BBC Young Reporter website. If you have any problems with this website, please [email me at me@mgrove.uk](mailto:me@mgrove.uk), or [create an issue on GitHub](https://github.com/reading-school-code/bbc-school-report/issues/new).
|
||||||
|
|||||||
@@ -86,6 +86,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mdc-list-group">
|
<div class="mdc-list-group">
|
||||||
<h3 class="mdc-list-group__subheader">2019</h3>
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
@@ -98,7 +129,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
@@ -107,7 +137,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
@@ -116,7 +145,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
@@ -125,7 +153,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
@@ -134,7 +161,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
@@ -143,7 +169,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
@@ -152,7 +177,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
@@ -161,7 +185,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
@@ -170,7 +193,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
@@ -179,13 +201,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -442,6 +462,36 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -467,7 +517,7 @@
|
|||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<img>
|
<img>
|
||||||
<span >© Reading School 2019 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<a href="javascript:scrollUp()" class="top-scroll-button">
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
|||||||
@@ -86,6 +86,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mdc-list-group">
|
<div class="mdc-list-group">
|
||||||
<h3 class="mdc-list-group__subheader">2019</h3>
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
@@ -98,7 +129,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
@@ -107,7 +137,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
@@ -116,7 +145,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
@@ -125,7 +153,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
@@ -134,7 +161,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
@@ -143,7 +169,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
@@ -152,7 +177,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
@@ -161,7 +185,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
@@ -170,7 +193,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
@@ -179,13 +201,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -485,6 +505,36 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -510,7 +560,7 @@
|
|||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<img>
|
<img>
|
||||||
<span >© Reading School 2019 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<a href="javascript:scrollUp()" class="top-scroll-button">
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
|||||||
@@ -86,6 +86,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mdc-list-group">
|
<div class="mdc-list-group">
|
||||||
<h3 class="mdc-list-group__subheader">2019</h3>
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
@@ -98,7 +129,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
@@ -107,7 +137,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
@@ -116,7 +145,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
@@ -125,7 +153,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
@@ -134,7 +161,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
@@ -143,7 +169,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
@@ -152,7 +177,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
@@ -161,7 +185,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
@@ -170,7 +193,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
@@ -179,13 +201,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -430,6 +450,36 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -562,7 +612,7 @@
|
|||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<img>
|
<img>
|
||||||
<span >© Reading School 2019 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<a href="javascript:scrollUp()" class="top-scroll-button">
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
|||||||
@@ -86,6 +86,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mdc-list-group">
|
<div class="mdc-list-group">
|
||||||
<h3 class="mdc-list-group__subheader">2019</h3>
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
@@ -98,7 +129,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
@@ -107,7 +137,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
@@ -116,7 +145,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
@@ -125,7 +153,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
@@ -134,7 +161,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
@@ -143,7 +169,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
@@ -152,7 +177,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
@@ -161,7 +185,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
@@ -170,7 +193,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
@@ -179,13 +201,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -454,6 +474,36 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -479,7 +529,7 @@
|
|||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<img>
|
<img>
|
||||||
<span >© Reading School 2019 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<a href="javascript:scrollUp()" class="top-scroll-button">
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
|||||||
@@ -85,6 +85,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mdc-list-group">
|
<div class="mdc-list-group">
|
||||||
<h3 class="mdc-list-group__subheader">2019</h3>
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
@@ -97,7 +128,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
@@ -106,7 +136,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
@@ -115,7 +144,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
@@ -124,7 +152,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
@@ -133,7 +160,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
@@ -142,7 +168,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
@@ -151,7 +176,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
@@ -160,7 +184,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
@@ -169,7 +192,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
@@ -178,13 +200,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -421,6 +441,36 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -492,7 +542,7 @@
|
|||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<img>
|
<img>
|
||||||
<span >© Reading School 2019 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<a href="javascript:scrollUp()" class="top-scroll-button">
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
|||||||
@@ -86,6 +86,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mdc-list-group">
|
<div class="mdc-list-group">
|
||||||
<h3 class="mdc-list-group__subheader">2019</h3>
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
@@ -98,7 +129,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
@@ -107,7 +137,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
@@ -116,7 +145,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
@@ -125,7 +153,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
@@ -134,7 +161,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
@@ -143,7 +169,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
@@ -152,7 +177,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
@@ -161,7 +185,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
@@ -170,7 +193,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
@@ -179,13 +201,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -434,6 +454,36 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -524,7 +574,7 @@
|
|||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<img>
|
<img>
|
||||||
<span >© Reading School 2019 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<a href="javascript:scrollUp()" class="top-scroll-button">
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
|||||||
@@ -86,6 +86,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mdc-list-group">
|
<div class="mdc-list-group">
|
||||||
<h3 class="mdc-list-group__subheader">2019</h3>
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
@@ -98,7 +129,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
@@ -107,7 +137,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
@@ -116,7 +145,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
@@ -125,7 +153,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
@@ -134,7 +161,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
@@ -143,7 +169,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
@@ -152,7 +177,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
@@ -161,7 +185,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
@@ -170,7 +193,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
@@ -179,13 +201,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -468,6 +488,36 @@ Others objected to the planning application by expressing fears of the damaging
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -493,7 +543,7 @@ Others objected to the planning application by expressing fears of the damaging
|
|||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<img>
|
<img>
|
||||||
<span >© Reading School 2019 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<a href="javascript:scrollUp()" class="top-scroll-button">
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
|||||||
@@ -86,6 +86,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mdc-list-group">
|
<div class="mdc-list-group">
|
||||||
<h3 class="mdc-list-group__subheader">2019</h3>
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
@@ -98,7 +129,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
@@ -107,7 +137,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
@@ -116,7 +145,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
@@ -125,7 +153,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
@@ -134,7 +161,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
@@ -143,7 +169,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
@@ -152,7 +177,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
@@ -161,7 +185,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
@@ -170,7 +193,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
@@ -179,13 +201,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -470,6 +490,36 @@ Well of course the most effective and most common method experienced by Reading
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -495,7 +545,7 @@ Well of course the most effective and most common method experienced by Reading
|
|||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<img>
|
<img>
|
||||||
<span >© Reading School 2019 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<a href="javascript:scrollUp()" class="top-scroll-button">
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
|||||||
@@ -86,6 +86,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mdc-list-group">
|
<div class="mdc-list-group">
|
||||||
<h3 class="mdc-list-group__subheader">2019</h3>
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
@@ -98,7 +129,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
@@ -107,7 +137,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
@@ -116,7 +145,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
@@ -125,7 +153,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
@@ -134,7 +161,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
@@ -143,7 +169,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
@@ -152,7 +177,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
@@ -161,7 +185,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
@@ -170,7 +193,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
@@ -179,13 +201,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -342,6 +362,36 @@ It is standard protocol in the NHS that doctors must consult with the patient an
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -522,7 +572,7 @@ It is standard protocol in the NHS that doctors must consult with the patient an
|
|||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<img>
|
<img>
|
||||||
<span >© Reading School 2019 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<a href="javascript:scrollUp()" class="top-scroll-button">
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
|||||||
@@ -86,6 +86,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mdc-list-group">
|
<div class="mdc-list-group">
|
||||||
<h3 class="mdc-list-group__subheader">2019</h3>
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
@@ -98,7 +129,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
@@ -107,7 +137,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
@@ -116,7 +145,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
@@ -125,7 +153,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
@@ -134,7 +161,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
@@ -143,7 +169,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
@@ -152,7 +177,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
@@ -161,7 +185,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
@@ -170,7 +193,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
@@ -179,13 +201,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -318,6 +338,36 @@ Under the plan, the main theatre would operate on a commercial basis with the re
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -552,7 +602,7 @@ Under the plan, the main theatre would operate on a commercial basis with the re
|
|||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<img>
|
<img>
|
||||||
<span >© Reading School 2019 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<a href="javascript:scrollUp()" class="top-scroll-button">
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
|||||||
@@ -86,6 +86,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mdc-list-group">
|
<div class="mdc-list-group">
|
||||||
<h3 class="mdc-list-group__subheader">2019</h3>
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
@@ -98,7 +129,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
@@ -107,7 +137,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
@@ -116,7 +145,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
@@ -125,7 +153,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
@@ -134,7 +161,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
@@ -143,7 +169,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
@@ -152,7 +177,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
@@ -161,7 +185,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
@@ -170,7 +193,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
@@ -179,13 +201,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -244,6 +264,36 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 class="mdc-typography--headline5 article-carousel-title">
|
<h2 class="mdc-typography--headline5 article-carousel-title">
|
||||||
|
|
||||||
Other Articles By This Author
|
Other Articles By This Author
|
||||||
@@ -495,7 +545,7 @@
|
|||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<img>
|
<img>
|
||||||
<span >© Reading School 2019 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<a href="javascript:scrollUp()" class="top-scroll-button">
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
|||||||
438
_site/articles/2020/03/01/test.html
Normal file
438
_site/articles/2020/03/01/test.html
Normal file
@@ -0,0 +1,438 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<link rel="icon" href="/images/favicon.ico">
|
||||||
|
|
||||||
|
<!-- add to homescreen for Chrome on Android -->
|
||||||
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
|
<link rel="icon" sizes="192x192" href="/images/favicon.png">
|
||||||
|
|
||||||
|
<!-- add to homescreen for Safari on iOS -->
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||||
|
<meta name="apple-mobile-web-app-title" content="Test | Reading School">
|
||||||
|
<link rel="apple-touch-icon-precomposed" href="/images/favicon.png">
|
||||||
|
|
||||||
|
<!-- tile icon & colour for Windows 8 -->
|
||||||
|
<meta name="msapplication-TileImage" content="/images/favicon.png">
|
||||||
|
<meta name="msapplication-TileColor" content="#d84315">
|
||||||
|
|
||||||
|
<title>Test | Reading School</title>
|
||||||
|
<meta name="description" content="<p>Content</p>
|
||||||
|
">
|
||||||
|
|
||||||
|
<!-- import Roboto (font) -->
|
||||||
|
<link href="/css/roboto.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- import jQuery -->
|
||||||
|
<script src="/js/jquery.min.js"></script>
|
||||||
|
|
||||||
|
<!-- import jQuery timeago -->
|
||||||
|
<script src="/js/jquery.timeago.min.js"></script>
|
||||||
|
|
||||||
|
<!-- import cookie JavaScript -->
|
||||||
|
<script src="/js/cookies.js"></script>
|
||||||
|
|
||||||
|
<!-- import Material Design components & icons -->
|
||||||
|
<link href="/css/material-components-web.min.css" rel="stylesheet">
|
||||||
|
<link href="/css/material_icons.css" rel="stylesheet">
|
||||||
|
<script src="/js/material-components-web.min.js"></script>
|
||||||
|
|
||||||
|
<!-- import local styling & scripts -->
|
||||||
|
<script src="/js/global.js"></script>
|
||||||
|
<link href="/css/global.css" rel="stylesheet">
|
||||||
|
<script src="/js/top-scroll-button.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<link href="/css/slick.css" rel="stylesheet">
|
||||||
|
<link href="/css/slick-theme.css" rel="stylesheet">
|
||||||
|
<script src="/js/slick.min.js"></script>
|
||||||
|
<link href="/css/article-page.css" rel="stylesheet">
|
||||||
|
<script src="/js/article-page.js"></script>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<!-- cookie notice is included automatically -->
|
||||||
|
<div id="cookies">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- content of navbar is included via jQuery -->
|
||||||
|
<aside class="mdc-drawer mdc-drawer--modal">
|
||||||
|
<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%;"/>
|
||||||
|
<img src="/images/young-reporter-logo.png" style="width: 90%;padding-top:15px;"/>
|
||||||
|
</div>
|
||||||
|
<a class="mdc-list-item" href="https://reading-school.co.uk" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">school</i>
|
||||||
|
<span class="mdc-list-item__text">Reading School Website</span>
|
||||||
|
</a>
|
||||||
|
<a class="mdc-list-item" href="/" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>
|
||||||
|
<span class="mdc-list-item__text">Home Page</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-typography--headline7">Articles</h3>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/finished-product.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">The Finished Product</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
<div class="mdc-drawer-scrim"></div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-drawer-app-content">
|
||||||
|
<header class="mdc-top-app-bar mdc-top-app-bar--short" id="app-bar">
|
||||||
|
<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" style="padding:0;">
|
||||||
|
<img src="/images/logo-white.png" alt="Reading School Logo" style="height:100%;"/>
|
||||||
|
</a>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="main-content" id="main-content">
|
||||||
|
<div class="mdc-top-app-bar--short-fixed-adjust">
|
||||||
|
<h2 class="mdc-typography--headline3">Test</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle1">
|
||||||
|
<time class="timeago" datetime="2020-03-01T07:01:00">Sunday 1 March 2020</time>
|
||||||
|
| by Matthew G
|
||||||
|
</h3>
|
||||||
|
<figure>
|
||||||
|
<img src="/images/2020-03-01-test--cover.jpg" style="width:100%;">
|
||||||
|
<figcaption class="mdc-typography--caption-text">A caption for the cover image</figcaption>
|
||||||
|
</figure>
|
||||||
|
<p>Content</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
<footer>
|
||||||
|
<img>
|
||||||
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
<img alt="Scroll to top" src="/images/up-arrow.png">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
476
_site/articles/2020/03/02/test1.html
Normal file
476
_site/articles/2020/03/02/test1.html
Normal file
@@ -0,0 +1,476 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<link rel="icon" href="/images/favicon.ico">
|
||||||
|
|
||||||
|
<!-- add to homescreen for Chrome on Android -->
|
||||||
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
|
<link rel="icon" sizes="192x192" href="/images/favicon.png">
|
||||||
|
|
||||||
|
<!-- add to homescreen for Safari on iOS -->
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||||
|
<meta name="apple-mobile-web-app-title" content="Title | Reading School">
|
||||||
|
<link rel="apple-touch-icon-precomposed" href="/images/favicon.png">
|
||||||
|
|
||||||
|
<!-- tile icon & colour for Windows 8 -->
|
||||||
|
<meta name="msapplication-TileImage" content="/images/favicon.png">
|
||||||
|
<meta name="msapplication-TileColor" content="#d84315">
|
||||||
|
|
||||||
|
<title>Title | Reading School</title>
|
||||||
|
<meta name="description" content="<p>Content</p>
|
||||||
|
">
|
||||||
|
|
||||||
|
<!-- import Roboto (font) -->
|
||||||
|
<link href="/css/roboto.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- import jQuery -->
|
||||||
|
<script src="/js/jquery.min.js"></script>
|
||||||
|
|
||||||
|
<!-- import jQuery timeago -->
|
||||||
|
<script src="/js/jquery.timeago.min.js"></script>
|
||||||
|
|
||||||
|
<!-- import cookie JavaScript -->
|
||||||
|
<script src="/js/cookies.js"></script>
|
||||||
|
|
||||||
|
<!-- import Material Design components & icons -->
|
||||||
|
<link href="/css/material-components-web.min.css" rel="stylesheet">
|
||||||
|
<link href="/css/material_icons.css" rel="stylesheet">
|
||||||
|
<script src="/js/material-components-web.min.js"></script>
|
||||||
|
|
||||||
|
<!-- import local styling & scripts -->
|
||||||
|
<script src="/js/global.js"></script>
|
||||||
|
<link href="/css/global.css" rel="stylesheet">
|
||||||
|
<script src="/js/top-scroll-button.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<link href="/css/slick.css" rel="stylesheet">
|
||||||
|
<link href="/css/slick-theme.css" rel="stylesheet">
|
||||||
|
<script src="/js/slick.min.js"></script>
|
||||||
|
<link href="/css/article-page.css" rel="stylesheet">
|
||||||
|
<script src="/js/article-page.js"></script>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<!-- cookie notice is included automatically -->
|
||||||
|
<div id="cookies">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- content of navbar is included via jQuery -->
|
||||||
|
<aside class="mdc-drawer mdc-drawer--modal">
|
||||||
|
<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%;"/>
|
||||||
|
<img src="/images/young-reporter-logo.png" style="width: 90%;padding-top:15px;"/>
|
||||||
|
</div>
|
||||||
|
<a class="mdc-list-item" href="https://reading-school.co.uk" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">school</i>
|
||||||
|
<span class="mdc-list-item__text">Reading School Website</span>
|
||||||
|
</a>
|
||||||
|
<a class="mdc-list-item" href="/" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>
|
||||||
|
<span class="mdc-list-item__text">Home Page</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-typography--headline7">Articles</h3>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/finished-product.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">The Finished Product</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
<div class="mdc-drawer-scrim"></div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-drawer-app-content">
|
||||||
|
<header class="mdc-top-app-bar mdc-top-app-bar--short" id="app-bar">
|
||||||
|
<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" style="padding:0;">
|
||||||
|
<img src="/images/logo-white.png" alt="Reading School Logo" style="height:100%;"/>
|
||||||
|
</a>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="main-content" id="main-content">
|
||||||
|
<div class="mdc-top-app-bar--short-fixed-adjust">
|
||||||
|
<h2 class="mdc-typography--headline3">Title</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle1">
|
||||||
|
<time class="timeago" datetime="2020-03-02T07:01:00">Monday 2 March 2020</time>
|
||||||
|
| by Name
|
||||||
|
</h3>
|
||||||
|
<figure>
|
||||||
|
<img src="/images/2020-03-02-test1--cover.jpg" style="width:100%;">
|
||||||
|
<figcaption class="mdc-typography--caption-text">A caption for the cover image</figcaption>
|
||||||
|
</figure>
|
||||||
|
<p>Content</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h2 class="mdc-typography--headline5 article-carousel-title">
|
||||||
|
|
||||||
|
Other Articles By This Author
|
||||||
|
|
||||||
|
</h2>
|
||||||
|
<!-- define carousel -->
|
||||||
|
<div class="carousel">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- display article -->
|
||||||
|
<div class="carousel-item">
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2020-03-02-test2-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">Title</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2020-03-02T07:02:00">Monday 2 March 2020</time>
|
||||||
|
| by Name
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2020/03/02/test2.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2020-03-02-test2-html {
|
||||||
|
background-image: url("/images/2020-03-02-test2--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- close carousel -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
<footer>
|
||||||
|
<img>
|
||||||
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
<img alt="Scroll to top" src="/images/up-arrow.png">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
476
_site/articles/2020/03/02/test2.html
Normal file
476
_site/articles/2020/03/02/test2.html
Normal file
@@ -0,0 +1,476 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<link rel="icon" href="/images/favicon.ico">
|
||||||
|
|
||||||
|
<!-- add to homescreen for Chrome on Android -->
|
||||||
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
|
<link rel="icon" sizes="192x192" href="/images/favicon.png">
|
||||||
|
|
||||||
|
<!-- add to homescreen for Safari on iOS -->
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||||
|
<meta name="apple-mobile-web-app-title" content="Title | Reading School">
|
||||||
|
<link rel="apple-touch-icon-precomposed" href="/images/favicon.png">
|
||||||
|
|
||||||
|
<!-- tile icon & colour for Windows 8 -->
|
||||||
|
<meta name="msapplication-TileImage" content="/images/favicon.png">
|
||||||
|
<meta name="msapplication-TileColor" content="#d84315">
|
||||||
|
|
||||||
|
<title>Title | Reading School</title>
|
||||||
|
<meta name="description" content="<p>Content</p>
|
||||||
|
">
|
||||||
|
|
||||||
|
<!-- import Roboto (font) -->
|
||||||
|
<link href="/css/roboto.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- import jQuery -->
|
||||||
|
<script src="/js/jquery.min.js"></script>
|
||||||
|
|
||||||
|
<!-- import jQuery timeago -->
|
||||||
|
<script src="/js/jquery.timeago.min.js"></script>
|
||||||
|
|
||||||
|
<!-- import cookie JavaScript -->
|
||||||
|
<script src="/js/cookies.js"></script>
|
||||||
|
|
||||||
|
<!-- import Material Design components & icons -->
|
||||||
|
<link href="/css/material-components-web.min.css" rel="stylesheet">
|
||||||
|
<link href="/css/material_icons.css" rel="stylesheet">
|
||||||
|
<script src="/js/material-components-web.min.js"></script>
|
||||||
|
|
||||||
|
<!-- import local styling & scripts -->
|
||||||
|
<script src="/js/global.js"></script>
|
||||||
|
<link href="/css/global.css" rel="stylesheet">
|
||||||
|
<script src="/js/top-scroll-button.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<link href="/css/slick.css" rel="stylesheet">
|
||||||
|
<link href="/css/slick-theme.css" rel="stylesheet">
|
||||||
|
<script src="/js/slick.min.js"></script>
|
||||||
|
<link href="/css/article-page.css" rel="stylesheet">
|
||||||
|
<script src="/js/article-page.js"></script>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<!-- cookie notice is included automatically -->
|
||||||
|
<div id="cookies">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- content of navbar is included via jQuery -->
|
||||||
|
<aside class="mdc-drawer mdc-drawer--modal">
|
||||||
|
<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%;"/>
|
||||||
|
<img src="/images/young-reporter-logo.png" style="width: 90%;padding-top:15px;"/>
|
||||||
|
</div>
|
||||||
|
<a class="mdc-list-item" href="https://reading-school.co.uk" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">school</i>
|
||||||
|
<span class="mdc-list-item__text">Reading School Website</span>
|
||||||
|
</a>
|
||||||
|
<a class="mdc-list-item" href="/" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>
|
||||||
|
<span class="mdc-list-item__text">Home Page</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-typography--headline7">Articles</h3>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/finished-product.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">The Finished Product</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
<div class="mdc-drawer-scrim"></div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-drawer-app-content">
|
||||||
|
<header class="mdc-top-app-bar mdc-top-app-bar--short" id="app-bar">
|
||||||
|
<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" style="padding:0;">
|
||||||
|
<img src="/images/logo-white.png" alt="Reading School Logo" style="height:100%;"/>
|
||||||
|
</a>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="main-content" id="main-content">
|
||||||
|
<div class="mdc-top-app-bar--short-fixed-adjust">
|
||||||
|
<h2 class="mdc-typography--headline3">Title</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle1">
|
||||||
|
<time class="timeago" datetime="2020-03-02T07:02:00">Monday 2 March 2020</time>
|
||||||
|
| by Name
|
||||||
|
</h3>
|
||||||
|
<figure>
|
||||||
|
<img src="/images/2020-03-02-test2--cover.jpg" style="width:100%;">
|
||||||
|
<figcaption class="mdc-typography--caption-text">A caption for the cover image</figcaption>
|
||||||
|
</figure>
|
||||||
|
<p>Content</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h2 class="mdc-typography--headline5 article-carousel-title">
|
||||||
|
|
||||||
|
Other Articles By This Author
|
||||||
|
|
||||||
|
</h2>
|
||||||
|
<!-- define carousel -->
|
||||||
|
<div class="carousel">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- display article -->
|
||||||
|
<div class="carousel-item">
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2020-03-02-test1-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">Title</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2020-03-02T07:01:00">Monday 2 March 2020</time>
|
||||||
|
| by Name
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2020/03/02/test1.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2020-03-02-test1-html {
|
||||||
|
background-image: url("/images/2020-03-02-test1--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- close carousel -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
<footer>
|
||||||
|
<img>
|
||||||
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
<img alt="Scroll to top" src="/images/up-arrow.png">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
63
_site/css/article-list.css
Normal file
63
_site/css/article-list.css
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
/* automatically display articles on either side of the page, alternating */
|
||||||
|
.main-content .mdc-card {
|
||||||
|
float: right;
|
||||||
|
clear: right;
|
||||||
|
width: calc(50% - 6px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content .mdc-card:nth-of-type(even) {
|
||||||
|
float: left;
|
||||||
|
clear: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* make first article full-width */
|
||||||
|
.main-content .mdc-card:first-of-type {
|
||||||
|
float: none;
|
||||||
|
clear: both;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* makes last article full-width if it is on its own in a row - i.e. if there is an even number of articles in total */
|
||||||
|
.main-content .mdc-card:nth-of-type(odd):nth-last-of-type(2) ~ .mdc-card:last-of-type {
|
||||||
|
float: none;
|
||||||
|
clear: both;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* styling for when 1 article present */
|
||||||
|
.main-content .mdc-card:first-of-type:last-of-type {
|
||||||
|
float: none;
|
||||||
|
clear: both;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* styling for when 2 articles present & small screen is detected */
|
||||||
|
@media screen and (max-width: 1000px) {
|
||||||
|
.main-content .mdc-card:nth-child(1):nth-last-of-type(2), .main-content .mdc-card:nth-of-type(2):last-of-type {
|
||||||
|
float: none;
|
||||||
|
clear: both;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* styling for when 3 articles present */
|
||||||
|
.main-content .mdc-card:first-of-type:nth-last-of-type(3) {
|
||||||
|
float: none;
|
||||||
|
clear: both;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content .mdc-card:nth-of-type(3):last-of-type {
|
||||||
|
float: right;
|
||||||
|
clear: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content .mdc-card:nth-of-type(2):nth-last-of-type(2) {
|
||||||
|
float: left;
|
||||||
|
clear: left;
|
||||||
|
}
|
||||||
98
_site/css/home.css
Normal file
98
_site/css/home.css
Normal file
@@ -0,0 +1,98 @@
|
|||||||
|
html, body {
|
||||||
|
background-color: var(--mdc-theme-primary);
|
||||||
|
}
|
||||||
|
.footer-container {
|
||||||
|
background: #ffffff;
|
||||||
|
padding: 5px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mdc-top-app-bar--short-fixed-adjust {
|
||||||
|
padding-top: 41px;
|
||||||
|
}
|
||||||
|
.article-section {
|
||||||
|
position: relative;
|
||||||
|
z-index: 0;
|
||||||
|
display: flow-root;
|
||||||
|
background-image: url("/images/backgrounds/2019.jpg");
|
||||||
|
}
|
||||||
|
.main-content .mdc-card {
|
||||||
|
float: left;
|
||||||
|
width: calc((100% / 3) - 12px);
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
.mdc-card {
|
||||||
|
margin: 6px 6px 10px 6px;
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
.main-content {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
.article-section-header {
|
||||||
|
background-color: rgba(255,255,255,0.8);
|
||||||
|
}
|
||||||
|
.article-section-header h1 {
|
||||||
|
margin-block-start: 0;
|
||||||
|
margin-block-end: 0;
|
||||||
|
margin: 6px;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
.article-section-header button {
|
||||||
|
display: inline;
|
||||||
|
padding: 5px 14px;
|
||||||
|
position: relative;
|
||||||
|
float: right;
|
||||||
|
top: 3.5px;
|
||||||
|
}
|
||||||
|
.article-section-header button span {
|
||||||
|
position: relative;
|
||||||
|
left: 0;
|
||||||
|
top: 1.25px;
|
||||||
|
transition: left 0.1s linear;
|
||||||
|
height: 100%;
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
.article-section-header button:hover span {
|
||||||
|
left: 3px;
|
||||||
|
}
|
||||||
|
.article-section .articles, .article-section-header {
|
||||||
|
padding: 12px 15% 12px 15%;
|
||||||
|
}
|
||||||
|
.splitter {
|
||||||
|
height: 15px;
|
||||||
|
width: 100%;
|
||||||
|
background-color: var(--mdc-theme-primary);
|
||||||
|
}
|
||||||
|
.article-section:nth-of-type(3) {
|
||||||
|
background: #ffffff;
|
||||||
|
}
|
||||||
|
.article-section:nth-of-type(3) #jarallax-container-1 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1000px) {
|
||||||
|
.article-section .articles, .article-section-header {
|
||||||
|
padding: 12px 8% 12px 8%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
.article-section .articles, .article-section-header {
|
||||||
|
padding: 12px 2% 12px 2%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.article-section .mdc-card:nth-of-type(3) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.article-section .mdc-card {
|
||||||
|
width: calc((100% / 2) - 12px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 350px) {
|
||||||
|
.article-section .mdc-card:nth-of-type(2) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.article-section .mdc-card {
|
||||||
|
width: calc((100% / 1) - 12px);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -14,68 +14,3 @@
|
|||||||
.mdc-card .mdc-typography--headline6 {
|
.mdc-card .mdc-typography--headline6 {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* automatically display articles on either side of the page, alternating */
|
|
||||||
.main-content .mdc-card {
|
|
||||||
float: right;
|
|
||||||
clear: right;
|
|
||||||
width: calc(50% - 6px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-content .mdc-card:nth-of-type(even) {
|
|
||||||
float: left;
|
|
||||||
clear: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* make first article full-width */
|
|
||||||
.main-content .mdc-card:first-of-type {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* makes last article full-width if it is on its own in a row - i.e. if there is an even number of articles in total */
|
|
||||||
.main-content .mdc-card:nth-of-type(odd):nth-last-of-type(2) ~ .mdc-card:last-of-type {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* styling for when 1 article present */
|
|
||||||
.main-content .mdc-card:first-of-type:last-of-type {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* styling for when 2 articles present & small screen is detected */
|
|
||||||
@media screen and (max-width: 1000px) {
|
|
||||||
.main-content .mdc-card:nth-child(1):nth-last-of-type(2), .main-content .mdc-card:nth-of-type(2):last-of-type {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* styling for when 3 articles present */
|
|
||||||
.main-content .mdc-card:first-of-type:nth-last-of-type(3) {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-content .mdc-card:nth-of-type(3):last-of-type {
|
|
||||||
float: right;
|
|
||||||
clear: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-content .mdc-card:nth-of-type(2):nth-last-of-type(2) {
|
|
||||||
float: left;
|
|
||||||
clear: left;
|
|
||||||
}
|
|
||||||
|
|||||||
BIN
_site/images/backgrounds/2019.jpg
Normal file
BIN
_site/images/backgrounds/2019.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 678 KiB |
403
_site/index.html
403
_site/index.html
@@ -48,6 +48,9 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<link href="/css/mdc-card-list.css" rel="stylesheet">
|
<link href="/css/mdc-card-list.css" rel="stylesheet">
|
||||||
|
<link href="/css/home.css" rel="stylesheet">
|
||||||
|
<script src="/js/home.js"></script>
|
||||||
|
<script src="/js/jarallax.min.js"></script>
|
||||||
<body>
|
<body>
|
||||||
<!-- cookie notice is included automatically -->
|
<!-- cookie notice is included automatically -->
|
||||||
<div id="cookies">
|
<div id="cookies">
|
||||||
@@ -79,6 +82,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mdc-list-group">
|
<div class="mdc-list-group">
|
||||||
<h3 class="mdc-list-group__subheader">2019</h3>
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
@@ -91,7 +125,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
@@ -100,7 +133,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
@@ -109,7 +141,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
@@ -118,7 +149,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
@@ -127,7 +157,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
@@ -136,7 +165,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
@@ -145,7 +173,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
@@ -154,7 +181,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
@@ -163,7 +189,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
@@ -172,13 +197,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -210,6 +233,117 @@
|
|||||||
<main class="main-content" id="main-content">
|
<main class="main-content" id="main-content">
|
||||||
<div class="mdc-top-app-bar--short-fixed-adjust">
|
<div class="mdc-top-app-bar--short-fixed-adjust">
|
||||||
|
|
||||||
|
<div class="article-section" data-jarallax="" data-speed="0.4">
|
||||||
|
<div class="article-section-header">
|
||||||
|
<h1>2020</h1>
|
||||||
|
<button class="mdc-button mdc-button--outlined" data-mdc-auto-init="MDCRipple" onclick="window.location='URL';">Read More <span class="material-icons">keyboard_arrow_right</span></button>
|
||||||
|
</div>
|
||||||
|
<div class="articles">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2020-03-02-test2-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">Title</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2020-03-02T07:02:00">Monday 2 March 2020</time>
|
||||||
|
| by Name
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2020/03/02/test2.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<style>
|
||||||
|
.-articles-2020-03-02-test2-html {
|
||||||
|
background-image: url("/images/2020-03-02-test2--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2020-03-02-test1-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">Title</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2020-03-02T07:01:00">Monday 2 March 2020</time>
|
||||||
|
| by Name
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2020/03/02/test1.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<style>
|
||||||
|
.-articles-2020-03-02-test1-html {
|
||||||
|
background-image: url("/images/2020-03-02-test1--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2020-03-01-test-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">Test</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2020-03-01T07:01:00">Sunday 1 March 2020</time>
|
||||||
|
| by Matthew G
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2020/03/01/test.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<style>
|
||||||
|
.-articles-2020-03-01-test-html {
|
||||||
|
background-image: url("/images/2020-03-01-test--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="splitter"></div>
|
||||||
|
|
||||||
|
<div class="article-section" data-jarallax="" data-speed="0.4">
|
||||||
|
<div class="article-section-header">
|
||||||
|
<h1>2019</h1>
|
||||||
|
<button class="mdc-button mdc-button--outlined" data-mdc-auto-init="MDCRipple" onclick="window.location='URL';">Read More <span class="material-icons">keyboard_arrow_right</span></button>
|
||||||
|
</div>
|
||||||
|
<div class="articles">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="mdc-card">
|
<div class="mdc-card">
|
||||||
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-finished-product-html"></div>
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-finished-product-html"></div>
|
||||||
<div class="mdc-card-content">
|
<div class="mdc-card-content">
|
||||||
@@ -219,19 +353,26 @@
|
|||||||
| by Mr Baldock
|
| by Mr Baldock
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
<div class="mdc-card__actions">
|
<div class="mdc-card__actions">
|
||||||
<div class="mdc-card__action-buttons">
|
<div class="mdc-card__action-buttons">
|
||||||
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/finished-product.html';">Read</button>
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/finished-product.html';">Read</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.-articles-2019-03-06-finished-product-html {
|
.-articles-2019-03-06-finished-product-html {
|
||||||
background-image: url("/images/2019-03-06-finished-product--cover.jpg");
|
background-image: url("/images/2019-03-06-finished-product--cover.jpg");
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="mdc-card">
|
<div class="mdc-card">
|
||||||
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-are-the-roads-around-your-home-and-school-safe-html"></div>
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-are-the-roads-around-your-home-and-school-safe-html"></div>
|
||||||
<div class="mdc-card-content">
|
<div class="mdc-card-content">
|
||||||
@@ -241,19 +382,26 @@
|
|||||||
| by Riley C, Oliver C
|
| by Riley C, Oliver C
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
<div class="mdc-card__actions">
|
<div class="mdc-card__actions">
|
||||||
<div class="mdc-card__action-buttons">
|
<div class="mdc-card__action-buttons">
|
||||||
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html';">Read</button>
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html';">Read</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.-articles-2019-03-06-are-the-roads-around-your-home-and-school-safe-html {
|
.-articles-2019-03-06-are-the-roads-around-your-home-and-school-safe-html {
|
||||||
background-image: url("/images/2019-03-06-are-the-roads-around-your-home-and-school-safe--cover.jpg");
|
background-image: url("/images/2019-03-06-are-the-roads-around-your-home-and-school-safe--cover.jpg");
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="mdc-card">
|
<div class="mdc-card">
|
||||||
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-student-survey-shows-rosa-parks-is-most-inspirational-woman-ever-html"></div>
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-student-survey-shows-rosa-parks-is-most-inspirational-woman-ever-html"></div>
|
||||||
<div class="mdc-card-content">
|
<div class="mdc-card-content">
|
||||||
@@ -263,203 +411,82 @@
|
|||||||
| by Tom S-R, Ben S-R
|
| by Tom S-R, Ben S-R
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
<div class="mdc-card__actions">
|
<div class="mdc-card__actions">
|
||||||
<div class="mdc-card__action-buttons">
|
<div class="mdc-card__action-buttons">
|
||||||
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html';">Read</button>
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html';">Read</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.-articles-2019-03-06-student-survey-shows-rosa-parks-is-most-inspirational-woman-ever-html {
|
.-articles-2019-03-06-student-survey-shows-rosa-parks-is-most-inspirational-woman-ever-html {
|
||||||
background-image: url("/images/2019-03-06-student-survey-shows-rosa-parks-is-most-inspirational-woman-ever--cover.jpg");
|
background-image: url("/images/2019-03-06-student-survey-shows-rosa-parks-is-most-inspirational-woman-ever--cover.jpg");
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="mdc-card">
|
|
||||||
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-book-week-real-life-issues-inspire-sarah-govett-html"></div>
|
|
||||||
<div class="mdc-card-content">
|
|
||||||
<h2 class="mdc-typography--headline6">Book Week - Real Life Issues Inspire Sarah Govett</h2>
|
|
||||||
<h3 class="mdc-typography--subtitle2">
|
|
||||||
<time class="timeago" datetime="2019-03-06T14:14:00">Wednesday 6 March 2019</time>
|
|
||||||
| by Aadith C, Adit S, Adi V
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
<div class="mdc-card__actions">
|
|
||||||
<div class="mdc-card__action-buttons">
|
|
||||||
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html';">Read</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
|
||||||
.-articles-2019-03-06-book-week-real-life-issues-inspire-sarah-govett-html {
|
|
||||||
background-image: url("/images/2019-03-06-book-week-real-life-issues-inspire-sarah-govett--cover.jpg");
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="mdc-card">
|
|
||||||
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it-html"></div>
|
|
||||||
<div class="mdc-card-content">
|
|
||||||
<h2 class="mdc-typography--headline6">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</h2>
|
|
||||||
<h3 class="mdc-typography--subtitle2">
|
|
||||||
<time class="timeago" datetime="2019-03-06T13:38:00">Wednesday 6 March 2019</time>
|
|
||||||
| by Luke H
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
<div class="mdc-card__actions">
|
|
||||||
<div class="mdc-card__action-buttons">
|
|
||||||
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html';">Read</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.-articles-2019-03-06-a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it-html {
|
|
||||||
background-image: url("/images/2019-03-06-a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it--cover.jpg");
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="mdc-card">
|
|
||||||
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-could-sky-high-aims-bring-reading-down-html"></div>
|
|
||||||
<div class="mdc-card-content">
|
|
||||||
<h2 class="mdc-typography--headline6">Could Sky-High Aims Bring Reading Down?</h2>
|
|
||||||
<h3 class="mdc-typography--subtitle2">
|
|
||||||
<time class="timeago" datetime="2019-03-06T12:56:00">Wednesday 6 March 2019</time>
|
|
||||||
| by Ben P
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
<div class="mdc-card__actions">
|
|
||||||
<div class="mdc-card__action-buttons">
|
|
||||||
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html';">Read</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.-articles-2019-03-06-could-sky-high-aims-bring-reading-down-html {
|
|
||||||
background-image: url("/images/2019-03-06-could-sky-high-aims-bring-reading-down--cover.jpg");
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="mdc-card">
|
|
||||||
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out-html"></div>
|
|
||||||
<div class="mdc-card-content">
|
|
||||||
<h2 class="mdc-typography--headline6">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</h2>
|
|
||||||
<h3 class="mdc-typography--subtitle2">
|
|
||||||
<time class="timeago" datetime="2019-03-06T12:32:00">Wednesday 6 March 2019</time>
|
|
||||||
| by Hal R-D
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
<div class="mdc-card__actions">
|
|
||||||
<div class="mdc-card__action-buttons">
|
|
||||||
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html';">Read</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.-articles-2019-03-06-tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out-html {
|
|
||||||
background-image: url("/images/2019-03-06-tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out--cover.jpg");
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="mdc-card">
|
|
||||||
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-video-games-virtual-fantasy-or-a-virtual-prison-html"></div>
|
|
||||||
<div class="mdc-card-content">
|
|
||||||
<h2 class="mdc-typography--headline6">Video Games - Virtual Fantasy Or A Virtual Prison?</h2>
|
|
||||||
<h3 class="mdc-typography--subtitle2">
|
|
||||||
<time class="timeago" datetime="2019-03-06T12:19:00">Wednesday 6 March 2019</time>
|
|
||||||
| by Kamran S
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
<div class="mdc-card__actions">
|
|
||||||
<div class="mdc-card__action-buttons">
|
|
||||||
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html';">Read</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.-articles-2019-03-06-video-games-virtual-fantasy-or-a-virtual-prison-html {
|
|
||||||
background-image: url("/images/2019-03-06-video-games-virtual-fantasy-or-a-virtual-prison--cover.jpg");
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="mdc-card">
|
|
||||||
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-what-is-in-the-patients-best-interest-html"></div>
|
|
||||||
<div class="mdc-card-content">
|
|
||||||
<h2 class="mdc-typography--headline6">What Is 'In The Patient's Best Interest’?</h2>
|
|
||||||
<h3 class="mdc-typography--subtitle2">
|
|
||||||
<time class="timeago" datetime="2019-03-06T11:46:00">Wednesday 6 March 2019</time>
|
|
||||||
| by Aadith C
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
<div class="mdc-card__actions">
|
|
||||||
<div class="mdc-card__action-buttons">
|
|
||||||
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/what-is-in-the-patients-best-interest.html';">Read</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.-articles-2019-03-06-what-is-in-the-patients-best-interest-html {
|
|
||||||
background-image: url("/images/2019-03-06-what-is-in-the-patients-best-interest--cover.jpg");
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="mdc-card">
|
|
||||||
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-whats-next-for-reading-prison-html"></div>
|
|
||||||
<div class="mdc-card-content">
|
|
||||||
<h2 class="mdc-typography--headline6">What's Next For Reading Prison?</h2>
|
|
||||||
<h3 class="mdc-typography--subtitle2">
|
|
||||||
<time class="timeago" datetime="2019-03-06T10:38:00">Wednesday 6 March 2019</time>
|
|
||||||
| by Tom S-R, Ben S-R
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
<div class="mdc-card__actions">
|
|
||||||
<div class="mdc-card__action-buttons">
|
|
||||||
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/whats-next-for-reading-prison.html';">Read</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.-articles-2019-03-06-whats-next-for-reading-prison-html {
|
|
||||||
background-image: url("/images/2019-03-06-whats-next-for-reading-prison--cover.jpg");
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="mdc-card">
|
|
||||||
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-young-reporter-team-ready-to-go-html"></div>
|
|
||||||
<div class="mdc-card-content">
|
|
||||||
<h2 class="mdc-typography--headline6">Reading School's BBC Young Reporter Team… Ready To Go!</h2>
|
|
||||||
<h3 class="mdc-typography--subtitle2">
|
|
||||||
<time class="timeago" datetime="2019-03-06T09:36:00">Wednesday 6 March 2019</time>
|
|
||||||
| by Mr Baldock
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
<div class="mdc-card__actions">
|
|
||||||
<div class="mdc-card__action-buttons">
|
|
||||||
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/young-reporter-team-ready-to-go.html';">Read</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.-articles-2019-03-06-young-reporter-team-ready-to-go-html {
|
|
||||||
background-image: url("/images/2019-03-06-young-reporter-team-ready-to-go--cover.jpg");
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
<div class="footer-container">
|
||||||
<footer>
|
<footer>
|
||||||
<img>
|
<img>
|
||||||
<span >© Reading School 2019 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
<a href="javascript:scrollUp()" class="top-scroll-button">
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
<img alt="Scroll to top" src="/images/up-arrow.png">
|
<img alt="Scroll to top" src="/images/up-arrow.png">
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
3
_site/js/home.js
Normal file
3
_site/js/home.js
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
// $(window).scroll(function () {
|
||||||
|
// $(".article-section").css("background-position","50% " + ($(this).scrollTop() / 2) + "px");
|
||||||
|
// });
|
||||||
7
_site/js/jarallax.min.js
vendored
Normal file
7
_site/js/jarallax.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
16
_site/js/jquery.paroller.min.js
vendored
Normal file
16
_site/js/jquery.paroller.min.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
'use strict';/**
|
||||||
|
* jQuery plugin paroller.js v1.4.6
|
||||||
|
* https://github.com/tgomilar/paroller.js
|
||||||
|
* preview: https://tgomilar.github.io/paroller/
|
||||||
|
**/(function(a){'use strict';'function'==typeof define&&define.amd?define('parollerjs',['jquery'],a):'object'==typeof module&&'object'==typeof module.exports?module.exports=a(require('jquery')):a(jQuery)})(function(a){'use strict';var b=Math.round;let c=!1,d=function(){c=!1},e={bgVertical:function(a,b){return a.css({"background-position":'center '+-b+'px'})},bgHorizontal:function(a,b){return a.css({"background-position":-b+'px center'})},vertical:function(a,b,c,d){return'none'===d&&(d=''),a.css({"-webkit-transform":'translateY('+b+'px)'+d,"-moz-transform":'translateY('+b+'px)'+d,transform:'translate(0,'+b+'px)'+d,transition:c,"will-change":'transform'})},horizontal:function(a,b,c,d){return'none'===d&&(d=''),a.css({"-webkit-transform":'translateX('+b+'px)'+d,"-moz-transform":'translateX('+b+'px)'+d,transform:'translate('+b+'px, 0)'+d,transition:c,"will-change":'transform'})}},f={factor:function(a,b,c){let d=a.data('paroller-factor'),e=d?d:c.factor;if(576>b){let b=a.data('paroller-factor-xs'),d=b?b:c.factorXs;return d?d:e}if(768>=b){let b=a.data('paroller-factor-sm'),d=b?b:c.factorSm;return d?d:e}if(1024>=b){let b=a.data('paroller-factor-md'),d=b?b:c.factorMd;return d?d:e}if(1200>=b){let b=a.data('paroller-factor-lg'),d=b?b:c.factorLg;return d?d:e}if(1920>=b){let b=a.data('paroller-factor-xl'),d=b?b:c.factorXl;return d?d:e}return e},bgOffset:function(a,c){return b(a*c)},transform:function(a,c,d,e){return b((a-d/2+e)*c)}},g={background:function(a){return a.css({"background-position":'unset'})},foreground:function(a){return a.css({transform:'unset',transition:'unset'})}};a.fn.paroller=function(h){const i=a(window).height(),j=a(document).height();// default options
|
||||||
|
return h=a.extend({factor:0,// - to +
|
||||||
|
factorXs:0,// - to +
|
||||||
|
factorSm:0,// - to +
|
||||||
|
factorMd:0,// - to +
|
||||||
|
factorLg:0,// - to +
|
||||||
|
factorXl:0,// - to +
|
||||||
|
transition:'transform .1s ease',// CSS transition
|
||||||
|
type:'background',// foreground
|
||||||
|
direction:'vertical'// horizontal
|
||||||
|
},h),this.each(function(){const k=a(this);let l=k.outerHeight(),m=a(window).width(),n=k.offset().top,o=0,p=function(a,b){// console.log(`offset ${scrollOffset} => ${transform - scrollOffset}`)
|
||||||
|
return a||(o=b),b-o};const q=k.data('paroller-type'),r=k.data('paroller-direction'),s=k.data('paroller-transition'),t=k.css('transform'),u=s?s:h.transition,v=q?q:h.type,w=r?r:h.direction;let x=0,y=f.bgOffset(n,x),z=f.transform(n,x,i,l);'background'===v?'vertical'===w?e.bgVertical(k,y):'horizontal'===w&&e.bgHorizontal(k,y):'foreground'===v&&('vertical'===w?e.vertical(k,z,u,t):'horizontal'===w&&e.horizontal(k,z,u,t)),a(window).on('resize',function(){let o=a(this).scrollTop();m=a(window).width(),n=k.offset().top,l=k.outerHeight(),x=f.factor(k,m,h),y=b(n*x);let q=p(a(document).scrollTop(),b((n-i/2+l)*x));c||(window.requestAnimationFrame(d),c=!0),'background'===v?(g.background(k),'vertical'===w?e.bgVertical(k,y):'horizontal'===w&&e.bgHorizontal(k,y)):'foreground'===v&&o<=j&&(g.foreground(k),'vertical'===w?e.vertical(k,q,u):'horizontal'===w&&e.horizontal(k,q,u))}),a(window).on('load scroll',function(){let g=a(this).scrollTop(),o=a(document).scrollTop();x=f.factor(k,m,h);let q=p(o,b((n-i/2+l-g)*x));c||(window.requestAnimationFrame(d),c=!0),'background'===v?'vertical'===w?e.bgVertical(k,y):'horizontal'===w&&e.bgHorizontal(k,y):'foreground'===v&&g<=j&&('vertical'===w?e.vertical(k,q,u,t):'horizontal'===w&&e.horizontal(k,q,u,t))})})}});
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/404.html</loc>
|
<loc>/404.html</loc>
|
||||||
<lastmod>2019-09-01</lastmod>
|
<lastmod>2020-03-02</lastmod>
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/auto-refresh.html</loc>
|
<loc>/auto-refresh.html</loc>
|
||||||
<lastmod>2019-09-01</lastmod>
|
<lastmod>2020-03-02</lastmod>
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/</loc>
|
<loc>/</loc>
|
||||||
<lastmod>2019-09-01</lastmod>
|
<lastmod>2020-03-02</lastmod>
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
@@ -40,79 +40,111 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>/year.html</loc>
|
||||||
|
<lastmod>2020-03-02</lastmod>
|
||||||
|
<changefreq>hourly</changefreq>
|
||||||
|
<priority>0.5</priority>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>/articles/2020/03/02/test2.html</loc>
|
||||||
|
<lastmod>2020-03-02</lastmod>
|
||||||
|
<changefreq>hourly</changefreq>
|
||||||
|
<priority>0.5</priority>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>/articles/2020/03/02/test1.html</loc>
|
||||||
|
<lastmod>2020-03-02</lastmod>
|
||||||
|
<changefreq>hourly</changefreq>
|
||||||
|
<priority>0.5</priority>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>/articles/2020/03/01/test.html</loc>
|
||||||
|
<lastmod>2020-03-02</lastmod>
|
||||||
|
<changefreq>hourly</changefreq>
|
||||||
|
<priority>0.5</priority>
|
||||||
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/articles/2019/03/06/finished-product.html</loc>
|
<loc>/articles/2019/03/06/finished-product.html</loc>
|
||||||
<lastmod>2019-09-01</lastmod>
|
<lastmod>2020-03-02</lastmod>
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html</loc>
|
<loc>/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html</loc>
|
||||||
<lastmod>2019-09-01</lastmod>
|
<lastmod>2020-03-02</lastmod>
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html</loc>
|
<loc>/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html</loc>
|
||||||
<lastmod>2019-09-01</lastmod>
|
<lastmod>2020-03-02</lastmod>
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html</loc>
|
<loc>/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html</loc>
|
||||||
<lastmod>2019-09-01</lastmod>
|
<lastmod>2020-03-02</lastmod>
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html</loc>
|
<loc>/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html</loc>
|
||||||
<lastmod>2019-09-01</lastmod>
|
<lastmod>2020-03-02</lastmod>
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html</loc>
|
<loc>/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html</loc>
|
||||||
<lastmod>2019-09-01</lastmod>
|
<lastmod>2020-03-02</lastmod>
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html</loc>
|
<loc>/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html</loc>
|
||||||
<lastmod>2019-09-01</lastmod>
|
<lastmod>2020-03-02</lastmod>
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html</loc>
|
<loc>/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html</loc>
|
||||||
<lastmod>2019-09-01</lastmod>
|
<lastmod>2020-03-02</lastmod>
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/articles/2019/03/06/what-is-in-the-patients-best-interest.html</loc>
|
<loc>/articles/2019/03/06/what-is-in-the-patients-best-interest.html</loc>
|
||||||
<lastmod>2019-09-01</lastmod>
|
<lastmod>2020-03-02</lastmod>
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/articles/2019/03/06/whats-next-for-reading-prison.html</loc>
|
<loc>/articles/2019/03/06/whats-next-for-reading-prison.html</loc>
|
||||||
<lastmod>2019-09-01</lastmod>
|
<lastmod>2020-03-02</lastmod>
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/articles/2019/03/06/young-reporter-team-ready-to-go.html</loc>
|
<loc>/articles/2019/03/06/young-reporter-team-ready-to-go.html</loc>
|
||||||
<lastmod>2019-09-01</lastmod>
|
<lastmod>2020-03-02</lastmod>
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|||||||
571
_site/year.html
Normal file
571
_site/year.html
Normal file
@@ -0,0 +1,571 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<link rel="icon" href="/images/favicon.ico">
|
||||||
|
|
||||||
|
<!-- add to homescreen for Chrome on Android -->
|
||||||
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
|
<link rel="icon" sizes="192x192" href="/images/favicon.png">
|
||||||
|
|
||||||
|
<!-- add to homescreen for Safari on iOS -->
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||||
|
<meta name="apple-mobile-web-app-title" content="BBC Young Reporter | Reading School">
|
||||||
|
<link rel="apple-touch-icon-precomposed" href="/images/favicon.png">
|
||||||
|
|
||||||
|
<!-- tile icon & colour for Windows 8 -->
|
||||||
|
<meta name="msapplication-TileImage" content="/images/favicon.png">
|
||||||
|
<meta name="msapplication-TileColor" content="#d84315">
|
||||||
|
|
||||||
|
<title>BBC Young Reporter | Reading School</title>
|
||||||
|
<meta name="description" content="">
|
||||||
|
|
||||||
|
<!-- import Roboto (font) -->
|
||||||
|
<link href="/css/roboto.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- import jQuery -->
|
||||||
|
<script src="/js/jquery.min.js"></script>
|
||||||
|
|
||||||
|
<!-- import jQuery timeago -->
|
||||||
|
<script src="/js/jquery.timeago.min.js"></script>
|
||||||
|
|
||||||
|
<!-- import cookie JavaScript -->
|
||||||
|
<script src="/js/cookies.js"></script>
|
||||||
|
|
||||||
|
<!-- import Material Design components & icons -->
|
||||||
|
<link href="/css/material-components-web.min.css" rel="stylesheet">
|
||||||
|
<link href="/css/material_icons.css" rel="stylesheet">
|
||||||
|
<script src="/js/material-components-web.min.js"></script>
|
||||||
|
|
||||||
|
<!-- import local styling & scripts -->
|
||||||
|
<script src="/js/global.js"></script>
|
||||||
|
<link href="/css/global.css" rel="stylesheet">
|
||||||
|
<script src="/js/top-scroll-button.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<link href="/css/mdc-card-list.css" rel="stylesheet">
|
||||||
|
<link href="/css/article-list.css" rel="stylesheet">
|
||||||
|
<script src="/js/parallax.min.js"></script>
|
||||||
|
<body>
|
||||||
|
<!-- cookie notice is included automatically -->
|
||||||
|
<div id="cookies">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- content of navbar is included via jQuery -->
|
||||||
|
<aside class="mdc-drawer mdc-drawer--modal">
|
||||||
|
<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%;"/>
|
||||||
|
<img src="/images/young-reporter-logo.png" style="width: 90%;padding-top:15px;"/>
|
||||||
|
</div>
|
||||||
|
<a class="mdc-list-item" href="https://reading-school.co.uk" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">school</i>
|
||||||
|
<span class="mdc-list-item__text">Reading School Website</span>
|
||||||
|
</a>
|
||||||
|
<a class="mdc-list-item" href="/" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>
|
||||||
|
<span class="mdc-list-item__text">Home Page</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-typography--headline7">Articles</h3>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2020</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test2.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/02/test1.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Title</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2020/03/01/test.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Test</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="mdc-list-group">
|
||||||
|
<h3 class="mdc-list-group__subheader">2019</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/finished-product.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">The Finished Product</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Are The Roads Around Your Home And School Safe?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Book Week - Real Life Issues Inspire Sarah Govett</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Could Sky-High Aims Bring Reading Down?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Video Games - Virtual Fantasy Or A Virtual Prison?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/what-is-in-the-patients-best-interest.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">What Is 'In The Patient's Best Interest’?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/whats-next-for-reading-prison.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">What's Next For Reading Prison?</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a class="mdc-list-item" href="/articles/2019/03/06/young-reporter-team-ready-to-go.html" data-mdc-auto-init="MDCRipple">
|
||||||
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
|
<span class="mdc-list-item__text">Reading School's BBC Young Reporter Team… Ready To Go!</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
<div class="mdc-drawer-scrim"></div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mdc-drawer-app-content">
|
||||||
|
<header class="mdc-top-app-bar mdc-top-app-bar--short" id="app-bar">
|
||||||
|
<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" style="padding:0;">
|
||||||
|
<img src="/images/logo-white.png" alt="Reading School Logo" style="height:100%;"/>
|
||||||
|
</a>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="main-content" id="main-content">
|
||||||
|
<div class="mdc-top-app-bar--short-fixed-adjust">
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2020-03-02-test2-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">Title</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2020-03-02T07:02:00">Monday 2 March 2020</time>
|
||||||
|
| by Name
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2020/03/02/test2.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2020-03-02-test2-html {
|
||||||
|
background-image: url("/images/2020-03-02-test2--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2020-03-02-test1-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">Title</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2020-03-02T07:01:00">Monday 2 March 2020</time>
|
||||||
|
| by Name
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2020/03/02/test1.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2020-03-02-test1-html {
|
||||||
|
background-image: url("/images/2020-03-02-test1--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2020-03-01-test-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">Test</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2020-03-01T07:01:00">Sunday 1 March 2020</time>
|
||||||
|
| by Matthew G
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2020/03/01/test.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2020-03-01-test-html {
|
||||||
|
background-image: url("/images/2020-03-01-test--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-finished-product-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">The Finished Product</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2019-03-06T15:52:00">Wednesday 6 March 2019</time>
|
||||||
|
| by Mr Baldock
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/finished-product.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2019-03-06-finished-product-html {
|
||||||
|
background-image: url("/images/2019-03-06-finished-product--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-are-the-roads-around-your-home-and-school-safe-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">Are The Roads Around Your Home And School Safe?</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2019-03-06T14:46:00">Wednesday 6 March 2019</time>
|
||||||
|
| by Riley C, Oliver C
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/are-the-roads-around-your-home-and-school-safe.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2019-03-06-are-the-roads-around-your-home-and-school-safe-html {
|
||||||
|
background-image: url("/images/2019-03-06-are-the-roads-around-your-home-and-school-safe--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-student-survey-shows-rosa-parks-is-most-inspirational-woman-ever-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2019-03-06T14:38:00">Wednesday 6 March 2019</time>
|
||||||
|
| by Tom S-R, Ben S-R
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/student-survey-shows-rosa-parks-is-most-inspirational-woman-ever.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2019-03-06-student-survey-shows-rosa-parks-is-most-inspirational-woman-ever-html {
|
||||||
|
background-image: url("/images/2019-03-06-student-survey-shows-rosa-parks-is-most-inspirational-woman-ever--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-book-week-real-life-issues-inspire-sarah-govett-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">Book Week - Real Life Issues Inspire Sarah Govett</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2019-03-06T14:14:00">Wednesday 6 March 2019</time>
|
||||||
|
| by Aadith C, Adit S, Adi V
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/book-week-real-life-issues-inspire-sarah-govett.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2019-03-06-book-week-real-life-issues-inspire-sarah-govett-html {
|
||||||
|
background-image: url("/images/2019-03-06-book-week-real-life-issues-inspire-sarah-govett--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2019-03-06T13:38:00">Wednesday 6 March 2019</time>
|
||||||
|
| by Luke H
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2019-03-06-a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it-html {
|
||||||
|
background-image: url("/images/2019-03-06-a-possible-autism-anorexia-link-has-been-found-so-what-are-we-doing-about-it--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-could-sky-high-aims-bring-reading-down-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">Could Sky-High Aims Bring Reading Down?</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2019-03-06T12:56:00">Wednesday 6 March 2019</time>
|
||||||
|
| by Ben P
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/could-sky-high-aims-bring-reading-down.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2019-03-06-could-sky-high-aims-bring-reading-down-html {
|
||||||
|
background-image: url("/images/2019-03-06-could-sky-high-aims-bring-reading-down--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2019-03-06T12:32:00">Wednesday 6 March 2019</time>
|
||||||
|
| by Hal R-D
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2019-03-06-tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out-html {
|
||||||
|
background-image: url("/images/2019-03-06-tennis-club-needs-to-relocate-as-redevelopment-plans-are-called-out--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-video-games-virtual-fantasy-or-a-virtual-prison-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">Video Games - Virtual Fantasy Or A Virtual Prison?</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2019-03-06T12:19:00">Wednesday 6 March 2019</time>
|
||||||
|
| by Kamran S
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/video-games-virtual-fantasy-or-a-virtual-prison.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2019-03-06-video-games-virtual-fantasy-or-a-virtual-prison-html {
|
||||||
|
background-image: url("/images/2019-03-06-video-games-virtual-fantasy-or-a-virtual-prison--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-what-is-in-the-patients-best-interest-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">What Is 'In The Patient's Best Interest’?</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2019-03-06T11:46:00">Wednesday 6 March 2019</time>
|
||||||
|
| by Aadith C
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/what-is-in-the-patients-best-interest.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2019-03-06-what-is-in-the-patients-best-interest-html {
|
||||||
|
background-image: url("/images/2019-03-06-what-is-in-the-patients-best-interest--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-whats-next-for-reading-prison-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">What's Next For Reading Prison?</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2019-03-06T10:38:00">Wednesday 6 March 2019</time>
|
||||||
|
| by Tom S-R, Ben S-R
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/whats-next-for-reading-prison.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2019-03-06-whats-next-for-reading-prison-html {
|
||||||
|
background-image: url("/images/2019-03-06-whats-next-for-reading-prison--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 -articles-2019-03-06-young-reporter-team-ready-to-go-html"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">Reading School's BBC Young Reporter Team… Ready To Go!</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="2019-03-06T09:36:00">Wednesday 6 March 2019</time>
|
||||||
|
| by Mr Baldock
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2"></div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/2019/03/06/young-reporter-team-ready-to-go.html';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.-articles-2019-03-06-young-reporter-team-ready-to-go-html {
|
||||||
|
background-image: url("/images/2019-03-06-young-reporter-team-ready-to-go--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
<footer>
|
||||||
|
<img>
|
||||||
|
<span >© Matthew G 2020 | Made by <a href="https://mgrove.uk">Matthew G</a></span>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<a href="javascript:scrollUp()" class="top-scroll-button">
|
||||||
|
<img alt="Scroll to top" src="/images/up-arrow.png">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
63
css/article-list.css
Normal file
63
css/article-list.css
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
/* automatically display articles on either side of the page, alternating */
|
||||||
|
.main-content .mdc-card {
|
||||||
|
float: right;
|
||||||
|
clear: right;
|
||||||
|
width: calc(50% - 6px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content .mdc-card:nth-of-type(even) {
|
||||||
|
float: left;
|
||||||
|
clear: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* make first article full-width */
|
||||||
|
.main-content .mdc-card:first-of-type {
|
||||||
|
float: none;
|
||||||
|
clear: both;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* makes last article full-width if it is on its own in a row - i.e. if there is an even number of articles in total */
|
||||||
|
.main-content .mdc-card:nth-of-type(odd):nth-last-of-type(2) ~ .mdc-card:last-of-type {
|
||||||
|
float: none;
|
||||||
|
clear: both;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* styling for when 1 article present */
|
||||||
|
.main-content .mdc-card:first-of-type:last-of-type {
|
||||||
|
float: none;
|
||||||
|
clear: both;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* styling for when 2 articles present & small screen is detected */
|
||||||
|
@media screen and (max-width: 1000px) {
|
||||||
|
.main-content .mdc-card:nth-child(1):nth-last-of-type(2), .main-content .mdc-card:nth-of-type(2):last-of-type {
|
||||||
|
float: none;
|
||||||
|
clear: both;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* styling for when 3 articles present */
|
||||||
|
.main-content .mdc-card:first-of-type:nth-last-of-type(3) {
|
||||||
|
float: none;
|
||||||
|
clear: both;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content .mdc-card:nth-of-type(3):last-of-type {
|
||||||
|
float: right;
|
||||||
|
clear: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content .mdc-card:nth-of-type(2):nth-last-of-type(2) {
|
||||||
|
float: left;
|
||||||
|
clear: left;
|
||||||
|
}
|
||||||
98
css/home.css
Normal file
98
css/home.css
Normal file
@@ -0,0 +1,98 @@
|
|||||||
|
html, body {
|
||||||
|
background-color: var(--mdc-theme-primary);
|
||||||
|
}
|
||||||
|
.footer-container {
|
||||||
|
background: #ffffff;
|
||||||
|
padding: 5px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mdc-top-app-bar--short-fixed-adjust {
|
||||||
|
padding-top: 41px;
|
||||||
|
}
|
||||||
|
.article-section {
|
||||||
|
position: relative;
|
||||||
|
z-index: 0;
|
||||||
|
display: flow-root;
|
||||||
|
background-image: url("/images/backgrounds/2019.jpg");
|
||||||
|
}
|
||||||
|
.main-content .mdc-card {
|
||||||
|
float: left;
|
||||||
|
width: calc((100% / 3) - 12px);
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
.mdc-card {
|
||||||
|
margin: 6px 6px 10px 6px;
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
.main-content {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
.article-section-header {
|
||||||
|
background-color: rgba(255,255,255,0.8);
|
||||||
|
}
|
||||||
|
.article-section-header h1 {
|
||||||
|
margin-block-start: 0;
|
||||||
|
margin-block-end: 0;
|
||||||
|
margin: 6px;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
.article-section-header button {
|
||||||
|
display: inline;
|
||||||
|
padding: 5px 14px;
|
||||||
|
position: relative;
|
||||||
|
float: right;
|
||||||
|
top: 3.5px;
|
||||||
|
}
|
||||||
|
.article-section-header button span {
|
||||||
|
position: relative;
|
||||||
|
left: 0;
|
||||||
|
top: 1.25px;
|
||||||
|
transition: left 0.1s linear;
|
||||||
|
height: 100%;
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
.article-section-header button:hover span {
|
||||||
|
left: 3px;
|
||||||
|
}
|
||||||
|
.article-section .articles, .article-section-header {
|
||||||
|
padding: 12px 15% 12px 15%;
|
||||||
|
}
|
||||||
|
.splitter {
|
||||||
|
height: 15px;
|
||||||
|
width: 100%;
|
||||||
|
background-color: var(--mdc-theme-primary);
|
||||||
|
}
|
||||||
|
.article-section:nth-of-type(3) {
|
||||||
|
background: #ffffff;
|
||||||
|
}
|
||||||
|
.article-section:nth-of-type(3) #jarallax-container-1 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1000px) {
|
||||||
|
.article-section .articles, .article-section-header {
|
||||||
|
padding: 12px 8% 12px 8%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
.article-section .articles, .article-section-header {
|
||||||
|
padding: 12px 2% 12px 2%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.article-section .mdc-card:nth-of-type(3) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.article-section .mdc-card {
|
||||||
|
width: calc((100% / 2) - 12px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 350px) {
|
||||||
|
.article-section .mdc-card:nth-of-type(2) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.article-section .mdc-card {
|
||||||
|
width: calc((100% / 1) - 12px);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -14,68 +14,3 @@
|
|||||||
.mdc-card .mdc-typography--headline6 {
|
.mdc-card .mdc-typography--headline6 {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* automatically display articles on either side of the page, alternating */
|
|
||||||
.main-content .mdc-card {
|
|
||||||
float: right;
|
|
||||||
clear: right;
|
|
||||||
width: calc(50% - 6px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-content .mdc-card:nth-of-type(even) {
|
|
||||||
float: left;
|
|
||||||
clear: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* make first article full-width */
|
|
||||||
.main-content .mdc-card:first-of-type {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* makes last article full-width if it is on its own in a row - i.e. if there is an even number of articles in total */
|
|
||||||
.main-content .mdc-card:nth-of-type(odd):nth-last-of-type(2) ~ .mdc-card:last-of-type {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* styling for when 1 article present */
|
|
||||||
.main-content .mdc-card:first-of-type:last-of-type {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* styling for when 2 articles present & small screen is detected */
|
|
||||||
@media screen and (max-width: 1000px) {
|
|
||||||
.main-content .mdc-card:nth-child(1):nth-last-of-type(2), .main-content .mdc-card:nth-of-type(2):last-of-type {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* styling for when 3 articles present */
|
|
||||||
.main-content .mdc-card:first-of-type:nth-last-of-type(3) {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-content .mdc-card:nth-of-type(3):last-of-type {
|
|
||||||
float: right;
|
|
||||||
clear: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-content .mdc-card:nth-of-type(2):nth-last-of-type(2) {
|
|
||||||
float: left;
|
|
||||||
clear: left;
|
|
||||||
}
|
|
||||||
|
|||||||
BIN
images/backgrounds/2019.jpg
Normal file
BIN
images/backgrounds/2019.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 678 KiB |
42
index.md
42
index.md
@@ -1,11 +1,31 @@
|
|||||||
---
|
---
|
||||||
title: BBC Young Reporter
|
title: BBC Young Reporter
|
||||||
description: News articles written by Reading School students in year 8
|
description: News articles written by Reading School students in year 8
|
||||||
layout: article-list
|
layout: home
|
||||||
---
|
---
|
||||||
|
|
||||||
{% if site.categories.articles %}
|
{% if site.categories.articles %}
|
||||||
{% for article in site.categories.articles %}
|
{% assign currentdate_count = 0 %}
|
||||||
|
{% assign articles = site.categories.articles | sort: date | reverse %}
|
||||||
|
{% for article in articles %}
|
||||||
|
{% assign currentdate = article.date | date: "%Y" %}
|
||||||
|
{% if currentdate != date %}
|
||||||
|
{% assign currentdate_count = 0 %}
|
||||||
|
{% if article.url != articles.first.url %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="splitter"></div>
|
||||||
|
{% endif %}
|
||||||
|
<div class="article-section" data-jarallax data-speed="0.4">
|
||||||
|
<div class="article-section-header">
|
||||||
|
<h1>{{ currentdate }}</h1>
|
||||||
|
<button class="mdc-button mdc-button--outlined" data-mdc-auto-init="MDCRipple" onclick="window.location='URL';">Read More <span class="material-icons">keyboard_arrow_right</span></button>
|
||||||
|
</div>
|
||||||
|
<div class="articles">
|
||||||
|
{% assign date = currentdate %}
|
||||||
|
{% endif %}
|
||||||
|
{% if currentdate_count < 3 %}
|
||||||
|
{% assign currentdate_count = currentdate_count | plus: 1 %}
|
||||||
<div class="mdc-card">
|
<div class="mdc-card">
|
||||||
<div class="mdc-card__media mdc-card__media--16-9 {{ article.url | relative_url | replace: '/', '-' | replace: '.', '-' }}"></div>
|
<div class="mdc-card__media mdc-card__media--16-9 {{ article.url | relative_url | replace: '/', '-' | replace: '.', '-' }}"></div>
|
||||||
<div class="mdc-card-content">
|
<div class="mdc-card-content">
|
||||||
@@ -15,24 +35,24 @@ layout: article-list
|
|||||||
| by {{ article.authors }}
|
| by {{ article.authors }}
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="mdc-typography--body2">{{ article.description }}</div>
|
||||||
<div class="mdc-card__actions">
|
<div class="mdc-card__actions">
|
||||||
<div class="mdc-card__action-buttons">
|
<div class="mdc-card__action-buttons">
|
||||||
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='{{ article.url | relative_url }}';">Read</button>
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='{{ article.url | relative_url }}';">Read</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.{{ article.url | relative_url | replace: '/', '-' | replace: '.', '-' }} {
|
.{{ article.url | relative_url | replace: '/', '-' | replace: '.', '-' }} {
|
||||||
background-image: url("/images/{{ article.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}--cover.jpg");
|
background-image: url("/images/{{ article.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}--cover.jpg");
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{% endfor %}
|
{% endif %}
|
||||||
{% else %}
|
{% if currentdate != date %}
|
||||||
<center>We haven't got any articles for you yet! Come back during this year's BBC Young Reporter day to see what Reading School's year 8 students have produced!</center>
|
{% endif %}
|
||||||
<style>
|
{% if article.url == articles.last.url %}
|
||||||
center {
|
</div>
|
||||||
margin: 25vh auto 25vh auto;
|
</div>
|
||||||
}
|
{% endif %}
|
||||||
</style>
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
3
js/home.js
Normal file
3
js/home.js
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
// $(window).scroll(function () {
|
||||||
|
// $(".article-section").css("background-position","50% " + ($(this).scrollTop() / 2) + "px");
|
||||||
|
// });
|
||||||
7
js/jarallax.min.js
vendored
Normal file
7
js/jarallax.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
16
js/jquery.paroller.min.js
vendored
Normal file
16
js/jquery.paroller.min.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
'use strict';/**
|
||||||
|
* jQuery plugin paroller.js v1.4.6
|
||||||
|
* https://github.com/tgomilar/paroller.js
|
||||||
|
* preview: https://tgomilar.github.io/paroller/
|
||||||
|
**/(function(a){'use strict';'function'==typeof define&&define.amd?define('parollerjs',['jquery'],a):'object'==typeof module&&'object'==typeof module.exports?module.exports=a(require('jquery')):a(jQuery)})(function(a){'use strict';var b=Math.round;let c=!1,d=function(){c=!1},e={bgVertical:function(a,b){return a.css({"background-position":'center '+-b+'px'})},bgHorizontal:function(a,b){return a.css({"background-position":-b+'px center'})},vertical:function(a,b,c,d){return'none'===d&&(d=''),a.css({"-webkit-transform":'translateY('+b+'px)'+d,"-moz-transform":'translateY('+b+'px)'+d,transform:'translate(0,'+b+'px)'+d,transition:c,"will-change":'transform'})},horizontal:function(a,b,c,d){return'none'===d&&(d=''),a.css({"-webkit-transform":'translateX('+b+'px)'+d,"-moz-transform":'translateX('+b+'px)'+d,transform:'translate('+b+'px, 0)'+d,transition:c,"will-change":'transform'})}},f={factor:function(a,b,c){let d=a.data('paroller-factor'),e=d?d:c.factor;if(576>b){let b=a.data('paroller-factor-xs'),d=b?b:c.factorXs;return d?d:e}if(768>=b){let b=a.data('paroller-factor-sm'),d=b?b:c.factorSm;return d?d:e}if(1024>=b){let b=a.data('paroller-factor-md'),d=b?b:c.factorMd;return d?d:e}if(1200>=b){let b=a.data('paroller-factor-lg'),d=b?b:c.factorLg;return d?d:e}if(1920>=b){let b=a.data('paroller-factor-xl'),d=b?b:c.factorXl;return d?d:e}return e},bgOffset:function(a,c){return b(a*c)},transform:function(a,c,d,e){return b((a-d/2+e)*c)}},g={background:function(a){return a.css({"background-position":'unset'})},foreground:function(a){return a.css({transform:'unset',transition:'unset'})}};a.fn.paroller=function(h){const i=a(window).height(),j=a(document).height();// default options
|
||||||
|
return h=a.extend({factor:0,// - to +
|
||||||
|
factorXs:0,// - to +
|
||||||
|
factorSm:0,// - to +
|
||||||
|
factorMd:0,// - to +
|
||||||
|
factorLg:0,// - to +
|
||||||
|
factorXl:0,// - to +
|
||||||
|
transition:'transform .1s ease',// CSS transition
|
||||||
|
type:'background',// foreground
|
||||||
|
direction:'vertical'// horizontal
|
||||||
|
},h),this.each(function(){const k=a(this);let l=k.outerHeight(),m=a(window).width(),n=k.offset().top,o=0,p=function(a,b){// console.log(`offset ${scrollOffset} => ${transform - scrollOffset}`)
|
||||||
|
return a||(o=b),b-o};const q=k.data('paroller-type'),r=k.data('paroller-direction'),s=k.data('paroller-transition'),t=k.css('transform'),u=s?s:h.transition,v=q?q:h.type,w=r?r:h.direction;let x=0,y=f.bgOffset(n,x),z=f.transform(n,x,i,l);'background'===v?'vertical'===w?e.bgVertical(k,y):'horizontal'===w&&e.bgHorizontal(k,y):'foreground'===v&&('vertical'===w?e.vertical(k,z,u,t):'horizontal'===w&&e.horizontal(k,z,u,t)),a(window).on('resize',function(){let o=a(this).scrollTop();m=a(window).width(),n=k.offset().top,l=k.outerHeight(),x=f.factor(k,m,h),y=b(n*x);let q=p(a(document).scrollTop(),b((n-i/2+l)*x));c||(window.requestAnimationFrame(d),c=!0),'background'===v?(g.background(k),'vertical'===w?e.bgVertical(k,y):'horizontal'===w&&e.bgHorizontal(k,y)):'foreground'===v&&o<=j&&(g.foreground(k),'vertical'===w?e.vertical(k,q,u):'horizontal'===w&&e.horizontal(k,q,u))}),a(window).on('load scroll',function(){let g=a(this).scrollTop(),o=a(document).scrollTop();x=f.factor(k,m,h);let q=p(o,b((n-i/2+l-g)*x));c||(window.requestAnimationFrame(d),c=!0),'background'===v?'vertical'===w?e.bgVertical(k,y):'horizontal'===w&&e.bgHorizontal(k,y):'foreground'===v&&g<=j&&('vertical'===w?e.vertical(k,q,u,t):'horizontal'===w&&e.horizontal(k,q,u,t))})})}});
|
||||||
39
year.md
Normal file
39
year.md
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
---
|
||||||
|
title: BBC Young Reporter
|
||||||
|
description: News articles written by Reading School students in year 8
|
||||||
|
layout: article-list
|
||||||
|
---
|
||||||
|
|
||||||
|
{% if site.categories.articles %}
|
||||||
|
{% for article in site.categories.articles %}
|
||||||
|
<div class="mdc-card">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9 {{ article.url | relative_url | replace: '/', '-' | replace: '.', '-' }}"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">{{ article.title }}</h2>
|
||||||
|
<h3 class="mdc-typography--subtitle2">
|
||||||
|
<time class="timeago" datetime="{{ article.date | date: '%Y-%m-%d' }}T{{ article.date | date: '%H:%M:%S' }}">{{ article.date | date: '%A %e %B %Y' }}</time>
|
||||||
|
| by {{ article.authors }}
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="mdc-typography--body2">{{ article.description }}</div>
|
||||||
|
<div class="mdc-card__actions">
|
||||||
|
<div class="mdc-card__action-buttons">
|
||||||
|
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='{{ article.url | relative_url }}';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.{{ article.url | relative_url | replace: '/', '-' | replace: '.', '-' }} {
|
||||||
|
background-image: url("/images/{{ article.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}--cover.jpg");
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
{% endfor %}
|
||||||
|
{% else %}
|
||||||
|
<center>We haven't got any articles for you yet! Come back during this year's BBC Young Reporter day to see what Reading School's year 8 students have produced!</center>
|
||||||
|
<style>
|
||||||
|
center {
|
||||||
|
margin: 25vh auto 25vh auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
{% endif %}
|
||||||
Reference in New Issue
Block a user