Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "As seen on" to display logos dynamicaly #507

Open
7 tasks
henlatourrette opened this issue Feb 26, 2022 · 0 comments
Open
7 tasks

Fix "As seen on" to display logos dynamicaly #507

henlatourrette opened this issue Feb 26, 2022 · 0 comments
Labels
bug Something isn't working feature: Architecture / Standards p-feature: Homepage 100automations.org homepage role: front end size: 2pt 2 points = between 7 and 12 hours

Comments

@henlatourrette
Copy link
Member

henlatourrette commented Feb 26, 2022

Overview

Right now, the "As seen on" logos are hard-coded and we need the logos to change dynamically and to be able to add new "as seen on" logos.

Action Items

  • Update each of the Automation Files to properly reflect "seen-in"
    • True GitHub Contributors: HackforLA Website
    • Jekyll Gather Data Types: lock-icon
    • Github Precommit Hooks: HackforLA Data Science
    • GHA Add Issue to Project: Civic Tech Jobs
  • Test
  • Review

Currently formatted as

seen-in:
# - lock-icon
  -  HackforLA #this needs to be a link eventually
  -  CivicTechJobs

Change formatting to

seen-in:
  - name: HackforLA
    url: 'https://github.com/hackforla/website'
  - name: CivicTechJobs
    url: 'https://github.com/hackforla/civictechjobs'

or

seen-in:
  - name: lock-icon

Resources/Instructions

seen-in locations

Automation MarkDown Files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature: Architecture / Standards p-feature: Homepage 100automations.org homepage role: front end size: 2pt 2 points = between 7 and 12 hours
Projects
Status: Prioritized Backlog
Development

No branches or pull requests

1 participant