Skip to content

Commit

Permalink
codeschool-projects#10 & 11 Marketing
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Bertos committed Aug 21, 2017
1 parent 4fcd0ad commit 8653068
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</nav>


<div id="portfolio-carousel" class="carousel slide" data-ride="carousel">
<section id="portfolio-carousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#portfolio-carousel" data-slide-to="0" class="active"></li>
Expand Down Expand Up @@ -76,7 +76,29 @@ <h1>What can we do</h1>
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>

<section class="marketing">
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="glyphicon glyphicon-apple"></span>
<h2>1</h2>
<p>1</p>
</div>
<div class="col-md-4">
<span class="glyphicon glyphicon-ice-lolly-tasted"></span>
<h2>2</h2>
<p>2</p>
</div>
<div class="col-md-4">
<span class="glyphicon glyphicon-sunglasses"></span>
<h2>3</h2>
<p>3</p>
</div>
</div>
</div>
</section>
<!--
Previous project placeholder begins
-->
Expand Down

0 comments on commit 8653068

Please sign in to comment.