-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (22 loc) · 702 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (22 loc) · 702 Bytes
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
<!DOCTYPE html>
<html lang= "en">
<head>
<title>Sol Crenshaw</title>
<meta charset="utf-8" />
<meta name="description" content="Personal site of Sol Crenshaw">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/main.css" type="text/css" rel="stylesheet">
<link rel="author" href="keybase.txt">
</head>
<body>
<div id="main">
<div id="avatar"></div>
<p>
<span id="greeting">Hi, I'm Sol.</span>
</p>
<p>
Feel free to take a look at <a href="https://github.com/solocshaw">my work</a>. Or get in <a href="mailto:solocshaw@riseup.net">touch with me</a>.
</p>
</div>
</body>
</html>