Skip to content

Commit 77bb1a6

Browse files
committed
Added a container div class under marketing
This is to address point codeschool-projects#10 --- Lionel Saliou, Ph.D
1 parent 850643a commit 77bb1a6

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

src/index.html

+17-16
Original file line numberDiff line numberDiff line change
@@ -78,25 +78,26 @@ <h1>Get in touch</h1>
7878
</div>
7979

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

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

94-
<div class="col-md-4">
95-
<i class='glyphicon glyphicon-hdd'></i>
96-
<h2>RESTful API</h2>
97-
<p>The final true implementation of a Service Oriented Architecture?</p>
95+
<div class="col-md-4">
96+
<i class='glyphicon glyphicon-hdd'></i>
97+
<h2>RESTful API</h2>
98+
<p>The final true implementation of a Service Oriented Architecture?</p>
99+
</div>
98100
</div>
99-
100101
</div> <!-- row -->
101102

102103
</div>

0 commit comments

Comments
 (0)