-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<header> | ||
<% logo = image_tag("logo.png", alt: "Sample App", class: "round") %> | ||
<% logo = image_tag("logo.png", alt: "Globe Game", class: "round") %> | ||
<%= link_to logo, root_path %> | ||
<nav class="round"> | ||
<ul> | ||
<li><%= link_to "Home", root_path %></li> | ||
<li><%= link_to "Help", page_path('help') %></li> | ||
<li><%= link_to "Sign In", '#' %></li> | ||
</ul> | ||
</nav> | ||
</header> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
<% provide(:title, 'About') %> | ||
<h1>About</h1> | ||
<p> | ||
<a href="http://railstutorial.org/">Ruby on Rails Tutorial</a> | ||
is a project to make a book and screencats to teach web development | ||
with <a href="http://rubyonrails.org/">Ruby on Rails</a>. This | ||
is the sample application for the tutorial. | ||
This game was made for | ||
<a href="http://globalgamejam.org/">Global Game Jam 2012</a> by | ||
<a href="mailto:[email protected]">Darryl Barnhart</a>. Ample | ||
credit goes to the <a href="http://railstutorial.org/">Rails Tutorial</a> | ||
guy. You'll notice a striking similarity between this app and the tutorial demo. | ||
This is not a coincidence. | ||
</p> | ||
<p> | ||
I'm feeling lucky... Wait, that's workaholism. | ||
It uses Ruby on Rails and WebGL to deliver a unique online gaming experience, or | ||
some crap like that. Anyways, you can play it if you want... I wouldn't. | ||
</p> | ||
<p> | ||
The objective is to create a planetary scale industrial empire, so you can | ||
gather the resources to build an inter-planetary colonial vessel. Why would | ||
you want this? Your empire will eventually render the planet inhospible due | ||
to its unrelenting decadence, avarice and greed. So you need to find a new | ||
place to ruin, before moving on once again... | ||
</p> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
<% provide(:title, 'Contact') %> | ||
<h1>Contact</h1> | ||
<p> | ||
Contact Ruby on Rails Tutorial about the sample app at the | ||
<a href="http://railstutorial.org/contact">contact page</a>. | ||
Made by <a href="mailto:[email protected]">Darryl Barnhart</a>. | ||
</p> | ||
<p> | ||
If you find bug or have a problem; frankly, my dear, I don't give a damn. | ||
</p> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<% provide(:title, 'Help') %> | ||
<h1>Help</h1> | ||
<p> | ||
Get help on Ruby on Rails Tutorial at the | ||
<a href="http://railstutorial.org/help">Rails Tutorial help page</a>. | ||
To get help on this sample app, see the | ||
<a href="http://railstutorial.org/book">Rails Tutorial book</a>. | ||
If you're here, you're already beyond help. | ||
</p> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<% provide(:title, 'Home') %> | ||
<h1>Sample App</h1> | ||
<p> | ||
This is the home page for the | ||
<a href="http://railstutorial.org/">Ruby on Rails Tutorial</a> | ||
sample application. | ||
If I'm lucky, there will be a game here eventually. | ||
</p> | ||
<%= link_to "Sign up now!", '#', class: "signup_button round" %> | ||
<%= link_to "Start the Game!", '#', class: "start_button round" %> |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.