Browse code

Added jumbotron header

Philip I. Thomas authored on 19/10/2012 at 05:45:22
Showing 1 changed files
... ...
@@ -67,11 +67,15 @@
67 67
     </div>
68 68
 -->
69 69
     <div class="container">
70
+	
71
+	<header class="jumbotron">
72
+		
70 73
     <div class="row">
71 74
       <h1 style="text-align: center">Philip I. Thomas</h1>
72 75
 		<h3 style="text-align: center">Curriculum Vitae</h3>
73 76
       <p></p>
74 77
     </div> 
78
+	</header>
75 79
 
76 80
 
77 81
      <!--     <section id="about">
... ...
@@ -340,7 +344,7 @@ function project($name,$look,$code) {
340 340
 	}
341 341
 	if (!empty($code)) {
342 342
 		// link to look at completed project
343
-		echo ' <a href="'.$code.'" target="_BLANK""><span class="badge badge-info">Code <i class="icon-arrow-right icon-white"></i></span></a>';
343
+		echo ' <a href="'.$code.'" target="_BLANK""><span class="badge badge-info">Code <i class="icon-arrow-right icon-white"></i>p</span></a>';
344 344
 	}
345 345
 	echo '</li>';
346 346
 }