Browse code

Basic website frame online

Philip I. Thomas authored on 05/10/2012 at 21:28:13
Showing 1 changed files
... ...
@@ -1 +1,69 @@
1
-initial
1
+
2
+<!DOCTYPE html>
3
+<html lang="en">
4
+  <head>
5
+    <meta charset="utf-8">
6
+    <title>Philip I. Thomas Curriculum Vitae</title>
7
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
+    <meta name="description" content="Curriculum Vitae for Philip I. Thomas">
9
+    <meta name="author" content="Philip I. Thomas">
10
+
11
+    <!-- Le styles -->
12
+    <link href="../assets/css/bootstrap.css" rel="stylesheet">
13
+    <style>
14
+      body {
15
+        padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
16
+      }
17
+    </style>
18
+    <link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">
19
+
20
+    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
21
+    <!--[if lt IE 9]>
22
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
23
+    <![endif]-->
24
+
25
+    <!-- Le fav and touch icons -->
26
+    <link rel="shortcut icon" href="../assets/ico/favicon.ico">
27
+    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
28
+    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
29
+    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
30
+    <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
31
+  </head>
32
+
33
+  <body data-spy="scroll" data-target=".navbar">
34
+
35
+    <div class="navbar navbar-inverse navbar-fixed-top">
36
+      <div class="navbar-inner">
37
+        <div class="container">
38
+          <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
39
+            <span class="icon-bar"></span>
40
+            <span class="icon-bar"></span>
41
+            <span class="icon-bar"></span>
42
+          </a>
43
+          <a class="brand" href="#">Philip I. Thomas Curriculum Vitae</a>
44
+          <div class="nav-collapse collapse">
45
+            <ul class="nav">
46
+              <li class="active"><a href="#">Home</a></li>
47
+              <li><a href="#about">About</a></li>
48
+              <li><a href="#contact">Contact</a></li>
49
+            </ul>
50
+          </div><!--/.nav-collapse -->
51
+        </div>
52
+      </div>
53
+    </div>
54
+
55
+    <div class="container">
56
+
57
+      <h1>Philip I. Thomas Curriculum Vitae</h1>
58
+      <p></p>
59
+
60
+    </div> <!-- /container -->
61
+
62
+    <!-- Le javascript
63
+    ================================================== -->
64
+    <!-- Placed at the end of the document so the pages load faster -->
65
+    <script src="../assets/js/bootstrap.js"></script>
66
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
67
+
68
+  </body>
69
+</html>