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