Update theme colour on Win8 tiles
This commit is contained in:
@@ -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 can’t 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 School’s BBC Young Reporter website.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user