index.php
b23cf6a1
 
 <!DOCTYPE html>
 <html lang="en">
   <head>
     <meta charset="utf-8">
     <title>Philip I. Thomas Curriculum Vitae</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="Curriculum Vitae for Philip I. Thomas">
     <meta name="author" content="Philip I. Thomas">
 
     <!-- Le styles -->
     <link href="../assets/css/bootstrap.css" rel="stylesheet">
     <style>
       body {
         padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
       }
     </style>
     <link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">
 
     <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
       <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
     <![endif]-->
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="../assets/ico/favicon.ico">
     <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
     <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
     <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
     <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
   </head>
 
   <body data-spy="scroll" data-target=".navbar">
 
     <div class="navbar navbar-inverse navbar-fixed-top">
       <div class="navbar-inner">
         <div class="container">
           <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
4b710803
             </a>
           <a class="brand" href="#">Curriculum Vitae</a>
b23cf6a1
           <div class="nav-collapse collapse">
             <ul class="nav">
4b710803
               <li><a href="#">About</a></li>
               <li><a href="#education">Education</a></li>
               <li><a href="#experience">Experience</a></li>
               <li><a href="#technical">Technical</a></li>
               <li><a href="#honors">Honors</a></li>
               
b23cf6a1
             </ul>
4b710803
             <div class="nav-collapse collapse pull-right">
             <ul class="nav">
               <li><a href="http://philipithomas.com" target="_blank>">Homepage</a></li>
               <li class="dropdown ">
                             <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                             Links <i class="caret"></i>
                             </a>
 
                    <ul class="dropdown-menu ">
                                 <li><a href="http://linkedin.com/in/philiptihomas" target="_blank">LinkedIn</a></li>
                 <li><a href="http://github.com/philipithomas" target="_blank">Github</a></li>
                 <li><a href="http://twitter.com/philipithomas" target="_blank"><i class="icon-off"></i> Sign Out</a></li>
             </ul>
                                                 </li>
               <li><a href="/resume.pdf">Download PDF</a></li>          
             </ul>
             
b23cf6a1
           </div><!--/.nav-collapse -->
         </div>
       </div>
     </div>
 
     <div class="container">
4b710803
 	   
b23cf6a1
       <h1>Philip I. Thomas Curriculum Vitae</h1>
       <p></p>
4b710803
       <section id="education">
       <div class="page-header">
       <h1>Education</h1>
       </div>
       </section>
       
       
       
       <section id="experience">
       <div class="page-header">
       <h1>Professional and Leadership Experience </h1>
       </div>
       </section>
       
       <section id="technical">
       <div class="page-header">
       <h1>Technical</h1>
       </div>
       </section>
       
       
       <section id="honors">
       <div class="page-header">
       <h1>Honors</h1>
       </div>
       </section>
       
b23cf6a1
     </div> <!-- /container -->
 
     <!-- Le javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="../assets/js/bootstrap.js"></script>
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
 
   </body>
 </html>