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

Add a list of sponsors and hosts #18

Open
lgrigoryeva1 opened this issue Sep 22, 2020 · 4 comments
Open

Add a list of sponsors and hosts #18

lgrigoryeva1 opened this issue Sep 22, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@lgrigoryeva1
Copy link
Contributor

Add a list of (logos) sponsors and companies that have hosted our events.

@magdapoppins magdapoppins added enhancement New feature or request good first issue Good for newcomers labels Sep 28, 2020
@magdapoppins
Copy link
Member

These would be:

  • Valohai
  • Anders Innovations
  • Identio
  • Reaktor

@eevajonnapanula eevajonnapanula changed the title Suggestion: Add a list of sponsors and hosts Add a list of sponsors and hosts Oct 6, 2020
@eevajonnapanula
Copy link
Member

We could actually add the logos to the (english) folders of the events with a naming pattern (eg. logo-host-nameOfTheHost), and then query them (and filter out duplicates) with something like:

query GetSponsorLogos {
  allFile(filter: {extension: {}, relativeDirectory: {regex: "/(en/)\\w+/g"}, name: {regex: "/(logo-host-)\\w+/g"}}) {
    edges {
      node {
        relativePath
        name
      }
    }
  }
}

And then just maybe get the name of the host with regex from the name-field.

@eevajonnapanula eevajonnapanula removed the good first issue Good for newcomers label Oct 10, 2020
@mialav
Copy link
Contributor

mialav commented Oct 10, 2020

@magdapoppins I could take this one 👍

@eevajonnapanula
Copy link
Member

Hey @mialav, how things are going with the issue? Is there anything we could do to help with it? 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants