Update page descriptions
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user