You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview
Create an entirely new section on the website that should do the following.
Highlight the previous sponsors
Davenport University
Grand Rapids Community College (GRCC)
Bravo LT
TLG Learning
The Factory
Add {{ TODO: add Sponsor Specific Email }} with some text to acquire new sponsor leads.
Each sponsor should include the following:
Logo (standard size; try LinkedIn)
Name
Website URL
Clicking on any part of the sponsor container should use an anchor tag to open the sponsor website in another page with target=_blank.
Sponsors data can be hard-coded in the code as a export const variable. The data is not sensitive and we have no backend for this (yet). See data.js.
Sponsors should be sorted in alphabetical order, in the code on read, to remain neutral. See JavaScript Array Sort.
Style
The new section should follow the general theme/styles that are currently in place. The developer can have creative freedom on the specific look. The user group leaders will provide feedback/guidance before accepting changes.
Technology
We are trying to keep the tech stack lean. Please don't try to add any additional libraries, constructs, 3rd party tools, etc. to the codebase for this specific issue.
@tnielsen2 we should consider https://formspree.io/plans if we want to take sponsor submissions seamlessly/safely. Their "Free Forever" plan is capped, but less then we would need. Assuming they don't change or drop their "Free Forever" plan down the road.
Overview
Create an entirely new section on the website that should do the following.
Highlight the previous sponsors
Add {{ TODO: add Sponsor Specific Email }} with some text to acquire new sponsor leads.
Each sponsor should include the following:
Sponsors data can be hard-coded in the code as a
export const
variable. The data is not sensitive and we have no backend for this (yet). See data.js.Sponsors should be sorted in alphabetical order, in the code on read, to remain neutral. See JavaScript Array Sort.
Style
The new section should follow the general theme/styles that are currently in place. The developer can have creative freedom on the specific look. The user group leaders will provide feedback/guidance before accepting changes.
Technology
We are trying to keep the tech stack lean. Please don't try to add any additional libraries, constructs, 3rd party tools, etc. to the codebase for this specific issue.
References
The text was updated successfully, but these errors were encountered: