Skip to content

Commit

Permalink
Merge branch 'main' into contactus
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushSharma72 authored Oct 29, 2024
2 parents 93369d1 + 0bf1682 commit 1a87b62
Show file tree
Hide file tree
Showing 18 changed files with 1,552 additions and 622 deletions.
9 changes: 7 additions & 2 deletions PROJECT_STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
│ ├── Newsletter.png
│ ├── avatar.png
│ ├── avatar1.png
│ ├── certi 1.svg
│ ├── certi 2.svg
│ ├── certi 3.svg
│ ├── certi 4.png
│ ├── certi 5.png
│ ├── dev1.jpeg
│ ├── dev2.jpeg
│ ├── dev3.jpeg
Expand Down Expand Up @@ -66,6 +71,8 @@
│ │ │ │ └── page.jsx
│ │ │ ├── AddHackathon/
│ │ │ │ └── page.jsx
│ │ │ ├── Certifications/
│ │ │ │ └── page.jsx
│ │ │ ├── Chapters/
│ │ │ │ └── page.jsx
│ │ │ ├── Events/
Expand Down Expand Up @@ -133,8 +140,6 @@
│ │ │ │ │ └── page.jsx
│ │ │ │ ├── opportunities.js
│ │ │ │ └── page.jsx
│ │ │ ├── certifications/
│ │ │ │ └── page.jsx
│ │ │ ├── devStudent/
│ │ │ │ └── page.jsx
│ │ │ ├── devprod/
Expand Down
12 changes: 3 additions & 9 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,7 @@
"youtubeLink": "https://www.youtube.com/watch?v=3N1Cg7nM3Bg"
}
],
"events": {
"finished": [
"events": [
{
"id": "1",
"title": "Tech for Good Hackathon",
Expand Down Expand Up @@ -676,9 +675,7 @@
"status": "finished",
"organizers": ["GDSC RCCIIT"],
"participants": 50
}
],
"ongoing": [
},
{
"id": "3",
"title": "AI & ML Workshop",
Expand All @@ -691,9 +688,7 @@
"status": "ongoing",
"organizers": ["GDSC RCCIIT"],
"participants": 80
}
],
"upcoming": [
},
{
"id": "4",
"title": "Cloud Computing Seminar",
Expand Down Expand Up @@ -723,5 +718,4 @@
"participants": 0
}
]
}
}
143 changes: 23 additions & 120 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@emotion/styled": "^11.13.0",

"@google/generative-ai": "^0.21.0",
"@hookform/resolvers": "^3.9.1",
"@mui/icons-material": "^6.1.5",

"@mui/material": "^6.1.5",
Expand Down Expand Up @@ -55,7 +56,8 @@
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.0.0"
"vaul": "^1.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"postcss": "^8",
Expand Down
9 changes: 7 additions & 2 deletions repo_structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
│ ├── Newsletter.png
│ ├── avatar.png
│ ├── avatar1.png
│ ├── certi 1.svg
│ ├── certi 2.svg
│ ├── certi 3.svg
│ ├── certi 4.png
│ ├── certi 5.png
│ ├── dev1.jpeg
│ ├── dev2.jpeg
│ ├── dev3.jpeg
Expand Down Expand Up @@ -62,6 +67,8 @@
│ │ │ │ └── page.jsx
│ │ │ ├── AddHackathon/
│ │ │ │ └── page.jsx
│ │ │ ├── Certifications/
│ │ │ │ └── page.jsx
│ │ │ ├── Chapters/
│ │ │ │ └── page.jsx
│ │ │ ├── Events/
Expand Down Expand Up @@ -129,8 +136,6 @@
│ │ │ │ │ └── page.jsx
│ │ │ │ ├── opportunities.js
│ │ │ │ └── page.jsx
│ │ │ ├── certifications/
│ │ │ │ └── page.jsx
│ │ │ ├── devStudent/
│ │ │ │ └── page.jsx
│ │ │ ├── devprod/
Expand Down
Loading

0 comments on commit 1a87b62

Please sign in to comment.