openebs-archive / openebs-docs

OpenEBS Documentation
https://docs.openebs.io
Apache License 2.0
37 stars 137 forks source link

JavaScript: The docs website logo does not appear in the correct size #323

Closed umamukkara closed 5 years ago

umamukkara commented 5 years ago

Issue type: Bug fix Complexity: Easy Issue description: OpenEBS docs site https://docs.openebs.io/ has a logo on the top left corner. The mule logo and the text in the OpenEBS Docs are created as one image. Because of this, the mule logo is not appearing as one image.

We probably need to split this into two images, One with just the Mule whose height can be more than the other image (OpenEBS Docs). This probably needs changes to JavaScript to support more than one image as part of the header logo or any other solution.

kodekage commented 5 years ago

i can work on this

kodekage commented 5 years ago

Since you suggested splitting the images into two. How do i get them? Also whats the Js file for the site?

qiell commented 5 years ago

Hi @OPARA-PROSPER, Thanks for picking up the issue.

The logo is a header icon whose path is defined in siteConfig.js. You can find the image in static directory.

HeaderIcon implementation is residing in HeaderNav.js and feed.js files.

If you have any further query, please let us know.

You can also join hacktoberfest2018 channel on our slack workspace.

kodekage commented 5 years ago

The link prompts me to login instead of registering. Can you please check it out

qiell commented 5 years ago

@OPARA-PROSPER I've updated the link.

qiell commented 5 years ago

@OPARA-PROSPER You can use these images for the header icon. OpenEBS logo OpenEBS Docs logo

devesh-verma commented 5 years ago

@Akash4927 Hey can I take this one?

qiell commented 5 years ago

@devshiva619 Please go ahead.

tm9k1 commented 5 years ago

I would like to submit a PR for this issue, @Akash4927 !

anuragsachdeva28 commented 5 years ago

Is this issue still open?

tm9k1 commented 5 years ago

I have submitted work on this issue, @anuragsachdeva28

ranjithwingrider commented 5 years ago

Hi @brute4s99 . Thank you for making the appropriate changes with OpenEBS logo. PR #368 has been merged.