Skip to content

andrejza/ZtM-Job-Board

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 82.7%
  • HTML 17.3%