-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (64 loc) · 3.07 KB
/
index.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,maximum-scale=2">
<link rel="stylesheet" type="text/css" media="screen" href="/styles.css">
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>Benjamin Heald | healdb.tech</title>
<meta name="generator" content="Jekyll v3.8.5" />
<meta property="og:title" content="Benjamin Heald" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Benjamin Heald" />
<meta property="og:description" content="Benjamin Heald" />
<link rel="canonical" href="http://healdb.tech/" />
<meta property="og:url" content="http://healdb.tech/" />
<meta property="og:site_name" content="healdb.tech" />
<script type="application/ld+json">
{"@type":"WebSite","url":"http://healdb.tech/","name":"healdb.tech","description":"Benjamin Heald","headline":"Benjamin Heald","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-163591048-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-163591048-1');
</script>
<script data-ad-client="ca-pub-6924072425955065" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h2 id="project_tagline">Benjamin Heald Personal Security Blog</h2>
<a class="active" href="/blog/"><h3 id="project_tagline">Security Blog Posts<h3></a>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h2>WHOAMI</h2>
<p>This is the personal security blog of Benjamin Heald, I am currently employed as a security engineer. The contents of this blog do not reflect on my employer, and are my own personal views. Feel free to contact me <a href="mailto:[email protected]">through email</a> or on Linkedin.</P>
</section>
<section id="main_content" class="inner">
<h2> Helpful Links</h2>
<ul>
<li><a href="https://twitter.com/heald_ben">My Twitter Profile</a></li>
<li><a href="https://github.com/Healdb">My Github Profile</a></li>
<li><a href="https://hackerone.com/healdb">My Hackerone Profile</a></li>
<li><a href="https://bugcrowd.com/healdb">My BugCrowd Profile</a></li>
<li><a href="https://www.linkedin.com/in/benjamin-heald-ab0001112/">My Linkedin Profile</a></li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">healdb.tech maintained by <a href="https://github.com/Healdb">Healdb</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>