Add XMPP
This commit is contained in:
parent
824d674d0f
commit
3ef2cef8ee
BIN
app/static/xmpp.png
Normal file
BIN
app/static/xmpp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>About Me</h1>
|
<h1>About Me</h1>
|
||||||
<p>I am a freshman in Computer Science who enjoys programming and learning more about different technologies. I manage a Debian based home server where I self-host tools like: <a href="https://dnscrypt.org" target="_blank" style="text-decoration: underline; color: #9F9FAA">DNSCrypt</a>, <a href="https://github.com/AdguardTeam/AdguardHome" target="_blank" style="text-decoration: underline; color: #9F9FAA">AdGuard</a>, <a href="https://wireguard.org" target="_blank" style="text-decoration: underline; color: #9F9FAA">WireGuard</a>, <a href="https://syncthing.net" target="_blank" style="text-decoration: underline; color: #9F9FAA">Syncthing</a>, and many more media/system management utilities.<br><br>Find my work by viewing my open-sourced repositories on <a href="https://github.com/packetparker" target="_blank" style="text-decoration: underline; color: #9F9FAA">GitHub</a>.</p>
|
<p>I am a freshman in Computer Science who enjoys programming and learning more about different technologies. I manage a Debian based home server where I self-host tools like: <a href="https://dnscrypt.org" target="_blank" style="text-decoration: underline; color: #9F9FAA">DNSCrypt</a>, <a href="https://github.com/AdguardTeam/AdguardHome" target="_blank" style="text-decoration: underline; color: #9F9FAA">AdGuard</a>, <a href="https://wireguard.org" target="_blank" style="text-decoration: underline; color: #9F9FAA">WireGuard</a>, <a href="https://syncthing.net" target="_blank" style="text-decoration: underline; color: #9F9FAA">Syncthing</a>, <a href="https://xmpp.org" target="_blank" style="text-decoration: underline; color: #9F9FAA">XMPP</a>, and many more media/system management utilities.<br><br>Find my work by viewing my open-sourced repositories on <a href="https://github.com/packetparker" target="_blank" style="text-decoration: underline; color: #9F9FAA">GitHub</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer>PGP Fingerprint: FD5C 7FFF 860B 6E97 7049 E27E 505E D36F C12B 5D5E</footer>
|
<footer>PGP Fingerprint: FD5C 7FFF 860B 6E97 7049 E27E 505E D36F C12B 5D5E</footer>
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
<a href="mailto:contact@pkrm.dev" target="_blank"><img class="icons" src="{{ url_for('static', filename='mail.png') }}" alt="Mail Logo"></a>
|
<a href="mailto:contact@pkrm.dev" target="_blank"><img class="icons" src="{{ url_for('static', filename='mail.png') }}" alt="Mail Logo"></a>
|
||||||
<a href="https://github.com/packetparker" target="_blank"><img class="icons" src="{{ url_for('static', filename='github.png') }}" alt="GitHub Logo"></a>
|
<a href="https://github.com/packetparker" target="_blank"><img class="icons" src="{{ url_for('static', filename='github.png') }}" alt="GitHub Logo"></a>
|
||||||
<a href="https://www.linkedin.com/in/parker-m/" target="_blank"><img class="icons" src="{{ url_for('static', filename='linkedin.png') }}" alt="LinkedIn Logo"></a>
|
<a href="https://www.linkedin.com/in/parker-m/" target="_blank"><img class="icons" src="{{ url_for('static', filename='linkedin.png') }}" alt="LinkedIn Logo"></a>
|
||||||
|
<a href="xmpp:contact@pkrm.dev" target="_blank"><img class="icons" src="{{ url_for('static', filename='xmpp.png') }}" alt="XMPP Logo"></a>
|
||||||
<a href="/pgp" target="_blank"><img class="icons" src="{{ url_for('static', filename='gnupg.png') }}" alt="GnuPG Logo"></a>
|
<a href="/pgp" target="_blank"><img class="icons" src="{{ url_for('static', filename='gnupg.png') }}" alt="GnuPG Logo"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user