commit 882ff4b09460577706858ec00db094f658e8d282
parent b02705726758d49ed31ea81003694abfc1b39f47
Author: pyratebeard <root@pyratebeard.net>
Date: Wed, 14 Aug 2019 22:12:02 +0100
ids for headings. freenode link. telegram and wire links.
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/index.html b/index.html
@@ -11,19 +11,19 @@
<header>
<h1>pyratebeard <dot> net</h1>
</header>
- <div class="subsection">
+ <div id="me" class="subsection">
<h2>me</h2>
<p>A professional Linux engineer based in Dublin, IE. I have years of experience in the infosec world, currently working in the devops team at an IT security company.</p>
</div>
- <div class="subsection">
+ <div id="log" class="subsection">
<h2>log</h2>
<p>Occassionally I will <a href="http://log.pyratebeard.net">post articles</a> related to technology, security, free and open source software, and tips or tricks that I have found useful.</p>
</div>
- <div class="subsection">
+ <div id="code" class="subsection">
<h2>code</h2>
<p>Some of the code that I write or use can be found in repositories on my <a href="http://git.pyratebeard.net">git server</a> or on <a href="https://gitlab.com/pyratebeard">gitlab</a>/<a href="https://github.com/pyratebeard">github</a>.</p>
</div>
- <div class="subsection">
+ <div id="comms" class="subsection">
<h2>comms</h2>
<p>If you would like to reach out my addresses are:</p>
<ul>
@@ -32,12 +32,12 @@
</ul>
<p>For more direct contact message me on IRC:</p>
<ul>
- <li>pyrtbrd @ <a href="https://unix.chat">unix.chat</a></li>
- <li>pyratebeard @ <a href="https://geekshed.net">geekshed</a></li>
+ <li>pyrtbrd | <a href="https://unix.chat">unix.chat</a></li>
+ <li>pyratebeard | <a href="https://geekshed.net">geekshed</a>, <a href="https://freenode.net">freenode</a></li>
</ul>
- <p>You can also connect with me on <a href="https://mastodon.social/@pyratebeard">mastodon</a> or <a href="https://twitter.com/pyratebeard">twitter</a>.
+ <p>You can also connect with me on <a href="https://mastodon.social/@pyratebeard">mastodon</a>, <a href="https://telegram.org">telegram</a>, and < href="https://wire.com">wire</a>.
</div>
- <div class="subsection">
+ <div id="encrypt" class="subsection">
<h4>encrypt</h4>
<p>If you would like to communicate securely my PGP key can be found <a href="http://pyratebeard.net/pgp.pub">here</a>, or incant:</p>
<pre>curl https://pyratebeard.net/pgp.pub | gpg --import</pre>