summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-18 11:42:06 +0100
committerChristian Grothoff <christian@grothoff.org>2014-11-18 11:42:06 +0100
commit70eaab03e8e433f4d43b690350153b4283c4255b (patch)
treeba92a6f101bc00a80bf784fe8a1014611230007e /common
parent8d8d22a4c76c6580ce62ab93e5dacbbc5c1c842a (diff)
downloadwww-70eaab03e8e433f4d43b690350153b4283c4255b.tar.gz
www-70eaab03e8e433f4d43b690350153b4283c4255b.tar.bz2
www-70eaab03e8e433f4d43b690350153b4283c4255b.zip
structure
Diffstat (limited to 'common')
-rw-r--r--common/footer.inc4
-rw-r--r--common/header.inc16
-rw-r--r--common/navigation.inc12
3 files changed, 32 insertions, 0 deletions
diff --git a/common/footer.inc b/common/footer.inc
new file mode 100644
index 00000000..fc7768e9
--- /dev/null
+++ b/common/footer.inc
@@ -0,0 +1,4 @@
+ <div class="footer">
+ <p>&copy; <a href="https://gnunet.org/ev">GNUnet e.V.</a> 2015</p>
+ <p>This page was created using FOSS only.</p>
+ </div>
diff --git a/common/header.inc b/common/header.inc
new file mode 100644
index 00000000..c54bba37
--- /dev/null
+++ b/common/header.inc
@@ -0,0 +1,16 @@
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="author" content="">
+ <!-- <link rel="icon" href="../../favicon.ico"> -->
+
+ <!-- Bootstrap core CSS -->
+ <link href="dist/css/bootstrap.min.css" rel="stylesheet">
+
+ <!-- Custom styles for this template -->
+ <link href="justified-nav.css" rel="stylesheet">
+
+ <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+ <!--[if lt IE 9]>
+ <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+ <![endif]-->
diff --git a/common/navigation.inc b/common/navigation.inc
new file mode 100644
index 00000000..e12abb06
--- /dev/null
+++ b/common/navigation.inc
@@ -0,0 +1,12 @@
+ <div class="masthead">
+ <ul class="nav nav-justified">
+ <li class="active"><a href="/">Home</a></li>
+ <li><a href="/citizens">Citizens</a></li>
+ <li><a href="/merchants">Merchants</a></li>
+ <li><a href="/governments">Governments</a></li>
+ <li><a href="/developers">Developers</a></li>
+ <li><a href="/investors">Investors</a></li>
+ <li><a href="/about/">About Us</a></li>
+ </ul>
+ </div>
+