From aaabc690eade1c69b6794b681a0ce4f8a160744f Mon Sep 17 00:00:00 2001
From: Ian Hirschfeld
Date: Wed, 16 Jul 2014 17:50:34 -0700
Subject: [PATCH] removes teaser page
---
app/assets/javascripts/landing/landing.js | 2 -
app/assets/javascripts/landing/main.js | 1 -
app/controllers/static_controller.rb | 3 +-
app/views/static/landing.html.haml | 2 +-
app/views/static/teaser.html | 104 ----------------------
5 files changed, 2 insertions(+), 110 deletions(-)
delete mode 100755 app/views/static/teaser.html
diff --git a/app/assets/javascripts/landing/landing.js b/app/assets/javascripts/landing/landing.js
index 9aa8e35..a2ae063 100644
--- a/app/assets/javascripts/landing/landing.js
+++ b/app/assets/javascripts/landing/landing.js
@@ -11,8 +11,6 @@
// about supported directives.
//
//= require jquery
-//= require jquery_ujs
-//= require foundation
//= require wow
//
//= require ./main
diff --git a/app/assets/javascripts/landing/main.js b/app/assets/javascripts/landing/main.js
index 50526b5..0f87871 100644
--- a/app/assets/javascripts/landing/main.js
+++ b/app/assets/javascripts/landing/main.js
@@ -14,7 +14,6 @@ $(function() {
});
$window.resize();
- $(document).foundation();
new WOW().init();
});
diff --git a/app/controllers/static_controller.rb b/app/controllers/static_controller.rb
index 71569ea..f857447 100644
--- a/app/controllers/static_controller.rb
+++ b/app/controllers/static_controller.rb
@@ -4,8 +4,7 @@ def root
if user_signed_in?
redirect_to addresses_path
else
- #render :landing, layout: 'landing'
- render :teaser, layout: false
+ render :landing, layout: 'landing'
end
end
diff --git a/app/views/static/landing.html.haml b/app/views/static/landing.html.haml
index f43dcac..3f829e7 100644
--- a/app/views/static/landing.html.haml
+++ b/app/views/static/landing.html.haml
@@ -67,7 +67,7 @@
%h5 We can't access your money
%p
We use the
- =link_to 'public blockchain', 'https://en.bitcoin.it/wiki/Block_chain'
+ =link_to 'public blockchain', 'https://en.bitcoin.it/wiki/Block_chain', target: '_blank'
to derive balance and transaction data, never your private keys. No one can access your money using the data you share with us.
.large-4.columns
diff --git a/app/views/static/teaser.html b/app/views/static/teaser.html
deleted file mode 100755
index 339fe8d..0000000
--- a/app/views/static/teaser.html
+++ /dev/null
@@ -1,104 +0,0 @@
-
-
-
-
-
-
- Keep track of your bitcoins – Balances
-
-
-
-
-
-
- Sometimes when a new paradigm emerges, the simplest inventions can be the most important. When everything changes, it helps when something comes along to make those new things feel just as simple – and just as familiar – as everything else.
- When it comes to money, it's all about control. Controlling your spending. Negotiating your salary. Investing in the right cryptocurrencies. But where are your Bitcoins now? On a hard drive at home? Stored online? A paper wallet in a bank vault, perhaps?
- What about your Dogecoins? Who knows what they're even worth these days. But what if they're actually worth a lot? How will you know?
- Balances is coming to simplify the way you control your Coins and track your transactions.
-
-
-
-
-
-