From 5076fd103d53db71b746cae3c68120908c8fc54d Mon Sep 17 00:00:00 2001 From: Seth Call Date: Thu, 10 Apr 2014 17:18:08 +0000 Subject: [PATCH] * VRFS-1595 completed (maintanence page) --- web/public/maintanence.html | 513 ++++++++++++++++++++++++++++ web/spec/features/reconnect_spec.rb | 2 +- 2 files changed, 514 insertions(+), 1 deletion(-) create mode 100644 web/public/maintanence.html diff --git a/web/public/maintanence.html b/web/public/maintanence.html new file mode 100644 index 000000000..1631752f9 --- /dev/null +++ b/web/public/maintanence.html @@ -0,0 +1,513 @@ + + + + + + + + JamKazam | Site Maintenance + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + JamKazam logo + +
+ +

Play music together over the Internet as if in the same room

+
+ +
+ +
+

JamKazam is currently down for maintenance.

+ +
+ +
+ +
+ + + + + + +
+ + +
+

sign up for jamkazam

+
+ + +
+ + +
+

+ +
Or
+
+
+ +
+ +
+ +
+ Already have an account?
+
+
+
+
+ +
+
+ +
+
+ + +
+

sign in

+
+ + +
+ + + +
+
+
+ Or sign in with JamKazam Account +
+
+ +
+ + + +
+ + +
+ + + Keep me logged in + + + +
+ +
+ +    +
+
+ Forgot Password? +
+ +
+
+ +
+ Don't have an account? +
+ +
+ + +
+
+ + + + +
+ + +
+

+ +
+ + +
+ +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/web/spec/features/reconnect_spec.rb b/web/spec/features/reconnect_spec.rb index c5cdf28db..d7d5f11ae 100644 --- a/web/spec/features/reconnect_spec.rb +++ b/web/spec/features/reconnect_spec.rb @@ -11,7 +11,7 @@ describe "Reconnect", :js => true, :type => :feature, :capybara_feature => true before(:all) do User.delete_all end - + before(:each) do emulate_client end