Fix Name Inconsistency in food-oasis.md file
- Dominant language
- JavaScript
- Stars
- 363
- Forks
- 872
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 18
Description
### 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](https://www.hackforla.org/getting-started) page and attend an onboarding session.
2. You have already read our [How to Contribute to Hack for LA Guide](https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md).
### Overview
We need to update the `Languages/Technologies/Tools` information so that visitors to the website can find projects that use specific languages, technologies, or tools.
### 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.
- [ ] Find the `tools` variable and remove the following text:
```
- AtlasTI
```
- [ ] Find the `technologies` variable. Add the following text at the bottom of the current list, after 'Material-UI':
```
- ATLAS.ti
```
- Verify the changes by viewing the following in your local environment with Docker, and include 'after' screenshots with your pull request (see the before images below to understand what we are looking for in the after images):
- [ ] Projects page with filter [^2]
- [ ] Food Oasis page [^3]
### Resources/Instructions
Before Screenshot from Projects page with filter: AtlasTI
Filter URL: https://www.hackforla.org/?tools=AtlasTI
Before Screenshot from Food Oasis page
[^1]: [Info about the front matter block](https://jekyllrb.com/docs/front-matter/)
[^2]: post completion search results should show Food Oasis when you use this filter https://localhost:4000/projects/?technologies=ATLAS.ti
[^3]: Project detailed info page URL: https://localhost:4000/projects/food-oasis
Contributor guide
Assessment
This issue has not been assessed yet.