-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
59 lines (51 loc) · 1.74 KB
/
blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE HTML>
<html>
<head>
<title>Thomas Nowell: blog</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js"></script>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Thomas Nowell</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header>
<h2>My thoughts on Cyber Security, Software Development and Life and living in Japan and elsewhere</h2>
<q>The fool doth think he is wise, but the wise man knows himself to be a fool. <br />
-William Shakespeare</q>
</header>
<section class="wrapper style5">
<div class="inner">
<h3>Articles</h3>
<ul class="">
<li><a href="IntroToLogs.html">Tryhackme: Intro To Logs - SOC 2 learning path</a></li>
<li><a href="LogOperations.html">Tryhackme: Log Operations - SOC 2 learning path</a></li>
</ul>
</section>
</article>
</div>
</body>
</html>