Skip to content

Commit 9a7b8bc

Browse files
authored
Merge branch 'main' into main
2 parents a5dd539 + c864d89 commit 9a7b8bc

27 files changed

+1401
-512
lines changed

package-lock.json

Lines changed: 384 additions & 449 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,19 @@
1818
"format:check": "prettier --check 'src/**/*.{js,jsx,ts,tsx,json,css,md}'"
1919
},
2020
"dependencies": {
21-
"@tailwindcss/vite": "^4.1.10",
22-
"@types/dompurify": "^3.0.5",
23-
"axios": "^1.9.0",
21+
"@tailwindcss/vite": "^4.1.11",
22+
"axios": "^1.10.0",
2423
"class-variance-authority": "^0.7.1",
2524
"clsx": "^2.1.1",
2625
"dompurify": "^3.2.6",
27-
"framer-motion": "^12.17.3",
26+
"framer-motion": "^12.23.0",
2827
"hastscript": "^9.0.1",
29-
"lucide-react": "^0.476.0",
28+
"lucide-react": "^0.525.0",
3029
"react": "^19.1.0",
3130
"react-dom": "^19.1.0",
3231
"react-markdown": "^10.1.0",
3332
"react-responsive-carousel": "^3.2.23",
34-
"react-router-dom": "^7.6.2",
33+
"react-router-dom": "^7.6.3",
3534
"rehype-autolink-headings": "^7.1.0",
3635
"rehype-raw": "^7.0.0",
3736
"rehype-sanitize": "^6.0.0",
@@ -40,29 +39,29 @@
4039
"remark-gfm": "^4.0.1",
4140
"remark-supersub": "^1.0.0",
4241
"tailwind-merge": "^3.3.1",
43-
"tailwindcss": "^4.0.4",
42+
"tailwindcss": "^4.1.11",
4443
"tailwindcss-animate": "^1.0.7",
4544
"unist-util-visit": "^5.0.0"
4645
},
4746
"devDependencies": {
48-
"@eslint/js": "^9.19.0",
49-
"@types/node": "^22.15.31",
47+
"@eslint/js": "^9.30.1",
48+
"@types/node": "^24.0.10",
5049
"@types/react": "^19.1.8",
5150
"@types/react-dom": "^19.1.6",
52-
"@vitejs/plugin-react": "^1.3.2",
53-
"eslint": "^9.28.0",
51+
"@vitejs/plugin-react": "^4.6.0",
52+
"eslint": "^9.30.1",
5453
"eslint-config-prettier": "^10.1.5",
55-
"eslint-plugin-prettier": "^5.4.1",
54+
"eslint-plugin-prettier": "^5.5.1",
5655
"eslint-plugin-react": "^7.37.5",
5756
"eslint-plugin-react-hooks": "^5.2.0",
5857
"eslint-plugin-react-refresh": "^0.4.20",
5958
"gh-pages": "^6.3.0",
60-
"globals": "^15.15.0",
61-
"markdownlint": "^0.37.4",
62-
"markdownlint-cli": "^0.44.0",
63-
"prettier": "^3.5.3",
64-
"typescript": "~5.7.2",
65-
"typescript-eslint": "^8.34.0",
66-
"vite": "^6.3.5"
59+
"globals": "^16.3.0",
60+
"markdownlint": "^0.38.0",
61+
"markdownlint-cli": "^0.45.0",
62+
"prettier": "^3.6.2",
63+
"typescript": "~5.8.3",
64+
"typescript-eslint": "^8.36.0",
65+
"vite": "^7.0.2"
6766
}
6867
}
57.3 KB
Loading
77.7 KB
Loading
92.6 KB
Loading

src/components/AboutUs/ProjectSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const ProjectsSection = () => {
186186
{!showAllProjects ? (
187187
<button
188188
onClick={() => setShowAllProjects(true)}
189-
className="px-8 py-3 bg-blue-600 hover:bg-red-600 text-white rounded-lg shadow-sm font-medium transition-all duration-300 inline-flex items-center gap-2"
189+
className="px-8 py-3 bg-blue-600 hover:bg-red-600 cursor-pointer text-white rounded-lg shadow-sm font-medium transition-all duration-300 inline-flex items-center gap-2"
190190
>
191191
Show more
192192
<svg

src/components/Donation.tsx

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const Donation: React.FC = () => {
4848
{/* Donate Now Button */}
4949
<motion.button
5050
onClick={handleDonateClick}
51-
className="mt-6 px-6 py-3 bg-[#fbd04d] text-black text-2xl font-bold rounded-full shadow-md hover:bg-yellow-500 transition duration-300 uppercase"
51+
className="mt-6 px-6 py-3 bg-[#fbd04d] text-black text-2xl font-bold rounded-full shadow-md hover:bg-yellow-500 cursor-pointer transition duration-300 uppercase"
5252
variants={bounce}
5353
whileHover="hover"
5454
whileTap="tap"
@@ -72,25 +72,24 @@ const Donation: React.FC = () => {
7272

7373
{/* Newsletter and Volunteer Section*/}
7474
<div className="relative z-10 w-full mt-12 text-center">
75-
<Link to="/volunteer">
76-
<motion.div
77-
className="flex justify-center items-center"
78-
variants={slideInBottom}
79-
initial="hidden"
80-
whileInView="visible"
81-
viewport={{ once: true, amount: 0.6 }}
82-
>
83-
<div className="relative">
84-
<motion.div
85-
className="absolute -top-8 -right-8"
86-
animate={{
87-
x: [0, 10, 0],
88-
transition: { repeat: Infinity, duration: 1.5 },
89-
}}
90-
>
91-
<i className="fas fa-arrow-right text-2xl" />
92-
</motion.div>
93-
75+
<motion.div
76+
className="flex justify-center items-center"
77+
variants={slideInBottom}
78+
initial="hidden"
79+
whileInView="visible"
80+
viewport={{ once: true, amount: 0.6 }}
81+
>
82+
<div className="relative">
83+
<motion.div
84+
className="absolute -top-8 -right-8"
85+
animate={{
86+
x: [0, 10, 0],
87+
transition: { repeat: Infinity, duration: 1.5 },
88+
}}
89+
>
90+
<i className="fas fa-arrow-right text-2xl" />
91+
</motion.div>
92+
<Link to="/volunteer">
9493
<motion.div
9594
className="bg-white border border-gray-300 rounded-full px-4 py-2 flex items-center shadow-lg"
9695
whileHover={{ scale: 1.05 }}
@@ -124,9 +123,9 @@ const Donation: React.FC = () => {
124123
+1000
125124
</motion.span>
126125
</motion.div>
127-
</div>
128-
</motion.div>
129-
</Link>
126+
</Link>
127+
</div>
128+
</motion.div>
130129

131130
{/* Newsletter Subscription Section */}
132131
<motion.div
@@ -162,7 +161,7 @@ const Donation: React.FC = () => {
162161
/>
163162
<input value="1" type="hidden" name="embed" />
164163
<motion.button
165-
className="px-6 py-2 bg-red-500 text-white font-bold rounded-r-full shadow-lg hover:bg-red-600 transition duration-300"
164+
className="px-6 py-2 bg-red-500 text-white font-bold rounded-r-full shadow-lg hover:bg-red-600 cursor-pointer transition duration-300"
166165
variants={buttonAnimation}
167166
whileHover="whileHover"
168167
whileTap="whileTap"

src/components/FAQItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const FAQItem = ({ index, question, answer }: FAQItemProps) => {
4444
animate="animate"
4545
>
4646
<motion.button
47-
className="w-full text-left py-4 text-lg font-medium flex justify-between items-center"
47+
className="w-full text-left py-4 text-lg font-medium flex justify-between items-center hover:cursor-pointer"
4848
onClick={toggleFAQ}
4949
whileHover="hover"
5050
variants={faqQuestionButtonVariants}

src/components/TryCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const ActivityCard: React.FC<ActivityCardProps> = ({
5858
</p>
5959

6060
<a href={href} className="w-full">
61-
<button className="w-full py-2 sm:py-3 px-4 sm:px-6 border-2 border-gray-900 rounded-full text-sm sm:text-base md:text-lg font-semibold hover:bg-gray-900 hover:text-white transition-colors">
61+
<button className="w-full py-2 sm:py-3 px-4 sm:px-6 border-2 border-gray-900 rounded-full text-sm sm:text-base md:text-lg font-semibold hover:bg-gray-900 cursor-pointer hover:text-white transition-colors">
6262
{buttonText}
6363
</button>
6464
</a>

src/constants/MarkdownFiles/posts/2025-06-15-dmp-25-justin212407-week02.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ image: "assets/Images/c4gt_DMP.png"
1111

1212
<!-- markdownlint-disable -->
1313

14-
# Week 2 Progress Report by Safwan Sayeed
14+
# Week 2 Progress Report by Justin Charles
1515

16-
**Project:** Music Blocks 4 Program Engine
17-
**Mentors:** [Anindya Kundu](https://github.com/meganindya/), [Sumit Srivastava](https://github.com/sum2it)
18-
**Assisting Mentors:** [Devin Ullibari](https://github.com/pikurasa/), [Walter Bender](https://github.com/walterbender)
16+
**Project:** Music Blocks 4 Masonry
17+
**Mentors:** [Anindya Kundu](https://github.com/meganindya/)
18+
**Assisting Mentors:** [Devin Ullibari](https://github.com/pikurasa/), [Walter Bender](https://github.com/walterbender), [Sumit Srivastava](https://github.com/sum2it)
1919
**Reporting Period:** 2025-06-09 - 2025-06-15
2020

2121
---

0 commit comments

Comments
 (0)