Skip to content

Commit 3264405

Browse files
committed
chore: better wording on assistants profile
1 parent 8b1b549 commit 3264405

5 files changed

Lines changed: 17 additions & 21 deletions

File tree

public/i18n/en.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@
2626
"sponsorship": {
2727
"description1": "WebDevTalks is a community of development and technology that began over 10 years ago with the aim of bringing developers closer to various topics within the field of software development, web, mobile, IoT, project management, design, and more.",
2828
"description2": "Thanks to the effort and support of various companies, we've been able to reach today, providing a quality event, helping to incentivize new generations, and strengthening the development community in the city of Colima.",
29-
"attendeesTitle": "Attendee Profile",
29+
"attendeesTitle": "Attendee profile",
30+
"attendeesIntro": "Meetups bring together different roles: engineering, product, QA, design, students, and more. The chart summarizes a community survey—the numbers are approximate.",
31+
"venuesTitle": "Event locations",
3032
"wdtVideo": "WebDevTalks Video (Audio on Spanish)",
31-
"venues": "We try to rotate the location where the event takes place. Several companies and associations have helped us by collaborating and providing their offices and spaces to carry out the event.",
33+
"venues": "We don't always host in the same place—we change venues so more people can join. Companies and associations have lent us their offices and spaces to make the meetups happen.",
3234
"sponsorshipPlans": "Sponsorship Plans",
3335
"sponsorshipPlansBody": "With the goal of continuing to enhance the community, WebDevTalks seeks sponsorship and offers the following modalities:",
3436
"areas": "Other Areas",
@@ -67,7 +69,6 @@
6769
"ourPatreons": "Our Patreons",
6870
"votes": "# dof votes",
6971
"heroEyebrow": "Sponsor WDT",
70-
"audienceProfile": "Audience profile",
7172
"closingNote": "Your support helps us keep building better events for the community."
7273
},
7374
"aboutUs": {

public/i18n/es.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
"description2": "Gracias al esfuerzo y apoyo de diversas empresas hemos llegado al día de hoy, proporcionando un evento de calidad, ayudando a incentivar a las nuevas generaciones y fortaleciendo la comunidad de desarrollo en la ciudad de Colima.",
2929
"description3": "Son nuestros sponsors y patreons quienes nos permiten seguir haciendo posible estos eventos y cursos.",
3030
"attendeesTitle": "Perfil de Asistentes",
31+
"attendeesIntro": "En los encuentros conviven perfiles distintos: desarrollo, producto, QA, diseño, estudiantes y otras áreas. La gráfica resume una encuesta a la comunidad; las cifras son orientativas.",
32+
"venuesTitle": "Sedes del evento",
3133
"wdtVideo": "Video de WebDevTalks",
32-
"venues": "Intentamos rotar el lugar donde se hace el evento, varias empresas y asociaciones nos han ayudado colaborando y proporcionando sus oficinas y espacios para llevar el evento a cabo.",
34+
"venues": "No siempre hacemos el evento en el mismo lugar: cambiamos de sede para que más personas puedan sumarse. Varias empresas y asociaciones nos han prestado sus oficinas y espacios para que los encuentros se realicen.",
3335
"sponsorshipPlans": "Planes de Patrocinio",
3436
"sponsorshipPlansBody": "Con el ideal de seguir mejorando la comunidad, WebDevTalks busca patrocinio y ofrece las siguientes modalidades:",
3537
"areas": "Otras areas",
@@ -76,7 +78,6 @@
7678
"ourPatreons": "Nuestros Patreons",
7779
"votes": "# de votos",
7880
"heroEyebrow": "Patrocina WDT",
79-
"audienceProfile": "Perfil de audiencia",
8081
"closingNote": "Tu apoyo nos ayuda a seguir creando mejores eventos para la comunidad."
8182
},
8283
"aboutUs": {

src/Footer.tsx

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
11
import { type ReactElement } from 'react'
2-
import { useTranslation } from 'react-i18next'
32
import { Link } from 'react-router-dom'
43
import Icons from './Icons'
5-
import logo from './assets/images/logo.png'
4+
import logo from './assets/images/logotype.png'
65

76
const Footer = (): ReactElement => {
8-
const { t } = useTranslation()
9-
107
return (
118
<footer className="border-t border-black/8 bg-white/80 backdrop-blur-xl">
129
<div className="mx-auto flex w-full max-w-6xl flex-col gap-5 px-4 py-6 md:flex-row md:items-center md:justify-between">
13-
<div className="flex items-center gap-4">
14-
<Link to="/" className="inline-flex items-center gap-3">
15-
<span className="inline-flex h-12 w-12 overflow-hidden rounded-2xl border border-black/10 bg-white shadow-sm">
16-
<img src={logo} alt="Logo WDT" className="h-full w-full object-contain p-2" />
17-
</span>
18-
<span className="text-base font-bold tracking-tight text-brand">
19-
Web Dev Talks
10+
<div className="flex flex-col items-center gap-2">
11+
<Link to="/" className="inline-flex flex-start gap-1">
12+
<span className="inline-flex h-5 w-auto overflow-hidden">
13+
<img src={logo} alt="Logo WDT" className="h-full w-full object-contain" />
2014
</span>
2115
</Link>
22-
<span className="hidden text-sm text-slate-500 md:inline">{t('navbar.subtitle')}</span>
2316
</div>
2417
<Icons />
2518
</div>

src/Sponsorship.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,18 @@ const Sponsorship = (): ReactElement => {
194194
<div className="grid gap-8 lg:grid-cols-3">
195195
<div>
196196
<p className="inline-flex items-center gap-2 rounded-full border border-yellow-300/40 bg-yellow-300/10 px-3 py-1.5 text-[0.82rem] font-bold uppercase tracking-[0.08em] text-sky-600">{t('sponsorship.attendeesTitle')}</p>
197-
<h2 className="mt-4 text-2xl font-bold tracking-tight text-brand md:text-3xl">{t('sponsorship.audienceProfile')}</h2>
198-
<p className="mt-4 text-slate-600">{t('sponsorship.venues')}</p>
197+
<p className="mt-4 text-slate-600">{t('sponsorship.attendeesIntro')}</p>
199198
</div>
200199
<div className="mx-auto w-full min-w-0 max-w-xl rounded-3xl border border-black/8 bg-white/82 p-4 shadow-sm sm:col-span-2 sm:p-6">
201200
<div className="relative mx-auto aspect-square w-full max-w-md">
202201
<Pie data={audienceData} options={audienceOptions} />
203202
</div>
204203
</div>
205204
</div>
205+
<div className="mt-8 border-t border-black/8 pt-8">
206+
<p className="inline-flex items-center gap-2 rounded-full border border-yellow-300/40 bg-yellow-300/10 px-3 py-1.5 text-[0.82rem] font-bold uppercase tracking-[0.08em] text-sky-600">{t('sponsorship.venuesTitle')}</p>
207+
<p className="mt-4 text-slate-600">{t('sponsorship.venues')}</p>
208+
</div>
206209
</Card>
207210

208211
<div className="grid gap-6 lg:grid-cols-2">
@@ -252,7 +255,6 @@ const Sponsorship = (): ReactElement => {
252255
<div className="mb-6 flex items-end justify-between gap-4">
253256
<div>
254257
<p className="inline-flex items-center gap-2 rounded-full border border-yellow-300/40 bg-yellow-300/10 px-3 py-1.5 text-[0.82rem] font-bold uppercase tracking-[0.08em] text-sky-600">{t('sponsorship.ourSponsors')}</p>
255-
<h2 className="mt-4 text-2xl font-bold tracking-tight text-brand md:text-3xl">{t('sponsorship.ourSponsors')}</h2>
256258
</div>
257259
</div>
258260
<div className="grid gap-4 md:grid-cols-3">
@@ -268,7 +270,6 @@ const Sponsorship = (): ReactElement => {
268270
<div className="mb-6 flex items-end justify-between gap-4">
269271
<div>
270272
<p className="inline-flex items-center gap-2 rounded-full border border-yellow-300/40 bg-yellow-300/10 px-3 py-1.5 text-[0.82rem] font-bold uppercase tracking-[0.08em] text-sky-600">{t('sponsorship.ourPatreons')}</p>
271-
<h2 className="mt-4 text-2xl font-bold tracking-tight text-brand md:text-3xl">{t('sponsorship.ourPatreons')}</h2>
272273
</div>
273274
</div>
274275
<div className="grid grid-cols-2 gap-4 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6">

src/assets/images/logotype.png

22.4 KB
Loading

0 commit comments

Comments
 (0)