standardshub / sh-web

This repository is dedicated to develop SH website
0 stars 2 forks source link

Swap the position of SH Logos #6

Closed jpradocueva closed 4 years ago

jpradocueva commented 4 years ago

I suggest swapping the position of the SH-logos.

Please move the logo at the header (see below), to the footer image

and move the logo at the footer (see below) to the header: image

If there is a problem in the header, with the size of the tag-line, then we will need to find an alternative.

pattiyaa commented 4 years ago

noted

jpradocueva commented 4 years ago

I believe that these are the changes to swap the logos from header to footer and reverse:

Header _includes/header.html <img src="/assets/images/logo.png" alt={{ site.title }} /> change this image for "logo_footer.png"

Footer _includes/footer.html change this image for the one above "logo.png"

but what to do when the top menu is compacted once the user starts scrolling down?

jpradocueva commented 4 years ago

I have applied the changes in the dev pages and it seems working ok

See http://devwww.standardshub.io/

jpradocueva commented 4 years ago

You are right, I didn't change the name of the logos. I just wanted to check how it looks like. Shall I change it or will you or your team do it? I don't mind is just to be coordinated.

pattiyaa commented 4 years ago

I've update file logo.png and logo_footer.png to the image that you provide, and already rollback the template source code to call these two files.

jpradocueva commented 4 years ago

Thanks Patti!