This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img class="img-responsive" src="http://google.com/some_image" alt="DescribeImageHere"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="table table-striped table-hover"> | |
<thead> | |
<tr> | |
<th>Normal</th> | |
<th>Potential Early Alzheimers Disease*</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td>Can’t find your keys</td> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="countdown-block"> | |
<h4 id="counter"></h4> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="carousel slide" data-ride="carousel" id="carousel-home"> | |
<!-- Indicators --> | |
<ol class="carousel-indicators text-center"> | |
<li class="" data-slide-to="0" data-target="#carousel-example-generic"></li> | |
<li data-slide-to="1" data-target="#carousel-example-generic" class="active"></li> | |
<li data-slide-to="2" data-target="#carousel-example-generic"></li> | |
</ol> | |
<!-- Wrapper for slides --> | |
<div class="carousel-inner"> | |
<div class="item"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* The list name can be anything, just be sure to reference it appropriately with each child element.*/ | |
<div id="faq_list"> | |
<div class="row"> | |
<div class="col-sm-12 col-md-12 col-lg-12 col-xs-12"> | |
<div id="faq2"> | |
<h4 class="content-title-secondary clickable collapsible-header"> | |
<a aria-controls="faq2" aria-expanded="false" class="text-info collapsed" data-parent="#faq_list" data-toggle="collapse" href="#faq2Collapse"> | |
WHO TYPICALLY FUNDS CLINICAL TRIALS? WHY IS THERE A FUNDING GAP? | |
</a> | |
</h4> |