TampaDevs / tampadevs

The Tampa Devs website, built on Eleventy.js
https://tampadevs.com
26 stars 19 forks source link

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

Closed vincentntang closed 2 years ago

vincentntang commented 2 years ago

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 commented 2 years ago

this may be depcreated over /sponsors page

vincentntang commented 2 years ago

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