-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
152 lines (152 loc) · 4.08 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Rob Law - Computer Programmer</title>
<link href="public/application.css" rel="stylesheet" />
</head>
<body>
<h1>
Rob Law
</h1>
<p>
I am a computer programmer living in Bucks County, PA.<br />I specialize in all aspects of web development, from server deployment to front end javascript and everything in between.<br /><strong><em>I create the whole banana.</em></strong>
</p>
<h2>
Built
</h2>
<ul>
<li>
<a href="https://saltlabs.com">Salt Labs</a>
<p>
Earn rewards for hours you work.
</p>
</li>
<li>
<a href="https://dailypay.com">DailyPay</a>
<p>
Payroll on demand.
</p>
</li>
<li>
<a href="http://spreadthegame.com">Spread the Game</a>
<p>
A fantasy style sports game you play with your friends. Instead of picking players, you pick the games.
</p>
</li>
<li>
<a href="http://madewithcolor.com">Made With Color</a>
<p>
Host your portfolio, simply.
</p>
</li>
<li>
<a href="https://www.stunnerofthemonth.com">Stunner of the Month</a>
<p>
Get a monthly prescription of stunt-juice.
</p>
</li>
<li>
<a href="http://sunrayse.herokuapp.com/">SunRayse</a>
<p>
Solar products you can afford. <i>This site is currently unmaintained.</i>
</p>
</li>
<li>
<a href="http://casaspanaca.com">Casas Panaca</a>
<p>
Your paradise, now.
</p>
</li>
<li>
<a href="http://topolimotors.com">Topoli Motors</a>
<p>
Great deals on used cars.
</p>
</li>
<li>
<a href="http://agentmachine.com">Agent Machine</a>
<p>
Find the top 3 real estate agents in your area.
</p>
</li>
</ul>
<h2>
Projects
</h2>
<ul>
<li>
<a href="/throne">Game of Thrones Infographic</a>
<p>
A weighted graph of character connections within scenes of HBO's <i>Game of Thrones</i>, Season 1.
</p>
</li>
<li>
<a href="/bracket">NBA Bracket Game</a>
<p>
A simple interface for displaying basketball bracket game results.
</p>
</li>
<li>
<a href="http://idealogue.heroku.com">Idealogue</a>
<p>
A site to store ideas, quotes, and other textual trinkets.
</p>
</li>
<li>
<a href="http://robmadethis.com/snack">Snack</a>
<p>
A tiny framework for building static websites.
</p>
</li>
<li>
<a href="http://www.musictheorysite.com/namethatkey">Name that Key</a>
<p>
A musicians tool to analyze chords and scales.
</p>
</li>
</ul>
<h2>
About
</h2>
<ul>
<li>
<a href="/madebylaw">madebylaw</a>
<p>
Web design and development.
</p>
</li>
<li>
<a href="http://github.com/robinator">Github</a>
<p>
My public projects.
</p>
</li>
<li>
<a href="mailto:rob@robmadethis.com">Contact</a>
<p>
rob@robmadethis.com
</p>
</li>
<li>
<a href="https://www.linkedin.com/pub/robert-law/7/9b0/32b">LinkedIn</a>
</li>
</ul>
<h2>
Bonus
</h2>
<ul>
<li>
Check out this <a href="http://www.youtube.com/watch?v=ddtHCeZ9J40">fun video </a>about me!
</li>
<li>
Check out my my wife's amazing end of life doula service in Bucks County: <a href="https://heronsflightdoula.com">Heron's Flight Doula</a>
</li>
</ul>
<footer>
<p>
<a href="http://robmadethis.com">robmadethis</a> with <a href="http://validator.w3.org/check/referer">HTML</a> ,<a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> , and <a href="http://robmadethis.com/snack">snack</a>
</p>
</footer>
</body>
</html>