--- layout: default --- {% include masthead/masthead-page.html %}
{% for guide in site.guides %} {% assign timeframe = 1209600 %} {% assign post_in_seconds = guide.date | date: "%s" | plus: 0 %} {% assign recent_posts = "now" | date: "%s" | minus: timeframe %} {% if guide.categories contains 'beginner' %}
Beginner Friendly
{% if post_in_seconds > recent_posts %}
New!
{% endif %} {{ guide.title }}
{{ guide.description }}
Learn More →
{% endif %} {% if guide.categories contains 'development' %}
Development & Code
{% if post_in_seconds > recent_posts %}
New!
{% endif %} {{ guide.title }}
{{ guide.description }}
Learn More →
{% endif %} {% if guide.categories contains 'design' %}
Design
{% if post_in_seconds > recent_posts %}
New!
{% endif %} {{ guide.title }}
{{ guide.description }}
Learn More →
{% endif %} {% endfor %}
Is there something you want to learn?

More guides are being written! In the meantime, if you have a question or topic you would like to see covered, please share the idea with Start Bootstrap on Twitter!

Tweet @SBootstrap
{{ content }}