| ... | ... |
@@ -74,7 +74,6 @@ |
| 74 | 74 |
</div> |
| 75 | 75 |
|
| 76 | 76 |
|
| 77 |
-<div class="container"> |
|
| 78 | 77 |
<section id="about"> |
| 79 | 78 |
<div class="row"> |
| 80 | 79 |
|
| ... | ... |
@@ -188,17 +187,7 @@ position("Case Western Reserve University","Cleveland, OH","Organic chemistry le
|
| 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 | 192 |
|
| 203 | 193 |
<div class="span8"> |
| 204 | 194 |
<?php |
| ... | ... |
@@ -210,6 +199,17 @@ iprogram('Python','60');
|
| 210 | 210 |
|
| 211 | 211 |
?> |
| 212 | 212 |
</div> |
| 213 |
+<div class="span4"> |
|
| 214 |
+ <div class="well"> |
|
| 215 |
+ <h4>Select Projects</h4> |
|
| 216 |
+ <hr /> |
|
| 217 |
+ <ul> |
|
| 218 |
+ <li>One project</li> |
|
| 219 |
+ <li>Another Project</li> |
|
| 220 |
+ <li>A third project. That's pretty cool.</li> |
|
| 221 |
+ </ul> |
|
| 222 |
+ </div> |
|
| 223 |
+</div> |
|
| 213 | 224 |
</div> |
| 214 | 225 |
|
| 215 | 226 |
</section> |