accurator/commit

Added navbar to html.

authorChris Dijkshoorn
Sun Jan 11 09:42:19 2015 +0100
committerChris Dijkshoorn
Sun Jan 11 09:42:19 2015 +0100
commit660d0f36b99b794deaa025241fb1fda6899789cd
treec48c1d373affcc594cad5ed1d860a1f51e18d6b3
parent8fe87351b14ec8f18fec93ab7acbcca23f3f7249
Diff style: patch stat
diff --git a/web/html/additional_info.html b/web/html/additional_info.html
index 439283e..fd81e7c 100644
--- a/web/html/additional_info.html
+++ b/web/html/additional_info.html
@@ -7,7 +7,15 @@
 </head>
 
 <body>
-	<div class="navbar"></div>
+	<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+		<div class="container-fluid">
+			<div class="navbar-header">
+				 <a class="navbar-brand" href="/intro">
+				 	<img id="headerImage" src="/img/accurator.png" alt="Accurator">
+				 </a>
+			</div>
+		</div>
+	</nav>
 	
 	<div class="content">
 		<p>Additional info</p>
diff --git a/web/html/annotate.html b/web/html/annotate.html
index d75c1ff..037c7b1 100644
--- a/web/html/annotate.html
+++ b/web/html/annotate.html
@@ -7,7 +7,15 @@
 </head>
 
 <body>
-	<div class="navbar"></div>
+	<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+		<div class="container-fluid">
+			<div class="navbar-header">
+				 <a class="navbar-brand" href="/intro">
+				 	<img id="headerImage" src="/img/accurator.png" alt="Accurator">
+				 </a>
+			</div>
+		</div>
+	</nav>
 	
 	<div class="content">
 		<p>Annotate</p>
diff --git a/web/html/expertise.html b/web/html/expertise.html
index 75ca4d3..1cf3b63 100644
--- a/web/html/expertise.html
+++ b/web/html/expertise.html
@@ -7,7 +7,15 @@
 </head>
 
 <body>
-	<div class="navbar"></div>
+	<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+		<div class="container-fluid">
+			<div class="navbar-header">
+				 <a class="navbar-brand" href="/intro">
+				 	<img id="headerImage" src="/img/accurator.png" alt="Accurator">
+				 </a>
+			</div>
+		</div>
+	</nav>
 	
 	<div class="content">
 		<p>Expertise</p>
diff --git a/web/html/intro.html b/web/html/intro.html
index e2475b5..5a24e73 100644
--- a/web/html/intro.html
+++ b/web/html/intro.html
@@ -7,7 +7,15 @@
 </head>
 
 <body>
-	<div class="navbar"></div>
+	<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+		<div class="container-fluid">
+			<div class="navbar-header">
+				 <a class="navbar-brand" href="/intro">
+				 	<img id="headerImage" src="/img/accurator.png" alt="Accurator">
+				 </a>
+			</div>
+		</div>
+	</nav>
 	
 	<div class="content">
 		<p>Accurator</p>
diff --git a/web/html/profile.html b/web/html/profile.html
index 171ad41..773d4cc 100644
--- a/web/html/profile.html
+++ b/web/html/profile.html
@@ -7,7 +7,15 @@
 </head>
 
 <body>
-	<div class="navbar"></div>
+	<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+		<div class="container-fluid">
+			<div class="navbar-header">
+				 <a class="navbar-brand" href="/intro">
+				 	<img id="headerImage" src="/img/accurator.png" alt="Accurator">
+				 </a>
+			</div>
+		</div>
+	</nav>
 	
 	<div class="content">
 		<p>Profile</p>
diff --git a/web/html/recommendations.html b/web/html/recommendations.html
index 03af6fb..32cd9dd 100644
--- a/web/html/recommendations.html
+++ b/web/html/recommendations.html
@@ -7,7 +7,15 @@
 </head>
 
 <body>
-	<div class="navbar"></div>
+	<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+		<div class="container-fluid">
+			<div class="navbar-header">
+				 <a class="navbar-brand" href="/intro">
+				 	<img id="headerImage" src="/img/accurator.png" alt="Accurator">
+				 </a>
+			</div>
+		</div>
+	</nav>
 	
 	<div class="content">
 		<p>Recommendations</p>
diff --git a/web/html/register.html b/web/html/register.html
index 43cd116..43bf75c 100644
--- a/web/html/register.html
+++ b/web/html/register.html
@@ -7,7 +7,15 @@
 </head>
 
 <body>
-	<div class="navbar"></div>
+	<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+		<div class="container-fluid">
+			<div class="navbar-header">
+				 <a class="navbar-brand" href="/intro">
+				 	<img id="headerImage" src="/img/accurator.png" alt="Accurator">
+				 </a>
+			</div>
+		</div>
+	</nav>
 	
 	<div class="content">
 		<p>Register</p>
diff --git a/web/img/accurator.png b/web/img/accurator.png
new file mode 100644
index 0000000..891a2f8
Binary files /dev/null and b/web/img/accurator.png differ