/ZtM-Job-Board

A place for developers to show recruiters they are available for hire

Primary LanguageCSS

ZtM-Job-Board

A place for developers to show recruiters they are available for hire. Feel free to contribute and improve this in any way you see fit.

How to add your name to the list

To add your name to the list, simply open index.html file and add your own row at the bottom like the below example:

<div class="row">
  <div class="cell" data-title="Full Name">
    Joseph Smith
  </div>
  <div class="cell" data-title="Portfolio">
    <a href="https://github.com/aneagoie" target="_blank">www.somewebsite.com</a>
  </div>
   <div class="cell" data-title="LinkedIn">
    <a href="https://linkedin.com/aneagoie" target="_blank">username</a>
  </div>
  <div class="cell" data-title="Job Title">
    Javascript Developer
  </div>
  <div class="cell" data-title="Location">
    Somerville, MA
  </div>
</div>

Please submit a Pull Request for your row to be added to this list. If you are unsure how to do this, please check out Contributing To Open Source video in the course curiculum.