Skip to content

Commit 8653068

Browse files
author
Javier Bertos
committed
codeschool-projects#10 & 11 Marketing
1 parent 4fcd0ad commit 8653068

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

src/index.html

+24-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</nav>
3636

3737

38-
<div id="portfolio-carousel" class="carousel slide" data-ride="carousel">
38+
<section id="portfolio-carousel" class="carousel slide" data-ride="carousel">
3939
<!-- Indicators -->
4040
<ol class="carousel-indicators">
4141
<li data-target="#portfolio-carousel" data-slide-to="0" class="active"></li>
@@ -76,7 +76,29 @@ <h1>What can we do</h1>
7676
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
7777
<span class="sr-only">Next</span>
7878
</a>
79-
</div>
79+
</section>
80+
81+
<section class="marketing">
82+
<div class="container">
83+
<div class="row">
84+
<div class="col-md-4">
85+
<span class="glyphicon glyphicon-apple"></span>
86+
<h2>1</h2>
87+
<p>1</p>
88+
</div>
89+
<div class="col-md-4">
90+
<span class="glyphicon glyphicon-ice-lolly-tasted"></span>
91+
<h2>2</h2>
92+
<p>2</p>
93+
</div>
94+
<div class="col-md-4">
95+
<span class="glyphicon glyphicon-sunglasses"></span>
96+
<h2>3</h2>
97+
<p>3</p>
98+
</div>
99+
</div>
100+
</div>
101+
</section>
80102
<!--
81103
Previous project placeholder begins
82104
-->

0 commit comments

Comments
 (0)