From d082454c83bc66ed5cf0130ef539d328e5c505ce Mon Sep 17 00:00:00 2001 From: Cody Johnson Date: Wed, 13 Nov 2024 14:20:22 -0600 Subject: [PATCH 1/3] Update website.md, remove Mario Anonini, #7459 --- _projects/website.md | 51 +++++++++++++++++++------------------------- 1 file changed, 22 insertions(+), 29 deletions(-) diff --git a/_projects/website.md b/_projects/website.md index bb2d24f3dc..131125a7da 100644 --- a/_projects/website.md +++ b/_projects/website.md @@ -1,16 +1,16 @@ --- -identification: '130000551' +identification: "130000551" title: Hack for LA Site description: The Hack for LA Site (hackforla.org) is our organization's way of communicating with volunteers, stakeholders, and donors. This project is a good place to start for new volunteers looking to polish their git protocol skills (branches, separation of concerns, etc.). We currently have two development paths: growth (building out new pages and guides) and optimization (taking inventory of our code and design systems) to ensure we are consistently delivering value to our users while being scalable in our approach to building the site. image: /assets/images/projects/website.png -alt: 'Hack for LA Site' +alt: "Hack for LA Site" image-hero: /assets/images/projects/website-hero.jpg leadership: - name: Bonnie Wolfe role: Agile Coach/Stakeholder Rep links: - slack: 'https://hackforla.slack.com/team/UE1UG1YFP' - github: 'https://github.com/ExperimentsInHonesty' + slack: "https://hackforla.slack.com/team/UE1UG1YFP" + github: "https://github.com/ExperimentsInHonesty" picture: https://avatars.githubusercontent.com/ExperimentsInHonesty - name: Kelly Chuang github-handle: kellyc9 @@ -22,14 +22,14 @@ leadership: - name: Will Gillis role: Developer Co-Lead links: - slack: 'https://hackforla.slack.com/team/U043LGHSZFT' - github: 'https://github.com/t-will-gillis' + slack: "https://hackforla.slack.com/team/U043LGHSZFT" + github: "https://github.com/t-will-gillis" picture: https://avatars.githubusercontent.com/t-will-gillis - name: Roslyn Wythe role: Developer Co-Lead links: - slack: 'https://hackforla.slack.com/team/U046PD8UT55' - github: 'https://github.com/roslynwythe' + slack: "https://hackforla.slack.com/team/U046PD8UT55" + github: "https://github.com/roslynwythe" picture: https://avatars.githubusercontent.com/roslynwythe - name: Ren Demeis-Ortiz role: Merge Team @@ -41,43 +41,36 @@ leadership: github-handle: jphamtv role: Merge Team links: - slack: 'https://hackforla.slack.com/team/U064FRUF893' - github: 'https://github.com/jphamtv' + slack: "https://hackforla.slack.com/team/U064FRUF893" + github: "https://github.com/jphamtv" picture: https://avatars.githubusercontent.com/jphamtv - name: Nikileshwari Prasadh github-handle: Thinking-Panda role: Merge Team links: - slack: 'https://hackforla.slack.com/team/U04MJA414LU' - github: 'https://github.com/Thinking-Panda' + slack: "https://hackforla.slack.com/team/U04MJA414LU" + github: "https://github.com/Thinking-Panda" picture: https://avatars.githubusercontent.com/Thinking-Panda - name: Nayan Bhatt github-handle: freaky4wrld role: Merge Team links: - slack: 'https://hackforla.slack.com/team/U05TZLLJAUV' - github: 'https://github.com/freaky4wrld' + slack: "https://hackforla.slack.com/team/U05TZLLJAUV" + github: "https://github.com/freaky4wrld" picture: https://avatars.githubusercontent.com/freaky4wrld - name: Gayle Martin github-handle: gaylem role: Merge Team links: - slack: 'https://hackforla.slack.com/team/U06HC3A0DM0' - github: 'https://github.com/gaylem' + slack: "https://hackforla.slack.com/team/U06HC3A0DM0" + github: "https://github.com/gaylem" picture: https://avatars.githubusercontent.com/gaylem - - name: Mario Antonini - github-handle: - role: Merge Team - links: - slack: 'https://hackforla.slack.com/team/U06MTPZ67V3' - github: 'https://github.com/marioantonini' - picture: https://avatars.githubusercontent.com/marioantonini - name: Danielle Hanson Aras github-handle: role: Merge Team links: - slack: 'https://hackforla.slack.com/team/U076DT96PUJ' - github: 'https://github.com/daras-cu' + slack: "https://hackforla.slack.com/team/U076DT96PUJ" + github: "https://github.com/daras-cu" picture: https://avatars.githubusercontent.com/daras-cu - name: Samhitha Kamma github-handle: Samhitha444 @@ -88,13 +81,13 @@ leadership: picture: https://avatars.githubusercontent.com/Samhitha444 links: - name: Wiki - url: 'https://github.com/hackforla/website/wiki' + url: "https://github.com/hackforla/website/wiki" - name: Slack - url: 'https://hackforla.slack.com/archives/C4UM52W93' + url: "https://hackforla.slack.com/archives/C4UM52W93" - name: GitHub - url: 'https://github.com/hackforla/website' + url: "https://github.com/hackforla/website" - name: Site - url: 'https://www.hackforla.org' + url: "https://www.hackforla.org" looking: - category: UI/UX skill: UI (wireframes) From af8f7e5c704f15959c9f894d9cdb6808e63046eb Mon Sep 17 00:00:00 2001 From: Cody Johnson Date: Thu, 14 Nov 2024 17:22:26 -0600 Subject: [PATCH 2/3] Updated PR with requested changes --- _projects/website.md | 51 +++++++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 22 deletions(-) diff --git a/_projects/website.md b/_projects/website.md index 131125a7da..bb2d24f3dc 100644 --- a/_projects/website.md +++ b/_projects/website.md @@ -1,16 +1,16 @@ --- -identification: "130000551" +identification: '130000551' title: Hack for LA Site description: The Hack for LA Site (hackforla.org) is our organization's way of communicating with volunteers, stakeholders, and donors. This project is a good place to start for new volunteers looking to polish their git protocol skills (branches, separation of concerns, etc.). We currently have two development paths: growth (building out new pages and guides) and optimization (taking inventory of our code and design systems) to ensure we are consistently delivering value to our users while being scalable in our approach to building the site. image: /assets/images/projects/website.png -alt: "Hack for LA Site" +alt: 'Hack for LA Site' image-hero: /assets/images/projects/website-hero.jpg leadership: - name: Bonnie Wolfe role: Agile Coach/Stakeholder Rep links: - slack: "https://hackforla.slack.com/team/UE1UG1YFP" - github: "https://github.com/ExperimentsInHonesty" + slack: 'https://hackforla.slack.com/team/UE1UG1YFP' + github: 'https://github.com/ExperimentsInHonesty' picture: https://avatars.githubusercontent.com/ExperimentsInHonesty - name: Kelly Chuang github-handle: kellyc9 @@ -22,14 +22,14 @@ leadership: - name: Will Gillis role: Developer Co-Lead links: - slack: "https://hackforla.slack.com/team/U043LGHSZFT" - github: "https://github.com/t-will-gillis" + slack: 'https://hackforla.slack.com/team/U043LGHSZFT' + github: 'https://github.com/t-will-gillis' picture: https://avatars.githubusercontent.com/t-will-gillis - name: Roslyn Wythe role: Developer Co-Lead links: - slack: "https://hackforla.slack.com/team/U046PD8UT55" - github: "https://github.com/roslynwythe" + slack: 'https://hackforla.slack.com/team/U046PD8UT55' + github: 'https://github.com/roslynwythe' picture: https://avatars.githubusercontent.com/roslynwythe - name: Ren Demeis-Ortiz role: Merge Team @@ -41,36 +41,43 @@ leadership: github-handle: jphamtv role: Merge Team links: - slack: "https://hackforla.slack.com/team/U064FRUF893" - github: "https://github.com/jphamtv" + slack: 'https://hackforla.slack.com/team/U064FRUF893' + github: 'https://github.com/jphamtv' picture: https://avatars.githubusercontent.com/jphamtv - name: Nikileshwari Prasadh github-handle: Thinking-Panda role: Merge Team links: - slack: "https://hackforla.slack.com/team/U04MJA414LU" - github: "https://github.com/Thinking-Panda" + slack: 'https://hackforla.slack.com/team/U04MJA414LU' + github: 'https://github.com/Thinking-Panda' picture: https://avatars.githubusercontent.com/Thinking-Panda - name: Nayan Bhatt github-handle: freaky4wrld role: Merge Team links: - slack: "https://hackforla.slack.com/team/U05TZLLJAUV" - github: "https://github.com/freaky4wrld" + slack: 'https://hackforla.slack.com/team/U05TZLLJAUV' + github: 'https://github.com/freaky4wrld' picture: https://avatars.githubusercontent.com/freaky4wrld - name: Gayle Martin github-handle: gaylem role: Merge Team links: - slack: "https://hackforla.slack.com/team/U06HC3A0DM0" - github: "https://github.com/gaylem" + slack: 'https://hackforla.slack.com/team/U06HC3A0DM0' + github: 'https://github.com/gaylem' picture: https://avatars.githubusercontent.com/gaylem + - name: Mario Antonini + github-handle: + role: Merge Team + links: + slack: 'https://hackforla.slack.com/team/U06MTPZ67V3' + github: 'https://github.com/marioantonini' + picture: https://avatars.githubusercontent.com/marioantonini - name: Danielle Hanson Aras github-handle: role: Merge Team links: - slack: "https://hackforla.slack.com/team/U076DT96PUJ" - github: "https://github.com/daras-cu" + slack: 'https://hackforla.slack.com/team/U076DT96PUJ' + github: 'https://github.com/daras-cu' picture: https://avatars.githubusercontent.com/daras-cu - name: Samhitha Kamma github-handle: Samhitha444 @@ -81,13 +88,13 @@ leadership: picture: https://avatars.githubusercontent.com/Samhitha444 links: - name: Wiki - url: "https://github.com/hackforla/website/wiki" + url: 'https://github.com/hackforla/website/wiki' - name: Slack - url: "https://hackforla.slack.com/archives/C4UM52W93" + url: 'https://hackforla.slack.com/archives/C4UM52W93' - name: GitHub - url: "https://github.com/hackforla/website" + url: 'https://github.com/hackforla/website' - name: Site - url: "https://www.hackforla.org" + url: 'https://www.hackforla.org' looking: - category: UI/UX skill: UI (wireframes) From 097ee6133f274cee0186ab3e5dff94734a3bc8ad Mon Sep 17 00:00:00 2001 From: Cody Johnson Date: Thu, 14 Nov 2024 17:37:45 -0600 Subject: [PATCH 3/3] Fix quotation marks and remove Mario from list --- _projects/website.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/_projects/website.md b/_projects/website.md index bb2d24f3dc..736ea98d63 100644 --- a/_projects/website.md +++ b/_projects/website.md @@ -65,13 +65,6 @@ leadership: slack: 'https://hackforla.slack.com/team/U06HC3A0DM0' github: 'https://github.com/gaylem' picture: https://avatars.githubusercontent.com/gaylem - - name: Mario Antonini - github-handle: - role: Merge Team - links: - slack: 'https://hackforla.slack.com/team/U06MTPZ67V3' - github: 'https://github.com/marioantonini' - picture: https://avatars.githubusercontent.com/marioantonini - name: Danielle Hanson Aras github-handle: role: Merge Team