diff --git a/app/assets/images/big_picture.png b/app/assets/images/big_picture.png new file mode 100644 index 00000000..41e84f5f Binary files /dev/null and b/app/assets/images/big_picture.png differ diff --git a/app/assets/images/connected.png b/app/assets/images/connected.png new file mode 100644 index 00000000..591aff6a Binary files /dev/null and b/app/assets/images/connected.png differ diff --git a/app/assets/images/graph_screen.png b/app/assets/images/graph_screen.png new file mode 100644 index 00000000..05b8a479 Binary files /dev/null and b/app/assets/images/graph_screen.png differ diff --git a/app/assets/images/junto_screen.jpg b/app/assets/images/junto_screen.jpg new file mode 100644 index 00000000..19c57adb Binary files /dev/null and b/app/assets/images/junto_screen.jpg differ diff --git a/app/assets/images/junto_screen.png b/app/assets/images/junto_screen.png new file mode 100644 index 00000000..c64b0a78 Binary files /dev/null and b/app/assets/images/junto_screen.png differ diff --git a/app/assets/images/metamaps_code.png b/app/assets/images/metamaps_code.png new file mode 100644 index 00000000..f79a87cd Binary files /dev/null and b/app/assets/images/metamaps_code.png differ diff --git a/app/assets/images/rich_media.png b/app/assets/images/rich_media.png new file mode 100644 index 00000000..838dec6f Binary files /dev/null and b/app/assets/images/rich_media.png differ diff --git a/app/assets/images/splash_bg.png b/app/assets/images/splash_bg.png new file mode 100644 index 00000000..78de8d92 Binary files /dev/null and b/app/assets/images/splash_bg.png differ diff --git a/app/controllers/main_controller.rb b/app/controllers/main_controller.rb index f5880dd9..58db3772 100644 --- a/app/controllers/main_controller.rb +++ b/app/controllers/main_controller.rb @@ -12,13 +12,13 @@ class MainController < ApplicationController def home @maps = policy_scope(Map).order('updated_at DESC').page(1).per(20) respond_to do |format| - format.html do - if !authenticated? - render 'main/home' - else - render 'maps/activemaps' - end - end + format.html { + if !authenticated? + render 'main/home', layout: "info" + else + render 'maps/activemaps' + end + } end end diff --git a/app/views/layouts/.info.html.erb.swp b/app/views/layouts/.info.html.erb.swp new file mode 100644 index 00000000..64b2854d Binary files /dev/null and b/app/views/layouts/.info.html.erb.swp differ diff --git a/app/views/layouts/info.html.erb b/app/views/layouts/info.html.erb new file mode 100644 index 00000000..aed17f21 --- /dev/null +++ b/app/views/layouts/info.html.erb @@ -0,0 +1,130 @@ + + + + +Metamaps + + + + + + +
+
+

make sense with metamaps

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