To get started and complete the certification, follow the comprehensive guide provided in the documentation. It covers all the steps you need to take:
-
Register on Postman
- Begin by registering yourself using the link below to start your learning journey and to earn the certificate and badge.
-
Follow the Course
- Once registered, follow the steps outlined in the documentation. Here's a brief overview:
- Step 1: Familiarize yourself with Postman.
- Step 2: Complete the guided exercises and challenges.
- Step 3: Take the certification test.
- Step 4: Earn your certificate and badge!
- Once registered, follow the steps outlined in the documentation. Here's a brief overview:
-
Earn Your Badge and Certificate
- Upon successful completion, you will receive a certificate and a badge to showcase your achievement. 🎉
- 500 Points on GSSOC Leaderboard and new Postman API badge
If you encounter any issues or have questions, you can reach out for support through GitHub Discussions. Follow these steps to get the help you need:
- Visit the Discussions Page: Go to the GitHub Discussions page for the Postman-Challenge repository.
- Browse Existing Discussions: Check if your question or issue has already been addressed.
- Start a New Q&A Discussion: If you can't find an answer, start a new discussion.
- Provide Details: Clearly describe your issue or question.
- Engage with the Community: Engage with other community members by responding to their comments and get GitHub Badges
For urgent issues or further assistance, contact the maintainers directly through mail at gssoc@girlscript.tech
You can copy paste the code to your profile Check this
Watch the Video: 🔗 Link
# Badge Links
Badge: https://github.com/girlscript/gssoc-website-new/tree/main/public/badges
Each badge link looks like `<img src="url" width="" height="" />`
To customize them, simply copy one from the links below. And adjust the values in `width` and `height` as per your choice. And, make sure to use `px` or `rem`.
## How do I get all in a single line...?
To increase spacing between, each images update `gap: 10px` to a higher value such as `gap: 20px`.
To have all of them center aligned, use this
<details>
<summary><b>GSSOC(24) Badges 🪶</b></summary><br>
<div style='display:flex; align-items:center; gap: 10px;' align='center'><a href="https://gssoc.girlscript.tech/leaderboard">
<img src="https://raw.githubusercontent.com/GSSoC24/Postman-Challenge/main/docs/assets/Postman%20White.png" width="100px" height="100px" />
<img src="https://raw.githubusercontent.com/GSSoC24/Postman-Challenge/main/docs/assets/1.png" width="100px" height="100px" />
<img src="https://raw.githubusercontent.com/GSSoC24/Postman-Challenge/main/docs/assets/2.png" width="100px" height="100px" />
<img src="https://raw.githubusercontent.com/GSSoC24/Postman-Challenge/main/docs/assets/3.png" width="100px" height="100px" />
<img src="https://raw.githubusercontent.com/GSSoC24/Postman-Challenge/main/docs/assets/4.png" width="100px" height="100px" />
<img src="https://raw.githubusercontent.com/GSSoC24/Postman-Challenge/main/docs/assets/5.png" width="100px" height="100px" />
<img src="https://raw.githubusercontent.com/GSSoC24/Postman-Challenge/main/docs/assets/6.png" width="105px" height="105px" />
<img src="https://raw.githubusercontent.com/GSSoC24/Postman-Challenge/main/docs/assets/7.png" width="100px" height="100px" />
<img src="https://raw.githubusercontent.com/GSSoC24/Postman-Challenge/main/docs/assets/8.png" width="100px" height="100px" />
<img src="https://raw.githubusercontent.com/GSSoC24/Contributor/refs/heads/main/assets/Code%20Luminary.png" width="105px" height="105px" />
<img src="https://raw.githubusercontent.com/GSSoC24/Contributor/refs/heads/main/assets/Git%20Explorer.png" width="100px" height="100px" />
<img src="https://raw.githubusercontent.com/GSSoC24/Contributor/refs/heads/main/assets/Pull%20Expert.png" width="100px" height="100px" /></a>
</div>
</details>
https://gssoc.girlscript.tech/leaderboard?year=<YEAR_BADGES>&username=<GITHUB_USENAME>
<img src="https://raw.githubusercontent.com/GSSoC24/Postman-Challenge/main/docs/assets/Postman%20White.png" width="100px" height="100px" />
<img src=https://raw.githubusercontent.com/GSSoC24/Postman-Challenge/main/docs/assets/Postman%20Dark.png" width="100px" height="100px" />
In Addition to the Manual Method You can Display your GSSoC (GirlScript Summer of Code) badges directly on your GitHub profile with dynamically generated badges!
- Real-Time Updates: Badges are updated with live leaderboard data from GSSoC, reflecting your current progress.
- Milestone-Based Badges: Unlock badges based on your score, each representing a new achievement level.
- Customizable for Profile: Show your badge on your GitHub profile in a way that’s easy to set up.
Replace <username>
with your GitHub username and <year>
with the GSSoC year (e.g., 2024Extd
,2024
or 2023
) in the URL below:
https://gssoc-dymanic-badges.vercel.app/api/<username>?year=<year>
Add the generated badge to your GitHub profile using Markdown. Here’s how:
![GSSoC-Badges](https://gssoc-dymanic-badges.vercel.app/api/<username>?year=<year>)
Example:
![GSSoC-Badges](https://gssoc-dymanic-badges.vercel.app/api/shubhagarwal1?year=2024Extd)
To link the badge to the GSSoC website or leaderboard, wrap the Markdown in a link:
[![GSSoC-Badges](https://gssoc-dymanic-badges.vercel.app/api/<username>?year=<year>)](https://gssoc.girlscript.tech)