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 src folder then robots.js
file and add your own row at the bottom like the below example:
{
id: <img className="br-100 pa1 ba b--black h4 w4" alt='robots' src={`YOUR IMG LINK HERE ` }/>,
name: "YOUR FULL NAME",
website: <div> <a href="YOUR LINKEDIN OR PORTFOLIO" target="_blank" rel="noopener noreferrer">Portfolio Site</a>
<br></br>
<a href="YOUR LINKEDIN OR PORTFOLIO" target="_blank" rel="noopener noreferrer">Linkedin</a>
</div>,
jobTitle: "Web Developer",
location: "I ALSO SUGGEST PUTTING THE COUNTRY YOU'RE FROM",},
- Profile pictures and/or images are NOW allowed.
- If you do not have an image replace id line with id:"" .
- 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 curriculum.