Skip to content

Commit

Permalink
sets up an ad widget
Browse files Browse the repository at this point in the history
  • Loading branch information
yosemitebandit committed Feb 24, 2013
1 parent e9eebdf commit 6c83b52
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion public/index.html
Expand Up @@ -32,6 +32,15 @@
background-color: #C45AAC;
}

body {
color: #445566;
background-color: #fdfdfd;
}

#ad-network h5 {
margin-top: 0;
}

</style>


Expand All @@ -53,6 +62,7 @@ <h1>Target Accrual
<li><a href="#methods">methods</a></li>
<li><a href="#team">team</a></li>
<li><a href="#researcher-network">researcher network</a></li>
<li><a href="#ad-network">ad network</a></li>
<li><a href="#open-source">open source</a></li>
</ul>

Expand Down Expand Up @@ -85,7 +95,6 @@ <h4>methods</h4>

<section id='team'>
<h4>team</h4>

<p>Our group members hail from a diverse set of backgrounds, including Stanford Medicine,
Duke Biomedical Engineering, Google X and the Microsoft Display Ads team.
We connected at the <a href="http://startxmed.com">StartX-Med</a> 2013 hackathon.
Expand All @@ -104,6 +113,25 @@ <h4>team</h4>
</section>


<section id='ad-network'>
<h4>ad network</h4>
<p>Patient forums and other medical sites can use our custom display ads
to put clinical trial information in front of people who need to know.
</p>

<div class='well span3'>
<h5>Chordoma Clinical Trial</h5>
<p>Opening May 5th, we are seeking males and females over 18.</p>
<p>Click to find out more.</p>
<span class='label pull-right label-info'>Duke University</span>
</div>

<div class='clearfix'>
</div>

</section>


<section id='researcher-network'>
<h4>researcher network</h4>
<p>we have developed an open-source <a href="researcher-network">researcher network</a> for
Expand Down

0 comments on commit 6c83b52

Please sign in to comment.