Add HTML sections.
This commit is contained in:
parent
9a16a8f0bf
commit
44c31be2d6
12
about.html
12
about.html
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 5.0.2.95 -->
|
<!-- Version: 5.0.2.96 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -30,6 +30,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
<h1>About</h1>
|
<h1>About</h1>
|
||||||
|
<section id="toc">
|
||||||
<!-- Table of contents -->
|
<!-- Table of contents -->
|
||||||
<h2 id="toc"><a href="#toc" class="h2">Table of Contents<a/></h2>
|
<h2 id="toc"><a href="#toc" class="h2">Table of Contents<a/></h2>
|
||||||
<ul>
|
<ul>
|
||||||
@ -75,6 +76,8 @@
|
|||||||
<li><a href="#music" class="body-link">Music</a></li>
|
<li><a href="#music" class="body-link">Music</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
</section>
|
||||||
|
<section id="about_me">
|
||||||
<!-- About me -->
|
<!-- About me -->
|
||||||
<h2 id="about_me"><a href="#about_me" class="h2">About Me</a></h2>
|
<h2 id="about_me"><a href="#about_me" class="h2">About Me</a></h2>
|
||||||
<p>I am Jake Winters, also known by my pseudonym "Inference", a cybersecurity researcher
|
<p>I am Jake Winters, also known by my pseudonym "Inference", a cybersecurity researcher
|
||||||
@ -99,6 +102,8 @@
|
|||||||
privacy hardening at <code>sys-hardening@muc.xmpp.inferencium.net</code>, and its
|
privacy hardening at <code>sys-hardening@muc.xmpp.inferencium.net</code>, and its
|
||||||
respective off-topic channel at
|
respective off-topic channel at
|
||||||
<code>sys-hardening-ot@muc.xmpp.inferencium.net</code>.</p>
|
<code>sys-hardening-ot@muc.xmpp.inferencium.net</code>.</p>
|
||||||
|
</section>
|
||||||
|
<section id="licensing">
|
||||||
<h2 id="licensing"><a href="#licensing" class="h2">Licensing</a></h2>
|
<h2 id="licensing"><a href="#licensing" class="h2">Licensing</a></h2>
|
||||||
<p>Inferencium cares about upstreaming and sharing code, strongly preferring licenses which
|
<p>Inferencium cares about upstreaming and sharing code, strongly preferring licenses which
|
||||||
have high license compatibility in order to permit sharing code with as many other projects
|
have high license compatibility in order to permit sharing code with as many other projects
|
||||||
@ -248,6 +253,8 @@
|
|||||||
preventing Inferencium code from being used for any
|
preventing Inferencium code from being used for any
|
||||||
purpose, specifically preventing commercial usage we do
|
purpose, specifically preventing commercial usage we do
|
||||||
not want to prevent, it is avoided completely.</p>
|
not want to prevent, it is avoided completely.</p>
|
||||||
|
</section>
|
||||||
|
<section id="recommendations">
|
||||||
<h2 id="recommendations"><a href="#recommendations" class="h2">Recommendations</a></h2>
|
<h2 id="recommendations"><a href="#recommendations" class="h2">Recommendations</a></h2>
|
||||||
<!-- Hardware I recommend as production hardware -->
|
<!-- Hardware I recommend as production hardware -->
|
||||||
<h3 id="hardware"><a href="#hardware" class="h3">Hardware</a></h3>
|
<h3 id="hardware"><a href="#hardware" class="h3">Hardware</a></h3>
|
||||||
@ -540,8 +547,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
|
<section id="music">
|
||||||
<h3 id="music"><a href="#music" class="h3">Music</a></h3>
|
<h3 id="music"><a href="#music" class="h3">Music</a></h3>
|
||||||
<p>For a curated list of music I enjoy, visit my
|
<p>For a curated list of music I enjoy, visit my
|
||||||
<a href="music.html" class="body-link">music page</a>.</p>
|
<a href="music.html" class="body-link">music page</a>.</p>
|
||||||
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user