... | ... |
@@ -187,11 +187,27 @@ position("Case Western Reserve University","Cleveland, OH","Organic chemistry le |
187 | 187 |
<h2>Technical</h2> |
188 | 188 |
</div> |
189 | 189 |
</div> <!-- end row --> |
190 |
- |
|
190 |
+<div class="row"> |
|
191 |
+ <div class="span4 offset8"> |
|
192 |
+ <div class="well"> |
|
193 |
+ <h4>Select Projects</h4> |
|
194 |
+ <hr /> |
|
195 |
+ <ul> |
|
196 |
+ <li>One project</li> |
|
197 |
+ <li>Another Project</li> |
|
198 |
+ <li>A third project. That's pretty cool.</li> |
|
199 |
+ </ul> |
|
200 |
+ </div> |
|
201 |
+ </div> |
|
191 | 202 |
<?php |
192 | 203 |
iprogram('Python','60'); |
204 |
+iprogram('Python','60'); |
|
205 |
+iprogram('Python','60'); |
|
206 |
+iprogram('Python','60'); |
|
207 |
+iprogram('Python','60'); |
|
193 | 208 |
|
194 | 209 |
?> |
210 |
+</div> |
|
195 | 211 |
|
196 | 212 |
</section> |
197 | 213 |
|
... | ... |
@@ -261,8 +277,7 @@ function position($company,$city,$job,$dates,$blob) { |
261 | 261 |
|
262 | 262 |
function iprogram($language,$percent) { |
263 | 263 |
echo ' |
264 |
- <div class="row"> |
|
265 |
- <div class="span4 offset2"> |
|
264 |
+ <div class="span4"> |
|
266 | 265 |
<h4>'.$language.'</h4> |
267 | 266 |
</div> |
268 | 267 |
<div class="span4"> |
... | ... |
@@ -270,7 +285,6 @@ function iprogram($language,$percent) { |
270 | 270 |
<div class="bar" style="width: '.$percent.'%;"></div> |
271 | 271 |
</div> |
272 | 272 |
</div> |
273 |
- </div> |
|
274 | 273 |
'; |
275 | 274 |
|
276 | 275 |
} |