Browse code

Tweaks

Philip I. Thomas authored on 19/10/2012 at 04:43:25
Showing 1 changed files
... ...
@@ -131,7 +131,7 @@ position("Case Western Reserve University","Cleveland, OH","Organic chemistry le
131 131
 	<ul>
132 132
 	<li>Develop, launch, and market food truck finder website</li>
133 133
 	<li>Design cross-platform CRM system to infer user cities of interest.</li>
134
-	</ul>');
134
+	</ul>',"http://foodtrucksnearme.com");
135 135
 	
136 136
 	
137 137
 	position("Cultivation Capital","Saint Louis, MO","Analyst","3/12-Present",'
... ...
@@ -186,7 +186,7 @@ position("Case Western Reserve University","Cleveland, OH","Organic chemistry le
186 186
 
187 187
 			
188 188
 	</li>
189
-	</ul>');
189
+	</ul>',"");
190 190
 
191 191
 
192 192
            ?>
... ...
@@ -283,12 +283,12 @@ function position($company,$city,$job,$dates,$blob,$link) {
283 283
 	
284 284
 	echo '
285 285
 		<div class="row" style="padding: 35px 0 4px 0;">
286
-			<div class="span6"><h4 style="margin: 0">'.$company.'</h4> 
287
-			';
286
+			<div class="span6"><h4 style="margin: 0">'.$company;
288 287
 				if (!empty($link)) {
289 288
 					echo ' <a href="'.$link.'" target="_BLANK"><span class="badge badge-inverse">Visit</span></a>';
290 289
 				}
291
-			echo '
290
+			echo '</h4> 
291
+			
292 292
 			</div>	
293 293
 			<div class="span6"><h4 class="pull-right hidden-phone" style="margin: 0">'.$city.'</h4>
294 294
 			</div>