Created
December 2, 2015 19:00
-
-
Save ColinW520/bc05b42ce4cd431424a2 to your computer and use it in GitHub Desktop.
A slider for givetocure infographics
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"> | |
<img class="img-responsive center-block" src="/assets/prevalence-2721d6215f352f80d313b710513a77c9.png" alt="Prevalence"> | |
</div> | |
<div class="item active"> | |
<img class="img-responsive center-block" src="/assets/mortality-c40f4b2d71197d5583ffedc0476ddccd.png" alt="Mortality"> | |
</div> | |
<div class="item"> | |
<img class="img-responsive center-block" src="/assets/care_givers-ad714fcece3d83da664c3ddf596a31a6.png" alt="Care givers"> | |
</div> | |
<div class="item"> | |
<img class="img-responsive center-block" src="/assets/economic_impact-43302e23d6fe58a2b7fa93d7318fad29.png" alt="Economic impact"> | |
</div> | |
<div class="item"> | |
<img class="img-responsive center-block" src="/assets/women_alz-18ff6570ce6852138970c77aba4f4767.png" alt="Women alz"> | |
</div> | |
</div> | |
<!-- Controls --> | |
<a class="left carousel-control" data-slide="prev" href="#carousel-home"> | |
<span> | |
<i class="fa fa-arrow-circle-left fa-2x"></i> | |
</span> | |
</a> | |
<a class="right carousel-control" data-slide="next" href="#carousel-home"> | |
<span> | |
<i class="fa fa-arrow-circle-right fa-2x"></i> | |
</span> | |
</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment