Skip to content

Change Citizen Engagement Page Description in Header Section #8167

@JessicaLucindaCheng

Description

@JessicaLucindaCheng

Dependencies

Prerequisites

  1. Be a member of Hack for LA. (There are no fees to join.) If you have not joined yet, please follow the steps on our Getting Started page and attend an onboarding session.
  2. You have already read our How to Contribute to Hack for LA Guide.

Overview

We want to update the description in the header of the program area pages so that the page can be converted in the future to create a template that works for all our program areas.

Action Items

  • In your IDE, under the pages directory, open the _layouts/program-area-pages.html 1.
  • Delete
            If you have a new idea, want to submit feedback that will guide the next iteration
            of an existing tool, or want to start working on a project team with us, please contact
            us at <a href="mailto: citizenengagement@hackforla.org">citizenengagement@hackforla.org.</a>
  • Delete
        <p class="bottom-header-paragraph">
            Read more about <a href="https://sdg.lamayor.org/about/global-goals">LA’s Sustainable Development Goals</a>.
        </p>
  • Under _sass/components, open program-area-pages.scss 2.
  • Change the following from
// This contains the image and three paragraphs within the header. I added (bottom-header-paragraph)
// to help align it with other paragraph elements in the header. It is not typical throughout the site
// to have more than two paragraph elements.

to

// This contains the image and two paragraphs within the header.
  • Delete
    .bottom-header-paragraph {
        max-width:100%;
        margin-top: 1rem;
    }
  • Using Docker, check the following:
    • Citizen Engagement (localhost:4000/program-areas/citizen-engagement)
    • Civic Tech Infrastructure (localhost:4000/program-areas/civic-tech-infrastructure)
    • Diversity, Equity & Inclusion (localhost:4000/program-areas/diversity-equity-inclusion)
    • Environment (localhost:4000/program-areas/environment)
    • Justice (localhost:4000/program-areas/justice)
    • Social Safety Net (localhost:4000/program-areas/social-safety-net)
    • Vote / Representation (localhost:4000/program-areas/vote-representation)
    • Workforce Development (localhost:4000/program-areas/workforce-development)
    • Check that nothing breaks on the website in both desktop, tablet, and mobile views

Resources/Instructions

Footnotes

  1. _layouts/program-area-pages.html

  2. _sass/components/program-area-pages.scss

Metadata

Metadata

Labels

Complexity: SmallTake this type of issues after the successful merge of your second good first issueDraftIssue is still in the process of being createdP-Feature: Citizen Engagementhttps://www.hackforla.org/citizen-engagementP-Feature: Program Areahttps://www.hackforla.org/program-areasrole: back end/devOpsTasks for back-end developersrole: front endTasks for front end developerssize: 0.25ptCan be done in 0.5 to 1.5 hours

Type

No type

Projects

Status

New Issue Approval

Relationships

None yet

Development

No branches or pull requests

Issue actions