Skip to content

Commit 7ee7445

Browse files
authored
Merge pull request #51 from Seyi-Amusan/feat/auth-verify-redirect
Integrate OTP verification with backend
2 parents a2f693b + 0bd17e7 commit 7ee7445

File tree

14 files changed

+484
-202
lines changed

14 files changed

+484
-202
lines changed

CONTRIBUTING.md

Lines changed: 92 additions & 31 deletions
Large diffs are not rendered by default.

LEADERBOARD.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
21
# GitHub Leaderboard
32

43
🏆 **Welcome to the Official Leaderboard!** 🏆
54

65
Celebrate the remarkable contributions of our top contributors.
76

8-
| S/N | Rank || Contributor | Merged PRs |
9-
|--| ---- | -- |----------- | ---------- |
10-
| 1 | 🥇 | <img src='https://avatars.githubusercontent.com/u/116392457?v=4' alt='Avatar' width='30' height='30'> | [alexgrate](https://github.com/alexgrate) | 5 |
11-
| 2 | 🥇 | <img src='https://avatars.githubusercontent.com/u/131811805?v=4' alt='Avatar' width='30' height='30'> | [Seyi-Amusan](https://github.com/Seyi-Amusan) | 5 |
12-
| 3 | 🥈 | <img src='https://avatars.githubusercontent.com/u/193773700?v=4' alt='Avatar' width='30' height='30'> | [aryadharmadhikari](https://github.com/aryadharmadhikari) | 3 |
13-
| 4 | 🥈 | <img src='https://avatars.githubusercontent.com/u/101010436?v=4' alt='Avatar' width='30' height='30'> | [MichaelOmoniyi](https://github.com/MichaelOmoniyi) | 3 |
14-
| 5 | 🥉 | <img src='https://avatars.githubusercontent.com/u/73708569?v=4' alt='Avatar' width='30' height='30'> | [Jonniie](https://github.com/Jonniie) | 1 |
7+
| S/N | Rank | | Contributor | Merged PRs |
8+
| --- | ---- | ----------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ---------- |
9+
| 1 | 🥇 | <img src='https://avatars.githubusercontent.com/u/116392457?v=4' alt='Avatar' width='30' height='30'> | [alexgrate](https://github.com/alexgrate) | 5 |
10+
| 2 | 🥇 | <img src='https://avatars.githubusercontent.com/u/131811805?v=4' alt='Avatar' width='30' height='30'> | [Seyi-Amusan](https://github.com/Seyi-Amusan) | 5 |
11+
| 3 | 🥈 | <img src='https://avatars.githubusercontent.com/u/193773700?v=4' alt='Avatar' width='30' height='30'> | [aryadharmadhikari](https://github.com/aryadharmadhikari) | 3 |
12+
| 4 | 🥈 | <img src='https://avatars.githubusercontent.com/u/101010436?v=4' alt='Avatar' width='30' height='30'> | [MichaelOmoniyi](https://github.com/MichaelOmoniyi) | 3 |
13+
| 5 | 🥉 | <img src='https://avatars.githubusercontent.com/u/73708569?v=4' alt='Avatar' width='30' height='30'> | [Jonniie](https://github.com/Jonniie) | 1 |
1514

1615
A heartfelt **thank you** to all our fantastic contributors for their hard work and dedication! Together, we're making a difference in the open-source community.
1716

1817
---
1918

20-
*Want to see your name on the leaderboard? Contribute to our project on [GitHub](https://github.com/mlsanigeria/speak-to-docs) and make an impact!*
21-
19+
_Want to see your name on the leaderboard? Contribute to our project on [GitHub](https://github.com/mlsanigeria/speak-to-docs) and make an impact!_

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,18 @@ Watch the recording of our info session on how to participate in this challenge
3636
We maintain a leaderboard to track your contributions and their impact on our projects. The more you contribute, the higher you'll climb on the leaderboard.
3737

3838
<!-- Section Start -->
39+
3940
### Top 10 Contributors
4041

4142
Thank you to all our fantastic contributors for their hard work and dedication! Here are our top 10 contributors:
4243

43-
| S/N | Rank || Contributor | Merged PRs |
44-
|--| ---- | -- |----------- | ---------- |
45-
| 1 | 🥇 | <img src='https://avatars.githubusercontent.com/u/116392457?v=4' alt='Avatar' width='30' height='30'> | [alexgrate](https://github.com/alexgrate) | 5 |
46-
| 2 | 🥇 | <img src='https://avatars.githubusercontent.com/u/131811805?v=4' alt='Avatar' width='30' height='30'> | [Seyi-Amusan](https://github.com/Seyi-Amusan) | 5 |
47-
| 3 | 🥈 | <img src='https://avatars.githubusercontent.com/u/193773700?v=4' alt='Avatar' width='30' height='30'> | [aryadharmadhikari](https://github.com/aryadharmadhikari) | 3 |
48-
| 4 | 🥈 | <img src='https://avatars.githubusercontent.com/u/101010436?v=4' alt='Avatar' width='30' height='30'> | [MichaelOmoniyi](https://github.com/MichaelOmoniyi) | 3 |
49-
| 5 | 🥉 | <img src='https://avatars.githubusercontent.com/u/73708569?v=4' alt='Avatar' width='30' height='30'> | [Jonniie](https://github.com/Jonniie) | 1 |
44+
| S/N | Rank | | Contributor | Merged PRs |
45+
| --- | ---- | ----------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ---------- |
46+
| 1 | 🥇 | <img src='https://avatars.githubusercontent.com/u/116392457?v=4' alt='Avatar' width='30' height='30'> | [alexgrate](https://github.com/alexgrate) | 5 |
47+
| 2 | 🥇 | <img src='https://avatars.githubusercontent.com/u/131811805?v=4' alt='Avatar' width='30' height='30'> | [Seyi-Amusan](https://github.com/Seyi-Amusan) | 5 |
48+
| 3 | 🥈 | <img src='https://avatars.githubusercontent.com/u/193773700?v=4' alt='Avatar' width='30' height='30'> | [aryadharmadhikari](https://github.com/aryadharmadhikari) | 3 |
49+
| 4 | 🥈 | <img src='https://avatars.githubusercontent.com/u/101010436?v=4' alt='Avatar' width='30' height='30'> | [MichaelOmoniyi](https://github.com/MichaelOmoniyi) | 3 |
50+
| 5 | 🥉 | <img src='https://avatars.githubusercontent.com/u/73708569?v=4' alt='Avatar' width='30' height='30'> | [Jonniie](https://github.com/Jonniie) | 1 |
5051

5152
Thank you to all our fantastic contributors for their hard work and dedication!
5253

WHATSAPP_COMMUNITIES.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Ambassadors gain exclusive access to **Microsoft resources, mentorship, and glob
88
## 💡 What is MLSA?
99

1010
**Microsoft Learn Student Ambassadors (MLSA)** is a program by Microsoft that empowers university students to:
11-
- **Learn** cutting-edge technologies through Microsoft Learn, events, and mentorship.
12-
- **Lead** by organizing hackathons, workshops, and community events in their schools.
13-
- **Grow** by building real-world projects and connecting with tech professionals globally.
11+
12+
- **Learn** cutting-edge technologies through Microsoft Learn, events, and mentorship.
13+
- **Lead** by organizing hackathons, workshops, and community events in their schools.
14+
- **Grow** by building real-world projects and connecting with tech professionals globally.
1415

1516
If you’re passionate about **AI, cloud computing, web development, or open source**, MLSA is your perfect starting point.
1617

@@ -19,11 +20,12 @@ If you’re passionate about **AI, cloud computing, web development, or open sou
1920
## 🎯 Why Join Your School’s MLSA WhatsApp Community?
2021

2122
By joining your school’s MLSA WhatsApp group, you’ll:
22-
- 🌍 Connect with **like-minded peers** in your university.
23-
- 🧠 Stay updated on **tech events, workshops, and hackathons** near you.
24-
- 💬 Access **career mentorship** from certified MLSAs and tech professionals.
25-
- 💼 Get opportunities to **collaborate on open-source projects** like *Naija Nutri Hub*.
26-
- 🎓 Build your **portfolio and resume** through community impact.
23+
24+
- 🌍 Connect with **like-minded peers** in your university.
25+
- 🧠 Stay updated on **tech events, workshops, and hackathons** near you.
26+
- 💬 Access **career mentorship** from certified MLSAs and tech professionals.
27+
- 💼 Get opportunities to **collaborate on open-source projects** like _Naija Nutri Hub_.
28+
- 🎓 Build your **portfolio and resume** through community impact.
2729

2830
---
2931

@@ -59,6 +61,7 @@ a network of campus leads, open-source contributors, and project maintainers wor
5961
---
6062

6163
### 🚀 Get Involved
64+
6265
MLSA and GitHub Campus Experts are both platforms built around **collaboration, innovation, and community growth**.
6366
Whether you want to learn new technologies, contribute to open source, or lead events — this is your gateway.
6467

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
"tw-animate-css": "^1.4.0",
4545
"typescript": "^5"
4646
}
47-
}
47+
}

src/app/globals.css

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -52,32 +52,32 @@
5252
--font-serif:
5353
"Georgia", "Times New Roman", serif; /* Added for headings to match the design */
5454

55-
--background: oklch(0.2768 0 0);
56-
/* Main Text Color ("We sent you a mail") */
57-
--foreground: oklch(1 0 0);
58-
--card: oklch(0.24 0.003 294);
59-
--card-foreground: oklch(0.96 0.002 294);
60-
/* Popover Background */
61-
--popover: oklch(0.24 0.003 294);
62-
--popover-foreground: oklch(0.96 0.002 294);
63-
/* Button Color (The orange/peach color) */
64-
--primary: oklch(0.7432 0.1547 40.01);
65-
/* Text Color on the button (A dark color for contrast) */
66-
--primary-foreground: oklch(1 0 0);
67-
--secondary: oklch(0.35 0.002 294);
68-
--secondary-foreground: oklch(0.96 0.002 294);
69-
--muted: oklch(0.35 0.002 294);
70-
/* Muted Text Color (The subtitle text) */
71-
--muted-foreground: oklch(0.937 0 0);
72-
--accent: oklch(0.937 0 0);
73-
--accent-foreground: oklch(0.937 0 0);
74-
/* Error/Destructive color */
75-
--destructive: oklch(0.7033 0.184 38.93);
76-
/* Border color for the OTP boxes */
77-
--border: oklch(0.4532 0 0);
78-
--input: oklch(45.316% 0.00005 271.152);
79-
/* Focus Ring color */
80-
--ring: oklch(0.937 0 0);
55+
--background: oklch(0.2768 0 0);
56+
/* Main Text Color ("We sent you a mail") */
57+
--foreground: oklch(1 0 0);
58+
--card: oklch(0.24 0.003 294);
59+
--card-foreground: oklch(0.96 0.002 294);
60+
/* Popover Background */
61+
--popover: oklch(0.24 0.003 294);
62+
--popover-foreground: oklch(0.96 0.002 294);
63+
/* Button Color (The orange/peach color) */
64+
--primary: oklch(0.7432 0.1547 40.01);
65+
/* Text Color on the button (A dark color for contrast) */
66+
--primary-foreground: oklch(1 0 0);
67+
--secondary: oklch(0.35 0.002 294);
68+
--secondary-foreground: oklch(0.96 0.002 294);
69+
--muted: oklch(0.35 0.002 294);
70+
/* Muted Text Color (The subtitle text) */
71+
--muted-foreground: oklch(0.937 0 0);
72+
--accent: oklch(0.937 0 0);
73+
--accent-foreground: oklch(0.937 0 0);
74+
/* Error/Destructive color */
75+
--destructive: oklch(0.7033 0.184 38.93);
76+
/* Border color for the OTP boxes */
77+
--border: oklch(0.4532 0 0);
78+
--input: oklch(45.316% 0.00005 271.152);
79+
/* Focus Ring color */
80+
--ring: oklch(0.937 0 0);
8181

8282
--chart-1: oklch(0.488 0.243 264.376);
8383
--chart-2: oklch(0.696 0.17 162.48);
@@ -139,11 +139,10 @@
139139
}
140140

141141
@layer base {
142-
* {
143-
@apply border-border outline-ring/50;
144-
}
145-
body {
146-
@apply bg-background text-foreground;
147-
}
148-
142+
* {
143+
@apply border-border outline-ring/50;
144+
}
145+
body {
146+
@apply bg-background text-foreground;
147+
}
149148
}

0 commit comments

Comments
 (0)