Skip to content

Commit f66f0e6

Browse files
author
Parth Patel
committed
fix: Add Zoom Animation in handshake
1 parent 8354be0 commit f66f0e6

17 files changed

Lines changed: 54 additions & 105 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,14 @@ In the interest of fostering an open and welcoming environment, we as contributo
1717
We expect all participants to:
1818

1919
1. **Be Respectful:**
20-
2120
- Treat everyone with respect and courtesy.
2221
- Approach disagreements constructively and considerately.
2322

2423
2. **Be Inclusive:**
25-
2624
- Ensure everyone feels welcome and valued.
2725
- Avoid discriminatory, exclusionary, or harmful language and actions.
2826

2927
3. **Be Collaborative:**
30-
3128
- Share knowledge and help others.
3229
- Focus on improving the platform and the experience for all.
3330

@@ -52,11 +49,9 @@ The following behaviors are unacceptable in the DevDisplay community:
5249

5350
- **Join DevDisplay Discord Community**: [Discord Community](https://discord.gg/chyt2UgTv5)
5451
- **Join DevDisplay WhatsApp Community**: [WhatsApp Community](https://chat.whatsapp.com/Dcl21sgGDIpHURESSuH0p4)
55-
5652
- Connect with other developers and collaborate on exciting projects.
5753

5854
- **Reach Out to the Team**:
59-
6055
- Organization Email: team@devdisplay.org
6156
- Creator's Email: hellow.ashutosh@gmail.com
6257

@@ -69,7 +64,6 @@ The following behaviors are unacceptable in the DevDisplay community:
6964
---
7065

7166
2. **Provide Details:**
72-
7367
- Include a description of the incident, relevant links, or screenshots if possible.
7468

7569
3. **Expect a Response:**

SECURITY.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,16 @@ We take the security of DevDisplay seriously. If you discover any security vulne
2323
### For Contributors
2424

2525
1. **Code Review**
26-
2726
- All code changes must go through peer review
2827
- Security-sensitive code requires additional review
2928
- Follow secure coding guidelines
3029

3130
2. **Dependencies**
32-
3331
- Keep all dependencies up to date
3432
- Regularly check for known vulnerabilities in dependencies
3533
- Use only trusted and well-maintained packages
3634

3735
3. **Authentication & Authorization**
38-
3936
- Use strong password policies
4037
- Implement proper session management
4138
- Follow the principle of least privilege
@@ -48,7 +45,6 @@ We take the security of DevDisplay seriously. If you discover any security vulne
4845
### For Users
4946

5047
1. **Account Security**
51-
5248
- Use strong, unique passwords
5349
- Enable two-factor authentication when available
5450
- Keep your access tokens secure

package-lock.json

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

public/data/parth-patel010.json

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
11
{
2-
"name": "Parth Patel",
3-
"location": "Vadodara, Gujarat, India",
4-
"bio": "Hi, I’m Parth Patel. 💡 17 y/o developer | Building AI, SaaS, & full-stack apps 🌐 Tech Stack: JS | React | Node.js | PHP | Python | SQL | C++ | Java",
5-
"avatar": "https://github.com/parth-patel010.png",
6-
"portfolio": "https://github.com/parth-patel010",
7-
"skills": [
8-
"JavaScript",
9-
"Java",
10-
"Node.js",
11-
"PHP",
12-
"Python",
13-
"SQL",
14-
"C++",
15-
"Java"
16-
],
17-
"social": {
18-
"GitHub": "https://github.com/parth-patel010",
19-
"LinkedIn": "https://www.linkedin.com/in/parth-patel010",
20-
"Instagram": "https://www.instagram.com/parthpatel_.__/",
21-
"Email": "2403466160106@paruluniversity.ac.in",
22-
"Discord": "https://discord.com/users/parth_patel010",
23-
"LeetCode": "https://leetcode.com/u/Parth_Patel_HOHO/",
24-
"HackerRank": "https://www.hackerrank.com/profile/parthpm312",
25-
"StackOverflow": "https://stackoverflow.com/users/30610834/parth-patel",
26-
"Unstop": "https://unstop.com/u/parthpat14287"
27-
}
28-
}
2+
"name": "Parth Patel",
3+
"location": "Vadodara, Gujarat, India",
4+
"bio": "Hi, I’m Parth Patel. 💡 17 y/o developer | Building AI, SaaS, & full-stack apps 🌐 Tech Stack: JS | React | Node.js | PHP | Python | SQL | C++ | Java",
5+
"avatar": "https://github.com/parth-patel010.png",
6+
"portfolio": "https://github.com/parth-patel010",
7+
"skills": ["JavaScript", "Java", "Node.js", "PHP", "Python", "SQL", "C++", "Java"],
8+
"social": {
9+
"GitHub": "https://github.com/parth-patel010",
10+
"LinkedIn": "https://www.linkedin.com/in/parth-patel010",
11+
"Instagram": "https://www.instagram.com/parthpatel_.__/",
12+
"Email": "2403466160106@paruluniversity.ac.in",
13+
"Discord": "https://discord.com/users/parth_patel010",
14+
"LeetCode": "https://leetcode.com/u/Parth_Patel_HOHO/",
15+
"HackerRank": "https://www.hackerrank.com/profile/parthpm312",
16+
"StackOverflow": "https://stackoverflow.com/users/30610834/parth-patel",
17+
"Unstop": "https://unstop.com/u/parthpat14287"
18+
}
19+
}

src/Page/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ const StyledDot = styled.div`
321321
const TechFeatures = () => {
322322
return (
323323
<section className="tech-features-section mt-[60%] max-w-[90%] px-4 py-16 text-white xs:mt-0">
324-
<div className="mx-auto my-12 max-w-[80%] text-center ">
324+
<div className="mx-auto my-12 max-w-[80%] text-center">
325325
<h2 className="custom-font my-4 text-4xl font-bold text-[#00a6fb]">Dive into DevDisplay</h2>
326326
<div className="mb-6 mt-4 flex flex-col items-center">
327327
<p className="max-w-2xl text-center text-lg text-gray-400">

src/Page/OpportunitiesHub/CompetitionList.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,7 @@ const CompetitionsCardComponent = ({ organizer, title, location, date, domains,
163163

164164
<div className="mt-2 flex flex-wrap justify-center gap-2 p-2">
165165
{domains.map((domain, idx) => (
166-
<span
167-
key={idx}
168-
className="bg-gray-1000 rounded-full border border-[#00a6fb] px-2 py-1 text-xs text-gray-300"
169-
>
166+
<span key={idx} className="bg-gray-1000 rounded-full border border-[#00a6fb] px-2 py-1 text-xs text-gray-300">
170167
{domain}
171168
</span>
172169
))}

src/Page/OpportunitiesHub/EventsList.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,7 @@ const TecheventsCardComponent = ({ organizer, title, location, date, domains, ap
254254

255255
<div className="mt-2 flex flex-wrap justify-center gap-2 p-2">
256256
{domains.map((domain, idx) => (
257-
<span
258-
key={idx}
259-
className="bg-gray-1000 rounded-full border border-[#00a6fb] px-2 py-1 text-xs text-gray-300"
260-
>
257+
<span key={idx} className="bg-gray-1000 rounded-full border border-[#00a6fb] px-2 py-1 text-xs text-gray-300">
261258
{domain}
262259
</span>
263260
))}

src/Page/OpportunitiesHub/HackathonList.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -734,10 +734,7 @@ const HackathonCardComponent = React.forwardRef(
734734

735735
<div className="mt-2 flex flex-wrap justify-center gap-2 p-2">
736736
{domains.map((domain, idx) => (
737-
<span
738-
key={idx}
739-
className="bg-gray-1000 rounded-full border border-[#00a6fb] px-2 py-1 text-xs text-gray-300"
740-
>
737+
<span key={idx} className="bg-gray-1000 rounded-full border border-[#00a6fb] px-2 py-1 text-xs text-gray-300">
741738
{domain}
742739
</span>
743740
))}

src/Page/OpportunitiesHub/InternshipList.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const Internship1 = () => {
2828
<div className="flex items-start justify-between">
2929
<div className="flex gap-4">
3030
<div className="relative flex h-16 w-16 items-center justify-center rounded-2xl bg-white p-2">
31-
<div className="absolute inset-0 rounded-2xl bg-gradient-to-br to-teal-500 opacity-20 blur-sm transition-opacity duration-300 group-hover:opacity-30" />
31+
<div className="absolute inset-0 rounded-2xl bg-gradient-to-br to-teal-500 opacity-20 blur-sm transition-opacity duration-300 group-hover:opacity-30" />
3232
<img src="/assets/LocalCompany/WOODESY.png" alt="Custom Icon" className="h-10 w-10" />
3333
</div>
3434
<div>
@@ -166,7 +166,7 @@ const Internship2 = () => {
166166
<div className="flex items-start justify-between">
167167
<div className="flex gap-4">
168168
<div className="relative flex h-16 w-16 items-center justify-center rounded-2xl bg-white p-2">
169-
<div className="absolute inset-0 rounded-2xl bg-gradient-to-br to-teal-500 opacity-20 blur-sm transition-opacity duration-300 group-hover:opacity-30" />
169+
<div className="absolute inset-0 rounded-2xl bg-gradient-to-br to-teal-500 opacity-20 blur-sm transition-opacity duration-300 group-hover:opacity-30" />
170170
<img src="/assets/LocalCompany/Vijetha Softwares Pvt.Ltd.jpg" alt="Custom Icon" className="h-10 w-10" />
171171
</div>
172172
<div>
@@ -308,7 +308,7 @@ const Internship3 = () => {
308308
<div className="flex items-start justify-between">
309309
<div className="flex gap-4">
310310
<div className="relative flex h-16 w-16 items-center justify-center rounded-2xl bg-white p-2">
311-
<div className="absolute inset-0 rounded-2xl bg-gradient-to-br to-teal-500 opacity-20 blur-sm transition-opacity duration-300 group-hover:opacity-30" />
311+
<div className="absolute inset-0 rounded-2xl bg-gradient-to-br to-teal-500 opacity-20 blur-sm transition-opacity duration-300 group-hover:opacity-30" />
312312
<img src="/assets/LocalCompany/Webfuture.jpg" alt="Custom Icon" className="h-10 w-10" />
313313
</div>
314314
<div>

src/Page/OpportunitiesHub/OpenSource.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ const OSProgramCardComponent = ({
715715
<div className="status-user" />
716716
Apply Now
717717
</a>
718-
<div className="mt-2 flex flex-col items-start gap-1 rounded-lg border border-[#00a6fb] bg-gray-900 bg-opacity-50 px-14 py-3 text-sm text-xs text-white text-white shadow-lg backdrop-blur-md transition-all hover:bg-gray-800">
718+
<div className="mt-2 flex flex-col items-start gap-1 rounded-lg border border-[#00a6fb] bg-gray-900 bg-opacity-50 px-14 py-3 text-sm text-xs text-white shadow-lg backdrop-blur-md transition-all hover:bg-gray-800">
719719
<div className="flex items-center">
720720
<FontAwesomeIcon icon={faCalendarAlt} className="mr-2 text-[#00a6fb]" />
721721
<span className="font-medium">{timeline}</span>

0 commit comments

Comments
 (0)