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

Change App logo image size requirement #36

Closed
migurski opened this issue Dec 15, 2013 · 7 comments
Closed

Change App logo image size requirement #36

migurski opened this issue Dec 15, 2013 · 7 comments
Assignees

Comments

@migurski
Copy link
Contributor

The CSS seems to want 100px wide images right now; many of the existing ones we have are 165px wide or 150px wide. Can the logo sizes be determined by the HTML tag rather than CSS so we can re-use existing images?

Current appearance: http://dbox.teczno.com/CfA-Website-Bugs/apps-weird.png

@ghost ghost assigned maban Dec 15, 2013
@maban
Copy link
Contributor

maban commented Dec 15, 2013

I just pushed this which removes the width from the CSS: 03c861f – does that fix it?

Let me know how they look after you've got a load in there, I want to get the balance right between them being roughly consistent sizes but also accommodating for particularly wide or tall logos.

@migurski
Copy link
Contributor Author

Looks like; just figuring out the changes to see if I understand them. Working backwards…

  1. Should I remove layout-col in the apps sections throughout, based on 51a3106?
  2. You’re using a new teaser-image class in 03c861f; should I use it for the apps sections?
  3. The pop-rockets are no longer separate elements as of 4d55d66, but are now folded in to a new badge-rocket class. Should I ditch all the pop-rocket elements?
  4. I have some new things to add to the head as of 4d55d66: a viewport and some feature-detection JS. Could that SVG detection happen in global.js instead, where it looks like the Javascript detection is also happening?

@maban
Copy link
Contributor

maban commented Dec 15, 2013

  1. Yes, that was some old code.
  2. No, that's a mistake, sorry – I copied the images across from the teasers and forgot they had classes. It doesn't need them. I'll update that pattern.
  3. Yes, Jon's designs only have rockets in the badges, and I felt weird that they were in the HTML because they're decoration. If you do want different images in the circles, that can still be done with an additional class on the badge-heading (like I'm doing for the different colors).
  4. I think it can, the reason I put it in the head is because I wanted that SVG detection to happen really early so you can't see it load in the pngs then replace them with SVGs, but let's try it in the main javascript file and see if it's actually a problem.

@migurski
Copy link
Contributor Author

  1. Okay!
  2. I’ll leave it all as-is, then.
  3. I like this new way of doing it as well.
  4. I'll wait to integrate this part.

@migurski
Copy link
Contributor Author

  1. Done in 6d85761.
  2. Done in 49762f3.
  3. Waiting to see if the change could be in global.js.

The big merge was in 12e0653.

@maban
Copy link
Contributor

maban commented Dec 16, 2013

Moved SVG and JS detection to global.js in commit 797af57

I have added some more content to the profile pattern, but no new markup (just some additional icons).

@migurski
Copy link
Contributor Author

Picked those up in 53378ae.

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

No branches or pull requests

2 participants