Skip to content

Commit

Permalink
making it
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Lindsay committed Mar 22, 2009
1 parent 3cb0630 commit f93344a
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 10 deletions.
Binary file added images/groksystems.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/webhooks.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 62 additions & 10 deletions index.html
Expand Up @@ -3,17 +3,69 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>progrium == "Jeff Lindsay"</title>
<style type="text/css">
body,td,th { font-size: 12px; font-family: Trebuchet MS, helvetica;}
div.friendfeed.widget { position: absolute; right: 10px; top: 5px; border: 0px;}
#header { margin-left: 90px; margin-bottom: 25px; }
#header h2 {margin-bottom: 2px; margin-top: 0px; font-size: 24px; }
#header ul {list-style-type: square; margin-top: 0px; padding-left: 20px;}
h3 { margin: 0px;}
table { margin-bottom: 10px; margin-left: -2px;}
</style>
</head>
<body>
progrium == "Jeff Lindsay"
<img src="http://gravatar.com/avatar/bb46488d2c90d51f366cafc776e2b3ad.jpg" style="float: left;"/>
<div id="header">
<h2>Jeff Lindsay</h2>
<ul>
<li><a href="http://www.facebook.com/profile.php?id=527681329">Facebook</a></li>
<li><a href="http://www.linkedin.com/in/progrium">LinkedIn</a></li>
<li><a href="http://github.com/progrium">GitHub</a></li>
</ul>
</div>

<table><tr>
<td><img width="42" height="42" src="http://superhappydevhouse.org/f/shdh_logo.png?ts=1229477587" /></td>
<td valign="top">
<a href="http://superhappydevhouse.org">SuperHappyDevHouse</a><br />
A party for hackers and thinkers<br />
<small>See also: <a href="http://hackerdojo.com">Hacker Dojo</a></small>
</td></tr></table>

<table><tr>
<td><img src="http://tigsource.com/favicon.ico" width="40" height="40" style="padding-left: 1px;" /></td>
<td valign="top">
<a href="http://tigsource.com">TIGSource</a><br />
The cult of indie games<br />
<small>See also: <a href="http://tigdb.com">TIGdb</a></small>
</td></tr></table>

<table><tr>
<td><img width="42" height="42" src="images/webhooks.png" /></td>
<td valign="top">
<a href="http://webhooks.org">Web Hooks</a><br />
User-defined HTTP callbacks<br />
</td></tr></table>

<table><tr>
<td><img width="40" height="40" src="images/groksystems.png" /></td>
<td valign="top">
<a href="http://groksystems.com">Grok Systems</a><br />
A blog about systems theory<br />
</td></tr></table>


</table>

<script type="text/javascript" src="http://friendfeed.com/embed/widget/progrium?v=2&amp;hide_logo=1&amp;hide_comments_likes=1&amp;width=275"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-6824126-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-6824126-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</html>

0 comments on commit f93344a

Please sign in to comment.