Open gwake1 opened 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.
okay sounds good
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]
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
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 .
{% for page in site.app-pages %}
{% 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
Bryan