Skip to content

Commit

Permalink
Added "About Ntfm" page and refactored a styling thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lemcke committed Feb 11, 2011
1 parent e70727c commit de4e95e
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 16 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
.clearboth
%table.tabs{:cellspacing => 0,:cellpadding => 0,:align => 'center'}
%tr
%td.nav_tab=link_to "Why Join?", root_path + "#why_join"
%td.nav_tab=link_to "About NTFM", welcome_about_ntfm_path
%td.nav_tab=link_to "Report a Save", new_report_path
%td.nav_tab=link_to "Know the Laws", root_path
%td.nav_tab=link_to "Contests", welcome_contests_path
Expand Down
31 changes: 31 additions & 0 deletions app/views/welcome/about_ntfm.html.haml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
.container_12.about_ntfm.generic_page
%h1 What is NoTicketForMe.com?

%p
Almost everyone knows the feeling of after doing your shopping, eating at a
restaurant, or just doing your daily errands, when you rush back to your car to
find that your parking meter has expired and within minutes you have received a
parking citation. HELLO! That was not $50-$80 you are planning to spend that day.
%p
Politicians say that parking fines are not designed to be a “revenue-generating
source” but don’t hesitate to raise parking rates and fines in an attempt to close or
reduce budget shortfalls and spend millions of dollars to make the collection of that
income and “fine revenue” more efficient. Parking management companies promise
cities billions of dollars to privatize parking meter collections and fines. Common
sense says that no giant corporation is that benevolent, unless they’re making
money (lots of money).
%p
We wanted to try and apply a little common sense to one part of your life. We
always thought that the government was supposed to help people, not make them

a target for generating income. Parking has almost become an “athletic event” with
an “us against them” mentality. We want to have more of “us” than “them”.
%p
What we do is to always be on the lookout to help another member of NTFM if it
looks like one of our members may get hit with a $50 parking fine. Putting 25 cents
into a parking meter will not save the world but it might help someone save some
money: and if you get a chance to win a little that also makes it even more exciting.
The average person does not get a chance to “Stick it to The Man” very often and
especially for only 25 cents. You can help as many people as you like or as few but
helping even one person gives you an amazing feeling of power. That’s what we are
trying to accomplish.
2 changes: 1 addition & 1 deletion app/views/welcome/contests.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.container_12.contests
.container_12.contests.generic_page
.title
%strong
Monthly & Annual Contests!
Expand Down
2 changes: 1 addition & 1 deletion app/views/welcome/ten_commandments.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.container_12.ten_commandments
.container_12.ten_commandments.generic_page
.title
%strong
10 Commandments of NoTicketForMe.com
Expand Down
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
get "welcome/ten_commandments"
get "welcome/contests"
get "welcome/know_the_laws"
get "welcome/about_ntfm"

get "activate/new"
get "activate/in_progress"
Expand Down
8 changes: 0 additions & 8 deletions doc/TODO_FOR_APP
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
USER REGISTRATION
CHRIS – – ADD form "How did You Hear About US?"

First Name & Last Name (instead of just NAME)

primary phone number (optional) in sign up


Checkbox - "I agree to the Terms and Services of NTFM.com"
"I may receive communication from NTFM.com and can change notification preferences in my account settings."
"I am over the age of 18"
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/sass/welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
padding: 10px 0;
}
}
.ten_commandments,.contests {
.generic_page {
font: Georgia;
font-size: 18px;
background: #e7e2d3;
Expand Down
8 changes: 4 additions & 4 deletions public/stylesheets/welcome.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
line-height: 1.1em; }

.why_join {
padding-top: 80px;
padding-top: 30px;
font: Georgia;
font-size: 18px; }
.why_join .text {
Expand All @@ -51,15 +51,15 @@
font-size: 30px;
font-weight: bold; }

.ten_commandments, .contests {
.generic_page {
font: Georgia;
font-size: 18px;
background: #e7e2d3;
padding: 5px 20px 20px 20px;
width: 920px;
margin: 20px auto 40px;
line-height: 1.5em; }
.ten_commandments h2, .contests h2 {
.generic_page h2 {
color: #c2120f; }
.ten_commandments li, .contests li {
.generic_page li {
margin-bottom: .5em; }

0 comments on commit de4e95e

Please sign in to comment.