mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
Reduce duplicated code and automate more things
Also change styling for article captions (author/when published)
This commit is contained in:
9
_includes/article-heading.html
Normal file
9
_includes/article-heading.html
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<div class="parallax-section article-title-section" data-jarallax data-speed="{{ site.parallax-speed }}" style="background-image: url('/images/{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}.jpg');">
|
||||||
|
<h2 class="mdc-typography--headline3">{{ page.title }}</h2>
|
||||||
|
</div>
|
||||||
|
<figcaption class="mdc-typography--caption-text">{{ page.image-caption }} • © {{ page.copyright }}</figcaption>
|
||||||
|
|
||||||
|
<h3 class="mdc-typography--subtitle1">
|
||||||
|
<time class="timeago" datetime="{{ page.date | date: '%Y-%m-%d' }}T{{ page.date | date: '%H:%M:%S' }}">{{ page.date | date: '%A %e %B %Y' }}</time>
|
||||||
|
• by {{ page.authors }}
|
||||||
|
</h3>
|
||||||
4
_includes/image.html
Normal file
4
_includes/image.html
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<figure>
|
||||||
|
<img src="/images/{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}--extra-{{ include.id }}.jpg" style="width:100%;">
|
||||||
|
<figcaption class="mdc-typography--caption-text">{{ include.caption }} • © {{ include.copyright }}</figcaption>
|
||||||
|
</figure>
|
||||||
16
_includes/mdc-card.html
Normal file
16
_includes/mdc-card.html
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<div class="mdc-card" onclick="window.location='{{ include.article.url | relative_url }}';">
|
||||||
|
<div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('/images/{{ include.article.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}.jpg');"></div>
|
||||||
|
<div class="mdc-card-content">
|
||||||
|
<h2 class="mdc-typography--headline6">{{ include.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' }}">{{ include.article.date | date: '%A %e %B %Y' }}</time>
|
||||||
|
• by {{ include.article.authors }}
|
||||||
|
</h3>
|
||||||
|
<div class="mdc-typography--body2 article-description">{{ include.article.description }}</div>
|
||||||
|
</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='{{ include.article.url | relative_url }}';">Read</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
@@ -14,15 +14,7 @@
|
|||||||
|
|
||||||
<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="parallax-section article-title-section" data-jarallax data-speed="{{ site.parallax-speed }}" style="background-image: url('/images/{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}.jpg');">
|
{% include article-heading.html %}
|
||||||
<h2 class="mdc-typography--headline3">{{ page.title }}</h2>
|
|
||||||
</div>
|
|
||||||
<figcaption class="mdc-typography--caption-text">{{ page.image-caption }}</figcaption>
|
|
||||||
|
|
||||||
<h3 class="mdc-typography--subtitle1">
|
|
||||||
<time class="timeago" datetime="{{ page.date | date: '%Y-%m-%d' }}T{{ page.date | date: '%H:%M:%S' }}">{{ page.date | date: '%A %e %B %Y' }}</time>
|
|
||||||
| by {{ page.authors }}
|
|
||||||
</h3>
|
|
||||||
<div class="article-content">
|
<div class="article-content">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -14,16 +14,7 @@
|
|||||||
|
|
||||||
<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="parallax-section article-title-section" data-jarallax data-speed="{{ site.parallax-speed }}" style="background-image: url('/images/{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}.jpg');">
|
{% include article-heading.html %}
|
||||||
<h2 class="mdc-typography--headline3">{{ page.title }}</h2>
|
|
||||||
</div>
|
|
||||||
<figcaption class="mdc-typography--caption-text">{{ page.image-caption }}</figcaption>
|
|
||||||
|
|
||||||
<h3 class="mdc-typography--subtitle1">
|
|
||||||
<time class="timeago"
|
|
||||||
datetime="{{ page.date | date: '%Y-%m-%d' }}T{{ page.date | date: '%H:%M:%S' }}">{{ page.date | date: '%A %e %B %Y' }}</time>
|
|
||||||
| by {{ page.authors }}
|
|
||||||
</h3>
|
|
||||||
<div class="article-content">
|
<div class="article-content">
|
||||||
<audio controls>
|
<audio controls>
|
||||||
<source src="{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}.ogg" type="audio/ogg">
|
<source src="{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}.ogg" type="audio/ogg">
|
||||||
|
|||||||
@@ -14,16 +14,7 @@
|
|||||||
|
|
||||||
<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="parallax-section article-title-section" data-jarallax data-speed="{{ site.parallax-speed }}" style="background-image: url('/images/{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}.jpg');">
|
{% include article-heading.html %}
|
||||||
<h2 class="mdc-typography--headline3">{{ page.title }}</h2>
|
|
||||||
</div>
|
|
||||||
<figcaption class="mdc-typography--caption-text">{{ page.image-caption }}</figcaption>
|
|
||||||
|
|
||||||
<h3 class="mdc-typography--subtitle1">
|
|
||||||
<time class="timeago"
|
|
||||||
datetime="{{ page.date | date: '%Y-%m-%d' }}T{{ page.date | date: '%H:%M:%S' }}">{{ page.date | date: '%A %e %B %Y' }}</time>
|
|
||||||
| by {{ page.authors }}
|
|
||||||
</h3>
|
|
||||||
<div class="article-content">
|
<div class="article-content">
|
||||||
<iframe src="https://www.youtube.com/embed/{{ page.video-id }}" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
<iframe src="https://www.youtube.com/embed/{{ page.video-id }}" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
||||||
<figcaption class="mdc-typography--caption-text">{{ page.video-caption }}</figcaption>
|
<figcaption class="mdc-typography--caption-text">{{ page.video-caption }}</figcaption>
|
||||||
|
|||||||
@@ -30,22 +30,7 @@
|
|||||||
{% for article in articles %}
|
{% for article in articles %}
|
||||||
{% assign articleyear = article.date | date: "%Y" %}
|
{% assign articleyear = article.date | date: "%Y" %}
|
||||||
{% if pageyear == articleyear %}
|
{% if pageyear == articleyear %}
|
||||||
<div class="mdc-card" onclick="window.location='{{ article.url | relative_url }}';">
|
{% include mdc-card.html article=article %}
|
||||||
<div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('/images/{{ article.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}.jpg');"></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 class="mdc-typography--body2 article-description">{{ article.description }}</div>
|
|
||||||
</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>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
title: A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?
|
title: A Possible Autism-Anorexia Link Has Been Found, So What Are We Doing About It?
|
||||||
date: 2019-03-06 13:38
|
date: 2019-03-06 13:38
|
||||||
authors: Luke H
|
authors: Luke H
|
||||||
image-caption: An anorexic girl | © Getty
|
image-caption: An anorexic girl
|
||||||
|
copyright: Getty
|
||||||
description: On the 27 February 2019, a possible link between autism and anorexia was discovered by Autistica, a charity devoted to making autistic people happy and healthy. They stated findings that suggested one in five women with anorexia may also have autism. Their Head of Science, Dr James Cusack, has pushed for the National Institute for Health and Clinical Excellence (NICE) to change their guidance to reflect this.
|
description: On the 27 February 2019, a possible link between autism and anorexia was discovered by Autistica, a charity devoted to making autistic people happy and healthy. They stated findings that suggested one in five women with anorexia may also have autism. Their Head of Science, Dr James Cusack, has pushed for the National Institute for Health and Clinical Excellence (NICE) to change their guidance to reflect this.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
title: Are The Roads Around Your Home And School Safe?
|
title: Are The Roads Around Your Home And School Safe?
|
||||||
date: 2019-03-06 14:46
|
date: 2019-03-06 14:46
|
||||||
authors: Riley C, Oliver C
|
authors: Riley C, Oliver C
|
||||||
image-caption: An example of a car parking on a double yellow line | © Getty
|
image-caption: An example of a car parking on a double yellow line
|
||||||
|
copyright: Getty
|
||||||
description: The Royal Berkshire Hospital earlier this month released a study revealing that there has been a 45% increase in accidents involving children and vulnerable pedestrians walking in Reading between February 2018 to 2019. Now, many students may not feel safe when walking in Reading.
|
description: The Royal Berkshire Hospital earlier this month released a study revealing that there has been a 45% increase in accidents involving children and vulnerable pedestrians walking in Reading between February 2018 to 2019. Now, many students may not feel safe when walking in Reading.
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -20,14 +21,8 @@ The effects of this behaviour can be seen in the morning when commuting motorist
|
|||||||
|
|
||||||
There are three main types of collisions on roads: pedestrian/cyclist collision, a side impact collision and a head-on collision. The Road Safety Foundation provided our BBC Young Reporter team with evidence that pedestrians and cyclists are more susceptible to injury even at lower speeds.
|
There are three main types of collisions on roads: pedestrian/cyclist collision, a side impact collision and a head-on collision. The Road Safety Foundation provided our BBC Young Reporter team with evidence that pedestrians and cyclists are more susceptible to injury even at lower speeds.
|
||||||
|
|
||||||
<figure>
|
{% include image.html id=1 caption="A graph showing the probability of fatality for motor accidents" copyright="Getty" %}
|
||||||
<img src="/images/{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}--extra-1.jpg" style="width:100%;">
|
|
||||||
<figcaption class="mdc-typography--caption-text">A graph showing the probability of fatality for motor accidents | © Getty</figcaption>
|
|
||||||
</figure>
|
|
||||||
|
|
||||||
Reading School’s Head Master Mr Robson has recently given students advice on how to keep themselves safe when walking home, recommending that they do not take out their mobile devices and instead pay attention to their surroundings. RoSPA also says that young pedestrians should wear reflective clothing during winter months and practice the Green Cross Code.
|
Reading School’s Head Master Mr Robson has recently given students advice on how to keep themselves safe when walking home, recommending that they do not take out their mobile devices and instead pay attention to their surroundings. RoSPA also says that young pedestrians should wear reflective clothing during winter months and practice the Green Cross Code.
|
||||||
|
|
||||||
<figure>
|
{% include image.html id=2 caption="An example of cars blocking the path for disabled and elderly people" copyright="BBC" %}
|
||||||
<img src="/images/{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}--extra-2.jpg" style="width:100%;">
|
|
||||||
<figcaption class="mdc-typography--caption-text">An example of cars blocking the path for disabled and elderly people | © BBC</figcaption>
|
|
||||||
</figure>
|
|
||||||
@@ -2,7 +2,8 @@
|
|||||||
title: Book Week - Real Life Issues Inspire Sarah Govett
|
title: Book Week - Real Life Issues Inspire Sarah Govett
|
||||||
date: 2019-03-06 14:14
|
date: 2019-03-06 14:14
|
||||||
authors: Aadith C, Adit S, Adi V
|
authors: Aadith C, Adit S, Adi V
|
||||||
image-caption: Sarah Govett visited Reading School as part of Book Week | © Reading School
|
image-caption: Sarah Govett visited Reading School as part of Book Week
|
||||||
|
copyright: Reading School
|
||||||
description: Sarah Govett, author of the critically acclaimed ‘Territory’ series, discussed with us writing, life and everything in between.
|
description: Sarah Govett, author of the critically acclaimed ‘Territory’ series, discussed with us writing, life and everything in between.
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -18,10 +19,7 @@ Ms Govett also spoke about the real-life issues that the book addresses, stating
|
|||||||
|
|
||||||
Global warming and climate change, as far-fetched as it is in the ‘Territory’ series is a growing issue in real life. Research in 2018 by NASA scientists shows that the sea level will rise by 1-4 feet by 2100 at the current rate. So, the partial submerging portrayed in the ‘Territory’ books could not be as far off as you imagine.
|
Global warming and climate change, as far-fetched as it is in the ‘Territory’ series is a growing issue in real life. Research in 2018 by NASA scientists shows that the sea level will rise by 1-4 feet by 2100 at the current rate. So, the partial submerging portrayed in the ‘Territory’ books could not be as far off as you imagine.
|
||||||
|
|
||||||
<figure>
|
{% include image.html id=1 caption="Sarah Govett's books are set in a world where global warming has wrecked the planet" copyright="Reading School" %}
|
||||||
<img src="/images/{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}--extra-1.jpg" style="width:100%;">
|
|
||||||
<figcaption class="mdc-typography--caption-text">Sarah Govett's books are set in a world where global warming has wrecked the planet | © Reading School</figcaption>
|
|
||||||
</figure>
|
|
||||||
|
|
||||||
She also said, “I don’t like dystopia where people are evil for the sake of being evil. I like to have the people doing wrong things to have a reason. The ‘Territory’ series shows how global warming can do this.”
|
She also said, “I don’t like dystopia where people are evil for the sake of being evil. I like to have the people doing wrong things to have a reason. The ‘Territory’ series shows how global warming can do this.”
|
||||||
|
|
||||||
|
|||||||
@@ -3,4 +3,5 @@ title: The Finished Product
|
|||||||
date: 2019-03-06 15:52
|
date: 2019-03-06 15:52
|
||||||
authors: Mr Baldock
|
authors: Mr Baldock
|
||||||
image-caption: Reading School's 2019 BBC Young Reporter team at the end of the day
|
image-caption: Reading School's 2019 BBC Young Reporter team at the end of the day
|
||||||
|
copyright: Reading School
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
title: Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever
|
title: Student Survey Shows Rosa Parks Is Most Inspirational Woman Ever
|
||||||
date: 2019-03-06 14:38
|
date: 2019-03-06 14:38
|
||||||
authors: Tom S-R, Ben S-R
|
authors: Tom S-R, Ben S-R
|
||||||
image-caption: Rosa Parks - who topped the poll | © BBC
|
image-caption: Rosa Parks - who topped the poll
|
||||||
|
copyright: BBC
|
||||||
description: Tomorrow is International Women’s Day (7th March 2019) and we went around our school finding out who people in the school environment thought was the most inspirational woman ever. 90 students and staff took part in the survey which crowned Rosa Parks as the winner.
|
description: Tomorrow is International Women’s Day (7th March 2019) and we went around our school finding out who people in the school environment thought was the most inspirational woman ever. 90 students and staff took part in the survey which crowned Rosa Parks as the winner.
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -20,7 +21,4 @@ The response from teachers was extremely diverse; each of the thirteen teachers
|
|||||||
|
|
||||||
What is clear from our poll is that there are is really diverse range of women who have inspired this generation. With the English Women’s football team winning the ‘SheBelives’ cup against Japan in the USA last night, that there are many more women inspiring others every day.
|
What is clear from our poll is that there are is really diverse range of women who have inspired this generation. With the English Women’s football team winning the ‘SheBelives’ cup against Japan in the USA last night, that there are many more women inspiring others every day.
|
||||||
|
|
||||||
<figure>
|
{% include image.html id=1 caption="The results from our student survey" copyright="Reading School" %}
|
||||||
<img src="/images/{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}--extra-1.jpg" style="width:100%;">
|
|
||||||
<figcaption class="mdc-typography--caption-text">The results from our student survey | © Reading School</figcaption>
|
|
||||||
</figure>
|
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
title: Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’
|
title: Tennis Club Needs To Relocate As Redevelopment Plans Are Called ‘Out’
|
||||||
date: 2019-03-06 12:32
|
date: 2019-03-06 12:32
|
||||||
authors: Hal R-D
|
authors: Hal R-D
|
||||||
image-caption: A rainy winters day at Caversham lawn tennis club | © Reading School
|
image-caption: A rainy winters day at Caversham lawn tennis club
|
||||||
|
copyright: Reading School
|
||||||
description: A ninety-nine year old sports institution is looking for a new home; club member and BBC Young Reporter Hal investigates.
|
description: A ninety-nine year old sports institution is looking for a new home; club member and BBC Young Reporter Hal investigates.
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -23,10 +24,7 @@ Others objected to the planning application by expressing fears of the damaging
|
|||||||
|
|
||||||
Whilst Vivien Jameson, also a close neighbour to the club, said she felt: “sad, I’d much prefer the area to stay as a tennis club, people need exercise”. She explained that some of her next-door neighbours felt the same although others obviously have different views.
|
Whilst Vivien Jameson, also a close neighbour to the club, said she felt: “sad, I’d much prefer the area to stay as a tennis club, people need exercise”. She explained that some of her next-door neighbours felt the same although others obviously have different views.
|
||||||
|
|
||||||
<figure>
|
{% include image.html id=1 caption="An excellent view of 4 courts at Caversham Lawn Tennis Club" copyright="Reading School" %}
|
||||||
<img src="/images/{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}--extra-1.jpg" style="width:100%;">
|
|
||||||
<figcaption class="mdc-typography--caption-text">An excellent view of 4 courts at Caversham Lawn Tennis Club | © Reading School</figcaption>
|
|
||||||
</figure>
|
|
||||||
|
|
||||||
**Now the club was faced with a big question.**
|
**Now the club was faced with a big question.**
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
title: Video Games - Virtual Fantasy Or A Virtual Prison?
|
title: Video Games - Virtual Fantasy Or A Virtual Prison?
|
||||||
date: 2019-03-06 12:19
|
date: 2019-03-06 12:19
|
||||||
authors: Kamran S
|
authors: Kamran S
|
||||||
image-caption: Fortnite - one of the world's biggest video games | © Getty
|
image-caption: Fortnite - one of the world's biggest video games
|
||||||
|
copyright: Getty
|
||||||
description: "With Fortnite Season 8 unveiled last week, Tom Clancy’s Rainbow 6 Siege Year 4 beginning yesterday and two of the world’s most anticipated games, Red Dead Redemption 2 and Call of Duty: Black Ops 4, just released, there’s no better time for young people to be educated on how to stay safe while gaming. Xbox player and Rainbow 6 enthusiast Kamran S reports on the issues to do with bullying in video games."
|
description: "With Fortnite Season 8 unveiled last week, Tom Clancy’s Rainbow 6 Siege Year 4 beginning yesterday and two of the world’s most anticipated games, Red Dead Redemption 2 and Call of Duty: Black Ops 4, just released, there’s no better time for young people to be educated on how to stay safe while gaming. Xbox player and Rainbow 6 enthusiast Kamran S reports on the issues to do with bullying in video games."
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -20,10 +21,7 @@ Firstly, why does bullying occur in video games? Experienced gamers in the Rea
|
|||||||
|
|
||||||
In competitive game modes, where players are pitted against the best of the best in order to improve their rank to show how good they are (such as Tom Clancy’s Rainbow Six Siege, Call of Duty and FIFA), players can be led astray from the actual enjoyment of the game into being the best at it out of their friend group. Ben says: “one of the main reasons bullying whilst gaming takes place is because someone is better than the bully but the bully wants to be the best at the game, so he goes against the player he is playing with.” They may go about this in many ways in order to get the player angry or upset making them play worse, forcing them to do something in retaliation in order to make them look worse than the person doing it in the first place or making them quit the game and stop playing video games altogether.
|
In competitive game modes, where players are pitted against the best of the best in order to improve their rank to show how good they are (such as Tom Clancy’s Rainbow Six Siege, Call of Duty and FIFA), players can be led astray from the actual enjoyment of the game into being the best at it out of their friend group. Ben says: “one of the main reasons bullying whilst gaming takes place is because someone is better than the bully but the bully wants to be the best at the game, so he goes against the player he is playing with.” They may go about this in many ways in order to get the player angry or upset making them play worse, forcing them to do something in retaliation in order to make them look worse than the person doing it in the first place or making them quit the game and stop playing video games altogether.
|
||||||
|
|
||||||
<figure>
|
{% include image.html id=1 caption="Competitive e-sports competitions are beginning to attract thousands of competitors and millions of viewers" copyright="Getty" %}
|
||||||
<img src="/images/{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}--extra-1.jpg" style="width:100%;">
|
|
||||||
<figcaption class="mdc-typography--caption-text">Competitive e-sports competitions are beginning to attract thousands of competitors and millions of viewers | © Getty</figcaption>
|
|
||||||
</figure>
|
|
||||||
|
|
||||||
Gamers we spoke to also said that in more casual situations, where the players are looking for an escape from the competitive category just looking for a game situation where no one is judged to be better or worse than anyone else, the reasons to bully may be more minor and possibly even pettier. “Maybe the bully’s favourite character was picked by someone else and now since they can’t play as him/her or maybe there was a situation in the last round where a player may have not used simple game logic and the bully may just be angry at them and wants them to feel bad about that last round,” explained Tom.
|
Gamers we spoke to also said that in more casual situations, where the players are looking for an escape from the competitive category just looking for a game situation where no one is judged to be better or worse than anyone else, the reasons to bully may be more minor and possibly even pettier. “Maybe the bully’s favourite character was picked by someone else and now since they can’t play as him/her or maybe there was a situation in the last round where a player may have not used simple game logic and the bully may just be angry at them and wants them to feel bad about that last round,” explained Tom.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
title: What Is 'In The Patient's Best Interest’?
|
title: What Is 'In The Patient's Best Interest’?
|
||||||
date: 2019-03-06 11:46
|
date: 2019-03-06 11:46
|
||||||
authors: Aadith C
|
authors: Aadith C
|
||||||
image-caption: Disagreements, difficult decisions and assisted dying. What is 'in the patient's best interest'? | © BBC
|
image-caption: Disagreements, difficult decisions and assisted dying. What is 'in the patient's best interest'?
|
||||||
|
copyright: BBC
|
||||||
description: The Royal College of Physicians (RCP) has announced they are polling their fellows and members on their stance on assisted dying. The poll opened on the 5th of February and it closed on the 1st of March. The RCP is yet to release the results. The debate has been reignited by a public push to look into what the patient’s ‘best interest’ is in many different scenarios.
|
description: The Royal College of Physicians (RCP) has announced they are polling their fellows and members on their stance on assisted dying. The poll opened on the 5th of February and it closed on the 1st of March. The RCP is yet to release the results. The debate has been reignited by a public push to look into what the patient’s ‘best interest’ is in many different scenarios.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
title: What's Next For Reading Prison?
|
title: What's Next For Reading Prison?
|
||||||
date: 2019-03-06 10:38
|
date: 2019-03-06 10:38
|
||||||
authors: Tom S-R, Ben S-R
|
authors: Tom S-R, Ben S-R
|
||||||
image-caption: A view of one of the prison buildings | © BBC
|
image-caption: A view of one of the prison buildings
|
||||||
|
copyright: BBC
|
||||||
description: After being shut 63 months ago, Reading Gaol has remained unused. Reading East MP Matt Rodda says, during this time, "The government has spent over one million pounds on just maintaining the site … whilst homelessness has increased in our borough [Reading East] by 700%." Currently a feasibility study is being undertaken by Theatre and Arts Reading (TAR) and is nearing completion. Mrs Scott, the TAR Executive Secretary said TAR hopes "to have some sort of public announcement in March which will update everyone on what is happening."
|
description: After being shut 63 months ago, Reading Gaol has remained unused. Reading East MP Matt Rodda says, during this time, "The government has spent over one million pounds on just maintaining the site … whilst homelessness has increased in our borough [Reading East] by 700%." Currently a feasibility study is being undertaken by Theatre and Arts Reading (TAR) and is nearing completion. Mrs Scott, the TAR Executive Secretary said TAR hopes "to have some sort of public announcement in March which will update everyone on what is happening."
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -46,7 +47,4 @@ Matt Rodda MP suggests that members of the public who want to support the projec
|
|||||||
|
|
||||||
In addition to the many educational and cultural benefits of this theatre and arts venue vision, many in the local community and beyond feel that it would be a fitting conclusion to the story of Oscar Wilde and Reading Gaol.
|
In addition to the many educational and cultural benefits of this theatre and arts venue vision, many in the local community and beyond feel that it would be a fitting conclusion to the story of Oscar Wilde and Reading Gaol.
|
||||||
|
|
||||||
<figure>
|
{% include image.html id=1 caption="An inside view of the prison" copyright="BBC" %}
|
||||||
<img src="/images/{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}--extra-1.jpg" style="width:100%;">
|
|
||||||
<figcaption class="mdc-typography--caption-text">An inside view of the prison | © BBC</figcaption>
|
|
||||||
</figure>
|
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
title: Reading School's BBC Young Reporter Team… Ready To Go!
|
title: Reading School's BBC Young Reporter Team… Ready To Go!
|
||||||
date: 2019-03-06 9:36
|
date: 2019-03-06 9:36
|
||||||
authors: Mr Baldock
|
authors: Mr Baldock
|
||||||
image-caption: Reading School's 2019 BBC Young Reporter team | © Reading School
|
image-caption: Reading School's 2019 BBC Young Reporter team
|
||||||
|
copyright: Reading School
|
||||||
description: Here are our intrepid Young Reporters, chomping at the bit to bring you lots of terrific stories about Reading School, our local area and the amazing things happening here. And rest assured, this will be a Brexit-free zone.
|
description: Here are our intrepid Young Reporters, chomping at the bit to bring you lots of terrific stories about Reading School, our local area and the amazing things happening here. And rest assured, this will be a Brexit-free zone.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
17
index.md
17
index.md
@@ -26,22 +26,7 @@ layout: home
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if currentdate_count < 3 %}
|
{% if currentdate_count < 3 %}
|
||||||
{% assign currentdate_count = currentdate_count | plus: 1 %}
|
{% assign currentdate_count = currentdate_count | plus: 1 %}
|
||||||
<div class="mdc-card" onclick="window.location='{{ article.url | relative_url }}';">
|
{% include mdc-card.html article=article %}
|
||||||
<div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('/images/{{ article.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}.jpg');"></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 class="mdc-typography--body2 article-description">{{ article.description }}</div>
|
|
||||||
</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>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if currentdate != date %}
|
{% if currentdate != date %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user