Skip to content

Commit a31067b

Browse files
committed
Refactor footer icons: added tooltips, updated social icon colors, and improved UX
1 parent 0ac543d commit a31067b

File tree

16 files changed

+91
-89
lines changed

16 files changed

+91
-89
lines changed

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

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>

src/Page/Sponsor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const SponsorUs = () => {
2020
within the tech community.
2121
</p>
2222

23-
<div className="mb-8 ">
23+
<div className="mb-8">
2424
<h6 className="mb-2 text-xl font-semibold">What is DevDisplay?</h6>
2525
<p className="mb-4">
2626
DevDisplay is a global open-source tech community with the mission to unite all tech-related needs under one

src/components/AchievementJourney/IndividualJourney.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const AchieverJourneyPage = () => {
5353
</div>
5454
</header>
5555

56-
<section className=" mx-auto mt-4 p-8">
56+
<section className="mx-auto mt-4 p-8">
5757
<motion.h2
5858
className="text-3xl font-bold text-[#00a6fb]"
5959
initial={{ opacity: 0, y: -20 }}
@@ -113,7 +113,7 @@ const AchieverJourneyPage = () => {
113113
</ul>
114114
</section>
115115

116-
<section className=" mx-auto mt-12 p-8">
116+
<section className="mx-auto mt-12 p-8">
117117
<h2 className="text-2xl font-semibold text-[#00a6fb]">Interview Process</h2>
118118
<h3 className="mt-4 text-xl font-semibold">Preparation</h3>
119119
<ul className="list-disc pl-6">
@@ -158,7 +158,7 @@ const AchieverJourneyPage = () => {
158158
</ul>
159159
</section>
160160

161-
<section className=" mx-auto mt-12 p-8">
161+
<section className="mx-auto mt-12 p-8">
162162
<h2 className="text-2xl font-semibold text-[#00a6fb]">Resources for Preparation</h2>
163163
{achieverData.resources.learningMaterials.map((material, index) => (
164164
<div key={index} className="mt-4">
@@ -179,7 +179,7 @@ const AchieverJourneyPage = () => {
179179
</ul>
180180
</section>
181181

182-
<section className=" mx-auto mt-12 p-8">
182+
<section className="mx-auto mt-12 p-8">
183183
<h2 className="text-2xl font-semibold text-[#00a6fb]">Inspiration & Guidance</h2>
184184
{achieverData.inspirationAndGuidance.roadmaps.map((roadmap, index) => (
185185
<div key={index} className="mt-8">

0 commit comments

Comments
 (0)