summaryrefslogtreecommitdiff
path: root/index.html
blob: 701156af13f4efd0ff589eac55996dd65cf62203 (plain)
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
<!DOCTYPE html>
<html>
<head>
	<link href='/css/styles.css' rel='stylesheet' type='text/css'>
	<title>Ben Winston</title>
	<meta http-equiv="content-type" content="text/html;charset=utf8" />
</head>
<body>
<div id="content">
<p>
[me@internet ~]$ whoami<br/>
Ben Winston
</p>
<p>
[me@internet ~]$ ls<br/>
<a href="/projects">projects</a>&nbsp;&nbsp;<a href="/reading">reading</a>&nbsp;&nbsp;<a href="/vibrant-margins">vibrant-margins</a>&nbsp;&nbsp;<a href="/writing">writing</a>
</p>
<p>
[me@internet ~]$ grep -i $(whoami) -r /var/www/<br/>
github.com: <a href="https://github.com/winsbe01">winsbe01</a><br/>
linkedin.com: <a href="https://www.linkedin.com/in/winsbe01/">winsbe01</a><br/>
rawtext.club: <a href="https://git.rawtext.club/mryouse">~mryouse</a><br/>
sr.ht: <a href="https://git.sr.ht/~mryouse">~mryouse</a><br/>
</p>
<p>
[me@internet ~]$ mail -s "nice to meet you!" ben(at)benwinston(dot)us<br/>
</p>
</div>
</body>
</html>