Skip to content

Commit 6f5adbe

Browse files
committed
Add company logos for Webfuture and Vijetha Softwares Pvt. Ltd.
1 parent 8c17235 commit 6f5adbe

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed
5.02 KB
Loading
5.26 KB
Loading

src/Page/OpportunitiesHub/InternshipList.jsx

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,31 @@ const shareContent = (url) => {
1515
}
1616
};
1717

18-
const Adove = () => {
19-
const cardUrl = 'https://www.devdisplay.org/Jobs#Adove';
18+
const VijethaSoftwares = () => {
19+
const cardUrl = 'https://www.devdisplay.org/Internship#VijethaSoftwares';
2020
return (
21-
<div id="Adove" className="group relative mx-auto w-full max-w-[30rem]">
21+
<div id="VijethaSoftwares" className="group relative mx-auto w-full max-w-[30rem]">
2222
<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">
2323
<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" />
2424
<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" />
2525
<div className="relative p-6">
2626
<div className="flex items-start justify-between">
2727
<div className="flex gap-4">
2828
<div className="relative flex h-16 w-16 items-center justify-center rounded-2xl bg-white p-2">
29-
<div className="absolute inset-0 rounded-2xl bg-gradient-to-br from-emerald-500 to-teal-500 opacity-20 blur-sm transition-opacity duration-300 group-hover:opacity-30" />
30-
<img src="/assets/Company/Adobe.png" alt="Custom Icon" className="h-10 w-10" />
29+
<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" />
30+
<img src="/assets/Company/Vijetha Softwares Pvt.Ltd.jpg" alt="Custom Icon" className="h-10 w-10" />
3131
</div>
3232
<div>
33-
<h3 className="text-lg font-semibold text-white">Software Development Engineer</h3>
33+
<h3 className="text-lg font-semibold text-white">Front End Developer Internship</h3>
3434
<div className="mt-1 flex items-center gap-2">
35-
<span className="text-sm text-slate-400">Adobe</span>
35+
<span className="text-sm text-slate-400">Vijetha Softwares Pvt.Ltd</span>
3636
<span className="inline-block h-1 w-1 rounded-full bg-slate-400" />
37-
<div className="flex items-center gap-1">
37+
{/* <div className="flex items-center gap-1">
3838
<svg className="h-4 w-4 text-amber-400" fill="currentColor" viewBox="0 0 20 20">
3939
<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" />
4040
</svg>
4141
<span className="text-sm text-slate-400">4.9</span>
42-
</div>
42+
</div> */}
4343
</div>
4444
</div>
4545
</div>
@@ -72,9 +72,9 @@ const Adove = () => {
7272
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"
7373
/>
7474
</svg>
75-
$120k - $150k
75+
Ends on 20 April
7676
</span>
77-
<span className="inline-flex items-center gap-1 rounded-lg bg-blue-500/10 px-3 py-1 text-sm text-blue-500">
77+
{/* <span className="inline-flex items-center gap-1 rounded-lg bg-blue-500/10 px-3 py-1 text-sm text-blue-500">
7878
<svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
7979
<path
8080
strokeLinecap="round"
@@ -84,7 +84,7 @@ const Adove = () => {
8484
/>
8585
</svg>
8686
Remote
87-
</span>
87+
</span> */}
8888
<span className="inline-flex items-center gap-1 rounded-lg bg-indigo-500/10 px-3 py-1 text-sm text-indigo-500">
8989
<svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
9090
<path
@@ -105,7 +105,7 @@ const Adove = () => {
105105
</svg>
106106
</div>
107107
<p className="text-sm leading-relaxed text-slate-400">
108-
5+ years of experience in product design and team leadership
108+
Proficiency in HTML, CSS, JavaScript, React.js and TailwindCSS.
109109
</p>
110110
</div>
111111
<div className="flex items-start gap-3">
@@ -115,7 +115,7 @@ const Adove = () => {
115115
</svg>
116116
</div>
117117
<p className="text-sm leading-relaxed text-slate-400">
118-
Strong portfolio demonstrating end-to-end product design
118+
Excellent communication and collaboration skills.
119119
</p>
120120
</div>
121121
<div className="flex items-start gap-3">
@@ -125,13 +125,13 @@ const Adove = () => {
125125
</svg>
126126
</div>
127127
<p className="text-sm leading-relaxed text-slate-400">
128-
Expertise in Figma, Adobe Creative Suite, and prototyping tools
128+
Experience with responsive design principles.
129129
</p>
130130
</div>
131131
</div>
132132
<div className="mt-8 flex gap-3">
133133
<a
134-
href="https://careers.adobe.com/us/en/apply?jobSeqNo=ADOBUSR154908EXTERNALENUS"
134+
href="https://unstop.com/internships/front-end-developer-internship-vijetha-softwares-pvtltd-1442249?lb=fAzXUaUr&utm_medium=Share&utm_source=shortUrl"
135135
target="_blank"
136136
rel="noopener noreferrer"
137137
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"
@@ -171,31 +171,31 @@ const Adove = () => {
171171
);
172172
};
173173

174-
const HP = () => {
175-
const cardUrl = 'https://www.devdisplay.org/Jobs#HP';
174+
const Webfuture = () => {
175+
const cardUrl = 'https://www.devdisplay.org/Internship#Webfuture';
176176
return (
177-
<div id="HP" className="group relative mx-auto w-full max-w-[30rem]">
177+
<div id="Webfuture" className="group relative mx-auto w-full max-w-[30rem]">
178178
<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">
179179
<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" />
180180
<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" />
181181
<div className="relative p-6">
182182
<div className="flex items-start justify-between">
183183
<div className="flex gap-4">
184184
<div className="relative flex h-16 w-16 items-center justify-center rounded-2xl bg-white p-2">
185-
<div className="absolute inset-0 rounded-2xl bg-gradient-to-br from-emerald-500 to-teal-500 opacity-20 blur-sm transition-opacity duration-300 group-hover:opacity-30" />
186-
<img src="/assets/Company/HP.png" alt="Custom Icon" className="h-10 w-10" />
185+
<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" />
186+
<img src="/assets/Company/Webfuture.jpg" alt="Custom Icon" className="h-10 w-10" />
187187
</div>
188188
<div>
189-
<h3 className="text-lg font-semibold text-white">Business Operations Associate</h3>
189+
<h3 className="text-lg font-semibold text-white">Front End Development Internship</h3>
190190
<div className="mt-1 flex items-center gap-2">
191-
<span className="text-sm text-slate-400">HP</span>
191+
<span className="text-sm text-slate-400">Webfuture</span>
192192
<span className="inline-block h-1 w-1 rounded-full bg-slate-400" />
193-
<div className="flex items-center gap-1">
193+
{/* <div className="flex items-center gap-1">
194194
<svg className="h-4 w-4 text-amber-400" fill="currentColor" viewBox="0 0 20 20">
195195
<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" />
196196
</svg>
197197
<span className="text-sm text-slate-400">4.9</span>
198-
</div>
198+
</div> */}
199199
</div>
200200
</div>
201201
</div>
@@ -228,9 +228,9 @@ const HP = () => {
228228
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"
229229
/>
230230
</svg>
231-
$120k - $150k
231+
Ends on 23 April
232232
</span>
233-
<span className="inline-flex items-center gap-1 rounded-lg bg-blue-500/10 px-3 py-1 text-sm text-blue-500">
233+
{/* <span className="inline-flex items-center gap-1 rounded-lg bg-blue-500/10 px-3 py-1 text-sm text-blue-500">
234234
<svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
235235
<path
236236
strokeLinecap="round"
@@ -240,7 +240,7 @@ const HP = () => {
240240
/>
241241
</svg>
242242
Remote
243-
</span>
243+
</span> */}
244244
<span className="inline-flex items-center gap-1 rounded-lg bg-indigo-500/10 px-3 py-1 text-sm text-indigo-500">
245245
<svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
246246
<path
@@ -261,7 +261,7 @@ const HP = () => {
261261
</svg>
262262
</div>
263263
<p className="text-sm leading-relaxed text-slate-400">
264-
5+ years of experience in product design and team leadership
264+
Proficiency in HTML, CSS, and JavaScript.
265265
</p>
266266
</div>
267267
<div className="flex items-start gap-3">
@@ -271,7 +271,7 @@ const HP = () => {
271271
</svg>
272272
</div>
273273
<p className="text-sm leading-relaxed text-slate-400">
274-
Strong portfolio demonstrating end-to-end product design
274+
Experience with front-end frameworks such as React, Angular, or Vue.js - preferred.
275275
</p>
276276
</div>
277277
<div className="flex items-start gap-3">
@@ -281,13 +281,13 @@ const HP = () => {
281281
</svg>
282282
</div>
283283
<p className="text-sm leading-relaxed text-slate-400">
284-
Expertise in Figma, Adobe Creative Suite, and prototyping tools
284+
Job Offer upon successful completion of the internship.
285285
</p>
286286
</div>
287287
</div>
288288
<div className="mt-8 flex gap-3">
289289
<a
290-
href="https://hp.wd5.myworkdayjobs.com/ExternalCareerSite/job/Bangalore-Karnataka-India/Business-Operations-Associate_3148817-1/apply?src=HPCompanyWebsite"
290+
href="https://unstop.com/internships/front-end-development-internship-webfuturein-1449077?lb=fAzXUaUr&utm_medium=Share&utm_source=shortUrl"
291291
target="_blank"
292292
rel="noopener noreferrer"
293293
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"
@@ -955,8 +955,8 @@ const InternshipList = () => {
955955
return (
956956
<>
957957
<div className="grid grid-cols-1 gap-6 px-3 sm:gap-4 md:grid-cols-2 lg:grid-cols-3">
958-
<Adove />
959-
<HP />
958+
<VijethaSoftwares />
959+
<Webfuture />
960960
<Card3 />
961961
<Card4 />
962962
<Card5 />

0 commit comments

Comments
 (0)