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

improved blog and case study section #5988

Merged
merged 4 commits into from
Aug 7, 2024
Merged

Conversation

ShravaniAK
Copy link
Contributor

The About section and the case study section are not responsive on all devices, I have added styling code to make it responsive on all devices.

previous:

Screenshot 2024-05-22 at 8 21 34 PM Screenshot 2024-05-22 at 8 23 13 PM

updated :
Screenshot 2024-05-22 at 8 28 29 PM
Screenshot 2024-05-22 at 8 28 51 PM

@knative-prow knative-prow bot requested review from nainaz and skonto May 22, 2024 14:59
@knative-prow knative-prow bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label May 22, 2024
Copy link

netlify bot commented May 22, 2024

Deploy Preview for knative ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 1c31663
🔍 Latest deploy log https://app.netlify.com/sites/knative/deploys/66ae5e9a7a30ea00084e00fe
😎 Deploy Preview https://deploy-preview-5988--knative.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Cali0707
Copy link
Member

/cc @zainabhusain227 @mmejia02

Can the two of you look at the design changes here?

Copy link
Member

@Cali0707 Cali0707 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @ShravaniAK thanks for the improvements made here so far!

I left a few code quality comments (which should make it easier for us to have consistent responsiveness).

Outside of those, can you change the way that the quote class in the testimonial renders on the mobile view so that the blue line is not on the left of the quote, but is above the quote instead?


<style>

@media (max-width: 768px) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make this width a css property variable so that this can become somthing like:

@media (max-width: var(--med-screen-width)) {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried, but I learned that CSS custom properties (variables) are not supported inside media query conditions.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh interesting, good to know!

@@ -467,7 +467,14 @@ a.md-header__button.md-logo img {
.testimonials .find-links {
padding-top: 16px;
}

@media screen and (max-width: 530px){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, can this become a css custom property?

@ShravaniAK
Copy link
Contributor Author

I have changed the alignment of the line

Screenshot 2024-07-17 at 7 19 05 PM

@Cali0707
Copy link
Member

Hi @ShravaniAK - in the UX WG meeting today I was informed that we have also made typography changes on this page. Would you be able to implement those? If you look at the testimonials tab in https://www.figma.com/design/3arTeN4tR3byPKSkrzTibp/Knative-Website?node-id=434-7 you should be able to see the updated typography

@ShravaniAK
Copy link
Contributor Author

Yeah sure , I'll implement the typography changes and update the PR

Copy link
Member

@Cali0707 Cali0707 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Aug 7, 2024
Copy link

knative-prow bot commented Aug 7, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Cali0707, ShravaniAK

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 7, 2024
@knative-prow knative-prow bot merged commit bf0e06d into knative:main Aug 7, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants