-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
45 lines (45 loc) · 1.88 KB
/
about.html
File metadata and controls
45 lines (45 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<meta name="theme-color" content="#222">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon-192x192.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicon-180x180.png">
<title>About - Artificial Mind</title>
</head>
<body>
<div class="nav-wrapper">
<div class="nav-menu">
<div class="burger" onclick="toggleMenu()">
<div class="burger-line"></div>
<div class="burger-line"></div>
<div class="burger-line"></div>
</div>
<div class="menu-content" id="menuContent">
</div>
</div>
</div>
<p>2501-13-32</p>
<h1>About</h1>
<div class="img-block">
<img src="about-image01.webp" alt="Letter">
</div>
<p>This publication is a personal initiative and is not affiliated with any organization, company, or institution. The research in its entirety and all views, opinions, and content presented are my own.</p>
<p>Please note that I am not present on social media in this capacity. If someone appears to be, it is not me.</p>
<p>If you have something to discuss, feel free to contact me using the email address below. For now, it is the only way to reach me. Please be advised that unencrypted messages are likely to be ignored.</p>
<p>Yours,<br>
Creator</p>
<p> <br>
<a href="mailto:hard2reach@protonmail.com">hard2reach@protonmail.com</a></p>
<p><a href="hard2reach.asc">Public PGP Key</a></p>
<p>0289 5bb7 5ab4 9dd2 2fd8 f2df 2681 04a2 8a6f 6bc1</p>
<script src="menu.js"></script>
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
</body>
</html>