...
|
...
|
@@ -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="span8"><h4 style="margin: 0">'.$company;
|
287
|
287
|
if (!empty($link)) {
|
288
|
|
- echo ' <a href="'.$link.'" target="_BLANK"><span class="badge">Website</span></a>';
|
|
288
|
+ echo ' <a href="'.$link.'" target="_BLANK"><span class="badge"><i class="icon-arrow-right icon-white"</i></span></a>';
|
289
|
289
|
}
|
290
|
290
|
echo '</h4>
|
291
|
291
|
|
...
|
...
|
@@ -336,7 +336,7 @@ function project($name,$look,$code) {
|
336
|
336
|
echo '<li style="padding-top: 12px">'.$name;
|
337
|
337
|
if (!empty($look)) {
|
338
|
338
|
// link to look at completed project
|
339
|
|
- echo ' <a href="'.$look.'" target="_BLANK" ><span class="badge badge-inverse"><i class="icon-arrow-right icon-white"</i></label></a>';
|
|
339
|
+ echo ' <a href="'.$look.'" target="_BLANK" ><span class="badge badge-inverse">Visit</label></a>';
|
340
|
340
|
}
|
341
|
341
|
if (!empty($code)) {
|
342
|
342
|
// link to look at completed project
|