Fix HTML anchors
This commit is contained in:
parent
9d52b7b3a7
commit
2897e3b6dd
32
about.html
32
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: 6.1.2-alpha.1 -->
|
<!-- Version: 6.1.2-alpha.2 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -51,20 +51,20 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<li><a href="#services">Services</a></li>
|
<li><a href="#services">Services</a></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#websites">Websites</a></li>
|
<li><a href="#services-websites">Websites</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<li><a href="#recommendations">Recommendations</a></li>
|
<li><a href="#recommendations">Recommendations</a></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#hardware">Hardware</a></li>
|
<li><a href="#recommendations-hardware">Hardware</a></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#hardware-smartphone">Smartphone</a></li>
|
<li><a href="#recommendations-hardware-smartphone">Smartphone</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<li><a href="#software">Software</a></li>
|
<li><a href="#recommendations-software">Software</a></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#software-desktop">Desktop</a></li>
|
<li><a href="#recommendations-software-desktop">Desktop</a></li>
|
||||||
<li><a href="#software-smartphone">Smartphone</a></li>
|
<li><a href="#recommendations-software-smartphone">Smartphone</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<li><a href="#music">Music</a></li>
|
<li><a href="#recommendations-music">Music</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
@ -187,7 +187,7 @@
|
|||||||
<p>My policies and practices are heavily security- and privacy-focused, with
|
<p>My policies and practices are heavily security- and privacy-focused, with
|
||||||
improvements made on an ongoing basis as new technologies, protocols, and
|
improvements made on an ongoing basis as new technologies, protocols, and
|
||||||
software etc become available.</p>
|
software etc become available.</p>
|
||||||
<h3 id="websites"><a href="#websites">Websites</a></h3>
|
<h3 id="services-websites"><a href="#services-websites">Websites</a></h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Unnecessary logging avoided (only logs required for
|
<li>Unnecessary logging avoided (only logs required for
|
||||||
security and debugging purposes)</li>
|
security and debugging purposes)</li>
|
||||||
@ -223,8 +223,8 @@
|
|||||||
</section>
|
</section>
|
||||||
<section id="recommendations">
|
<section id="recommendations">
|
||||||
<h2 id="recommendations"><a href="#recommendations">Recommendations</a></h2>
|
<h2 id="recommendations"><a href="#recommendations">Recommendations</a></h2>
|
||||||
<h3 id="hardware"><a href="#hardware">Hardware</a></h3>
|
<h3 id="recommendations-hardware"><a href="#recommendations-hardware">Hardware</a></h3>
|
||||||
<h4 id="hardware-smartphone"><a href="#hardware-smartphone">Smartphone</a></h4>
|
<h4 id="recommendations-hardware-smartphone"><a href="#recommendations-hardware-smartphone">Smartphone</a></h4>
|
||||||
<div style="overflow-x:auto;">
|
<div style="overflow-x:auto;">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
@ -316,8 +316,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="software"><a href="#software">Software</a></h3>
|
<h3 id="recommendations-software"><a href="#recommendations-software">Software</a></h3>
|
||||||
<h4 id="software-desktop"><a href="#software-desktop">Desktop</a></h4>
|
<h4 id="recommendations-software-desktop"><a href="#recommendations-software-desktop">Desktop</a></h4>
|
||||||
<div style="overflow-x:auto;">
|
<div style="overflow-x:auto;">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
@ -384,7 +384,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="software-smartphone"><a href="#software-smartphone">Smartphone</a></h4>
|
<h4 id="recommendations-software-smartphone"><a href="#recommendations-software-smartphone">Smartphone</a></h4>
|
||||||
<div style="overflow-x:auto;">
|
<div style="overflow-x:auto;">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
@ -513,8 +513,8 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="music">
|
<section id="recommendations-music">
|
||||||
<h3 id="music"><a href="#music">Music</a></h3>
|
<h3 id="recommendations-music"><a href="#recommendations-music">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">music page</a>.</p>
|
<a href="music.html">music page</a>.</p>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user