overture-stack / website

Overture.bio website, based on Gatsby static site generator
GNU Affero General Public License v3.0
1 stars 2 forks source link

Post-MVP Mega Ticket #311

Closed MitchellShiell closed 10 months ago

MitchellShiell commented 1 year ago

The following is a mega-ticket for all post-MVP feedback; this can be later distributed into smaller ticket items.

Table of Contents

General

Landing Page

Products Page

Case Studies Page

Acknowledgements Page

daniel-cy-lu commented 1 year ago

@patrickdsantos Patrick, here is the deploy preview link. Thank you for reviewing it! :D https://deploy-preview-327--overture.netlify.app/

patrickdsantos commented 1 year ago

Wonderful work Daniel!! The site is looking AMAZING! Just a few more pieces of feedback below:

Homepage

  1. Make the selected underline static during hover state. Currently the selected line also increases in size during hover. Private Zenhub Image

  2. Make sure all titles of the carousel appear below the image on the left. Private Zenhub Image

  3. Add more padding between the title and grey section. Match the padding for "Getting Started" section. Private Zenhub Image

  4. Increase padding between text and section below. Match the bottom padding for "Getting Started" section. Private Zenhub Image

Hamburger Menu

  1. Website should not peak through when Documentation is expanded. Private Zenhub Image

  2. Is it possible to apply a three column grid to the DMS Bundle Section? Private Zenhub Image

Products Page

  1. Decrease max width of this image. Should not exceed 1000px even in largest screen width. Private Zenhub Image

  2. Same feedback as 7, width of text should not exceed 1000px Private Zenhub Image

  3. Decrease size of icons in mobile view to 50px by 50px and reduce padding between title and text by 10px Private Zenhub Image

Case Studies Page

  1. Top of title should be aligned with the top of the image. Private Zenhub Image

  2. Reduce space between all logo boxes by 15px Private Zenhub Image

Thanks Daniel!

daniel-cy-lu commented 1 year ago
  1. The underline is static now. (I make just the cursor to be a pointer at the hover state. Is this enough to let user know they can click on it? Thanks Patrick!)
daniel-cy-lu commented 1 year ago
  1. The title is lined up with the top of the image. These are what I've done to the css. I set a min-height to the image to prevent it from scaling too short. Please check starting 1035px, the image might look squished horizontally. But it's smoothen out as we have more space for image to stretch out. I edit the text font size from 20px to 18px to create space for Kids First case's text. This case has slightly too much text. I also use "It" for "Overture" in the second sentence.
daniel-cy-lu commented 1 year ago
  1. Added top margin to "Our Products" section to match that of "Getting Started"
daniel-cy-lu commented 1 year ago
  1. Added bottom margin to Our Products section to match that of "Getting Started"
MitchellShiell commented 1 year ago
  1. Our Products Hero title in line with content, I see that the product page has different padding/margins though so the hero IS technically working as intented

Private Zenhub Image

daniel-cy-lu commented 1 year ago
  1. Image max-width set to 1000px.
daniel-cy-lu commented 1 year ago
  1. Text section is set to max-width: 1000px as well.
daniel-cy-lu commented 1 year ago
  1. At mobile view, the icons are 50X50px. The gap between the text and icon/title are reduced.
daniel-cy-lu commented 1 year ago
  1. The image was vertically centered which caused the misalignment. Removed the vertically centered behaviour and instead to have the image to always be at the top of the container. The image now lines up with the top of the text on the rightside.
daniel-cy-lu commented 1 year ago
  1. The space between the logos are reduced by 15px.
daniel-cy-lu commented 1 year ago

@MitchellShiell The Cell phone view auto zoom and the misalignments, such as the original comments from "Landing Page" section are resolved. This is the issue from the Landing Page section: Private Zenhub Image

daniel-cy-lu commented 1 year ago
  1. Burger menu now is full screen. I am using the grey area with cubes as filler. And I decided to remove the cubes when documentation sub menu is opened. Because there is limited space to have all three cubes.
daniel-cy-lu commented 1 year ago
  1. The Hero Title is lined up with Section Titles now in ultra wide and wide desktop views. They cannot always be lined up in table and desktop view, because they don't "move" together when screen size is adjusted. This is due to certain width is needed for the section for this page content.
daniel-cy-lu commented 1 year ago
  1. The menu is now is a three column width. Note: I updated a few css to achieve this. Please help me double check all views to make sure nothing is buggy after the changes. It looks good to me :)
patrickdsantos commented 1 year ago

@daniel-cy-lu INCREDIBLE WORK!!! Website is nearly perfect!! Thank you for all your hard work - I just have one last piece of feedback.

  1. My fault for not explaining properly, for the logos at the top of the homepage, the logos can increase in size for the hover state. I'd say increase by 15%? But keep the underline the same size. Thank you!

Private Zenhub Image