Skip to content

Commit

Permalink
killed yalla
Browse files Browse the repository at this point in the history
  • Loading branch information
lingz committed Feb 23, 2014
1 parent 434e8a4 commit d0cd1b3
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 1 deletion.
Binary file added app/assets/images/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/circle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/killyalla.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body {
background: blue;
}
2 changes: 2 additions & 0 deletions app/controllers/pages_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ def passthrough

def about
end
def killyalla
end
end
15 changes: 15 additions & 0 deletions app/views/pages/killyalla.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<html>
<html>
<title>Yalla is Coming</title>
<link href='http://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,700,400italic' rel='stylesheet' type='text/css'>
</html>
<body style="background-image: url(/assets/background.png); font-family: Josefin Sans, sans-serif; background-size: cover; background-position: center; color: white;">
<div id="main" style="text-align: center;
margin: auto;
display: block;
margin-top: 200px;">
<h1 style="font-size: 10em;">Yalla</h1>
<h2 style="font-weight: 300; font-size: 5em;">9.3.14</h2>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

# You can have the root of your site routed with "root"
# just remember to delete public/index.html.
root :to => 'events#index'
root :to => 'pages#killyalla'

# See how all your routes lay out with "rake routes"

Expand Down

0 comments on commit d0cd1b3

Please sign in to comment.