-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
59 lines (41 loc) · 1.61 KB
/
about.html
File metadata and controls
59 lines (41 loc) · 1.61 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>About - Information Architecture for Dogs</title>
<!-- Insert Meta -->
<meta name="description" content="Personal site for Richard English" />
<meta name="keywords" content="information architecture, IA, resume, UX Design" />
<meta http-equiv="author" content="Richard English" />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/reset.css">
<link rel="stylesheet" type="text/css" href="assets/dog.css">
<!-- JS
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="assets/dog.js"></script> -->
</head>
<body>
<div id="page">
<h1>Richard English</h1>
<div id="menu">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="climbfit.html">Applications</a></li>
<li><a href="index.html">IA4Dogs</a></li>
<li>Past Projects</li>
</ul>
</div>
<div id="main">
<p>
My name is Richard English, and this is my personal site. It's a collection of projects and ideas that I have
worked on over the years. I've had a number of job titles assigned to me over the years, but I think of myself as an Information Architect.
</p>
<p>
These days I'm building iOS applications.
The first <a href="climbfit.html">ClimbFit</a> launched on November 10, 2016.
</p>
<p>
The name of this site inspired by <a href= "http://www.condenaststore.com/-sp/On-the-Internet-nobody-knows-you-re-a-dog-New-Yorker-Cartoon-Prints_i10276348_.htm">Peter Steiner's New Yorker cartoon.</a>
</p>
</div>
</div>
</body>