-
Notifications
You must be signed in to change notification settings - Fork 1
Ticket #44 Implement Skeleton of Sponser Section #63
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the work, let us know when its out of draft
| </div> | ||
| <div className="font-akshar flex flex-col items-center justify-center h-fit text-white"> | ||
| <SponserInfo /> | ||
| </div> | ||
| <div className="flex flex-col items-center justify-center min-h-screen text-white">section</div> | ||
| <div className="flex flex-col items-center justify-center min-h-screen text-white">section</div> | ||
| <div id="about" className="flex flex-col items-center justify-center min-h-screen text-white">section</div> | ||
|
|
||
| <div className="flex flex-col items-center justify-center min-h-screen text-white"></div> | ||
| <div className="h-auto w-full"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should all be under the sponsors page not the main page. (under /app/sponsors/page.tsx).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I messaged on slack but, I couldn't find the graphs from the design team, and I also didn't have the reviews to put in there. So I just put this up as a draft with the complete skeleton and layout work complete.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update: we're still working with design right now to get some new graphics
Github Issue 44
Description
Added the sponsor section skeleton. Missing the images for the graphs needed to fully complete the section.
Test Impact
No tests needed purely visual, mobile responsiveness support was added for readability.