Skip to content

Update Project Profile: Food Oasis (Reorder leadership member) #6313

@JessicaLucindaCheng

Description

@JessicaLucindaCheng

Dependency

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 need to reorder the way the leadership team members are displayed on the Food Oasis page so that members with the same role are grouped together and it looks more organized.

Action Items

  • In your IDE, open the _projects/food-oasis.md file
  • Observe the existing syntax of the front matter block 1 in the file
  • Under the leadership section, find Hannah Zulueta's profile information.
  • Then, move Hannah Zulueta's profile information so it is after John Darragh's profile information. The resultant code should be:
leadership:
  - name: John Darragh
    role: Lead Developer
    links:
      slack: "https://hackforla.slack.com/team/UFLDX9V19"
      github: "https://github.com/entrotech"
    picture: https://avatars.githubusercontent.com/entrotech
  - name: Hannah Zulueta
    role: Lead Developer
    links:
      slack: "https://hackforla.slack.com/team/U9SCMTNK0"
      github: "https://github.com/hanapotski"
    picture: https://avatars.githubusercontent.com/hanapotski
  • Verify the changes by viewing the following in your local environment and include before and after screenshots with your pull request:
    • Food Oasis page 2

Resources/Instructions

Footnotes

  1. Info about the front matter block

  2. Project detailed info page URL: https://www.hackforla.org/projects/food-oasis

Metadata

Metadata

Assignees

Labels

Complexity: SmallTake this type of issues after the successful merge of your second good first issueP-Feature: Project Info and PageA project's detail page (e.g. https://www.hackforla.org/projects/100-automations)role: front endTasks for front end developerssize: 0.25ptCan be done in 0.5 to 1.5 hourstime sensitiveNeeds to be worked on by a particular timeframe

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions