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

Update contacts and leaderboard #89

Merged
merged 13 commits into from
Dec 26, 2024
Merged
Show file tree
Hide file tree
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
23,154 changes: 4,964 additions & 18,190 deletions package-lock.json

Large diffs are not rendered by default.

Binary file added src/images/members/harshanth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/members/mogesh.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/members/mogesh.png
Binary file not shown.
Binary file added src/images/members/riya.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/members/ssr.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/members/vivekc.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/members/yeyati.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/cli/Cli.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export default function Cli() {
<li>President : Ojass</li>
<li>Vice-President : Shaina</li>
<li>Treasurer : Shyam</li>
<li>Technical Head : Aadivishnu</li>
<li>Technical Head : Yeyati</li>
</ul>
</div>
);
Expand Down
8 changes: 4 additions & 4 deletions src/pages/contact/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ function Contact() {
{
label: "Technical",
value: "Technical",
head: "Aadivishnu Gajendra",
contact: "8657069756",
head: "Yeyati Prashar",
contact: "8368034356",
},
{
label: "Outreach",
Expand All @@ -20,8 +20,8 @@ function Contact() {
{
label: "Management",
value: "Management",
head: "Niket Girdhar",
contact: "9780050565",
head: "Vivek Chaudhary",
contact: "9173543546",
},
{
label: "Media",
Expand Down
Loading