Skip to content

Commit

Permalink
Added a container div class under marketing
Browse files Browse the repository at this point in the history
This is to address point codeschool-projects#10

    --- Lionel Saliou, Ph.D
  • Loading branch information
Krz-Aramis committed Feb 18, 2018
1 parent 388b182 commit d971880
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,25 +78,26 @@ <h1>Get in touch</h1>
</div>

<div class="row marketing">
<div class="col-md-4">
<i class='glyphicon glyphicon-qrcode'></i>
<h2>I wish I knew HTML and CSS</h2>
<p>These technologies have changed tremendously since I last used them.</p>
</div>
<div class="container">
<div class="col-md-4">
<i class='glyphicon glyphicon-qrcode'></i>
<h2>I wish I knew HTML and CSS</h2>
<p>These technologies have changed tremendously since I last used them.</p>
</div>

<div class="col-md-4">
<i class='glyphicon glyphicon-flash'></i>
<h2>Javascript</h2>
<p>I agree to learn the basics, however the future of this technology appears to be TypeScript in my opinion. </p>
<p>Clear and evident strong typing keeps your average developer saner! </p>
</div>
<div class="col-md-4">
<i class='glyphicon glyphicon-flash'></i>
<h2>Javascript</h2>
<p>I agree to learn the basics, however the future of this technology appears to be TypeScript in my opinion. </p>
<p>Clear and evident strong typing keeps your average developer saner! </p>
</div>

<div class="col-md-4">
<i class='glyphicon glyphicon-hdd'></i>
<h2>RESTful API</h2>
<p>The final true implementation of a Service Oriented Architecture?</p>
<div class="col-md-4">
<i class='glyphicon glyphicon-hdd'></i>
<h2>RESTful API</h2>
<p>The final true implementation of a Service Oriented Architecture?</p>
</div>
</div>

</div> <!-- row -->

</div>
Expand Down

0 comments on commit d971880

Please sign in to comment.