Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove student example, add dummy example #3240

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,25 @@ inside `Submissions/` folder, and then fill it up with following content.
}
```

Example with dummy values:
```json
{
"name": "John Example",
"img": "https://github.com/avatars/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": "Software Developer",
"location": {
"city": "Example City",
"state": "Example State",
"country": "Example Country"
}
}
```

### Please note!

Expand All @@ -62,10 +81,11 @@ Please submit a Pull Request to be added to this list. If you are unsure how to
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
https://github.com/example.png

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


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

Expand Down
Loading