Skip to content

Commit

Permalink
updated contact and about pages
Browse files Browse the repository at this point in the history
  • Loading branch information
choppen5 committed Apr 17, 2012
1 parent 23cec16 commit 41ea032
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 12 deletions.
11 changes: 7 additions & 4 deletions app/views/static_pages/about.html.erb
@@ -1,8 +1,11 @@
<%= provide(:title, 'About Us') %>
<h1>About Us</h1>
<p>
The <a href="http://railstutorial.org/">Ruby on Rails Tutorial</a>
is a project to make a book and screencasts to teach web development
with <a href="http://rubyonrails.org/">Ruby on Rails</a>. This
is the sample application for the tutorial.
<b>BankTracker</b> is a Prizzm, Inc. application. It allows customers to track businesses they deal with, can collaborate with other customers of the same businesses.
<p>
<b>Team</b> Founded by Charles Oppenheimer in 2011 based on over a decade of work in the CRM industry, Prizzm was founded on the premise that the future of Customer Relationship Management will be powered by the customers themselves.
<p>
<b>Reverse CRM</b> Banktracker is a Reverse CRM application - software that allows customers to review businesses they deal with and share their feedback.
<p>
<iframe width="420" height="315" src="http://www.youtube.com/embed/J7T1NeNHzUM" frameborder="0" allowfullscreen></iframe>
</p>
20 changes: 17 additions & 3 deletions app/views/static_pages/contact.html.erb
@@ -1,6 +1,20 @@
<% 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>.

<div class="row">
<div class="span6">
<p>
<p>Banktracker (Prizzm, Inc) is located in San Francisco, CA
<p>Email: contact@prizzm.com
<p>Call: (415) 577-3411
<p>Address:
653 5th Avenue
San Francisco, CA 94118
</div>

<div class="span6">
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;q=San+Francisco,+California&amp;aq=&amp;sll=37.147182,-120.651855&amp;sspn=2.254815,6.690674&amp;ie=UTF8&amp;geocode=FVJmQAIdKAe0-A&amp;split=0&amp;hq=&amp;hnear=San+Francisco,+California&amp;ll=37.77493,-122.419416&amp;spn=69.313771,147.128906&amp;t=m&amp;z=3&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;q=San+Francisco,+California&amp;aq=&amp;sll=37.147182,-120.651855&amp;sspn=2.254815,6.690674&amp;ie=UTF8&amp;geocode=FVJmQAIdKAe0-A&amp;split=0&amp;hq=&amp;hnear=San+Francisco,+California&amp;ll=37.77493,-122.419416&amp;spn=69.313771,147.128906&amp;t=m&amp;z=3" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</div>
</div>

</p>
9 changes: 4 additions & 5 deletions app/views/users/new.html.erb
Expand Up @@ -21,13 +21,12 @@
<% end %>
</div>

<div class="span 4 offset1">
<div class="span 4">
<p>What am I signing up for?</p>
<ul>
<li>Point 1</li>
<li>Point 2</li>
<li>Point 3</li>
<li>Point 4</li>
<li>Banktracker is a free service.</li>
<li>During setup, you can set up which bank you are tracking.</li>
<li>Tell your story, follow others.</li>
</ul>
</div>
</div>

0 comments on commit 41ea032

Please sign in to comment.