161 lines
4.8 KiB
HTML
161 lines
4.8 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="Computer Science">
|
||
<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>Computer Science | Matthew Grove</title>
|
||
<meta name="description" content="Some helpful tips for studying Computer Science. | 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="/" >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/" class="current-page-link"
|
||
>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>
|
||
|
||
<!-- Heading -->
|
||
<div id="heading">
|
||
<h1>Computer Science</h1>
|
||
</div>
|
||
|
||
<!-- Main -->
|
||
<section id="main" class="wrapper">
|
||
<div class="inner">
|
||
<div class="content">
|
||
<meta http-equiv="refresh" content="0;URL='https://www.youtube.com/watch?v=oHg5SJYRHA0'" />
|
||
|
||
<p>This page is loading. If it doesn’t load within five seconds, please click <a href="https://www.youtube.com/watch?v=oHg5SJYRHA0">here</a></p>
|
||
|
||
</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/comsci/">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"> </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"><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://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> |