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 -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
|
||||
<!-- Version: 6.1.2-alpha.1 -->
|
||||
<!-- Version: 6.1.2-alpha.2 -->
|
||||
|
||||
|
||||
<html>
|
||||
@ -51,20 +51,20 @@
|
||||
</ul>
|
||||
<li><a href="#services">Services</a></li>
|
||||
<ul>
|
||||
<li><a href="#websites">Websites</a></li>
|
||||
<li><a href="#services-websites">Websites</a></li>
|
||||
</ul>
|
||||
<li><a href="#recommendations">Recommendations</a></li>
|
||||
<ul>
|
||||
<li><a href="#hardware">Hardware</a></li>
|
||||
<li><a href="#recommendations-hardware">Hardware</a></li>
|
||||
<ul>
|
||||
<li><a href="#hardware-smartphone">Smartphone</a></li>
|
||||
<li><a href="#recommendations-hardware-smartphone">Smartphone</a></li>
|
||||
</ul>
|
||||
<li><a href="#software">Software</a></li>
|
||||
<li><a href="#recommendations-software">Software</a></li>
|
||||
<ul>
|
||||
<li><a href="#software-desktop">Desktop</a></li>
|
||||
<li><a href="#software-smartphone">Smartphone</a></li>
|
||||
<li><a href="#recommendations-software-desktop">Desktop</a></li>
|
||||
<li><a href="#recommendations-software-smartphone">Smartphone</a></li>
|
||||
</ul>
|
||||
<li><a href="#music">Music</a></li>
|
||||
<li><a href="#recommendations-music">Music</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
</section>
|
||||
@ -187,7 +187,7 @@
|
||||
<p>My policies and practices are heavily security- and privacy-focused, with
|
||||
improvements made on an ongoing basis as new technologies, protocols, and
|
||||
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>
|
||||
<li>Unnecessary logging avoided (only logs required for
|
||||
security and debugging purposes)</li>
|
||||
@ -223,8 +223,8 @@
|
||||
</section>
|
||||
<section id="recommendations">
|
||||
<h2 id="recommendations"><a href="#recommendations">Recommendations</a></h2>
|
||||
<h3 id="hardware"><a href="#hardware">Hardware</a></h3>
|
||||
<h4 id="hardware-smartphone"><a href="#hardware-smartphone">Smartphone</a></h4>
|
||||
<h3 id="recommendations-hardware"><a href="#recommendations-hardware">Hardware</a></h3>
|
||||
<h4 id="recommendations-hardware-smartphone"><a href="#recommendations-hardware-smartphone">Smartphone</a></h4>
|
||||
<div style="overflow-x:auto;">
|
||||
<table>
|
||||
<tr>
|
||||
@ -316,8 +316,8 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<h3 id="software"><a href="#software">Software</a></h3>
|
||||
<h4 id="software-desktop"><a href="#software-desktop">Desktop</a></h4>
|
||||
<h3 id="recommendations-software"><a href="#recommendations-software">Software</a></h3>
|
||||
<h4 id="recommendations-software-desktop"><a href="#recommendations-software-desktop">Desktop</a></h4>
|
||||
<div style="overflow-x:auto;">
|
||||
<table>
|
||||
<tr>
|
||||
@ -384,7 +384,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
</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;">
|
||||
<table>
|
||||
<tr>
|
||||
@ -513,8 +513,8 @@
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
<section id="music">
|
||||
<h3 id="music"><a href="#music">Music</a></h3>
|
||||
<section id="recommendations-music">
|
||||
<h3 id="recommendations-music"><a href="#recommendations-music">Music</a></h3>
|
||||
<p>For a curated list of music I enjoy, visit my
|
||||
<a href="music.html">music page</a>.</p>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user