<div dir="ltr">Hello All,<div>I just wanted to give a small update. I have not been able to work on this much this week as I am currently doing a bit of re-modeling of the house and much of the furniture is crammed into one room while I finish. I will hopefully be able to put my bedroom/office area back together tomorrow or Friday.</div><div><br></div><div>Prior to gutting my house, I managed to make the following updates to the Ubuntu Gnome Simulator on my local development box. I have not pushed it to my website yet.</div><div><ul><li>Removed the need for PHP, everything is now done completely with HTML5/CSS3 and JavaScript. This was a huge learning experience for me as I can honestly say that web design is not a skill I claim to have. I am quite skilled in PHP however I wanted to go pure client side scripting for this.</li><li>I have created a basic bootloader (in JavaScript) to take several startup parameters for the Operating System Simulator including Language and even distribution. Currently Ubuntu Gnome is the default but who is to say that other operating systems </li><li>I have created a javascript implementation of Plymouth to show what the splash screen will look like.</li><li>The Simulation can now support multiple languages by creating a "Strings" file with all of the translated text. The mock bootloader will try to detect the users address and select the correct strings file if known.</li></ul><div>Once I create the GDM (login page) simulation, I will update the main version so you can play with it. </div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 12, 2014 at 10:19 AM, Bruce Pieterse <span dir="ltr"><<a href="mailto:dev@otq.za.net" target="_blank">dev@otq.za.net</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><div><div class="h5">
    On 12/12/2014 06:16 AM, Keith I Myers wrote:<br>
    <blockquote type="cite">
      <div dir="ltr">Hello All,
        <div>Thanks for the feedback. </div>
        <div><br>
        </div>
        <div>Although this is a bit of a pet project of mine, I am
          working hard to extend some of the features to make it as
          close to the real thing as possible. I do plan to release it
          under the GPL so anyone can fork it/do what they wish with the
          code once it is a bit more polished.</div>
        <div><br>
        </div>
        <div>I am also trying to make it (almost) completely functional.
          Firefox and LibreOffice Writer will both allow users to
          interact with the simulation by letting them type in website
          addresses and enter rich text. I am also going to be make a
          mock up of the terminal and Ubuntu Software center to replace
          the screenshots that are currently being displayed. </div>
        <div><br>
        </div>
        <div>So far, It is surprisingly well though out and has the
          following features:</div>
        <div>
          <ul>
            <li>Support for multiple translations by passing a "lang=XX"
              flag to the simulator. I am going to create a simulation
              of the GDM login screen to allow users to select the
              language in the next update. ALL of the text strings are
              stored in their own individual index to allow for easy
              translations in the future.</li>
            <li>I am working on a way to quickly add more applications
              to the dock which may be useful for third party developers
              to add their own application simulations to their own
              instances. </li>
            <li>It works on most mobile browsers including Chrome for
              Android and Safari for iOS</li>
          </ul>
          I am currently working on<br>
        </div>
        <div>
          <ul>
            <li>Creating a port of the GTK+ visual elements to CSS/HTML5
              to allow me to easily create new application simulations.</li>
            <li>Adding a way to have multiple open applications by
              launching everything in its own floating window</li>
            <li>Adding the full application list to the Gnome Launcher
              so the user can browse all of the icons. </li>
            <li>Making the user menu respond</li>
            <li>Gnome Shell Search on the Activities Menu</li>
            <li>Making it so when the user clicks on the clock, they get
              the proper day view</li>
            <li>Support for smaller screens. 1080p is the current
              minimum it will work with properly without needing to zoom
              in. The mock GDM login page will be responsible for
              setting the correct values for the end user</li>
            <li>I want to create basic mockups of the applications
              below. Each will have its own script that is displayed by
              the assistant so it is like a guided tour. </li>
            <ul>
              <li>Firefox</li>
              <li>LibreOffice Writer</li>
              <li>LibreOffice Calc</li>
              <li>Ubuntu Software Center</li>
              <li>Gnome Control Panel </li>
              <li>Gedit</li>
              <li>The Ubuntu Gnome Installation Process</li>
              <li>Mines</li>
              <li>Nautilus</li>
              <li>Empathy</li>
            </ul>
            <li>Creating a "Welcome" app that launches on first run to
              introduce the users to the features in a carousel style.
              This is essentially the "About" application found on
              existing Gnome Systems but will be designed to be a bit
              more welcoming. </li>
          </ul>
          <div>As the entire platform will be released as Open Source,
            you guys can easily adopt it for other linux distributions
            and desktop interfaces. This will be useful to any of you
            that manage other distros as well. </div>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Thu, Dec 11, 2014 at 10:18 PM,
          Ali/amjjawad <span dir="ltr"><<a href="mailto:amjjawad@gnome.org" target="_blank">amjjawad@gnome.org</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr"><br>
              <div class="gmail_extra"><br>
                <div class="gmail_quote"><span>On Fri, Dec 12,
                    2014 at 1:46 PM, Keith I Myers <span dir="ltr"><<a href="mailto:keithiokepamyers@gmail.com" target="_blank">keithiokepamyers@gmail.com</a>></span>
                    wrote:
                    <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                      <div dir="ltr">Hello All,</div>
                    </blockquote>
                    <div><br>
                    </div>
                  </span>
                  <div>Hello :D<br>
                     <br>
                  </div>
                  <span>
                    <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                      <div dir="ltr">
                        <div>I had issues sleeping last night so I had
                          to do what every reasonable geek would do,
                          build something.</div>
                        <div><br>
                        </div>
                        <div>I created a very basic Ubuntu GNOME
                          Simulator that runs inside your web browser.
                          It is VERY rough around the edges right now
                          but it may have some potential when it comes
                          to showing users what Ubuntu GNOME feels like
                          before they install.</div>
                        <div><br>
                        </div>
                        <div>You can access the partially functional
                          demo with the link below. The site is best
                          viewed on Firefox or Chrome and on a high res
                          screen if possible. </div>
                        <div><br>
                        </div>
                        <div><a href="http://ubuntu-gnome.kmyers.me/?showguide=false" target="_blank">http://ubuntu-gnome.kmyers.me/?showguide=false</a></div>
                        <div><br>
                        </div>
                        <div>So far, all you can really do is launch the
                          activities menu and select the Ubuntu Software
                          Center and A terminal. I tried to simulate the
                          feel of Gnome Shell as much as possible, the
                          escape key exits the main launcher.</div>
                        <div><br>
                        </div>
                        <div>I also coded a simple guide to help
                          potential users navigate the system</div>
                        <div><br>
                        </div>
                        <div><a href="http://ubuntu-gnome.kmyers.me/?showguide=true" target="_blank">http://ubuntu-gnome.kmyers.me/?showguide=true</a> <br>
                        </div>
                        <div><br>
                        </div>
                        <div>
                          <div>Thoughts?</div>
                          <span><font color="#888888">-- <br>
                            </font></span></div>
                      </div>
                    </blockquote>
                    <div><br>
                    </div>
                  </span>
                  <div>Okay, I'm really speechless. This is SUPER
                    HELPFUL if we could make it even better and I think
                    this is the kind of tour that Tim was wanted to have
                    on our home page. I just can't express myself here
                    but this is amazing :D I loved the idea, thank you
                    so much!<br>
                  </div>
                  <div> </div>
                  <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>
                      <div dir="ltr">
                        <div><span><font color="#888888">
                              <div>
                                <div dir="ltr">
                                  <div>
                                    <div dir="ltr">
                                      <div>
                                        <table style="margin:0px;padding:0px;border:0px;outline:0px;font-size:14px;font-family:proxima-nova-1,proxima-nova-2,Tahoma,Helvetica,Verdana,sans-serif;vertical-align:baseline;border-spacing:0px;color:rgb(51,51,51);line-height:18.2000007629395px" border="0" cellpadding="0" cellspacing="0">
                                          <tbody style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">
                                            <tr style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">
                                              <td style="padding:0px;border:0px;outline:0px;font-style:inherit;font-size:0px;font-family:inherit;vertical-align:baseline;width:auto;height:30px"> </td>
                                            </tr>
                                            <tr style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">
                                              <td style="padding:0px;border:0px;outline:0px;font-style:inherit;font-family:inherit;vertical-align:baseline;width:auto">
                                                <div style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;line-height:0">
                                                  <table style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;border-spacing:0px" border="0" cellpadding="0" cellspacing="0">
                                                    <tbody style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">
                                                      <tr style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">
                                                        <td style="padding:0px;border:0px;outline:0px;font-style:inherit;vertical-align:top;width:auto" align="left" valign="top"><font face="inherit"><span style="line-height:1;font-weight:inherit;font-style:inherit"><img alt="--" style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;display:block;width:0px;min-height:0px;overflow:hidden" height="0" width="0"></span></font>
                                                          <div style="font-family:proxima-nova-1,Proxima-Nova,Helvetica,Arial,sans-serif;line-height:1;margin:0px;padding:0px;border:0px;outline:0px;font-weight:bold;font-style:inherit;font-size:18px;vertical-align:baseline;color:rgb(51,51,51)">Keith
                                                          I Myers</div>
                                                          <div style="font-family:proxima-nova-1,Proxima-Nova,Helvetica,Arial,sans-serif;line-height:1;margin:3px 0px 0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;vertical-align:baseline"><font face="inherit"><span style="font-size:12px;font-weight:inherit;font-style:inherit"><img alt="http://" style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;display:block;width:0px;min-height:0px;overflow:hidden" height="0" width="0"></span></font><font size="1"><a href="http://KMyers.me" target="_blank">http://KMyers.me</a></font></div>
                                                          <div style="margin:3px 0px 0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;vertical-align:baseline"><font size="1"><a href="http://plus.kmyers.me/" target="_blank">+Keith I Myers</a><br>
                                                          </font></div>
                                                          <div style="font-family:proxima-nova-1,Proxima-Nova,Helvetica,Arial,sans-serif;line-height:1;margin:3px 0px 0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;vertical-align:baseline"><font size="1">Mobile
                                                          : <a href="tel:%28305%29-929-3475" value="+13059293475" target="_blank">(305)-929-3475</a></font></div>
                                                        </td>
                                                      </tr>
                                                      <tr style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">
                                                        <td style="padding:8px 0px 0px;border:0px;outline:0px;font-style:inherit;font-family:inherit;vertical-align:top;width:auto;line-height:1" align="left" valign="top">
                                                          <div style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;text-align:right;min-height:4px;background-color:rgb(197,208,224)"><img src="http://d13pix9kaak6wt.cloudfront.net/signature/colorbar.png" alt="" style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;float:right;display:block" height="4" width="88"></div>
                                                        </td>
                                                      </tr>
                                                    </tbody>
                                                  </table>
                                                    </div>
                                              </td>
                                            </tr>
                                            <tr style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">
                                              <td style="padding:0px;border:0px;outline:0px;font-style:inherit;font-size:0px;font-family:inherit;vertical-align:baseline;width:auto;height:20px"><br>
                                              </td>
                                            </tr>
                                          </tbody>
                                        </table>
                                      </div>
                                      <div><br>
                                      </div>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </font></span></div>
                      </div>
                      <br>
                    </span><span>--<br>
                      Ubuntu-GNOME mailing list<br>
                      <a href="mailto:Ubuntu-GNOME@lists.ubuntu.com" target="_blank">Ubuntu-GNOME@lists.ubuntu.com</a><br>
                      Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-gnome" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-gnome</a><br>
                      <br>
                    </span></blockquote>
                </div>
                <br>
              </div>
              <div class="gmail_extra">I'm sure by time, we could make
                it even better. If we managed to simulate the main
                functions, that would be great!<span><font color="#888888"><br clear="all">
                  </font></span></div>
              <span><font color="#888888">
                  <div class="gmail_extra"><br>
                    -- <br>
                    <div>
                      <div dir="ltr">
                        <div>
                          <div>
                            <div>
                              <div>
                                <div>
                                  <div>Best Regards,<br>
                                  </div>
                                  <a href="https://wiki.ubuntu.com/amjjawad" target="_blank">Ali/amjjawad</a><br>
                                  <div>
                                    <div><b><span style="color:rgb(204,0,0)">Remember:
                                        </span></b><span style="color:rgb(204,0,0)">"All
                                        of us are smarter than any one
                                        of us."</span><br>
                                    </div>
                                  </div>
                                  <br>
                                </div>
                                <a href="https://wiki.ubuntu.com/UbuntuGNOME/OneStopPage" target="_blank">Ubuntu GNOME
                                  OneStopPage</a><br>
                                <span>
                                  <div>
                                    <div>
                                      <div><a href="http://torios.org" target="_blank">http://torios.org</a>
                                        - <a href="https://wiki.ubuntu.com/StartUbuntu" target="_blank">StartUbuntu</a>
                                        - <a href="http://amjjawad.net" target="_blank">http://amjjawad.net</a><br>
                                      </div>
                                    </div>
                                  </div>
                                </span><br>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </font></span></div>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        <div>
          <div dir="ltr">
            <div>
              <div dir="ltr">
                <div>
                  <table style="margin:0px;padding:0px;border:0px;outline:0px;font-size:14px;font-family:proxima-nova-1,proxima-nova-2,Tahoma,Helvetica,Verdana,sans-serif;vertical-align:baseline;border-spacing:0px;color:rgb(51,51,51);line-height:18.2000007629395px" border="0" cellpadding="0" cellspacing="0">
                    <tbody style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">
                      <tr style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">
                        <td style="padding:0px;border:0px;outline:0px;font-style:inherit;font-size:0px;font-family:inherit;vertical-align:baseline;width:auto;height:30px"> </td>
                      </tr>
                      <tr style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">
                        <td style="padding:0px;border:0px;outline:0px;font-style:inherit;font-family:inherit;vertical-align:baseline;width:auto">
                          <div style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;line-height:0">
                            <table style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;border-spacing:0px" border="0" cellpadding="0" cellspacing="0">
                              <tbody style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">
                                <tr style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">
                                  <td style="padding:0px;border:0px;outline:0px;font-style:inherit;vertical-align:top;width:auto" align="left" valign="top"><font face="inherit"><span style="line-height:1;font-weight:inherit;font-style:inherit"><img alt="--" style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;display:block;width:0px;min-height:0px;overflow:hidden" height="0" width="0"></span></font>
                                    <div style="font-family:proxima-nova-1,Proxima-Nova,Helvetica,Arial,sans-serif;line-height:1;margin:0px;padding:0px;border:0px;outline:0px;font-weight:bold;font-style:inherit;font-size:18px;vertical-align:baseline;color:rgb(51,51,51)">Keith
                                      I Myers</div>
                                    <div style="font-family:proxima-nova-1,Proxima-Nova,Helvetica,Arial,sans-serif;line-height:1;margin:3px 0px 0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;vertical-align:baseline"><font face="inherit"><span style="font-size:12px;font-weight:inherit;font-style:inherit"><img alt="http://" style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;display:block;width:0px;min-height:0px;overflow:hidden" height="0" width="0"></span></font><font size="1"><a href="http://KMyers.me" target="_blank">http://KMyers.me</a></font></div>
                                    <div style="margin:3px 0px 0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;vertical-align:baseline"><font size="1"><a href="http://plus.kmyers.me/" target="_blank">+Keith I Myers</a><br>
                                      </font></div>
                                    <div style="font-family:proxima-nova-1,Proxima-Nova,Helvetica,Arial,sans-serif;line-height:1;margin:3px 0px 0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;vertical-align:baseline"><font size="1">Mobile : <a href="tel:%28305%29-929-3475" value="+13059293475" target="_blank">(305)-929-3475</a></font></div>
                                  </td>
                                </tr>
                                <tr style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">
                                  <td style="padding:8px 0px 0px;border:0px;outline:0px;font-style:inherit;font-family:inherit;vertical-align:top;width:auto;line-height:1" align="left" valign="top">
                                    <div style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;text-align:right;min-height:4px;background-color:rgb(197,208,224)"><img src="http://d13pix9kaak6wt.cloudfront.net/signature/colorbar.png" alt="" style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;float:right;display:block" height="4" width="88"></div>
                                  </td>
                                </tr>
                              </tbody>
                            </table>
                              </div>
                        </td>
                      </tr>
                      <tr style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">
                        <td style="padding:0px;border:0px;outline:0px;font-style:inherit;font-size:0px;font-family:inherit;vertical-align:baseline;width:auto;height:20px"><br>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </div>
                <div><br>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
    </blockquote></div></div>
    Hey Keith, <br>
    <br>
    This is really cool. This might inspire you a bit more:
    <a href="http://www.ubuntu.com/tour/en/" target="_blank">http://www.ubuntu.com/tour/en/</a><span class="HOEnZb"><font color="#888888"><br>
    <pre cols="72">-- 
All the best,

Bruce

FSF Member 10674 / The FSF is a charity with a worldwide mission to advance software freedom / Join the Free Software Foundation: <a href="http://www.fsf.org/register_form?referrer=10674" target="_blank">http://www.fsf.org/register_form?referrer=10674</a>
</pre>
  </font></span></div>

<br>--<br>
Ubuntu-GNOME mailing list<br>
<a href="mailto:Ubuntu-GNOME@lists.ubuntu.com">Ubuntu-GNOME@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-gnome" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-gnome</a><br>
<br></blockquote></div><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><table border="0" cellpadding="0" cellspacing="0" style="margin:0px;padding:0px;border:0px;outline:0px;font-size:14px;font-family:proxima-nova-1,proxima-nova-2,Tahoma,Helvetica,Verdana,sans-serif;vertical-align:baseline;border-spacing:0px;color:rgb(51,51,51);line-height:18.2000007629395px"><tbody style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline"><tr style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline"><td style="padding:0px;border:0px;outline:0px;font-style:inherit;font-size:0px;font-family:inherit;vertical-align:baseline;width:auto;height:30px"> </td></tr><tr style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline"><td style="padding:0px;border:0px;outline:0px;font-style:inherit;font-family:inherit;vertical-align:baseline;width:auto"><div style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;line-height:0"><table border="0" cellpadding="0" cellspacing="0" style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;border-spacing:0px"><tbody style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline"><tr style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline"><td align="left" valign="top" style="padding:0px;border:0px;outline:0px;font-style:inherit;vertical-align:top;width:auto"><font face="inherit"><span style="line-height:1;font-weight:inherit;font-style:inherit"><img alt="--" width="0" height="0" style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;display:block;width:0px;height:0px;overflow:hidden"></span></font><div style="font-family:proxima-nova-1,Proxima-Nova,Helvetica,Arial,sans-serif;line-height:1;margin:0px;padding:0px;border:0px;outline:0px;font-weight:bold;font-style:inherit;font-size:18px;vertical-align:baseline;color:rgb(51,51,51)">Keith I Myers</div><div style="font-family:proxima-nova-1,Proxima-Nova,Helvetica,Arial,sans-serif;line-height:1;margin:3px 0px 0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;vertical-align:baseline"><font face="inherit"><span style="font-size:12px;font-weight:inherit;font-style:inherit"><img alt="http://" width="0" height="0" style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;display:block;width:0px;height:0px;overflow:hidden"></span></font><font size="1"><a href="http://KMyers.me" target="_blank">http://KMyers.me</a></font></div><div style="margin:3px 0px 0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;vertical-align:baseline"><font size="1"><a href="http://plus.kmyers.me/" target="_blank">+Keith I Myers</a><br></font></div><div style="font-family:proxima-nova-1,Proxima-Nova,Helvetica,Arial,sans-serif;line-height:1;margin:3px 0px 0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;vertical-align:baseline"><font size="1">Mobile : (305)-929-3475</font></div></td></tr><tr style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline"><td align="left" valign="top" style="padding:8px 0px 0px;border:0px;outline:0px;font-style:inherit;font-family:inherit;vertical-align:top;width:auto;line-height:1"><div style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;text-align:right;height:4px;background-color:rgb(197,208,224)"><img src="http://d13pix9kaak6wt.cloudfront.net/signature/colorbar.png" alt="" width="88" height="4" style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;float:right;display:block"></div></td></tr></tbody></table>                              </div></td></tr><tr style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline"><td style="padding:0px;border:0px;outline:0px;font-style:inherit;font-size:0px;font-family:inherit;vertical-align:baseline;width:auto;height:20px"></td></tr></tbody></table></div><div><br></div></div></div></div></div>
</div>