website
website copied to clipboard
Add project links to _projects files
Dependency
- [ ] Add issues here for each .md file in /_projects
Overview
We need to ensure that the hackforla.org/project/[project name] links are attached to their respective project cards on program areas page.
Details
Developers have noted that the files in /_projects do not have the links for their respective hackforla.org/project pages. Previously, when a user clicked on the title of a program card, they would be led to hackforla.org/projects/[project name] webpage, but currently they lead to the github.com/hackforla/[project name] webpage. We need to add those hackforla.org/project links as the first link in each block of links for each file.
Action Items
- [ ] Write issues and add to the Dependency section above.
- [ ] Move this issue to the ice box column when the milestone has been added.
- [ ] Once all the issues in the dependency are closed, close this issue.
Resources/Instructions
- Google sheet to track issue creation
Sample issue
Overview
We need to ensure that the correct project link is added to the 100-automations.md file so that clicking on the title of the project in the program areas page redirects to the 100 Automations project page.
Details
Developers have noted that we need to add the hackforla.org/project link to _projects/100-automations.md. This will ensure that users are led to the correct webpage on the hackforla website for this specific project. Currently, it leads to the github.com/hackforla project webpage.
Action Items
- [ ] For the file
projects/100-automations.md
, add a name and url after line 45 as the first pair in the set of links:
from
links:
- name: GitHub
- url: 'https://github.com/100Automations/website'
to
links:
- name: Project Page
- url: 'https://hackforla.org/projects/100-automations'
- name: GitHub
- url: 'https://github.com/100Automations/website'
- [ ] For merge team: Once the pull request associated with this issue is approved and merged, please update and edit epic #3592 by
- [ ] Checking off the dependency for this issue
- [ ] If all dependencies are checked off, please move issue #3592 to the New Issue Approval column and remove the Dependency label
Resources/Instructions
- This issue is part of epic #3592
- 100 Automations page
- Markdown Cheat Sheet
File and code links you will need to work on this issue
- Directory to find the page once you have it in your IDE:
_projects/100-automations.md
- Click on the link below to see the source file code: https://github.com/hackforla/website/blob/54f730d0f5cf9948251ce72750190ad193b5c7b8/_projects/100-automations.md?plain=1#L45