Skip to content

Alligned the sections and fixed the spaces #1089

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 0 additions & 6 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@ In the interest of fostering an open and welcoming environment, we as contributo
We expect all participants to:

1. **Be Respectful:**

- Treat everyone with respect and courtesy.
- Approach disagreements constructively and considerately.

2. **Be Inclusive:**

- Ensure everyone feels welcome and valued.
- Avoid discriminatory, exclusionary, or harmful language and actions.

3. **Be Collaborative:**

- Share knowledge and help others.
- Focus on improving the platform and the experience for all.

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

- **Join DevDisplay Discord Community**: [Discord Community](https://discord.gg/chyt2UgTv5)
- **Join DevDisplay WhatsApp Community**: [WhatsApp Community](https://chat.whatsapp.com/Dcl21sgGDIpHURESSuH0p4)

- Connect with other developers and collaborate on exciting projects.

- **Reach Out to the Team**:

- Organization Email: [email protected]
- Creator's Email: [email protected]

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

2. **Provide Details:**

- Include a description of the incident, relevant links, or screenshots if possible.

3. **Expect a Response:**
Expand Down
4 changes: 0 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,16 @@ We take the security of DevDisplay seriously. If you discover any security vulne
### For Contributors

1. **Code Review**

- All code changes must go through peer review
- Security-sensitive code requires additional review
- Follow secure coding guidelines

2. **Dependencies**

- Keep all dependencies up to date
- Regularly check for known vulnerabilities in dependencies
- Use only trusted and well-maintained packages

3. **Authentication & Authorization**

- Use strong password policies
- Implement proper session management
- Follow the principle of least privilege
Expand All @@ -48,7 +45,6 @@ We take the security of DevDisplay seriously. If you discover any security vulne
### For Users

1. **Account Security**

- Use strong, unique passwords
- Enable two-factor authentication when available
- Keep your access tokens secure
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

54 changes: 27 additions & 27 deletions public/data/DivyaJain-DataAnalyst.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "Divya Jain",
"location": "Delhi, India",
"bio": "Aspiring Data Analyst | GSSoC'25 Campus Ambassador & Contributor | Student",
"avatar": "https://avatars.githubusercontent.com/u/147162320?v=4&size=300",
"portfolio": "https://github.com/DivyaJain-DataAnalyst",
"skills": [
"HTML",
"CSS",
"JavaScript",
"Excel",
"PowerBI",
"SQL",
"Git",
"Responsive Design",
"Tailwind CSS",
"C",
"C+",
"GitHub"
],
"social": {
"GitHub": "https://github.com/DivyaJain-DataAnalyst",
"Twitter": "#",
"LinkedIn": "https://www.linkedin.com/in/divyajain-dataanalyst/",
"Instagram": "#",
"Email": "[email protected]"
}
}
"name": "Divya Jain",
"location": "Delhi, India",
"bio": "Aspiring Data Analyst | GSSoC'25 Campus Ambassador & Contributor | Student",
"avatar": "https://avatars.githubusercontent.com/u/147162320?v=4&size=300",
"portfolio": "https://github.com/DivyaJain-DataAnalyst",
"skills": [
"HTML",
"CSS",
"JavaScript",
"Excel",
"PowerBI",
"SQL",
"Git",
"Responsive Design",
"Tailwind CSS",
"C",
"C+",
"GitHub"
],
"social": {
"GitHub": "https://github.com/DivyaJain-DataAnalyst",
"Twitter": "#",
"LinkedIn": "https://www.linkedin.com/in/divyajain-dataanalyst/",
"Instagram": "#",
"Email": "[email protected]"
}
}
2 changes: 1 addition & 1 deletion src/Page/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ const StyledDot = styled.div`
const TechFeatures = () => {
return (
<section className="tech-features-section mt-[60%] max-w-[90%] px-4 py-16 text-white xs:mt-0">
<div className="mx-auto my-12 max-w-[80%] text-center ">
<div className="mx-auto my-12 max-w-[80%] text-center">
<h2 className="custom-font my-4 text-4xl font-bold text-[#00a6fb]">Dive into DevDisplay</h2>
<div className="mb-6 mt-4 flex flex-col items-center">
<p className="max-w-2xl text-center text-lg text-gray-400">
Expand Down
5 changes: 1 addition & 4 deletions src/Page/OpportunitiesHub/CompetitionList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,7 @@ const CompetitionsCardComponent = ({ organizer, title, location, date, domains,

<div className="mt-2 flex flex-wrap justify-center gap-2 p-2">
{domains.map((domain, idx) => (
<span
key={idx}
className="bg-gray-1000 rounded-full border border-[#00a6fb] px-2 py-1 text-xs text-gray-300"
>
<span key={idx} className="bg-gray-1000 rounded-full border border-[#00a6fb] px-2 py-1 text-xs text-gray-300">
{domain}
</span>
))}
Expand Down
5 changes: 1 addition & 4 deletions src/Page/OpportunitiesHub/EventsList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,7 @@ const TecheventsCardComponent = ({ organizer, title, location, date, domains, ap

<div className="mt-2 flex flex-wrap justify-center gap-2 p-2">
{domains.map((domain, idx) => (
<span
key={idx}
className="bg-gray-1000 rounded-full border border-[#00a6fb] px-2 py-1 text-xs text-gray-300"
>
<span key={idx} className="bg-gray-1000 rounded-full border border-[#00a6fb] px-2 py-1 text-xs text-gray-300">
{domain}
</span>
))}
Expand Down
5 changes: 1 addition & 4 deletions src/Page/OpportunitiesHub/HackathonList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -734,10 +734,7 @@ const HackathonCardComponent = React.forwardRef(

<div className="mt-2 flex flex-wrap justify-center gap-2 p-2">
{domains.map((domain, idx) => (
<span
key={idx}
className="bg-gray-1000 rounded-full border border-[#00a6fb] px-2 py-1 text-xs text-gray-300"
>
<span key={idx} className="bg-gray-1000 rounded-full border border-[#00a6fb] px-2 py-1 text-xs text-gray-300">
{domain}
</span>
))}
Expand Down
6 changes: 3 additions & 3 deletions src/Page/OpportunitiesHub/InternshipList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Internship1 = () => {
<div className="flex items-start justify-between">
<div className="flex gap-4">
<div className="relative flex h-16 w-16 items-center justify-center rounded-2xl bg-white p-2">
<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" />
<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" />
<img src="/assets/LocalCompany/WOODESY.png" alt="Custom Icon" className="h-10 w-10" />
</div>
<div>
Expand Down Expand Up @@ -166,7 +166,7 @@ const Internship2 = () => {
<div className="flex items-start justify-between">
<div className="flex gap-4">
<div className="relative flex h-16 w-16 items-center justify-center rounded-2xl bg-white p-2">
<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" />
<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" />
<img src="/assets/LocalCompany/Vijetha Softwares Pvt.Ltd.jpg" alt="Custom Icon" className="h-10 w-10" />
</div>
<div>
Expand Down Expand Up @@ -308,7 +308,7 @@ const Internship3 = () => {
<div className="flex items-start justify-between">
<div className="flex gap-4">
<div className="relative flex h-16 w-16 items-center justify-center rounded-2xl bg-white p-2">
<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" />
<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" />
<img src="/assets/LocalCompany/Webfuture.jpg" alt="Custom Icon" className="h-10 w-10" />
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/Page/OpportunitiesHub/OpenSource.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ const OSProgramCardComponent = ({
<div className="status-user" />
Apply Now
</a>
<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">
<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">
<div className="flex items-center">
<FontAwesomeIcon icon={faCalendarAlt} className="mr-2 text-[#00a6fb]" />
<span className="font-medium">{timeline}</span>
Expand Down
Loading