WomenInSwift-Job-Board

WomenInSwift-Job-Board   Build Project

A place for Apple developers from the WomenInSwift 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: WomenInSwift JOB Board.

How to run the project in your local machine

How to add your name to the list

Note: You will first need to make a fork of the project!

fork image

If you are unclear on how the GitHub workflow works, you can check the Make a Pull Request guide.


To add your name to the list, create a file <YOUR_GH_USERNAME>.json inside Submissions/ folder, and then fill it up with following content.
⚠️ Please remove the @ from your GitHub username.
(Don’t include the square brackets “[ ]” or angle brackets “< >” !!! They are just there to indicate an example placeholder.)

{
  "name": "[YOUR_FULL_NAME]",
  "img": "[YOUR_IMG_URL]",
  "email": "[YOUR_EMAIL_ADDRESS]",
  "links": {
    "website": "[YOUR_WEBSITE_URL]",
    "linkedin": "https://www.linkedin.com/in/<YOUR_LINKEDIN_USERNAME>",
    "github": "https://github.com/<YOUR_GH_USERNAME>"
  },
  "jobTitle": "[YOUR_TITLE]",
  "location": {
    "city": "[YOUR_CITY]",
    "state": "[YOUR_STATE_OR_PROVINCE]",
    "country": "[YOUR_COUNTRY]"
  }
}

Example with dummy values:

{
  "name": "Marina Example",
  "img": "https://avatars.githubusercontent.com/u/57936?v=4",
  "email": "example@example.com",
  "links": {
    "website": "example.com",
    "linkedin": "https://www.linkedin.com/in/example",
    "github": "https://github.com/example"
  },
  "jobTitle": "iOS Developer",
  "location": {
    "city": "Example City",
    "state": "Example State",
    "country": "Example Country"
  }
}

Please note!

Please submit a Pull Request 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.

  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/example.png

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

  2. Copy url of this page and paste it in Submissions/<YOUR_GH_USERNAME>.json file

Resources

All icons have been sourced from Material Design Icons and Octicons