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

fix: normalized logos of sponsors #3169

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Wck-iipi
Copy link

image
Screen Shot 2024-08-29 at 00 49 25
Screen Shot 2024-08-29 at 00 49 19

Description

  • Normalized logos of sponsors.

Related issue(s)

Fixes #3158

Copy link

netlify bot commented Aug 28, 2024

Deploy Preview for asyncapi-website ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit f537df6
🔍 Latest deploy log https://app.netlify.com/sites/asyncapi-website/deploys/66df4ffd8b4c6b0008e47168
😎 Deploy Preview https://deploy-preview-3169--asyncapi-website.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.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@Wck-iipi Wck-iipi changed the title Normalized logos of sponsors fix: Normalized logos of sponsors Aug 28, 2024
@Wck-iipi Wck-iipi changed the title fix: Normalized logos of sponsors fix: normalized logos of sponsors Aug 28, 2024
@asyncapi-bot
Copy link
Contributor

asyncapi-bot commented Aug 28, 2024

⚡️ Lighthouse report for the changes in this PR:

Category Score
🔴 Performance 37
🟢 Accessibility 98
🟢 Best practices 92
🟢 SEO 100
🔴 PWA 33

Lighthouse ran on https://deploy-preview-3169--asyncapi-website.netlify.app/

* @param {string} props.className - Additional CSS class names for styling the image.
* @param {string} props.dataTestId - A string for identifying the element during testing.
*/
const ResponsiveImage: React.FC<ResponsiveImageProps> = ({ src, alt, className, dataTestId }) => {
Copy link
Member

Choose a reason for hiding this comment

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

Why to create separate component for Responsive images? We can add this property to component of respective category.

Copy link
Author

@Wck-iipi Wck-iipi Aug 29, 2024

Choose a reason for hiding this comment

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

HDI logo size is way too huge as compared to others, so probably we have to built a component that restricts the logo size with fixed dimension.

I thought that creating a component was required? Do you want me to do this without writing a new component or with?

components/sponsors/ResponsiveImage.tsx Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

normalize the logos of sponsors
3 participants