Skip to content

Commit 9ccb3cb

Browse files
committed
feat: comment out Internship1 component in InternshipList
1 parent 5fa09c9 commit 9ccb3cb

File tree

1 file changed

+137
-137
lines changed

1 file changed

+137
-137
lines changed

src/Page/OpportunitiesHub/InternshipList.jsx

Lines changed: 137 additions & 137 deletions
Original file line numberDiff line numberDiff line change
@@ -17,143 +17,143 @@ const shareContent = (url) => {
1717
}
1818
};
1919

20-
const Internship1 = () => {
21-
const cardUrl = 'https://www.devdisplay.org/Internship#WOODESY-Mobile-App-Development';
22-
return (
23-
<div id="WOODESY-Mobile-App-Development" className="group relative mx-auto w-full max-w-[30rem]">
24-
<div className="relative overflow-hidden rounded-2xl bg-slate-950 shadow-2xl transition-all duration-300 hover:-translate-y-2 hover:shadow-emerald-500/10">
25-
<div className="absolute -left-16 -top-16 h-32 w-32 rounded-full bg-gradient-to-br from-emerald-500/20 to-teal-500/0 blur-2xl transition-all duration-500 group-hover:scale-150 group-hover:opacity-70" />
26-
<div className="absolute -bottom-16 -right-16 h-32 w-32 rounded-full bg-gradient-to-br from-blue-500/20 to-indigo-500/0 blur-2xl transition-all duration-500 group-hover:scale-150 group-hover:opacity-70" />
27-
<div className="relative p-6">
28-
<div className="flex items-start justify-between">
29-
<div className="flex gap-4">
30-
<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" />
32-
<img src="/assets/LocalCompany/WOODESY.png" alt="Custom Icon" className="h-10 w-10" />
33-
</div>
34-
<div>
35-
<h3 className="text-lg font-semibold text-white">Mobile App Development</h3>
36-
<div className="mt-1 flex items-center gap-2">
37-
<span className="text-sm text-slate-400">WOODESY</span>
38-
<span className="inline-block h-1 w-1 rounded-full bg-slate-400" />
39-
{/* <div className="flex items-center gap-1">
40-
<svg className="h-4 w-4 text-amber-400" fill="currentColor" viewBox="0 0 20 20">
41-
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
42-
</svg>
43-
<span className="text-sm text-slate-400">4.9</span>
44-
</div> */}
45-
</div>
46-
</div>
47-
</div>
48-
<button className="group/save flex h-10 w-10 items-center justify-center rounded-xl bg-slate-900 transition-colors hover:bg-slate-800">
49-
<svg
50-
className="h-5 w-5 text-slate-400 transition-colors group-hover/save:text-emerald-500"
51-
fill="none"
52-
viewBox="0 0 24 24"
53-
stroke="currentColor"
54-
>
55-
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M3 17l6-6 4 4 8-8" />
56-
</svg>
57-
{/* <span className="h-5 w-5 text-slate-400 transition-colors group-hover/save:text-emerald-500">
58-
🔥
59-
</span> */}
60-
</button>
61-
</div>
62-
<div className="mt-6 flex flex-wrap gap-2">
63-
<span className="inline-flex items-center gap-1 rounded-lg bg-emerald-500/10 px-3 py-1 text-sm text-emerald-500">
64-
<FontAwesomeIcon icon={faClock} className="h-4 w-4 text-emerald-500" />
65-
Ends on 6 May
66-
</span>
67-
<span className="inline-flex items-center gap-1 rounded-lg bg-blue-500/10 px-3 py-1 text-sm text-blue-500">
68-
<svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
69-
<path
70-
strokeLinecap="round"
71-
strokeLinejoin="round"
72-
strokeWidth={2}
73-
d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"
74-
/>
75-
</svg>
76-
Remote
77-
</span>
78-
<span className="inline-flex items-center gap-1 rounded-lg bg-indigo-500/10 px-3 py-1 text-sm text-indigo-500">
79-
<svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
80-
<path
81-
strokeLinecap="round"
82-
strokeLinejoin="round"
83-
strokeWidth={2}
84-
d="M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"
85-
/>
86-
</svg>
87-
3 Months
88-
</span>
89-
<span className="inline-flex items-center gap-1 rounded-lg bg-green-500/10 px-3 py-1 text-sm text-green-500">
90-
<svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
91-
<path
92-
strokeLinecap="round"
93-
strokeLinejoin="round"
94-
strokeWidth={2}
95-
d="M17 9V7a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2m2 4h10a2 2 0 002-2v-6a2 2 0 00-2-2H9a2 2 0 00-2 2v6a2 2 0 002 2zm7-5a2 2 0 11-4 0 2 2 0 014 0z"
96-
/>
97-
</svg>
98-
₹ 3,500 /month
99-
</span>
100-
</div>
101-
<div className="mt-6 space-y-4">
102-
<div className="flex items-start gap-3">
103-
<div className="flex h-6 w-6 shrink-0 items-center justify-center rounded-full bg-emerald-500/10">
104-
<svg className="h-4 w-4 text-emerald-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
105-
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M5 13l4 4L19 7" />
106-
</svg>
107-
</div>
108-
<p className="text-sm leading-relaxed text-slate-400">
109-
Are you a tech-savvy individual with a passion for mobile app development? Join our team at WOODSEY as a
110-
Mobile App Development Intern and gain hands-on experience in creating cutting-edge mobile applications.
111-
We are looking for someone skilled in Flutter, REST API, iOS, Android, and Firebase to help us build
112-
innovative solutions for our clients.
113-
</p>
114-
</div>
115-
</div>
116-
<div className="mt-8 flex gap-3">
117-
<a
118-
href="https://internshala.com/internship/detail/work-from-home-mobile-app-development-internship-at-woodesy1743918991?utm_source=cp_link&referral=web_share"
119-
target="_blank"
120-
rel="noopener noreferrer"
121-
className="group/btn relative flex-1 overflow-hidden rounded-xl bg-gradient-to-r from-emerald-500 to-teal-500 p-px font-semibold text-white"
122-
>
123-
<div className="relative rounded-xl bg-slate-950 px-4 py-3 transition-all duration-300 group-hover/btn:bg-opacity-0">
124-
<span className="relative flex items-center justify-center gap-2">
125-
Apply Now
126-
<svg
127-
className="h-4 w-4 transition-transform duration-300 group-hover/btn:translate-x-1"
128-
fill="none"
129-
viewBox="0 0 24 24"
130-
stroke="currentColor"
131-
>
132-
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 8l4 4m0 0l-4 4m4-4H3" />
133-
</svg>
134-
</span>
135-
</div>
136-
</a>
137-
<button
138-
onClick={() => shareContent(cardUrl)}
139-
className="flex items-center justify-center gap-2 rounded-xl bg-slate-900 px-4 py-3 font-semibold text-white transition-colors hover:bg-slate-800"
140-
>
141-
<svg className="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
142-
<path
143-
strokeLinecap="round"
144-
strokeLinejoin="round"
145-
strokeWidth="1.5"
146-
d="M8.684 13.342C8.886 12.938 9 12.482 9 12c0-.482-.114-.938-.316-1.342m0 2.684a3 3 0 110-2.684m0 2.684l6.632 3.316m-6.632-6l6.632-3.316m0 0a3 3 0 105.367-2.684 3 3 0 00-5.367 2.684zm0 9.316a3 3 0 105.368 2.684 3 3 0 00-5.368-2.684z"
147-
/>
148-
</svg>
149-
Share
150-
</button>
151-
</div>
152-
</div>
153-
</div>
154-
</div>
155-
);
156-
};
20+
// const Internship1 = () => {
21+
// const cardUrl = 'https://www.devdisplay.org/Internship#WOODESY-Mobile-App-Development';
22+
// return (
23+
// <div id="WOODESY-Mobile-App-Development" className="group relative mx-auto w-full max-w-[30rem]">
24+
// <div className="relative overflow-hidden rounded-2xl bg-slate-950 shadow-2xl transition-all duration-300 hover:-translate-y-2 hover:shadow-emerald-500/10">
25+
// <div className="absolute -left-16 -top-16 h-32 w-32 rounded-full bg-gradient-to-br from-emerald-500/20 to-teal-500/0 blur-2xl transition-all duration-500 group-hover:scale-150 group-hover:opacity-70" />
26+
// <div className="absolute -bottom-16 -right-16 h-32 w-32 rounded-full bg-gradient-to-br from-blue-500/20 to-indigo-500/0 blur-2xl transition-all duration-500 group-hover:scale-150 group-hover:opacity-70" />
27+
// <div className="relative p-6">
28+
// <div className="flex items-start justify-between">
29+
// <div className="flex gap-4">
30+
// <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" />
32+
// <img src="/assets/LocalCompany/WOODESY.png" alt="Custom Icon" className="h-10 w-10" />
33+
// </div>
34+
// <div>
35+
// <h3 className="text-lg font-semibold text-white">Mobile App Development</h3>
36+
// <div className="mt-1 flex items-center gap-2">
37+
// <span className="text-sm text-slate-400">WOODESY</span>
38+
// <span className="inline-block h-1 w-1 rounded-full bg-slate-400" />
39+
// {/* <div className="flex items-center gap-1">
40+
// <svg className="h-4 w-4 text-amber-400" fill="currentColor" viewBox="0 0 20 20">
41+
// <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
42+
// </svg>
43+
// <span className="text-sm text-slate-400">4.9</span>
44+
// </div> */}
45+
// </div>
46+
// </div>
47+
// </div>
48+
// <button className="group/save flex h-10 w-10 items-center justify-center rounded-xl bg-slate-900 transition-colors hover:bg-slate-800">
49+
// <svg
50+
// className="h-5 w-5 text-slate-400 transition-colors group-hover/save:text-emerald-500"
51+
// fill="none"
52+
// viewBox="0 0 24 24"
53+
// stroke="currentColor"
54+
// >
55+
// <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M3 17l6-6 4 4 8-8" />
56+
// </svg>
57+
// {/* <span className="h-5 w-5 text-slate-400 transition-colors group-hover/save:text-emerald-500">
58+
// 🔥
59+
// </span> */}
60+
// </button>
61+
// </div>
62+
// <div className="mt-6 flex flex-wrap gap-2">
63+
// <span className="inline-flex items-center gap-1 rounded-lg bg-emerald-500/10 px-3 py-1 text-sm text-emerald-500">
64+
// <FontAwesomeIcon icon={faClock} className="h-4 w-4 text-emerald-500" />
65+
// Ends on 6 May
66+
// </span>
67+
// <span className="inline-flex items-center gap-1 rounded-lg bg-blue-500/10 px-3 py-1 text-sm text-blue-500">
68+
// <svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
69+
// <path
70+
// strokeLinecap="round"
71+
// strokeLinejoin="round"
72+
// strokeWidth={2}
73+
// d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"
74+
// />
75+
// </svg>
76+
// Remote
77+
// </span>
78+
// <span className="inline-flex items-center gap-1 rounded-lg bg-indigo-500/10 px-3 py-1 text-sm text-indigo-500">
79+
// <svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
80+
// <path
81+
// strokeLinecap="round"
82+
// strokeLinejoin="round"
83+
// strokeWidth={2}
84+
// d="M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"
85+
// />
86+
// </svg>
87+
// 3 Months
88+
// </span>
89+
// <span className="inline-flex items-center gap-1 rounded-lg bg-green-500/10 px-3 py-1 text-sm text-green-500">
90+
// <svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
91+
// <path
92+
// strokeLinecap="round"
93+
// strokeLinejoin="round"
94+
// strokeWidth={2}
95+
// d="M17 9V7a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2m2 4h10a2 2 0 002-2v-6a2 2 0 00-2-2H9a2 2 0 00-2 2v6a2 2 0 002 2zm7-5a2 2 0 11-4 0 2 2 0 014 0z"
96+
// />
97+
// </svg>
98+
// ₹ 3,500 /month
99+
// </span>
100+
// </div>
101+
// <div className="mt-6 space-y-4">
102+
// <div className="flex items-start gap-3">
103+
// <div className="flex h-6 w-6 shrink-0 items-center justify-center rounded-full bg-emerald-500/10">
104+
// <svg className="h-4 w-4 text-emerald-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
105+
// <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M5 13l4 4L19 7" />
106+
// </svg>
107+
// </div>
108+
// <p className="text-sm leading-relaxed text-slate-400">
109+
// Are you a tech-savvy individual with a passion for mobile app development? Join our team at WOODSEY as a
110+
// Mobile App Development Intern and gain hands-on experience in creating cutting-edge mobile applications.
111+
// We are looking for someone skilled in Flutter, REST API, iOS, Android, and Firebase to help us build
112+
// innovative solutions for our clients.
113+
// </p>
114+
// </div>
115+
// </div>
116+
// <div className="mt-8 flex gap-3">
117+
// <a
118+
// href="https://internshala.com/internship/detail/work-from-home-mobile-app-development-internship-at-woodesy1743918991?utm_source=cp_link&referral=web_share"
119+
// target="_blank"
120+
// rel="noopener noreferrer"
121+
// className="group/btn relative flex-1 overflow-hidden rounded-xl bg-gradient-to-r from-emerald-500 to-teal-500 p-px font-semibold text-white"
122+
// >
123+
// <div className="relative rounded-xl bg-slate-950 px-4 py-3 transition-all duration-300 group-hover/btn:bg-opacity-0">
124+
// <span className="relative flex items-center justify-center gap-2">
125+
// Apply Now
126+
// <svg
127+
// className="h-4 w-4 transition-transform duration-300 group-hover/btn:translate-x-1"
128+
// fill="none"
129+
// viewBox="0 0 24 24"
130+
// stroke="currentColor"
131+
// >
132+
// <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 8l4 4m0 0l-4 4m4-4H3" />
133+
// </svg>
134+
// </span>
135+
// </div>
136+
// </a>
137+
// <button
138+
// onClick={() => shareContent(cardUrl)}
139+
// className="flex items-center justify-center gap-2 rounded-xl bg-slate-900 px-4 py-3 font-semibold text-white transition-colors hover:bg-slate-800"
140+
// >
141+
// <svg className="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
142+
// <path
143+
// strokeLinecap="round"
144+
// strokeLinejoin="round"
145+
// strokeWidth="1.5"
146+
// d="M8.684 13.342C8.886 12.938 9 12.482 9 12c0-.482-.114-.938-.316-1.342m0 2.684a3 3 0 110-2.684m0 2.684l6.632 3.316m-6.632-6l6.632-3.316m0 0a3 3 0 105.367-2.684 3 3 0 00-5.367 2.684zm0 9.316a3 3 0 105.368 2.684 3 3 0 00-5.368-2.684z"
147+
// />
148+
// </svg>
149+
// Share
150+
// </button>
151+
// </div>
152+
// </div>
153+
// </div>
154+
// </div>
155+
// );
156+
// };
157157

158158
// const Internship2 = () => {
159159
// const cardUrl = 'https://www.devdisplay.org/Internship#Vijetha-Softwares-Front-End-Developer';

0 commit comments

Comments
 (0)