QuantEcon / Bookshelf

Code for the site QuantEconLib
1 stars 0 forks source link

Updates to Style of Notes #206 #207

Closed AtlasMaxima-zz closed 6 years ago

AtlasMaxima-zz commented 6 years ago

Shrunk the landing logos by 60% of the current size and changed the site tag font bigger as shown below. screen shot 2018-08-29 at 10 58 37 pm

mmcky commented 6 years ago

thanks @AtlasMaxima.

@DrDrij I think we need to replace the logo's with svg equivalents. When we tried to shrink them to 60% size they looked a bit fuzzy. Can you help @AtlasMaxima with this?

image

DrDrij commented 6 years ago

We don't have access to SVGs for each logo - so I've added each below in PNG format. They are 120x120px to accomodate for higher pixel density displays. @AtlasMaxima Your CSS in there to display the logos at 60px shouldn't need adjusting hopefully.

.landing-logos ul li a img { width: 60px; }

landing-jupyter-logo landing-quantecon-logo landing-sloan-logo

AtlasMaxima-zz commented 6 years ago

@DrDrij I replaced one of the images as provided below that is 120x120 but it was actually more blur compared to the current one that is 200x200. As of now, I increased the size of just the quant-econ logo to 75px as default instead of 60px which will appear a bit bigger.

mmcky commented 6 years ago

@AtlasMaxima we will want all the logos to be the same size to match across horizontally. @DrDrij it seems we are having the most issue with our logo re: blurring. should we use an svg on it to ensure it is clear?

DrDrij commented 6 years ago

@AtlasMaxima Attaching the QE logo in SVG. Sorry the PNG didn't come out as expected.

qe-logo-100.svg.zip

mmcky commented 6 years ago

thanks @DrDrij. I'm not sure why it isn't scaling that well. Completely worth the effort though - love the logo!

DrDrij commented 6 years ago

@AtlasMaxima Let me know if the SVG hasn't helped and I'll do some testing locally/figure out an alternative.

AtlasMaxima-zz commented 6 years ago

@mmcky @DrDrij the svg has been implemented on the dev server. Please have a look and see if there are other other adjustments that need to be made. Thanks @DrDrij for providing the SVG. It looks much more aligned with the other two logos now.