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

Better landing page #420

Merged
merged 21 commits into from
Nov 12, 2024
Merged

Better landing page #420

merged 21 commits into from
Nov 12, 2024

Conversation

haoyangw
Copy link
Contributor

New 'Features' section with feature demos:
image

'Features' section now modified into 'Why Jippy' section, with updated look on desktop(no carousel):
image

More FAQs and accompanied answers:
image

-Change the writeup to turn the section into a 'Why Jippy' section
-Pitching Jippy's features will now be done in a separate Features section
-Highlights the text within <Highlight> tags with Jippy Green(and text turns white) for emphasis
-Displays an Accordion of the features available with a little demo associated with each feature
-Displays a demo of the essay feedback feature
-Displays a demo of the essay helper feature
-Add interfaces that will be used on the new landing page for various sections
-Displays 1 Question-Answer part to put in the FAQ of the landing page
-Split features section into more distinct 'Why Jippy' and 'Features' sections
-Add highlighting of specific keywords for emphasis and coolness
-Add demo of key features in the new 'Features' section with the new FeatureList component
-Add more FAQs and corresponding answers
-Refactor some components to use .map() so as to reduce repetitive css class declaration and ease maintenance while improving code readability
-Stop hiding the feature accordion on mobile breakpoints when the feature demo is clicked by stopping propagation of click events
-Add the corresponding essay question to the demo of the essay helper so users can see what question the sample points are for
-Add vertical padding on mobile breakpoints around the feature demo to visually distinguish the demo part from the rest of that section
-Add responsive gap between demo and feature description on the landing page
-Switch from flexbox to grid layout to support flexible sizing of the 'Why Jippy' Cards and auto-wrapping of Cards to the next row
-All rows are now the same height, which is not possible with flexbox
-Fix Carousel overflowing parent container width on smaller breakpoints
-Add onClick as a prop of NewsArticle to support custom onClick() events
-Display an interesting article from Jippy's actual database on the landing page features section
-Disable onClick for the NewsArticle component on the landing page using the new onClick prop of NewsArticle
-Update number of articles described on the landing page
-Standardise font sizes for headers/subtitles/content text
-Standardise gap and margins between elements
@haoyangw haoyangw added the enhancement New feature or request label Nov 12, 2024
@haoyangw haoyangw merged commit 24daa30 into main Nov 12, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant