goupaz / ZtM-Job-Board

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

Home Page:https://alumni-board.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZtM-Job-Board   TravisCI Build Status

A place for developers from the Zero To Mastery Community to show recruiters that they are available for hire. Feel free to contribute and improve this in any way you see fit.

Link to the webpage: ZtM JOB Board.

How to run the project in your local machine

  • git clone https://github.com/zero-to-mastery/ZtM-Job-Board.git

  • yarn install or npm install

  • yarn start or npm start

How to add your name to the list

To add your name to the list, simply open persons.js file in the src/assets folder, and then add your own row at the bottom, using the below template: ( Don't include the square brackets "[ ]" !!! They are just there to indicate an example placeholder. )

  ,{
    id: uuidv4(),
    name: "[YOUR_FULL_NAME]",
    img: "[YOUR_IMG_URL]",
    links: {
      website: "[YOUR_WEBSITE_URL]",
      linkedin: "[YOUR_LINKEDIN_URL]",
      github: "[YOUR_GITHUB_URL]"
    },
    jobTitle: "[YOUR_TITLE]",
    location: {
      city: "[YOUR_CITY]",
      state: "[YOUR_STATE_OR_PROVINCE]",
      country: "[YOUR_COUNTRY]"
    }
  }

Please note!

  • Profile pictures and/or images* are allowed.
  • If you do not want to fill some of the fields, leave them blank (e.g. state: "",).
  • 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.

  • How to add profile image to your ZTM JobBoard profile using Github avatars.
  1. Go to your profile on GitHub.com
  2. Append to your GitHub profile url “.png”, so it will look like this:

https://github.com/aneta-s.png

  1. Hit enter and the browser will generate a page with your image, it look like this: https://avatars2.githubusercontent.com/u/54153719?v=4

  2. Copy url of this page and paste it in persons.js file

Resources

All icons have been sourced from Material Design Icons and Octicons

About

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

https://alumni-board.netlify.app/

License:MIT License


Languages

Language:JavaScript 91.4%Language:TypeScript 5.7%Language:SCSS 2.3%Language:HTML 0.6%