Skip to content

Commit

Permalink
feat: add company verification badge page (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrodkra authored Aug 27, 2024
1 parent c9cdc10 commit 677c4d7
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/your-profile/account-details.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 5
sidebar_position: 6
---

# Account settings
Expand Down
2 changes: 1 addition & 1 deletion docs/your-profile/deleting-your-profile.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 7
---

# Deleting your profile
Expand Down
2 changes: 1 addition & 1 deletion docs/your-profile/devcard.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 5
---

# DevCard
Expand Down
48 changes: 48 additions & 0 deletions docs/your-profile/verified-badge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
sidebar_position: 4
---

# Verified Company Badge

![Verified Company Badge cover image](https://daily-now-res.cloudinary.com/image/upload/v1724770668/docs/EmailCover_1.png)

Add a verified company badge to your daily.dev profile to showcase your professional affiliation. This badge includes your company's name and logo and is displayed on your public profile and next to your name whenever you post or comment on the platform.

## Prerequisites

To get a verified company badge, you need access to your work email. Make sure you can receive emails at this address, as you’ll need to verify it during the process.

## Benefits of the Verified Company Badge

- Showcase your professional affiliation directly on your profile.
- Build credibility by displaying a verified badge that confirms your employment.
- Stand out in discussions with a badge that appears next to your name whenever you post or comment.

## How to Get Your Verified Company Badge

1. Go to your profile and [navigate to Account Details](https://app.daily.dev/account/profile#verified-company-badge).
2. Scroll down to "Verified Company Badge" and enter your work email.
3. Click "Submit" and check your email for the 6-digit verification code.
4. Enter the 6-digit code on daily.dev. If your company is in our database, your badge will be activated automatically. Otherwise, your request will be reviewed and manually approved by our team.

## Troubleshooting

If you encounter any issues while verifying your email or getting your badge, consider the following:

- Ensure your work email is correct and check your spam/junk folder if you didn’t receive the verification code.
- Double-check the verification code for accuracy. If it’s incorrect, request a new code.
- If your company isn’t recognized, your request will be reviewed by our team. This process may take several days.
- You can update or remove your work email anytime from the "Verified Company Badge" section in your Account Details.

## Frequently Asked Questions

**Where will my Verified Company Badge be displayed?**
Your badge will be visible on your public profile and next to your name wherever you post or comment on daily.dev.

**Can I change the email used for verification later?**
Yes, you can update your work email in the Account Details section and re-verify it to update your badge.

**What happens if my company isn’t in the database?**
If your company isn’t recognized, your request will go through a brief review process.

For further assistance, please contact our support team at [[email protected]](mailto:[email protected]).
3 changes: 2 additions & 1 deletion src/components/homepage/homeNavBoxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ const FeatureList = [
{url: "docs/your-profile/reputation", text: "Reputation explained"},
{url: "docs/your-profile/reading-history", text: "Reading history"},
{url: "docs/your-profile/reading-streak", text: "Reading streak"},
{url: "docs/your-profile/verified-badge", text: "Company verified badge"},
{url: "docs/your-profile/devcard", text: "DevCard"},
{url: "docs/your-profile/account-details", text: "Account details"},
{url: "docs/your-profile/account-details", text: "Account settings"},
{url: "docs/your-profile/deleting-your-profile", text: "Deleting your profile"},
]
},
Expand Down

0 comments on commit 677c4d7

Please sign in to comment.