-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (32 loc) · 1.42 KB
/
Copy pathindex.html
File metadata and controls
37 lines (32 loc) · 1.42 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Daniel Gnoutcheff’s webspace - Home</title>
<link rel="stylesheet" href="./css/default.css" />
</head>
<body>
<div id="header">
<div id="logo">
<a href="./">Daniel Gnoutcheff’s webspace</a>
</div>
<div id="navigation">
<a href="./">Home</a>
<a href="./archive/">Archive</a>
</div>
</div>
<div id="content">
<p><strong>Daniel Gnoutcheff</strong> (<a href="myname/">how to say</a>)<br />
IT consultant specializing in free/open source software</p>
<p>Systems Administrator, <a href="https://softwarefreedom.org/">Software Freedom Law Center</a>, 2015-2024<br />
<a href="http://www.union.edu/">Union College</a> Class of 2013 (B.S. in math)<br /></p>
<p>E-mail: <a href="mailto:dg@daniel.gnoutcheff.name">dg@daniel.gnoutcheff.name</a><br />
<a href="https://signal.org/">Signal</a>: gnoutchd.35<br />
<a href="https://xmpp.org/getting-started/">XMPP</a>/<a href="https://conversations.im/">Conversations</a>: <a href="xmpp:gnoutchd@conversations.im">gnoutchd@conversations.im</a>
</p>
<p><a href="./archive/">Various writings</a></p>
</div>
</body>
</html>