Update page descriptions

This commit is contained in:
2020-12-13 03:19:30 +00:00
parent d73d3caf7f
commit 31eff6d382
9 changed files with 27 additions and 23 deletions

View File

@@ -10,8 +10,8 @@
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="/" {% if page.url == "/" or page.url == "/index.html" %} class="current-page-link"
{% endif %}>Home</a></li>
<li><a href="/" {% if page.url == "/" or page.url == "/index.html" %} class="current-page-link" {% endif %}>Home</a></li>
<li><a href="https://blog.mgrove.uk">Blog</a></li>
{% assign all_pages = site.pages | sort: "title" %}
{% for project in all_pages %}

View File

@@ -15,7 +15,7 @@
<!-- 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="ComSci">
<meta name="apple-mobile-web-app-title" content="Computer Science">
<link rel="apple-touch-icon-precomposed" href="https://mgrove.uk/logo.png">
<!-- tile icon & colour for Windows 8 -->
@@ -23,8 +23,8 @@
<meta name="msapplication-TileColor" content="#26174e">
<!-- page info -->
<title>ComSci | Matthew Grove</title>
<meta name="description" content="Some Computer Science info | by Matthew Grove">
<title>Computer Science | Matthew Grove</title>
<meta name="description" content="Some helpful tips for studying Computer Science. | by Matthew Grove">
<meta name="keywords" content="" />
<!-- stylesheets -->
@@ -57,6 +57,7 @@
<nav id="menu">
<ul class="links">
<li><a href="/" >Home</a></li>
<li><a href="https://blog.mgrove.uk">Blog</a></li>
@@ -68,7 +69,7 @@
<li><a href="/comsci/" class="current-page-link"
>ComSci</a></li>
>Computer Science</a></li>
@@ -91,7 +92,7 @@
<!-- Heading -->
<div id="heading">
<h1>ComSci</h1>
<h1>Computer Science</h1>
</div>
<!-- Main -->

View File

@@ -56,8 +56,8 @@
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="/" class="current-page-link"
>Home</a></li>
<li><a href="/" class="current-page-link" >Home</a></li>
<li><a href="https://blog.mgrove.uk">Blog</a></li>
@@ -68,7 +68,7 @@
<li><a href="/comsci/" >ComSci</a></li>
<li><a href="/comsci/" >Computer Science</a></li>
@@ -118,7 +118,7 @@
<a href="/young-reporter/" class="icon fa-comment"><span class="label"></span></a>
<h3>BBC Young Reporter Article Creator</h3>
</header>
<p>A simple tool to create markdown files from news articles, for uploading to the Reading School BBC Young Reporter website</p>
<p>A tool to create markdown files from news articles and their metadata for uploading to the Reading School BBC Young Reporter website.</p>
<a href="/young-reporter/" class="button small">See more</a>
</div>
</section>
@@ -129,9 +129,9 @@
<div class="content">
<header>
<a href="/comsci/" class="icon fa-laptop"><span class="label"></span></a>
<h3>ComSci</h3>
<h3>Computer Science</h3>
</header>
<p>Some Computer Science info</p>
<p>Some helpful tips for studying Computer Science.</p>
<a href="/comsci/" class="button small">See more</a>
</div>
</section>
@@ -146,7 +146,7 @@
<a href="/luhn-algorithm/" class="icon fa-credit-card"><span class="label"></span></a>
<h3>Luhn Algorithm</h3>
</header>
<p>Replication of the Luhn algorithm</p>
<p>A number validator with the Luhn algorithm.</p>
<a href="/luhn-algorithm/" class="button small">See more</a>
</div>
</section>

View File

@@ -24,7 +24,7 @@
<!-- page info -->
<title>Luhn Algorithm | Matthew Grove</title>
<meta name="description" content="Replication of the Luhn algorithm | by Matthew Grove">
<meta name="description" content="A number validator with the Luhn algorithm. | by Matthew Grove">
<meta name="keywords" content="" />
<!-- stylesheets -->
@@ -57,6 +57,7 @@
<nav id="menu">
<ul class="links">
<li><a href="/" >Home</a></li>
<li><a href="https://blog.mgrove.uk">Blog</a></li>
@@ -67,7 +68,7 @@
<li><a href="/comsci/" >ComSci</a></li>
<li><a href="/comsci/" >Computer Science</a></li>

View File

@@ -57,6 +57,7 @@
<nav id="menu">
<ul class="links">
<li><a href="/" >Home</a></li>
<li><a href="https://blog.mgrove.uk">Blog</a></li>
@@ -67,7 +68,7 @@
<li><a href="/comsci/" >ComSci</a></li>
<li><a href="/comsci/" >Computer Science</a></li>

View File

@@ -24,7 +24,7 @@
<!-- page info -->
<title>BBC Young Reporter Article Creator | Matthew Grove</title>
<meta name="description" content="A simple tool to create markdown files from news articles, 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. | by Matthew Grove">
<meta name="keywords" content="" />
<!-- stylesheets -->
@@ -57,6 +57,7 @@
<nav id="menu">
<ul class="links">
<li><a href="/" >Home</a></li>
<li><a href="https://blog.mgrove.uk">Blog</a></li>
@@ -68,7 +69,7 @@
<li><a href="/comsci/" >ComSci</a></li>
<li><a href="/comsci/" >Computer Science</a></li>

View File

@@ -1,6 +1,6 @@
---
title: ComSci
description: Some Computer Science info
title: Computer Science
description: Some helpful tips for studying Computer Science.
layout: default
icon: laptop
---

View File

@@ -1,6 +1,6 @@
---
title: Luhn Algorithm
description: Replication of the Luhn algorithm
description: A number validator with the Luhn algorithm.
layout: default
icon: credit-card
---

View File

@@ -1,6 +1,6 @@
---
title: BBC Young Reporter Article Creator
description: A simple tool to create markdown files from news articles, for uploading to the Reading School BBC Young Reporter website
description: A tool to create markdown files from news articles and their metadata for uploading to the Reading School BBC Young Reporter website.
layout: default
icon: comment
---