1---
2layout: page
3title: Contact
4subtitle: Where to find me
5description: Various ways to contact me
6cover: /assets/pages/contact.png
7permalink: /contact2/
8---
9<style>
10 .props { list-style-type: none; margin-left: 0; padding-left: 0; }
11 i { padding-right: 5px; }
12 .proof { font-size: small; margin-left: 10px; color: #73a6ff }
13 .verification { font-size: small; margin-left: 5px; cursor: pointer }
14 summary { cursor: pointer }
15 .verified { color: green }
16 .verified::before { content: "✅"; margin-right: 5px; }
17 .avatar { width: 148px; height: 148px; border-radius: 74px;
18 display: block;
19 margin-left: auto;
20 margin-right: auto;
21 }
22 h2 { text-align: center; line-height: 1.5 }
23 .wrapper { margin: 40px 0; }
24 .wrapper > div { margin: 20px; }
25 textarea { width: 100%; height: 200px; }
26 .note { font-size: small }
27 @media (min-width: 600px) {
28 .wrapper {
29 display: flex;
30 width: 100%;
31 }
32 .wrapper .bio {
33 width: 35%;
34 }
35 }
36</style>
37<script>
38var System = {
39 _deps: Object.create(null),
40 register(name, deps, callback) {
41 const exports = Object.create(null);
42 const result = callback((name, value) => exports[name] = value);
43 for (let i = 0; i < deps.length; i++) {
44 result.setters[i](this._deps[deps[i]]);
45 }
46 result.execute();
47 this._deps[name] = exports;
48 }
49};
50</script>
51<style>
52 img { vertical-align: top }
53</style>
54<script src="/openpgp.js"></script>
55<script src="/scripts.js"></script>
56<body>
57 <header>
58 <div class="col cont">
59 <div class="left">
60 <a href="index.html">OpenPGP</a>
61 </div>
62 <div class="links">
63 <a href="../@wiktor.html">Contact</a>
64 </div>
65 </div>
66 </header>
67 <main>
68 <div class="col">
69 <section id="content">
70 <div id=result>Loading key...</div>
71
72 </section>
73 <section class="note">
74 <p>Note: contents of this page are generated purely from the OpenPGP key in your browser.
75 If you want to add social proofs to your key see <a href="proofs.html">OpenPGP Proofs</a> page.</p>
76 <p>If you want to adjust the keyserver used or the key being displayed just edit this HTML page.</p>
77 </section>
78 </div>