Browse code

First link

Philip I. Thomas authored on 19/10/2012 at 07:24:58
Showing 1 changed files
... ...
@@ -248,7 +248,7 @@ iprogram('Unix System Administration','40');
248 248
 			project('Kill The Landline','http://killthelandline.com','');
249 249
 		?>
250 250
 		</ul>
251
-		<a class="pull-right btn btn-small btn-inverse" href="http:/github.com/philipithomas">Github Profile <i class="icon-arrow-right icon-white"></a>
251
+		<a class="pull-right btn btn-small btn-inverse" href="http://github.com/philipithomas">Github Profile <i class="icon-arrow-right icon-white"></a>
252 252
 	</div>
253 253
 </div>
254 254
 </div>
... ...
@@ -274,17 +274,12 @@ iprogram('Unix System Administration','40');
274 274
 	?>
275 275
 	</div>
276 276
 	<div class="well">
277
-		<h4>Selected Projects</h4>
277
+		<h4>Selected Press</h4>
278 278
 		<hr />
279 279
 		<ul>
280
-		<?php
281
-			project('Food Trucks Near Me','http://www.foodtrucksnearme.com','');
282
-			project('Computational Analysis of Diffusion as a Stochastic System','','http://github.com/philipithomas/diffusion');
283
-			project('CSE131 Java','','https://github.com/philipithomas/cse131Java');
284
-			project('Curriculum Vitae','','https://github.com/philipithomas/cse131Java');
285
-			project('Kill The Landline','http://killthelandline.com','');
286
-		?>
280
+			<li>St. Louis Business Journal: Philip Thomas at Startup Weekend <a href="http://www.bizjournals.com/stlouis/blog/BizNext/2012/10/community-voices-philip-thomas-at.html?page=all"><span class="badge badge-inverse"><i class="icon-arrow-right icon-white"></i></a></li>
287 281
 		</ul>
282
+		<a class="pull-right btn btn-small btn-inverse" href="http://philipthomas.com/press">View Full Press <i class="icon-arrow-right icon-white"></a>
288 283
 	</div>
289 284
 	</div>
290 285
 
... ...
@@ -374,7 +369,7 @@ function project($name,$look,$code) {
374 374
 	echo '<li style="padding-top: 12px">'.$name;
375 375
 	if (!empty($look)) {
376 376
 		// link to look at completed project
377
-		echo ' <a href="'.$look.'" target="_BLANK" ><span class="badge badge-inverse">Visit <i class="icon-arrow-right icon-white"></i></label></a>';
377
+		echo ' <a href="'.$look.'" target="_BLANK" ><span class="badge">Visit <i class="icon-arrow-right icon-white"></i></label></a>';
378 378
 	}
379 379
 	if (!empty($code)) {
380 380
 		// link to look at completed project