summaryrefslogtreecommitdiff
path: root/pages/common
diff options
context:
space:
mode:
Diffstat (limited to 'pages/common')
-rw-r--r--pages/common/_download_button.haml3
-rw-r--r--pages/common/_email.md0
-rw-r--r--pages/common/footer.html.inc14
-rw-r--r--pages/common/header.html.inc14
4 files changed, 31 insertions, 0 deletions
diff --git a/pages/common/_download_button.haml b/pages/common/_download_button.haml
new file mode 100644
index 0000000..3e98432
--- /dev/null
+++ b/pages/common/_download_button.haml
@@ -0,0 +1,3 @@
+%a{:href => @locals[:link], :class => 'btn btn-primary btn-large'}
+ %i.fa.fa-cloud-download.fa-lg
+ = @locals[:text] || t(:download)
diff --git a/pages/common/_email.md b/pages/common/_email.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/pages/common/_email.md
diff --git a/pages/common/footer.html.inc b/pages/common/footer.html.inc
new file mode 100644
index 0000000..f31452b
--- /dev/null
+++ b/pages/common/footer.html.inc
@@ -0,0 +1,14 @@
+
+
+ <br/>
+ <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/pages/common/header.html.inc b/pages/common/header.html.inc
new file mode 100644
index 0000000..637b00a
--- /dev/null
+++ b/pages/common/header.html.inc
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+<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">
+ <br/>