348 lines
9.6 KiB
HTML
348 lines
9.6 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
<meta name="HandheldFriendly" content="True">
|
|
<link rel="icon" sizes="192x192" href="https://mgrove.uk/logo.png">
|
|
|
|
<!-- add to homescreen for Chrome on Android -->
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<link rel="icon" sizes="192x192" href="https://mgrove.uk/logo.png">
|
|
|
|
<!-- 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="Demo Site">
|
|
<link rel="apple-touch-icon-precomposed" href="https://mgrove.uk/logo.png">
|
|
|
|
<!-- tile icon & colour for Windows 8 -->
|
|
<meta name="msapplication-TileImage" content="https://mgrove.uk/logo.png">
|
|
<meta name="msapplication-TileColor" content="#c72a32">
|
|
|
|
<!-- page info -->
|
|
<title>Demo Site | Matthew Grove</title>
|
|
<meta name="description" content="My demo site - where I host small coding projects and demonstrations.">
|
|
<meta name="keywords" content="" />
|
|
|
|
<!-- stylesheets -->
|
|
<link rel="stylesheet" href="/assets/css/main.css" />
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124505000-1" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() { dataLayer.push(arguments); }
|
|
gtag('js', new Date());
|
|
gtag('config', 'UA-124505000-2');
|
|
</script>
|
|
</head>
|
|
|
|
<script src="/assets/js/jquery.min.js"></script>
|
|
|
|
<body class="is-preload">
|
|
|
|
<!-- Header -->
|
|
<header id="header">
|
|
<img src="https://mgrove.uk/logo-clear-square.png" class="logo" />
|
|
<a class="logo" href="/">Matthew Grove</a>
|
|
<nav>
|
|
<a href="#menu">Menu</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<!-- Nav -->
|
|
<nav id="menu">
|
|
<ul class="links">
|
|
<li><a href="/" class="current-page-link">Home</a></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><a href="/young-reporter/" class="">BBC Young Reporter Article Generator</a></li>
|
|
|
|
|
|
|
|
|
|
<li><a href="https://blackthunder.gq" class="">Black Thunder</a></li>
|
|
|
|
|
|
|
|
|
|
<li><a href="https://blog.mgrove.uk" class="">Blog</a></li>
|
|
|
|
|
|
|
|
|
|
<li><a href="/comsci/" class="">Computer Science</a></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><a href="https://instagram.com/morganandmeganbichons" class="">Dogs</a></li>
|
|
|
|
|
|
|
|
|
|
<li><a href="/luhn-algorithm/" class="">Luhn Algorithm</a></li>
|
|
|
|
|
|
|
|
|
|
<li><a href="https://instagram.com/mgrove36.photos" class="">Photography Feed</a></li>
|
|
|
|
|
|
|
|
|
|
<li><a href="https://youngreporter.mgrove.uk" class="">Reading School BBC Young Reporter</a></li>
|
|
|
|
|
|
|
|
|
|
<li><a href="/site-theme/" class="">Site Theme</a></li>
|
|
|
|
|
|
|
|
|
|
<li><a href="https://traqua.ml" class="">Traqua</a></li>
|
|
|
|
|
|
</ul>
|
|
</nav>
|
|
|
|
<div id="cookies">
|
|
<p>Just to let you know, I use cookies on my site.</p>
|
|
<p><a href="javascript:void(0);" id="close-cookies">OK</a></p>
|
|
</div>
|
|
|
|
<!-- Banner -->
|
|
<section id="banner">
|
|
<div class="inner">
|
|
<img src="https://mgrove.uk/logo-clear-square.png" class="banner-logo" />
|
|
<h1>Matthew Grove</h1>
|
|
<p>My demo site - where I host small coding projects and demonstrations.</p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Highlights -->
|
|
<section class="wrapper">
|
|
<div class="inner">
|
|
<header class="special">
|
|
<h2>Projects</h2>
|
|
<p><p>Got some ideas for me? <a href="https://goo.gl/forms/qXO1cwSbE4FoQHdq2">Leave them here.</a></p>
|
|
</a></p>
|
|
</header>
|
|
<div class="highlights">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<section>
|
|
<div class="content">
|
|
<header>
|
|
<a href="/young-reporter/" class="icon fa-comment"><span class="label"></span></a>
|
|
<h3>BBC Young Reporter Article Generator</h3>
|
|
</header>
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<section>
|
|
<div class="content">
|
|
<header>
|
|
<a href="https://blackthunder.gq" class="icon fa-bolt"><span class="label"></span></a>
|
|
<h3>Black Thunder</h3>
|
|
</header>
|
|
<p>Reading School's robotics team, which also runs the school's Robotics Club.</p>
|
|
<a href="https://blackthunder.gq" class="button small">See more</a>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section>
|
|
<div class="content">
|
|
<header>
|
|
<a href="https://blog.mgrove.uk" class="icon fa-pencil"><span class="label"></span></a>
|
|
<h3>Blog</h3>
|
|
</header>
|
|
<p>Where I post updates about projects I'm doing.</p>
|
|
<a href="https://blog.mgrove.uk" class="button small">See more</a>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section>
|
|
<div class="content">
|
|
<header>
|
|
<a href="/comsci/" class="icon fa-laptop"><span class="label"></span></a>
|
|
<h3>Computer Science</h3>
|
|
</header>
|
|
<p>Some helpful tips for studying Computer Science.</p>
|
|
<a href="/comsci/" class="button small">See more</a>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<section>
|
|
<div class="content">
|
|
<header>
|
|
<a href="https://instagram.com/morganandmeganbichons" class="icon fa-paw"><span class="label"></span></a>
|
|
<h3>Dogs</h3>
|
|
</header>
|
|
<p>An Instagram account for my dogs.</p>
|
|
<a href="https://instagram.com/morganandmeganbichons" class="button small">See more</a>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section>
|
|
<div class="content">
|
|
<header>
|
|
<a href="/luhn-algorithm/" class="icon fa-credit-card"><span class="label"></span></a>
|
|
<h3>Luhn Algorithm</h3>
|
|
</header>
|
|
<p>A number validator with the Luhn algorithm.</p>
|
|
<a href="/luhn-algorithm/" class="button small">See more</a>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section>
|
|
<div class="content">
|
|
<header>
|
|
<a href="https://instagram.com/mgrove36.photos" class="icon fa-camera"><span class="label"></span></a>
|
|
<h3>Photography Feed</h3>
|
|
</header>
|
|
<p>A place for me to post my snaps.</p>
|
|
<a href="https://instagram.com/mgrove36.photos" class="button small">See more</a>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section>
|
|
<div class="content">
|
|
<header>
|
|
<a href="https://youngreporter.mgrove.uk" class="icon fa-graduation-cap"><span class="label"></span></a>
|
|
<h3>Reading School BBC Young Reporter</h3>
|
|
</header>
|
|
<p>A site for Reading School's year 8 students to post news articles they have written.</p>
|
|
<a href="https://youngreporter.mgrove.uk" class="button small">See more</a>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section>
|
|
<div class="content">
|
|
<header>
|
|
<a href="/site-theme/" class="icon fa-pencil-square-o"><span class="label"></span></a>
|
|
<h3>Site Theme</h3>
|
|
</header>
|
|
<p>A list of all templated elements available in this site's theme.</p>
|
|
<a href="/site-theme/" class="button small">See more</a>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section>
|
|
<div class="content">
|
|
<header>
|
|
<a href="https://traqua.ml" class="icon fa-tint"><span class="label"></span></a>
|
|
<h3>Traqua</h3>
|
|
</header>
|
|
<p>"An innovative, water-saving solution for the home." A small STEM project based around using Raspberry Pis to track and reduce household water usage.</p>
|
|
<a href="https://traqua.ml" class="button small">See more</a>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Footer -->
|
|
<footer id="footer">
|
|
<div class="inner">
|
|
<div class="content">
|
|
<section>
|
|
<h3>Matthew Grove</h3>
|
|
<p>Software engineer & amateur photographer from Surrey, UK.</p>
|
|
<p><a href="https://github.com/mgrove36/demo-code/tree/master/">View this page on GitHub.</a></p>
|
|
</section>
|
|
<section>
|
|
<h4>Other Links</h4>
|
|
<ul class="plain">
|
|
|
|
<li><a href="https://instagram.com/mgrove36.photos" target="_blank"><i class="icon fa-camera"> </i>Photography</a></li>
|
|
|
|
<li><a href="https://instagram.com/morganandmeganbichons" target="_blank"><i class="icon fa-paw"> </i>Dogs</a></li>
|
|
|
|
<li><a href="mailto:me@mgrove.uk" target="_blank"><i class="icon fa-envelope"> </i>Email me</a></li>
|
|
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<h4>Social Media</h4>
|
|
<ul class="plain">
|
|
|
|
<li><a href="https://github.com/mgrove36" target="_blank"><i class="icon fa-github"> </i>GitHub</a></li>
|
|
|
|
<li><a href="https://twitter.com/mgrove36" target="_blank"><i class="icon fa-twitter"> </i>Twitter</a></li>
|
|
|
|
<li><a href="https://instagram.com/mgrove36" target="_blank"><i class="icon fa-instagram"> </i>Instagram</a></li>
|
|
|
|
<li><a href="https://linkedin.com/in/mgrove36" target="_blank"><i class="icon fa-linkedin"> </i>LinkedIn</a></li>
|
|
|
|
<li><a href="https://facebook.com/mgrove36" target="_blank"><i class="icon fa-facebook"> </i>Facebook</a></li>
|
|
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
<div class="copyright">
|
|
© Matthew Grove 2020.
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Scripts -->
|
|
<script src="/assets/js/cookies.js"></script>
|
|
<script src="/assets/js/util.js"></script>
|
|
<script src="/assets/js/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html> |