diff --git a/app/assets/stylesheets/specific/landing.css.scss b/app/assets/stylesheets/specific/landing.css.scss deleted file mode 100644 index d9de06b11..000000000 --- a/app/assets/stylesheets/specific/landing.css.scss +++ /dev/null @@ -1,44 +0,0 @@ -div#c-landings { - div#a-show { - padding-top: 4em; - width: 960px; - margin: auto; - - h1 { - text-align: center; - font-size: 4em; - } - - p.slogan { - text-align: center; - font-size: 1.5em; - font-weight: bold; - } - - div.column { - width: 480px; - vertical-align: top; - float: left; - background-color: #000; - } - - div.landing-post { - overflow: hidden; - } - - div.landing-post:hover img { - opacity: 0.25; - } - - div.landing-post:hover div.data { - opacity: 1.0; - } - - div.landing-post div.data { - position: absolute; - color: white; - padding: 5px; - cursor: pointer; - } - } -} \ No newline at end of file diff --git a/app/controllers/landings_controller.rb b/app/controllers/landings_controller.rb deleted file mode 100644 index b5cee9f90..000000000 --- a/app/controllers/landings_controller.rb +++ /dev/null @@ -1,6 +0,0 @@ -class LandingsController < ApplicationController - def show - @explorer = PopularPostExplorer.new - render :layout => "blank" - end -end diff --git a/app/helpers/landings_helper.rb b/app/helpers/landings_helper.rb deleted file mode 100644 index 121afc025..000000000 --- a/app/helpers/landings_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module LandingsHelper -end diff --git a/config/routes.rb b/config/routes.rb index 1deeef348..8f8150134 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -160,7 +160,6 @@ Rails.application.routes.draw do end end resources :jobs - resource :landing resources :mod_actions resources :news_updates resources :notes do