Reformat section "About Me" to conform to code style
Switches incorrect `<br/>` tags to proper `<p>` tags, and changes line lengths to conform to coding style.
This commit is contained in:
parent
a6c7fd654f
commit
39358641f3
44
about.xhtml
44
about.xhtml
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - About -->
|
<!-- Inferencium - Website - About -->
|
||||||
<!-- Version: 8.0.0 -->
|
<!-- Version: 8.1.0-alpha.1 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -73,24 +73,30 @@
|
|||||||
</nav>
|
</nav>
|
||||||
<section id="about_me">
|
<section id="about_me">
|
||||||
<h2><a href="#about_me">About Me</a></h2>
|
<h2><a href="#about_me">About Me</a></h2>
|
||||||
<p>I am Jake Winters, also known by my pseudonym "Inference", a security
|
<p>I am Jake Winters, also known by my pseudonym
|
||||||
researcher based in United Kingdom.<br/>
|
"Inference", a security researcher based in United
|
||||||
I am the founder, lead developer, and administrator, of Inferencium.<br/>
|
Kingdom.</p>
|
||||||
All opinions are my own, and are not necessarily shared with projects or people
|
<p>I am the founder, lead developer, and administrator, of
|
||||||
I am affiliated with.</p>
|
Inferencium.</p>
|
||||||
<p>I write about my research and experience in cybersecurity and also physical
|
<p>All opinions are my own, and are not necessarily shared
|
||||||
security. Most of my postings are security-related, but I occasionally post
|
with projects or people I am affiliated with.</p>
|
||||||
about other aspects of my life.</p>
|
<p>I write about my research and experience in cybersecurity
|
||||||
<p>I am an open source advocate for the preservation and modifiability of source
|
and also physical security. Most of my postings are
|
||||||
code. I believe source code should be considered human knowledge as much as past
|
security-related, but I occasionally post about other
|
||||||
knowledge and teachings were; it is how modern humanity survives and runs.<br/>
|
aspects of my life.</p>
|
||||||
Source code being modifiable allows it to be adapted for use by anyone, whether
|
<p>I am an open source advocate for the preservation and
|
||||||
to add features, harden it for increased security and/or privacy, or provide
|
modifiability of source code. I believe source code should
|
||||||
accessibility for disabled users.<br/>
|
be considered human knowledge as much as past knowledge and
|
||||||
I am also a modular design advocate for the ability to securely and robustly
|
teachings were; it is how modern humanity survives and runs.
|
||||||
make changes to hardware and software without the entire system being
|
Source code being modifiable allows it to be adapted for use
|
||||||
affected.</p>
|
by anyone, whether to add features, harden it for increased
|
||||||
<p>I run multiple XMPP channels; a directory of channels can be found on the
|
security and/or privacy, or provide accessibility for
|
||||||
|
disabled users.</p>
|
||||||
|
<p>I am also a modular design advocate for the ability to
|
||||||
|
securely and robustly make changes to hardware and software
|
||||||
|
without the entire system being affected.</p>
|
||||||
|
<p>I run multiple XMPP channels; a directory of channels can
|
||||||
|
be found on the
|
||||||
<a href="https://inferencium.net/directory.xhtml">directory</a>
|
<a href="https://inferencium.net/directory.xhtml">directory</a>
|
||||||
webpage.</p>
|
webpage.</p>
|
||||||
<p>If you wish to contact me for any reason, you can use my
|
<p>If you wish to contact me for any reason, you can use my
|
||||||
|
Loading…
x
Reference in New Issue
Block a user