Skip to content

Commit c8670ba

Browse files
committed
🚀 New Release !
1 parent 59201fa commit c8670ba

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

public/projectImages/defendher-1.jpg

93.1 KB
Loading

public/projectImages/defendher-2.jpg

29.9 KB
Loading

public/projectImages/defendher-3.jpg

51.8 KB
Loading

public/projectImages/potential-1.jpg

31.8 KB
Loading

public/projectImages/potential-2.jpg

48.1 KB
Loading

public/projectImages/potential-3.jpg

12.9 KB
Loading

src/components/DownloadResumeButton.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ const DownloadResumeButton = () => {
1111
{
1212
code: 'fr',
1313
label: t('downloadResume.french'),
14-
flag: '🇫🇷',
14+
flag: <span className="inline-flex items-center justify-center w-6 h-4 bg-blue-600 text-white text-xs font-bold rounded-sm">FR</span>,
1515
filename: '/iheb_elazheri_cv_fr.pdf'
1616
},
1717
{
1818
code: 'en',
1919
label: t('downloadResume.english'),
20-
flag: '🇺🇸',
20+
flag: <span className="inline-flex items-center justify-center w-6 h-4 bg-red-600 text-white text-xs font-bold rounded-sm">US</span>,
2121
filename: '/iheb_elazheri_cv_en.pdf'
2222
}
2323
];
@@ -81,7 +81,7 @@ const DownloadResumeButton = () => {
8181
key={option.code}
8282
onClick={() => handleDownload(option)}
8383
disabled={isDownloading}
84-
className="w-full flex items-center gap-3 p-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-700 transition-all duration-200 group disabled:opacity-50 disabled:cursor-not-allowed"
84+
className="w-full flex items-center gap-3 p-3 rounded-lg hover:bg-blue-100 dark:hover:bg-gray-700 transition-all duration-200 group disabled:opacity-50 disabled:cursor-not-allowed"
8585
>
8686
<span className="text-2xl">{option.flag}</span>
8787
<div className="flex-1 text-left">
@@ -104,7 +104,7 @@ const DownloadResumeButton = () => {
104104
</div>
105105
) : (
106106
<svg
107-
className="w-5 h-5 text-gray-400 group-hover:text-cyan-600 transition-colors"
107+
className="w-5 h-5 text-gray-800 group-hover:text-cyan-600 transition-colors"
108108
fill="none"
109109
stroke="currentColor"
110110
viewBox="0 0 24 24"

src/locales/ar/translation.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@
111111
{
112112
"title": "DefendHer",
113113
"description": "موقع ويب وإضافة متصفح لمسابقة WIE Act",
114-
"image": "/projectImages/defindher-1.png",
115-
"image2": "/projectImages/defindher-2.png",
116-
"image3": "/projectImages/defindher-3.png",
114+
"image": "/projectImages/defendher-1.jpg",
115+
"image2": "/projectImages/defendher-2.jpg",
116+
"image3": "/projectImages/defendher-3.jpg",
117117
"technologies": [
118118
"الذكاء الاصطناعي",
119119
"إضافة متصفح",
@@ -127,15 +127,15 @@
127127
"body": "DefendHer هو إضافة متصفح Chrome و Firefox تم بناؤها لتحدي WIE ACT 2024 والتي تكتشف تلقائيًا وتطمس التحرش أو اللغة المسيئة في الوقت الفعلي. من خلال الاستفادة من التصفية القائمة على معالجة اللغة الطبيعية وقائمة كلمات قابلة للتخصيص، تعزز المساحات الآمنة عبر الإنترنت وتقلل من السمية البصرية وتعزز التفاعلات الرقمية المحترمة.",
128128
"github": "https://github.com/codeTun/wie-act-challenge",
129129
"deployed": "https://defend-her.vercel.app/",
130-
"bgcolor": "#FFB800",
130+
"bgcolor": "#A9C122",
131131
"id": "6"
132132
},
133133
{
134134
"title": "Potential",
135135
"description": "حل لمسابقة Open Data AI أبوظبي",
136-
"image": "/projectImages/potential-1.png",
137-
"image2": "/projectImages/potential-2.png",
138-
"image3": "/projectImages/potential-3.png",
136+
"image": "/projectImages/potential-1.jpg",
137+
"image2": "/projectImages/potential-2.jpg",
138+
"image3": "/projectImages/potential-3.jpg",
139139
"technologies": [
140140
"Azure",
141141
"Next.js",

src/locales/en/translation.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@
111111
{
112112
"title": "DefendHer",
113113
"description": "Website and browser extension for the WIE Act Competition",
114-
"image": "/projectImages/defindher-1.png",
115-
"image2": "/projectImages/defindher-2.png",
116-
"image3": "/projectImages/defindher-3.png",
114+
"image": "/projectImages/defendher-1.jpg",
115+
"image2": "/projectImages/defendher-2.jpg",
116+
"image3": "/projectImages/defendher-3.jpg",
117117
"technologies": [
118118
"AI",
119119
"Browser Extension",
@@ -127,15 +127,15 @@
127127
"body": "DefendHer is a Chrome and Firefox browser extension built for the WIE ACT Challenge 2024 that automatically detects and blurs harassment or offensive language in real time. By leveraging NLP-based filtering and a customizable word list, it promotes safer online spaces, reduces visual toxicity, and fosters respectful digital interactions. Integrated seamlessly with social media platforms, it empowers users to browse with peace of mind.",
128128
"github": "https://github.com/codeTun/wie-act-challenge",
129129
"deployed": "https://defend-her.vercel.app/",
130-
"bgcolor": "#FFB800",
130+
"bgcolor": "#A9C122",
131131
"id": "6"
132132
},
133133
{
134134
"title": "Potential",
135135
"description": "Solution for Open Data AI Abu Dhabi Competition",
136-
"image": "/projectImages/potential-1.png",
137-
"image2": "/projectImages/potential-2.png",
138-
"image3": "/projectImages/potential-3.png",
136+
"image": "/projectImages/potential-1.jpg",
137+
"image2": "/projectImages/potential-2.jpg",
138+
"image3": "/projectImages/potential-3.jpg",
139139
"technologies": [
140140
"Azure",
141141
"Next.js",

src/locales/fr/translation.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@
111111
{
112112
"title": "DefendHer",
113113
"description": "Site web et extension de navigateur pour la compétition WIE Act",
114-
"image": "/projectImages/defindher-1.png",
115-
"image2": "/projectImages/defindher-2.png",
116-
"image3": "/projectImages/defindher-3.png",
114+
"image": "/projectImages/defendher-1.jpg",
115+
"image2": "/projectImages/defendher-2.jpg",
116+
"image3": "/projectImages/defendher-3.jpg",
117117
"technologies": [
118118
"IA",
119119
"Extension de navigateur",
@@ -127,15 +127,15 @@
127127
"body": "DefendHer est une extension de navigateur Chrome et Firefox construite pour le défi WIE ACT 2024 qui détecte automatiquement et floute le harcèlement ou le langage offensant en temps réel. En exploitant le filtrage basé sur le NLP et une liste de mots personnalisable, elle promeut des espaces en ligne plus sûrs, réduit la toxicité visuelle et favorise des interactions numériques respectueuses.",
128128
"github": "https://github.com/codeTun/wie-act-challenge",
129129
"deployed": "https://defend-her.vercel.app/",
130-
"bgcolor": "#FFB800",
130+
"bgcolor": "#A9C122",
131131
"id": "6"
132132
},
133133
{
134134
"title": "Potential",
135135
"description": "Solution pour la compétition Open Data AI Abu Dhabi",
136-
"image": "/projectImages/potential-1.png",
137-
"image2": "/projectImages/potential-2.png",
138-
"image3": "/projectImages/potential-3.png",
136+
"image": "/projectImages/potential-1.jpg",
137+
"image2": "/projectImages/potential-2.jpg",
138+
"image3": "/projectImages/potential-3.jpg",
139139
"technologies": [
140140
"Azure",
141141
"Next.js",

0 commit comments

Comments
 (0)