|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<title>Jrtechs</title>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
|
|
|
|
<meta name="description" content="Blog of Jeffery Russell, featuring technical guides, and projects.">
|
|
|
|
<meta name="author" content="Jeffery Russell">
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
|
|
|
|
|
|
<link rel="stylesheet"
|
|
href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.12.0/build/styles/default.min.css">
|
|
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
|
|
|
|
<style>
|
|
html, body, h1, h2, h3, h4, h5, h6 {
|
|
font-family: 'Open Sans', sans-serif;
|
|
}
|
|
p{font-size:18px;}
|
|
</style>
|
|
|
|
<!-- Navbar -->
|
|
<div class="w3-top">
|
|
<div class="w3-bar w3-dark-grey w3-card">
|
|
<a href="/" class="w3-bar-item w3-button w3-padding-large">Home</a>
|
|
<a href="https://github.com/jrtechs" class="w3-bar-item w3-button w3-padding-large w3-hide-small">GitHub</a>
|
|
<a href="https://jrtechs.me" class="w3-bar-item w3-button w3-padding-large w3-hide-small">Portfolio</a>
|
|
<a href="https://www.youtube.com/channel/UCbebizd25t22-vv13_lr9_A"
|
|
class="w3-bar-item w3-button w3-padding-large w3-hide-small">Youtube</a>
|
|
</div>
|
|
</div>
|
|
|
|
<body class="w3-light-grey">
|
|
<div class="w3-content w3-padding-64" style="max-width:1400px">
|
|
<div class="w3-row">
|