-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (46 loc) · 1.89 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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Home | RyanJM</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='http://fonts.googleapis.com/css?family=Tenor+Sans|Cousine|Crimson+Text' rel='stylesheet' type='text/css'>
<link href="/assets/css/style.css" rel="stylesheet" type="text/css" media="all">
<link href='http://www.myopenid.com/server' rel='openid.server' />
<link href='http://ryanjm.myopenid.com/' rel='openid.delegate' />
</head>
<body>
<div id="wrap">
<div id="container">
<header>
<h1><a href="/">RyanJM</a></h1>
</header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/archive/">Archive</a></li>
</ul>
</nav>
<div class="content">
<ul class="pages_list">
<li><a href="/code/2012/04/14/listing-attributes/">Listing Attributes</a></li>
<li><a href="/code/2012/03/07/jQuery-development/">Jquery Development</a></li>
<li><a href="/code/2012/03/03/frameworks/">Frameworks</a></li>
<li><a href="/other/2012/01/25/technology-in-classrooms/">Technology In Classrooms</a></li>
<li><a href="/other/2012/01/24/producing-good-work/">Producing Good Work</a></li>
<li><a href="/code/2012/01/21/new-site/">New Site</a></li>
</ul>
</div>
</div>
<div id="push"> </div>
</div>
<footer>
<div>
<p class="about">Hi, my name is Ryan Mathews. I'm the lead developer at
<a href='http://nelsoncash.com'>Nelson Cash</a> and a
founder at <a href='http://orangeqc.com'>OrangeQC</a>.
I mostly work with Ruby on Rails and Objective-C.</p>
</div>
</footer>
</body>
</html>