Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Add link to QCon talk.
Browse files Browse the repository at this point in the history
Also change the link colors to something a bit less awful.
  • Loading branch information
JakeWharton committed Feb 9, 2013
1 parent c6b4939 commit c3cf3a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions website/index.html
Expand Up @@ -14,6 +14,8 @@ <h3>Introduction</h3>

<p>Dependency injection isn't just for testing. It also makes it easy to create <strong>reusable, interchangeable modules</strong>. You can share the same <code>AuthenticationModule</code> across all of your apps. And you can run <code>DevLoggingModule</code> during development and <code>ProdLoggingModule</code> in production to get the right behavior in each situation.</p>

<p>For more information, <a href="http://www.infoq.com/presentations/Dagger">watch an introductory talk</a> by Jesse Wilson at QCon 2012.</p>

<h3>Using Dagger</h3>
<p>We'll demonstrate dependency injection and Dagger by building a coffee maker. For complete sample code that you can compile and run, see Dagger's <a href="https://github.com/square/dagger/tree/master/example/src/main/java/coffee">coffee example</a>.</p>

Expand Down
2 changes: 1 addition & 1 deletion website/static/app.css
Expand Up @@ -68,7 +68,7 @@ code {
}

a:link, a:visited, a:active, a:hover {
color: #72A4B4;
color: #89B8C7;
}
a:hover {
text-decoration: underline;
Expand Down

0 comments on commit c3cf3a4

Please sign in to comment.