summaryrefslogtreecommitdiff
path: root/amber
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-01-08 03:13:44 -0800
committerelijah <elijah@riseup.net>2014-01-08 03:13:44 -0800
commit8b41350baf3aaa4988843a9bc2e8884abec07c4c (patch)
tree61dce1acbb916d37c8abf65f257b6d397b7dba1f /amber
parent020b3a8d972005207129a6af7a2c519fb0981820 (diff)
switched to using amber, added all the main pages.
Diffstat (limited to 'amber')
-rw-r--r--amber/config.rb1
-rw-r--r--amber/layouts/default.html.haml21
-rw-r--r--amber/locales/en.yml3
3 files changed, 25 insertions, 0 deletions
diff --git a/amber/config.rb b/amber/config.rb
new file mode 100644
index 0000000..68a54b8
--- /dev/null
+++ b/amber/config.rb
@@ -0,0 +1 @@
+@title = "dl.bitmask.net" \ No newline at end of file
diff --git a/amber/layouts/default.html.haml b/amber/layouts/default.html.haml
new file mode 100644
index 0000000..57d2f92
--- /dev/null
+++ b/amber/layouts/default.html.haml
@@ -0,0 +1,21 @@
+!!!
+%html
+ %head
+ %title
+ = @page.nav_title + ' - ' + @site.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")/
+ %body
+ %a.bm-masthead{:href => '/'}
+ .bm-bar
+ Bitmask
+ = I18n.t("Downloads")
+ .bm-main.container
+ = yield
+ %footer
+ %div
+ (c) 2014 LEAP Encryption Access Project
+ %div
+ Everything available for download on this site is free and open source software.
diff --git a/amber/locales/en.yml b/amber/locales/en.yml
new file mode 100644
index 0000000..657f60e
--- /dev/null
+++ b/amber/locales/en.yml
@@ -0,0 +1,3 @@
+en:
+ Downloads: Downloads
+ Download: Download \ No newline at end of file