summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-01-08 03:19:57 -0800
committerelijah <elijah@riseup.net>2014-01-08 03:19:57 -0800
commitb83fa7525ada4fa7c25ca7a7b4cc6d61efb9c5fd (patch)
tree97f6ad07f297c78b2a532ecb1cdf45a61e227104
parent8b41350baf3aaa4988843a9bc2e8884abec07c4c (diff)
s/_footer.html/footer.html.inc/
-rw-r--r--pages/common/footer.html.inc (renamed from pages/common/_footer.html)0
-rw-r--r--pages/common/header.html.inc (renamed from pages/common/_header.html)0
-rw-r--r--public/common/footer.html.inc11
-rw-r--r--public/common/header.html.inc13
4 files changed, 24 insertions, 0 deletions
diff --git a/pages/common/_footer.html b/pages/common/footer.html.inc
index c6ad99e..c6ad99e 100644
--- a/pages/common/_footer.html
+++ b/pages/common/footer.html.inc
diff --git a/pages/common/_header.html b/pages/common/header.html.inc
index 55d4c1d..55d4c1d 100644
--- a/pages/common/_header.html
+++ b/pages/common/header.html.inc
diff --git a/public/common/footer.html.inc b/public/common/footer.html.inc
new file mode 100644
index 0000000..c6ad99e
--- /dev/null
+++ b/public/common/footer.html.inc
@@ -0,0 +1,11 @@
+ <footer>
+ <div>
+ (c) 2014 LEAP Encryption Access Project
+ </div>
+ <div>
+ Everything available for download on this site is free and open source software.
+ </div>
+ </footer>
+</div>
+</body>
+</html>
diff --git a/public/common/header.html.inc b/public/common/header.html.inc
new file mode 100644
index 0000000..55d4c1d
--- /dev/null
+++ b/public/common/header.html.inc
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>dl.bitmask.net</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="/assets/bootstrap.min.css">
+ <link rel="stylesheet" href="/assets/font-awesome/css/font-awesome.min.css">
+ <link rel="stylesheet" href="/assets/style.css">
+</head>
+<body>
+ <a class="bm-masthead" href="/"></a>
+ <div class="bm-bar">Bitmask Downloads</div>
+ <div class="bm-main container"> \ No newline at end of file