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

FEATURE - /groups page of companies that sponsor tampadevs #4

Closed
vincentntang opened this issue Feb 10, 2022 · 2 comments
Closed

FEATURE - /groups page of companies that sponsor tampadevs #4

vincentntang opened this issue Feb 10, 2022 · 2 comments

Comments

@vincentntang
Copy link
Contributor

vincentntang commented Feb 10, 2022

our original codebase is forked from Kingdom Codes here

Basically we want to create a /group page? potentially for different sponsors in town that are supporting us

we should create some meta injection method for adding the sponsor to a talk page, etc.

Here's a potentially good example of a page like that:

https://leedsjs.com/events/2021-09-22/

Note the sponsors at the bottom of page.

LeedJS also runs 11ty.js I believe so we can use some source code as inspiration

For the JSON file we can do something like this?

[
  {
     sponsorId: 'reliaquest'
     sponsorName: 'Relia Quest'
     sponsorWebsite: 'https://reliaquest.com'
     sponsorImageUrl: 'https://s3.somebucketname.com' // or local image reference
  },
]

the page will probably live under this route

https://tampadevs.com/groups

we'll have people like Embarc Collective, ReliaQuest, PwC (down the road), Exzeo, Brooksource, etc etc on here

@vincentntang vincentntang changed the title FEATURE - Group/List of sponsors Page FEATURE - /groups page Feb 10, 2022
@vincentntang vincentntang changed the title FEATURE - /groups page FEATURE - /groups page of companies that sponsor tampadevs Feb 10, 2022
@vincentntang
Copy link
Contributor Author

this may be depcreated over /sponsors page

@vincentntang
Copy link
Contributor Author

close for now, doesn't seem as important as /speaker, /sponsor, or /about

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

No branches or pull requests

1 participant