... | ... |
@@ -191,11 +191,16 @@ position("Case Western Reserve University","Cleveland, OH","Organic chemistry le |
191 | 191 |
|
192 | 192 |
<div class="span8"> |
193 | 193 |
<?php |
194 |
-iprogram('Python','60'); |
|
195 |
-iprogram('Python','60'); |
|
196 |
-iprogram('Python','60'); |
|
197 |
-iprogram('Python','60'); |
|
198 |
-iprogram('Python','60'); |
|
194 |
+iprogram('Matlab','85'); |
|
195 |
+iprogram('PHP','90'); |
|
196 |
+iprogram('Java','55'); |
|
197 |
+iprogram('CSS','40'); |
|
198 |
+iprogram('Python','45'); |
|
199 |
+iprogram('Relational Databases','85'); |
|
200 |
+iprogram('NoSQL Databases','55') |
|
201 |
+iprogram('Javascript','20'); |
|
202 |
+iprogram('Adobe CS6','40'); |
|
203 |
+ |
|
199 | 204 |
|
200 | 205 |
?> |
201 | 206 |
</div> |
... | ... |
@@ -281,7 +286,7 @@ function position($company,$city,$job,$dates,$blob) { |
281 | 281 |
function iprogram($language,$percent) { |
282 | 282 |
echo ' |
283 | 283 |
<div class="row"> |
284 |
- <div class="span3"> |
|
284 |
+ <div class="span2"> |
|
285 | 285 |
<p><h4 style="text-align: right">'.$language.'</h4></p> |
286 | 286 |
</div> |
287 | 287 |
<div class="span4"> |
... | ... |
@@ -289,7 +294,7 @@ function iprogram($language,$percent) { |
289 | 289 |
<div class="bar" style="width: '.$percent.'%;"></div> |
290 | 290 |
</div> |
291 | 291 |
</div> |
292 |
- <div class="span1"></div> |
|
292 |
+ <div class="span2"></div> |
|
293 | 293 |
</div> |
294 | 294 |
'; |
295 | 295 |
|