Skip to content

Commit 39b2b5a

Browse files
committed
portfolio update
1 parent 53f4473 commit 39b2b5a

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

client/src/i18n/locales/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
jobTitle: "Creative Developer",
1818
},
1919
intro: {
20-
title: "I'M MOHAMED YASSINE AYACHE,\nA CREATIVE DEVELOPER\nAND\nUI/UX DESIGNER\nBASED IN\nMOROCCO.",
20+
title: "I'M MOHAMED YASSINE AYACHE,\nA CREATIVE DEVELOPER\nAND\n UI/UX DESIGNER\nBASED IN\nMOROCCO.",
2121
description: "A passionate Full-Stack Developer and UI/UX Designer with expertise in modern web technologies and innovative digital solutions. Currently pursuing Software Engineering at 1337 Coding School (UM6P/42 Network), I specialize in building scalable web applications, designing intuitive user experiences, and implementing robust backend systems. With hands-on experience in Django, React, Next.js, and Docker, I've successfully delivered projects ranging from car rental platforms to real-time multiplayer games. Fluent in German (B2 certified) and driven by continuous learning, I'm ready to contribute to cutting-edge projects in the global tech industry.",
2222
},
2323
experience: {

client/src/pages/Home.tsx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,19 @@ const Home = () => {
243243
{t('nav.skills')}
244244
</h2>
245245

246-
{/* Hard Skills */}
247-
<div className="mb-6 md:mb-8">
248-
<h3 className="font-archivo text-white text-xl md:text-2xl font-bold mb-4 md:mb-5">{t('skills.title')}</h3>
246+
{/* Technical Skills */}
247+
<motion.div
248+
className="mb-8 md:mb-10"
249+
initial={{ opacity: 0, y: 20 }}
250+
animate={{ opacity: 1, y: 0 }}
251+
transition={{ duration: 0.6, delay: 0.3 }}
252+
>
253+
<div className="flex items-center mb-6">
254+
<div className="w-8 h-8 bg-white bg-opacity-20 rounded-full flex items-center justify-center mr-3">
255+
<span className="text-white text-sm font-bold">💻</span>
256+
</div>
257+
<h3 className="font-archivo text-white text-xl md:text-2xl font-bold">{t('skills.title')}</h3>
258+
</div>
249259
<div className="space-y-3 md:space-y-4">
250260
<div className="space-y-1">
251261
<div className="flex items-center justify-between">

0 commit comments

Comments
 (0)