<p>This pull request replaces the confirm/welcome email with a dedicated page based on <a href="http://osmlab.github.io/welcome-osm/">osmlab/welcome-osm</a>.</p>

<p>The welcome page is the landing page for newly confirmed accounts as well as a place where third party data consumers like Foursquare, MapBox, or Craigslist can direct users who have spotted a problem with the map and want to get started fixing it.</p>

<p>The intent is to make the introduction of new users to OpenStreetMap gentler than simply linking to the /edit view, while simultaneously curbing the length of the confirmation email -- we can provide a better welcome message through the website than through a static email. The welcome page fills a gap in the existing introductory materials: existing 'Learn OSM' projects are either tilted towards case (HOT's learnosm.org is for field mappers, most YouTube videos are about JOSM), or more detailed and technical than is desirable for a first experience landing page.</p>

<p><a href="https://f.cloud.github.com/assets/98601/806625/eb3265a2-ee3e-11e2-8eae-4fa54989c29a.png" target="_blank"><img src="https://f.cloud.github.com/assets/98601/806625/eb3265a2-ee3e-11e2-8eae-4fa54989c29a.png" alt="" style="max-width:100%;"></a><br><a href="https://f.cloud.github.com/assets/98601/806471/71709b24-ee3b-11e2-8d8f-64618b6f51a4.png" target="_blank"><img src="https://f.cloud.github.com/assets/98601/806471/71709b24-ee3b-11e2-8d8f-64618b6f51a4.png" alt="" style="max-width:100%;"></a></p>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/osmlab/openstreetmap-website welcome-2</pre>
<p>Or view, comment on, or merge it at:</p>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/338'>https://github.com/openstreetmap/openstreetmap-website/pull/338</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix sidebar and top bar, scroll content</li>
  <li>Add welcome page based on http://osmlab.github.io/welcome-osm/</li>
  <li>Reduce welcome email to minimal text</li>
  <li>Adjust whitespace and color</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/338/files#diff-0">app/assets/images/welcome-sprite.png</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/338/files#diff-1">app/assets/stylesheets/common.css.scss</a>
    (108)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/338/files#diff-2">app/assets/stylesheets/small.css.scss</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/338/files#diff-3">app/controllers/site_controller.rb</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/338/files#diff-4">app/controllers/user_controller.rb</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/338/files#diff-5">app/models/notifier.rb</a>
    (16)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/338/files#diff-6">app/views/notifier/signup_confirm.html.erb</a>
    (15)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/338/files#diff-7">app/views/notifier/signup_confirm.text.erb</a>
    (33)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/338/files#diff-8">app/views/site/welcome.html.erb</a>
    (95)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/338/files#diff-9">config/locales/en.yml</a>
    (101)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/338/files#diff-10">config/routes.rb</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/338/files#diff-11">test/functional/site_controller_test.rb</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/338.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/338.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/338.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/338.diff</a></li>
</ul>