-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (23 loc) · 1.52 KB
/
index.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
<!doctype html>
<html>
<head>
<title>Ev's Bogsite</title>
<meta name='viewport' content='width=device-width initial-scale=1' />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel='stylesheet' href='./fonts/source-sans-pro.css' type='text/css' />
<link rel='stylesheet' href='style.css' type='text/css' />
<script src="./lib/marked.min.js"></script>
<script src='app.js' type='module'></script>
</head>
<body>
<img src='./evjetski.jpg' style='width: 75px; height: 75px; object-fit: cover;' />
<h1>Everett Bogue's Homepage</h1>
<p>Hi! I'm Ev on the Internet. I live just outside of Chicago right now. I am best known for creating <a href='https://bogbook.com'>Bogbook</a>, a distributed social network. Here's my latest bog:</p>
<div id='container'></div>
<p>You can post to Bogbook by typing into the text area and pressing the Send button. Retain your ed25519 keypair to publish using the same identity.</p>
<p>I have an email address: <a href='mailto:[email protected]'>[email protected]</a>. You can reach out with any questions that you have and I will attempt to answer them.</p>
<p>My phone number is: <a href='tel:7735108601'>773-510-8601</a>. Text or leave a voice message with your name, how to get in touch with you, and your question.</p>
<p>I am most actively hosting my code on <a href='https://github.com/evbogue/'>Github</a>.</p>
<p>Here are my <a href='https://news.ycombinator.com/threads?id=evbogue'>hackernews threads</a>.</p>
</body>
</html>