-
Notifications
You must be signed in to change notification settings - Fork 91
Implement homepage redesign #856
Comments
Estimation effort: small |
No longer blocked! |
@sabrinang to follow-up with Cassie for R+ |
For blog posts: We want to show the latest posts tagged with #teachtheweb on blog.webmaker.org |
Ok, there's a few things we can do to get those posts:
Given those options, I think the last one (adding an endpoint to teach-api) may actually be the most straightforward and efficient option, as it's not very technically volatile, can be implemented relatively quickly, and will also work well once we move to a dynamic server situation. |
@mmmavis, regardless of which one of the above sol'ns we go with, I don't want it to block you on implementing the rest of the page. Want to just use dummy JSON data for now, and we'll replace it with the real data once we figure out exactly how we want to proceed? |
Oh wait! Yet another option is to just use the Google Feed API, at least for now. Hmmmmmm At the very least I think it might be smart to use the same JSON schema that the Google Feed API uses. As long as we use that, we can plug-in whatever actual implementation we want--whether it's a same-origin Ajax request to a lightweight dynamic server, a CORS request to teach-api, the Google Feed API, or something else entirely. |
Cool, I like this (temp) solution. How about I use Google Feed API for now and when we have the teach-api endpoint ready (OR dynamic server ready) we will swap to it. |
Ok, sounds good! |
(Note) |
@sabrinang as mentioned in #800 (comment), please help export some svgs for the hero unit buttons! 😉 |
Actually, if we are changing icon color on hover state(yellow button on screencap below), we can probably use CSS sprite tricks to achieve that. @sabrinang ,@toolness thoughts? |
I exported the .svg in blue and grey (hover) in case it can not be achieved in CSS: |
Hey @sabrinang if you could export the files into CSS sprite format that'llll be raddddd 💃 . (i.e., pair up the svgs and stitch them together) Extra fantastic if you could help unify the dimensions so that we don't have to have different CSS |
Hmmmmm, since one version of the icons is essentially just desaturated, another option is |
…nly contains miminal changes needed for the new homepage
CLEANER PR for #856 the new homepage implementation
Can we close this one? It's live! |
Yup :) |
Pending completion of #800
Important: the blog feed should be limited to articles tagged with "#teachtheweb" rather than the entire blog feed.
The text was updated successfully, but these errors were encountered: