Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.17 KB

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 note!

  • Profile pictures and/or images are not allowed.
  • Your pull request will only be accepted if it follows the example above. It cannot have anything else.

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.