Browse code

Add github link; change formatting of honors section

Philip I. Thomas authored on 19/10/2012 at 06:43:15
Showing 1 changed files
... ...
@@ -248,6 +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 252
 	</div>
252 253
 </div>
253 254
 </div>
... ...
@@ -262,6 +263,8 @@ iprogram('Unix System Administration','40');
262 262
       <h2>Honors and Skills</h2>
263 263
       </div>
264 264
     </div> <!-- end row -->
265
+	<div class="row">
266
+	<div class="span8">
265 267
 	<?php
266 268
 	
267 269
 	extra('Awards','One<br />Two<br />Three<br />');
... ...
@@ -269,6 +272,21 @@ iprogram('Unix System Administration','40');
269 269
 	extra('Awards','One<br />Two<br />Three<br />');
270 270
 	
271 271
 	?>
272
+	</div>
273
+	<div class="well">
274
+		<h4>Selected Projects</h4>
275
+		<hr />
276
+		<ul>
277
+		<?php
278
+			project('Food Trucks Near Me','http://www.foodtrucksnearme.com','');
279
+			project('Computational Analysis of Diffusion as a Stochastic System','','http://github.com/philipithomas/diffusion');
280
+			project('CSE131 Java','','https://github.com/philipithomas/cse131Java');
281
+			project('Curriculum Vitae','','https://github.com/philipithomas/cse131Java');
282
+			project('Kill The Landline','http://killthelandline.com','');
283
+		?>
284
+		</ul>
285
+	</div>
286
+	</div>
272 287
 
273 288
 
274 289
       </section>
... ...
@@ -289,7 +307,7 @@ iprogram('Unix System Administration','40');
289 289
 </html>
290 290
 
291 291
 <?php
292
-
292
+// =========================================================
293 293
 /* 
294 294
 
295 295
 These are some functions to make uniform sections
... ...
@@ -371,7 +389,7 @@ function extra($title,$blob) {
371 371
 					<span class="pull-right hidden-phone"><strong>'.$title.'</strong></span>
372 372
 					<span class="visible-phone badge">'.$title.'</span>
373 373
 				</div>
374
-				<div class="span9">
374
+				<div class="span5">
375 375
 					'.$blob.'
376 376
 				</div>
377 377
 			</div>';