EntelekiaLearning / Website

1 stars 0 forks source link

Design Layout for Content Segments #12

Open timothyfcook opened 9 years ago

timothyfcook commented 9 years ago

Here's a rough sketch, I'll try and mock up an html version with semantic.

We can use these generic blocks as summary blocks (within the browsing experience) for both Local Opportunities and Digital Resources.

img_0955

MatthewVita commented 9 years ago

great!

timothyfcook commented 9 years ago

Working on the layout for this in semantic right now.

timothyfcook commented 9 years ago

Added explore_snippets.html to src/templates with a first draft of the layout for the resource/opportunity cards.

MatthewVita commented 9 years ago

I started working with the "cards" (which look great, btw) and have 2 questions:

0) Do we still want to keep the "Opportunities" and "Resources" headers for each column? 1) I noticed there you had a static/styles/snippet.css reference which isn't committed... is this file important?

timothyfcook commented 9 years ago

0) Yes, let's keep the headers. Although let's change them to "Local Events" and "Digital Resources" 1) No, not important. I made thinking I would need to customize some additional css, but I never did. Ignore!

MatthewVita commented 9 years ago

cool

MatthewVita commented 9 years ago

https://github.com/EntelekiaLearning/Website/commit/727deaca498cb91b66b1d0b0fa83d914ceac8cbb

timothyfcook commented 9 years ago

wasn't sure if this commit was meant to finish the cards issue. If so, not working for me yet. screen shot 2015-02-16 at 9 28 17 am

MatthewVita commented 9 years ago

It should look like:

img

... cd to your project directory and do: $ rm -rf Website $ npm cache clean $ bower cache clean $ git clone https://github.com/EntelekiaLearning/Website.git && cd Website $ ./install.sh && ./run.sh