javascriptecuador / javascriptecuador/web

[MEJORA] Cambiar href de Comunidad en el header. Requiere #85 completo

Open
#87 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
JavaScript
Stars
24
Forks
22
PR merge metrics
No merged PRs in 30d

Description

Tarea a realizar
Se necesita que el link Comunidad en el header apunte hacia la sección 'Como ayudar' de home.
Además debe cambiar de nombre a '¿Cómo Ayudar?'.

¿Por qué se realizará?
El motivo de realizar este cambio se debe a una reestructuración del sitio a SPA (Single Page Application).

Recomendaciones
Para desarrollar esta tarea:

  • Es necesario que #85 este completo
  • En src\components\community-hero-section\community-hero-section.js
    • Convertir <div className="community-hero-section"> a un tag <section>
    • Añadir al tag <section> un id.
  • Ir a src\components\header\header.js y cambiar:
<Link ... to="/comunidad" ... >COMUNIDAD
// --------------------------
<Link ... to="#como-ayudar" ... >¿COMO AYUDAR?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

First confirm that issue #85 is complete, then inspect src/components/community-hero-section/community-hero-section.js and src/components/header/header.js. Update the community section anchor and header link as described; it is done when the header displays “¿Cómo Ayudar?” and navigates to the home page’s “Como ayudar” section.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.