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.
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>
- 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.