Add table of contents.
This commit is contained in:
parent
7ee1b8320f
commit
a65896d9a6
27
about.html
27
about.html
@ -33,8 +33,20 @@
|
||||
<body>
|
||||
<h1>About</h1>
|
||||
<br>
|
||||
|
||||
<!-- Table of contents. -->
|
||||
<ul>
|
||||
<li><a href="#about_me">About Me</a></li>
|
||||
<li><a href="#recommendations">Recommendations</a></li>
|
||||
<li><a href="#hardware">Hardware</a></li>
|
||||
<li><a href="#hdw-smartphone">Smartphone</a></li>
|
||||
<li><a href="#software">Software</a></li>
|
||||
<li><a href="#sfw-desktop">Desktop</a></li>
|
||||
<li><a href="#sfw-smartphone">Smartphone</a></li>
|
||||
</ul>
|
||||
|
||||
<!-- About me. -->
|
||||
<h2>About Me</h2>
|
||||
<h2 id="about_me">About Me</h2>
|
||||
<p>I am Jake Winters, also known by my psuedonym "Inference", a cybersecurity researcher based in<br>
|
||||
United Kingdom.<br>
|
||||
I am the founder, lead developer, and administrator, of Inferencium.<br>
|
||||
@ -60,10 +72,11 @@
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<h2>Recommendations</h2>
|
||||
|
||||
<h2 id="recommendations">Recommendations</h2>
|
||||
<!-- Hardware I recommend as production hardware. -->
|
||||
<h3>Hardware</h3>
|
||||
<h4>Smartphone</h4>
|
||||
<h3 id="hardware">Hardware</h3>
|
||||
<h4 id="hdw-smartphone">Smartphone</h4>
|
||||
<div style="overflow-x:auto;">
|
||||
<table>
|
||||
<tr>
|
||||
@ -162,8 +175,8 @@
|
||||
<br>
|
||||
<br>
|
||||
<!-- Software I recommend as production software. -->
|
||||
<h3>Software</h3>
|
||||
<h4>Desktop</h4>
|
||||
<h3 id="software">Software</h3>
|
||||
<h4 id="sfw-desktop">Desktop</h4>
|
||||
<div style="overflow-x:auto;">
|
||||
<table>
|
||||
<tr>
|
||||
@ -234,7 +247,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<h4>Smartphone</h4>
|
||||
<h4 id="sfw-smartphone">Smartphone</h4>
|
||||
<div style="overflow-x:auto;">
|
||||
<table>
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user