Browse code

Tweaks to project view

Philip I. Thomas authored on 19/10/2012 at 04:10:46
Showing 1 changed files
... ...
@@ -209,11 +209,11 @@ iprogram('Unix System Administration','40');
209 209
 </div>
210 210
 <div class="span4">
211 211
 	<div class="well">
212
-		<h4>Select Projects</h4>
212
+		<h4>Selected Projects</h4>
213 213
 		<hr />
214 214
 		<ul>
215 215
 		<?php
216
-			project('Food Trucks Near Me','http://foodtrucksnearme.com','');
216
+			project('Food Trucks Near Me','http://www.foodtrucksnearme.com','');
217 217
 			project('Computational Analysis of Diffusion as a Stochastic System','','http://github.com/philipithomas/diffusion');
218 218
 		?>
219 219
 		</ul>
... ...
@@ -311,11 +311,11 @@ function project($name,$look,$code) {
311 311
 	echo '<li>'.$name;
312 312
 	if (!empty($look)) {
313 313
 		// link to look at completed project
314
-		echo ' <a href="'.$look.'" target="_BLANK" class="badge"><i class="icon-play"></i></a>';
314
+		echo ' <a href="'.$look.'" target="_BLANK" class="label">Visit</a>';
315 315
 	}
316 316
 	if (!empty($code)) {
317 317
 		// link to look at completed project
318
-		echo ' <a href="'.$code.'" target="_BLANK" class="badge"><i class="icon-cog"></i></a>';
318
+		echo ' <a href="'.$code.'" target="_BLANK" class="label-info label">Code <i class="icon-cog"></i></a>';
319 319
 	}
320 320
 }
321 321
 ?>
322 322
\ No newline at end of file