hackforla / hackforla/internship
Update the wiki with the Linkedin Profiles of the team members
- Dominant language
- CSS
- Stars
- 20
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
### Dependency
- a new team member has been added or removed
### Overview
We need to update the wiki team page with the LinkedIn profiles of the members
### Action Items
- [x] Create new pages in the roster spreadsheet for current and former team
- [x] populate with the info from the main roster sheet by building a formula that finds the name and then populates the linkedin
- [ ] Convert tables to markdown (see resource 1.04)
- [ ] Update the wiki (see resource 1.04)
### Resources/Instructions
1.01 - [Roster](https://docs.google.com/spreadsheets/d/1G6IgfvTdfnJRPbqxPkqfQ3dOSf8nvYqy0JVifhY6QdU/edit)
1.02 - [Wiki: Meet the team](https://github.com/hackforla/internship/wiki/The-Team)
1.03 - [How to activate-inactivate team members from roster and wiki](https://github.com/hackforla/internship/wiki/How-to-activate-inactivate-team-members-from-roster-and-wiki)
1.04 - [sheet to markdown converter](https://tabletomarkdown.com/convert-spreadsheet-to-markdown/)
#### Formula that looks at a cell with a name in it and then returns the linkedin link from the T column.
```
=VLOOKUP(A2, Roster!$A:$T, 20, FALSE)
```
Contributor guide
Assessment
This issue has not been assessed yet.