100 lines
3.5 KiB
HTML
100 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>George's Portfolio</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<meta name="keywords" content="">
|
|
<meta name="author" content="George Wilkinson">
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<meta http-equiv="default-style" content="./src/styles/style.css">
|
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self';">
|
|
<link rel="stylesheet" href="./src/styles/main.css" content="text/css">
|
|
<link rel="stylesheet" href="./src/styles/index.css" content="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Main Content-->
|
|
<div id="main">
|
|
|
|
<!-- Top Bar -->
|
|
<div id="top-bar">
|
|
|
|
<!-- Nav Bar -->
|
|
<div id="toggle-navbar">
|
|
|
|
<input type="checkbox">
|
|
<div></div>
|
|
<div></div>
|
|
<div></div>
|
|
|
|
<ul>
|
|
<a href="./index.html"><li>Home</li><div></div></a>
|
|
<a href="./projects.html"><li>Projects</li><div></div></a>
|
|
<a href="./contact.html"><li>Contact</li><div></div></a>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Content of Top Bar -->
|
|
<div id="top-content">
|
|
|
|
<!-- Title Header -->
|
|
<div id="title-header">
|
|
<header><h1>George Wilkinson</h1></header>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Content Start -->
|
|
<div id="content">
|
|
|
|
<!-- About Me Card -->
|
|
<div class="card" id="about">
|
|
<div class="card-header">
|
|
<header><h2>About Me</h2></header>
|
|
</div>
|
|
<div class="card-content">
|
|
<p>Computer Science with Cyber Security Student, at the <a href="https://salford.ac.uk">University of Salford</a> </p>
|
|
</div>
|
|
<div class="card-footer">
|
|
<ul>
|
|
<li><a href="https://www.linkedin.com/in/george-wilkinson-509661249/">LinkedIn</a></li>
|
|
<li><a href="mailto:G.Wilkinson@edu.salford.ac.uk">E-mail</a></li>
|
|
<li><a href="./contact.html">More</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Card 2 -->
|
|
<div class="card" id="project-ov">
|
|
<div class="card-header">
|
|
<header><h2>Current Projects</h2></header>
|
|
</div>
|
|
<div class="card-content">
|
|
<ul>
|
|
<li>Using Proxmox to create an efficient Virtual Environment</li>
|
|
<li>Dockerised NGINX WebServer running under Ubuntu in Proxmox</li>
|
|
<li>Virtualised Home Assistant Automation</li>
|
|
<li>Using Machine Learning with Frigate to enable home CCTV</li>
|
|
</ul>
|
|
</div>
|
|
<div class="card-footer">
|
|
<ul>
|
|
<li><a href="./projects.html">More Detail</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Content End -->
|
|
|
|
</body>
|
|
|
|
<footer>
|
|
<p>By George Wilkinson</p>
|
|
<p>Date Modified: Mon 6th Oct</p>
|
|
</footer>
|
|
|
|
</html> |