mshenfield / nashville_transparency_project

Portfolio site dedicated to CfN's data transparency related projects
1 stars 0 forks source link

Apps #3

Open gwake1 opened 9 years ago

gwake1 commented 9 years ago

Bryan

gwake1 commented 9 years ago

Hi Bryan,

The app page will highlight the apps created by the NTC. I think that we should have something interactive like a carousel. We should have it automated such that any future projects that are added can be dynamically injected into the webpage.

Consult the https://github.com/Shopify/liquid/wiki/Liquid-for-Designers to understand how to accomplish this by referencing the blog posts folder.

bdfinlayson commented 9 years ago

okay sounds good

OAuthBringer commented 9 years ago

Btw,

I'm going to setup a vagrant/ansible repo in github. Going to walk some people through it on Slack if you're interested.

On Sat, Feb 21, 2015 at 8:11 PM, Bryan Finlayson notifications@github.com wrote:

okay sounds good

— Reply to this email directly or view it on GitHub https://github.com/code-for-nashville/nashville_transparency_project/issues/3#issuecomment-75415242 .

Jon Staples M.S.2

[Data Scientist | NextGxDx | www.nextgxdx.com]

beck410 commented 9 years ago

I have used collections on the cfn website for projects - works well for dynamically adding new projects if using jekyll so they have same layout - might be useful for you

gwake1 commented 9 years ago

Cool, thats exactly what we're looking for

On Sun, Feb 22, 2015 at 12:10 AM, Rebecca Cronin-Dixon < notifications@github.com> wrote:

I have used collections on the cfn website for projects - works well for dynamically adding new projects if using jekyll so they have same layout - might be useful for you

— Reply to this email directly or view it on GitHub https://github.com/code-for-nashville/nashville_transparency_project/issues/3#issuecomment-75421877 .

gwake1 commented 9 years ago

{% for page in site.app-pages %}

  • {{ page.title }}
  • {% endfor %}

    this is a basic template for what we will be building We will accomplish this by building a separate collection for the app pages

    I will be available to help soon

    gwake1 commented 9 years ago

    https://stackoverflow.com/questions/9110803/make-custom-page-based-loop-in-jekyll