Update theme colour on Win8 tiles

This commit is contained in:
2020-12-25 18:20:53 +00:00
parent acdc1cf1fd
commit c0c5f68f7f
8 changed files with 136 additions and 112 deletions

View File

@@ -20,11 +20,11 @@
<!-- tile icon & colour for Windows 8 -->
<meta name="msapplication-TileImage" content="https://mgrove.uk/logo.png">
<meta name="msapplication-TileColor" content="#26174e">
<meta name="msapplication-TileColor" content="#c72a32">
<!-- page info -->
<title>BBC Young Reporter Article Generator | Matthew Grove</title>
<meta name="description" content="A tool to create markdown files from news articles and their metadata for uploading to the Reading School BBC Young Reporter website. | by Matthew Grove">
<meta name="description" content="A tool to create markdown files from news articles and their metadata for uploading to the Reading School BBC Young Reporter website.">
<meta name="keywords" content="" />
<!-- stylesheets -->
@@ -36,7 +36,7 @@
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-124505000-1');
gtag('config', 'UA-124505000-2');
</script>
</head>
@@ -105,7 +105,22 @@
<section id="main" class="wrapper">
<div class="inner">
<div class="content">
<h3 id="instructions">Instructions</h3>
<h3 id="prerequisites">Prerequisites</h3>
<p>Before you begin, ensure you have, as a minimum:</p>
<ul>
<li>a headline,</li>
<li>the name(s) of the author(s),</li>
<li>a header image, which will be shown behind the headline (so the content of this image cant be vital, like a graph),</li>
<li>a caption for your header image,</li>
<li>the copyright attribution for your header image,</li>
<li>a brief description (one or two short sentences) of your article, and</li>
<li>your article content.</li>
</ul>
<hr />
<h3 id="instructions">Instructions</h3>
<p>Fill in the fields below, and then click the <em>download</em> button to generate a file to be uploaded to Reading Schools BBC Young Reporter website.</p>