Matt Coleman

Matt Coleman

Designer at Proper Cloth Joined over 7 years ago

  • 0 stories
  • 4 comments
  • 0 upvotes
  • Posted to Show DN: Jesse Chase, Product Design Portfolio, Mar 16, 2016

    Great stuff, Jesse!

    You may want to publicly hide your /assets/ folder, in case you have "protected" work to keep protected.

    Are these all static HTML files? Or you using a generator?

    1 point
  • Posted to Ask DN: Can anyone help me with my Jekyll site?, Feb 07, 2016

    Considering the simple structure of the site, it might be easier just to write it all in Markdown – or a Markdown file for each Category.

    However, if you want to loop through... For your YAML file, just write it similarly to how you would write an outline. Category first, with nested Names and Links. You could also break them out into separate files.

    Then for your template, you would create a loop for each category, then output each name & link.

    {% for photographer in site.data.photography %} {{ photographer.name }} {{ photographer.link }} {% endfor %}
    2 points
  • Posted to Ask DN: Has anyone been using Figma?, in reply to Brian Hinton , Dec 21, 2015

    Not currently. Export options are JPG, PNG, SVG.

    1 point
  • Posted to AMA: Christopher Downer, Designer at Sketch, in reply to Ulaize Hernandez Troyas , Oct 15, 2015

    You could create a palette with a Shared Style, and then simply change the original color. Like this: http://cl.ly/image/3y3U1B0V3d2M

    0 points
Load more comments