Skip to content

Commit

Permalink
add BusinessWeek and Erlang Factory links
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed May 18, 2009
1 parent b107ffb commit d70137b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
33 changes: 19 additions & 14 deletions css/screen.css
Expand Up @@ -96,7 +96,7 @@ ul.posts {
color: #a00;
text-decoration: none;
}

.site .title a:hover {
color: black;
}
Expand All @@ -106,7 +106,7 @@ ul.posts {
text-decoration: none;
margin-left: 1em;
}

.site .title a.extra:hover {
color: black;
}
Expand All @@ -122,63 +122,68 @@ ul.posts {
margin-top: 2em;
overflow: hidden;
}

.site .footer .contact {
float: left;
margin-right: 3em;
}

.site .footer .contact a {
color: #8085C1;
}

.site .footer .rss {
margin-top: 1.1em;
margin-right: -.2em;
float: right;
}

.site .footer .rss img {
border: 0;
}

/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/

#post {

}

/* standard */

#post pre {
border: 1px solid #ddd;
background-color: #eef;
padding: 0 .4em;
}


#post ul,
#post ol {
margin-left: 1.25em;
}

#post code {
border: 1px solid #ddd;
background-color: #eef;
font-size: 95%;
padding: 0 .2em;
}

#post pre code {
border: none;
}

/* terminal */

#post pre.terminal {
border: 1px solid black;
background-color: #333;
color: white;
}

#post pre.terminal code {
background-color: #333;
}
Expand Down
2 changes: 2 additions & 0 deletions index.html
Expand Up @@ -13,6 +13,8 @@ <h1>Blog Posts</h1>

<h1>Interviews, Talks, Etc</h1>
<ul class="posts">
<li><span>30 Apr 2009</span> &raquo; <a href="http://www.erlang-factory.com/conference/SFBayAreaErlangFactory2009/speakers/TomPrestonWerner">Erlang Factory 09: Mixing Erlang and Ruby with Erlectricity</a></li>
<li><span>23 Apr 2009</span> &raquo; <a href="http://images.businessweek.com/ss/09/04/0421_best_young_entrepreneurs/17.htm">BusinessWeek: Best Young Tech Entrepreneurs of 2009</a></li>
<li><span>17 Jan 2009</span> &raquo; <a href="http://www.infoq.com/presentations/preston-werner-conceptual-algorithms">RubyFringe 2008: Conceptual Algorithms</a></li>
<li><span>09 Oct 2008</span> &raquo; <a href="http://www.infoq.com/interviews/preston-werner-powerset-github-ruby">InfoQ: Tom Preston-Werner on Powerset, GitHub, Ruby and Erlang</a></li>
<li><span>11 Jul 2008</span> &raquo; <a href="http://www.rubyology.com/podcasts/show/67">Rubyology 65: Powerset Stars 2 of 2</a></li>
Expand Down

0 comments on commit d70137b

Please sign in to comment.