-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
48 lines (34 loc) · 1.61 KB
/
Copy pathcontact.html
File metadata and controls
48 lines (34 loc) · 1.61 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
<!DOCTYPE html>
<html>
<head>
<title>Raphael Mimoun - Contact</title>
<link type="text/css" rel="stylesheet" href="../resources/css/index.css"/>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
</head>
</head>
<body-standardized>
<div class="heading">
<div class="button">
<a class="button-text" href="/" id="back">< back</a>
</div>
<div id="heading">
<h1>Contact</h1>
</div>
</div>
<contact-list>
<!-- Main content-->
<main id="main-content-contact">
<div class="contact-method" id="Email">
<img id="twitter-icon" src="../resources/img/email-icon-grey.svg">
<a href="mailto:website@raphmim.com">website@raphmim.com</a>
</div>
<div id="protonmail-note">
<p>
To send me an encrypted email, email me from a <a href="https://protonmail.com" target="_blank">ProtonMail</a> account or <a href="../resources/files/publickey.raphmim@protonmail.com-80cc8ef2bcda58f8134f9354b25ae8f27523c739.asc" download>download my PGP key</a>.
</p>
</div>
</main>
</body>