{{#extend "template3"}}

{{!--   {{#append "head"}}

  {{/append}} --}}

  {{#replace "body"}}
  <!-- content start -->

  {{!-- Title row --}}
  <table class="row">
    <tr>
      <td class="wrapper last">

        <center>
          <table class="twelve columns">
            <tr>
              <td class="text-pad">

                <a href="http://www.youtube.com/watch?v=dH5xqKSJBvM" target="_blank">
                  <img width="500" height="181" class="center" src="http://codeforsanjose.com/public/img/codeForSanJoseEmailHeader.jpg">
                </a>

                <h2>Announcing Code for San Jose</h2>
                <!-- <p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et.</p> -->
                {{!-- <br /> --}}

                <p>Excited to announce the formation of <a href="http://www.codeforsanjose.com" target="_blank">Code for San Jose</a>!<br/>
                <br/>
                Our mission is to help San Jose become the world leader in open goverment, open data, and civic innovation.<br/>
                <br/>
                You can read more about our mission and learn how to get involved at <a href="http://www.codeforsanjose.com" target="_blank">codeforsanjose.com</a> 
                </p>          
              </td>
              <td class="expander"></td>
            </tr>
          </table>
        </center>

      </td>
    </tr>
  </table>
  {{!-- End title row --}}


  {{!-- CTA big button row --}}
  <table class="row">
    <tr>
      <td class="wrapper last">

        <center>
          <table class="twelve columns">
            <tr>
              <td>

                <center>
                  <!-- REMEMBER TO UPDATE THIS MSO VERSION WITH THE LINK AND TEXT OF YOUR CTA -->

                  <!--[if mso]>
                  <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://www.codeforsanjose.com" style="height: 60px; width: 280px; v-text-anchor: middle;" arcsize="7%" strokecolor="#fcb030" fill="t">
                    <v:fill type="tile" src="http://c.classdojo.com/img/email/template3/orange-btn-reg.png" color="#fcb030" />
                    <w:anchorlock/>
                    <center style="color: #ffffff; font-family: sans-serif; font-size: 28px; font-weight: bold;">Get more info &rarr;</center>
                  </v:roundrect>
                  <![endif]-->

                  <a href="http://www.codeforsanjose.com" target="_blank" id="orange-button">Get more info &rarr;</a>
                </center>

              </td>
              <td class="expander"></td>
            </tr>
          </table>
        </center>

      </td>
    </tr>
  </table>
  {{!-- End CTA big button row --}}

  {{!-- Cheers row --}}
  <table class="row">
    <tr>
      <td class="wrapper last">

        <center>
          <table class="twelve columns">
            <tr>
              <td class="text-pad">
                <p>
                  Cheers,<br />
                  Kalen Gallagher<br />
                  Director, Code for San Jose
                </p>
              </td>
              <td class="expander"></td>
            </tr>
          </table>
        </center>

      </td>
    </tr>
  </table>
  {{!-- End cheers row --}}

  <!-- content end -->

  {{/replace}}

{{/extend}}
