This repository has been archived on 2025-11-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
portfolio/_site/index.html
2020-12-13 11:08:50 +00:00

229 lines
6.4 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="#26174e">
<!-- page info -->
<title>Demo Site | Matthew Grove</title>
<meta name="description" content="My demo site - where I host small coding projects and demonstrations. | by Matthew Grove">
<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-1');
</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="https://blog.mgrove.uk">Blog</a></li>
<li><a href="/young-reporter/" >BBC Young Reporter Article Generator</a></li>
<li><a href="/comsci/" >Computer Science</a></li>
<li><a href="/luhn-algorithm/" >Luhn Algorithm</a></li>
<li><a href="/site-theme/" >Site Theme</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="/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="/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="/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>
</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>
<br>
<a href="https://github.com/mgrove36/demo-code/tree/master/">View this page on
GitHub.</a>
</section>
<section>
<h4>Other Links</h4>
<ul class="plain">
<li><a href="https://instagram.com/mgrove36.photos" target="_blank"><i
class="icon fa-camera">&nbsp;</i>Photography</a></li>
<li><a href="https://instagram.com/morganandmeganbichons" target="_blank"><i
class="icon fa-paw">&nbsp;</i>Dogs</a></li>
<li><a href="mailto:me@mgrove.uk"><i class="icon fa-envelope">&nbsp;</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">&nbsp;</i>Github</a></li>
<li><a href="https://twitter.com/mgrove36" target="_blank"><i class="icon fa-twitter">&nbsp;</i>Twitter</a></li>
<li><a href="https://instagram.com/mgrove36" target="_blank"><i class="icon fa-instagram">&nbsp;</i>Instagram</a></li>
<li><a href="https://facebook.com/mgrove36" target="_blank"><i class="icon fa-facebook">&nbsp;</i>Facebook</a></li>
</ul>
</section>
</div>
<div class="copyright">
&copy; 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>