NixNet/contact2.html

79 lines
2.2 KiB
HTML

---
layout: page
title: Contact
subtitle: Where to find me
description: Various ways to contact me
cover: /assets/pages/contact.png
permalink: /contact2/
---
<style>
.props { list-style-type: none; margin-left: 0; padding-left: 0; }
i { padding-right: 5px; }
.proof { font-size: small; margin-left: 10px; color: #73a6ff }
.verification { font-size: small; margin-left: 5px; cursor: pointer }
summary { cursor: pointer }
.verified { color: green }
.verified::before { content: "✅"; margin-right: 5px; }
.avatar { width: 148px; height: 148px; border-radius: 74px;
display: block;
margin-left: auto;
margin-right: auto;
}
h2 { text-align: center; line-height: 1.5 }
.wrapper { margin: 40px 0; }
.wrapper > div { margin: 20px; }
textarea { width: 100%; height: 200px; }
.note { font-size: small }
@media (min-width: 600px) {
.wrapper {
display: flex;
width: 100%;
}
.wrapper .bio {
width: 35%;
}
}
</style>
<script>
var System = {
_deps: Object.create(null),
register(name, deps, callback) {
const exports = Object.create(null);
const result = callback((name, value) => exports[name] = value);
for (let i = 0; i < deps.length; i++) {
result.setters[i](this._deps[deps[i]]);
}
result.execute();
this._deps[name] = exports;
}
};
</script>
<style>
img { vertical-align: top }
</style>
<script src="/openpgp.js"></script>
<script src="/scripts.js"></script>
<body>
<header>
<div class="col cont">
<div class="left">
<a href="index.html">OpenPGP</a>
</div>
<div class="links">
<a href="../@wiktor.html">Contact</a>
</div>
</div>
</header>
<main>
<div class="col">
<section id="content">
<div id=result>Loading key...</div>
</section>
<section class="note">
<p>Note: contents of this page are generated purely from the OpenPGP key in your browser.
If you want to add social proofs to your key see <a href="proofs.html">OpenPGP Proofs</a> page.</p>
<p>If you want to adjust the keyserver used or the key being displayed just edit this HTML page.</p>
</section>
</div>