--- layout: default --- {% include masthead/masthead-home.html %}
{% assign themes_sorted = site.themes | sort: 'rank' %} {% for theme in themes_sorted limit: 8 %}
{% if theme.update %} Updated! {% endif %} {{ theme.img-desc }}
{{ theme.title }} {% if theme.pro %} Pro {% else %} Free {% endif %}
{{ theme.bump }}
{% endfor %}
{% assign templates_sorted = site.templates | sort: 'rank' %} {% for template in templates_sorted limit: 8 %}
{{ template.img-desc }}
{{ template.title }} {% if template.pro %} Pro {% else %} Free {% endif %}
{{ template.bump }}
{% endfor %}
{% assign snippets_sorted = site.snippets | sort: 'rank' %} {% for snippet in snippets_sorted limit: 9 %}
{{ snippet.img-desc }}
{{ snippet.title }}
{{ snippet.bump }}
{% endfor %}
{% include carbon.html %}
Latest Guides & Tutorials
{% assign guides_sorted = site.guides | sort: 'date' | reverse %} {% for guide in guides_sorted limit: 4 %} {% assign timeframe = 1209600 %} {% assign post_in_seconds = guide.date | date: "%s" | plus: 0 %} {% assign recent_posts = "now" | date: "%s" | minus: timeframe %}
{% if post_in_seconds > recent_posts %} New! {% endif %} {% if guide.categories contains 'beginner' %} Beginner Friendly {% endif %} {% if guide.categories contains 'design' %} Design {% endif %} {% if guide.categories contains 'development' %} Development & Code {% endif %}
{{ guide.title }}
{{ guide.description }}
{{ guide.date | date: "%b %-d, %Y" }}
{% endfor %}
{{ content }}