...
|
...
|
@@ -101,7 +101,7 @@ position("Washington University in Saint Louis","Saint Louis, MO","Bachelor of S
|
101
|
101
|
<li><span style="font-weight: bold">Honors:</span> J. Alan and Marcia K. Ritter Scholar.</li>
|
102
|
102
|
<li><span style="font-weight: bold">Relevant Coursework:</span> Operations Research, Stochastic Models, Signals Analysis.</li>
|
103
|
103
|
<li><span style="font-weight: bold">Senior Project:</span> Analysis of Aisle411 Usage Data <span style="font-style:italic">(In Progress)</span></li>
|
104
|
|
-</ul>');
|
|
104
|
+</ul>',"");
|
105
|
105
|
position("Case Western Reserve University","Cleveland, OH","Organic chemistry lecture and laboratory","6/10-8/10","");
|
106
|
106
|
|
107
|
107
|
?>
|
...
|
...
|
@@ -285,7 +285,7 @@ function position($company,$city,$job,$dates,$blob,$link) {
|
285
|
285
|
<div class="row" style="padding: 35px 0 4px 0;">
|
286
|
286
|
<div class="span6"><h4 style="margin: 0">'.$company;
|
287
|
287
|
if (!empty($link)) {
|
288
|
|
- echo ' <a href="'.$link.'" target="_BLANK"><span class="badge badge-inverse">Visit</span></a>';
|
|
288
|
+ echo ' <a href="'.$link.'" target="_BLANK"><span class="badge badge-info">Website</span></a>';
|
289
|
289
|
}
|
290
|
290
|
echo '</h4>
|
291
|
291
|
|