Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Intro text obscured by background "swoops" design at some browser window sizes. (Scott: Do we need this text?)
  • Scott: I still like sponsors better below Quick Links/Announcements/Events

Header/Footer

  • Email in footer says "mailto" (Scott: Is there some UI rationale to this? Lacking a strong case I'd just as soon delete it)
  • Items for LOGINS dropdown: CareerBridge: Student, CareerBridge: Employer, Horizons, Resources for MIT (Scott: so, We need to internally review the flow I sent for private resources first. I'm also recommending we remove CareerBridge as a label. Where does do we move the Touchstone Login go for site editors?)

About/Utility

...

  • Add URL redirects access to all Channel Editor roles

Mobile

  • Mobile header crowded, Menu not obvious enough (Scott: I think we need to lose the MIT logo from the mobile header)
  • Is having the whole mobile menu open by default too overwhelming? Can sections expand/collapse?
  • Scott: Not sure I like the word "Utility" in the mobile menu. How do we feel about using "About" as a section header? "About" page is where tapping "Utility" takes you. We'd also remove "About" as a sub-item in this menu section.
  • How do you get rid of the mobile menu?

Style/CSS

  • Cross-site text spacing issues between paragraph content and headers makes it hard to skim and scan content in chunks. (Scott: the gist seems to be that we need less space after headers, so that paragraph content tightens up to the header preceding it. (Line height?) We also probably need more space after paragraphs followed by headers, to visually reinforce the break. (More space before headers (margin-top?) could achieve this effect) 
  • Ordered lists do not display with numbers. (Scott: Replicated this issue across content types and browsers, then dug into CSS with element inspector. <ol> element has a property "list-style-type" receiving a value of "decimal" (so, arabic numerals), but this is elsewhere being overwritten with a list-style-type of "none")