-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
42 lines (41 loc) · 1.9 KB
/
contact.html
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
<html lang="en">
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta charset="utf-8">
<title>
Contact
</title>
<meta name="author" content="Chrisman Brown">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="module" src="scripts/themes.js"></script>
<link rel="alternate" type="application/rss+xml" href="/rss.xml" title="chrisman"> <link rel="stylesheet" href="styles/reset.css"> <link rel="stylesheet" href="styles/main.css"> <link rel="stylesheet" href="styles/code.css"> <link rel="index" href="/list" /><br />
</head>
<body>
<header>
👩💻 chrismanbrown.gitlab.io
<nav>
<a href="list.html">Blog</a> | <a href="about.html">About</a> | <a href="contact.html">Contact</a> | <a href="feeds.html">Feeds</a> | <a href="hire.html">Work with me</a>
</nav>
</header>
<main>
<h1 class="title">
Contact
</h1>
<p>I like comments and simple hellos.</p>
<p>If you have any ideas or thoughts you’d like to share, please send me a link to your reply.</p>
<ul>
<li>gmail: christopher.p.brown</li>
<li>twitter: <span class="citation" data-cites="chrisman">@chrisman</span></li>
<li>mastodon: <span class="citation" data-cites="cpb">@cpb</span><span class="citation" data-cites="mastodon.social">@mastodon.social</span></li>
</ul>
<p>If you like emoji and silly bash things, you can pretend I <em>didn’t</em> just share my email above and instead paste this into your terminal.</p>
<pre><code>echo "😆🤩🥰😘😝😋🥳😉🤩😎🥰😜😉😜😍🥰🥳🤓🤣😳😁🙃🤪😘😇😜😆🥳🙃" |\
tr "🤩😍😝🥳🤣😎😜😆😉😁🥰😘😋🤪🤓😳😇🙃" "hbsone.cpgritaw@lm"</code></pre>
</main>
<footer>
<nav>
<a href="list.html">Blog</a> | <a href="about.html">About</a> | <a href="contact.html">Contact</a> | <a href="feeds.html">Feeds</a> | <a href="hire.html">Work with me</a>
</nav>
</footer>
</body>
</html>