-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacts.html
More file actions
52 lines (52 loc) · 2.94 KB
/
Copy pathcontacts.html
File metadata and controls
52 lines (52 loc) · 2.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
layout: default
title: Contacts - LM
permalink: /contacts
---
<h4><strong>Contacts</strong></h4>
<br>
<div class="row">
<div class="col-md">
<h4><strong>E-mail</strong></h4>
<ul>
<li>
<img src="/images/envelope-logo.png" width="16" height="16"></img> <a href="https://contacts.magrone.cc/?type=email" target="_blank" class="link-secondary">Address</a>
</li>
<li>
<img src="/images/key-logo.png" width="16" height="16"></img> <a href="luca.asc" target="_blank" class="link-secondary">PGP Public key</a>
</li>
<li>
<img src="/images/key-logo.png" width="16" height="16"></img> <a href="cert.pem" target="_blank" class="link-secondary">S/MIME Public key</a>
</li>
<li>
<img src="/images/envelope-logo.png" width="16" height="16"></img> <a href="https://contacts.magrone.cc/?type=pec" target="_blank" class="link-secondary">PEC</a>
</li>
</ul>
<p>Please make use of encrytion standards (such as <a href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy" target="_blank" class="link-secondary">PGP</a> or <a href="https://en.wikipedia.org/wiki/S/MIME" target="_blank" class="link-secondary">S/MIME</a>) if willing to exchange e-mail messages.</p>
</div>
<div class="col-md">
<h4><strong>Social</strong></h4>
<ul>
<li>
<img src="/images/instagram-logo.png" width="16" height="16"></img> <a href="https://contacts.magrone.cc/?type=instagram" target="_blank" class="link-secondary">Instagram</a>
</li>
<li>
<img src="/images/linkedin-logo.png" width="16" height="16"></img> <a href="https://contacts.magrone.cc/?type=linkedin" target="_blank" class="link-secondary">LinkedIn</a>
</li>
</ul>
</div>
<div class="col-md">
<h4><strong>Work</strong></h4>
<ul>
<li>
<img src="/images/github-logo.png" width="16" height="16"></img> <a href="https://github.com/Leuca" target="_blank" class="link-secondary">GitHub</a>
</li>
<li>
<img src="/images/gitlab-logo.png" width="16" height="16"></img> <a href="https://gitlab.com/Leuca" target="_blank" class="link-secondary">GitLab</a>
</li>
<li>
<img src="/images/copr-logo.png" width="16" height="16"></img> <a href="https://copr.fedorainfracloud.org/coprs/lucamagrone" target="_blank" class="link-secondary">Copr</a>
</li>
</ul>
</div>
</div>